Interface QueryUnreceivedAcksResponseAmino

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

interface QueryUnreceivedAcksResponseAmino {
    height?: HeightAmino;
    sequences?: string[];
}

Properties

Properties

height?: HeightAmino

query block height

sequences?: string[]

list of unreceived acknowledgement sequences