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

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

Properties

Properties

height: undefined | Height

query block height

sequences: bigint[]

list of unreceived acknowledgement sequences