Interface QueryUnreceivedAcksResponseSDKType

QueryUnreceivedAcksResponse is the response type for the Query/UnreceivedAcks RPC method

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

Properties

Properties

height: undefined | HeightSDKType
sequences: bigint[]