terrad query ibc channel unreceived-packets
Query all the unreceived packets associated with a channel.
Synopsis
Determine if a packet is unreceived, given a list of packet commitment sequences.
The return value represents:
- Unreceived packet commitments: no acknowledgement exists on receiving chain for the given packet commitment sequence on sending chain.
_1terrad query ibc channel unreceived-packets [port-id] [channel-id] [flags]
 
Example
_1terrad query ibc channel unreceived-packets [port-id] [channel-id] --sequences=1,2,3
 
Options
_5      --height int             Use a specific height to query state at (this can error if the node is pruning state)
 _5  -h, --help                   help for unreceived-packets
 _5      --node string            <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
 _5  -o, --output string          Output format (text|json) (default "text")
 _5      --sequences int64Slice   comma separated list of packet sequence numbers (default [])
 
Options inherited from parent commands
_1      --chain-id string   The network chain ID
 
See also