Interface QueryUnreceivedPacketsResponseSDKType

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

interface QueryUnreceivedPacketsResponseSDKType {
    height: undefined | HeightSDKType;
    sequences: bigint[];
}

Properties

Properties

height: undefined | HeightSDKType
sequences: bigint[]