/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_receipts/{sequence}
PacketReceipt queries if a given packet sequence has been received on the queried chain
Parameters:
channel_id - string, channel unique identifier
port_id - string, port unique identifier
sequence - string, packet sequence
Example:
// Request
curl -X GET -H 'Content-Type: application/json' https://cosmos-lcd.blockpi.network/cosmos/<your-api-key>/v1/ibc/core/channel/v1/channels/channel-370/ports/icahost/packet_receipts/1
// Result
{
"received": false,
"proof": null,
"proof_height": {
"revision_number": "4",
"revision_height": "14099411"
}
}
Previous/ibc/core/channel/v1/channels/{}/ports/{}/packet_commitments/{sequence}Next/ibc/core/channel/v1/connections/{connection}/channels
Last updated
Was this helpful?