Currently it's not possible to query a packet commitments/receipts/acknowledgement for a particular sequence. Add the following render path to make that possible:
clients/{id}/packet_commitments/{sequence}
clients/{id}/packet_receipts/{sequence}
clients/{id}/packet_acknowledgement/{sequence}
See
|
func Render(path string) string { |