QueryUnreceivedAcks is the request type for the Query/UnreceivedAcks RPC method

interface QueryUnreceivedAcksRequestAmino {
    channel_id?: string;
    packet_ack_sequences?: string[];
    port_id?: string;
}

Properties

channel_id?: string

channel unique identifier

packet_ack_sequences?: string[]

list of acknowledgement sequences

port_id?: string

port unique identifier