QueryUnreceivedPacketsResponse is the response type for the Query/UnreceivedPacketCommitments RPC method

interface QueryUnreceivedPacketsResponse {
    height: undefined | Height;
    sequences: bigint[];
}

Properties

Properties

height: undefined | Height

query block height

sequences: bigint[]

list of unreceived packet sequences