/ibc/core/channel/v1/channels/{}/ports/{}/packet_commitments/{}/unreceived_packets
UnreceivedPackets returns all the unreceived IBC packets associated with a channel and sequences.
Parameters:
channel_id - string, channel unique identifier
port_id - string, port unique identifier
packet_commitment_sequences - string, list of packet sequences
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_commitments/1/unreceived_packets
// Result
{
"sequences": [
"1"
],
"height": {
"revision_number": "4",
"revision_height": "14099411"
}
}
Previous/ibc/core/channel/v1/channels/{}/ports/{}/packet_commitments/{packet_ack_sequences}/unreceived_acksNext/ibc/core/channel/v1/channels/{}/ports/{}/packet_commitments/{sequence}
Last updated
Was this helpful?