Interface QueryUnreceivedPacketsRequestAmino

QueryUnreceivedPacketsRequest is the request type for the Query/UnreceivedPackets RPC method

interface QueryUnreceivedPacketsRequestAmino {
    channel_id?: string;
    packet_commitment_sequences?: string[];
    port_id?: string;
}

Properties

channel_id?: string

channel unique identifier

packet_commitment_sequences?: string[]

list of packet sequences

port_id?: string

port unique identifier