Interface QueryPacketAcknowledgementsRequestAmino

QueryPacketAcknowledgementsRequest is the request type for the Query/QueryPacketCommitments RPC method

interface QueryPacketAcknowledgementsRequestAmino {
    channel_id?: string;
    packet_commitment_sequences?: string[];
    pagination?: PageRequestAmino;
    port_id?: string;
}

Properties

channel_id?: string

channel unique identifier

packet_commitment_sequences?: string[]

list of packet sequences

pagination?: PageRequestAmino

pagination request

port_id?: string

port unique identifier