Interface QueryUnreceivedPacketsResponseAmino

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

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

Properties

Properties

height?: HeightAmino

query block height

sequences?: string[]

list of unreceived packet sequences