Interface QueryPacketCommitmentsRequestAmino

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

interface QueryPacketCommitmentsRequestAmino {
    channel_id?: string;
    pagination?: PageRequestAmino;
    port_id?: string;
}

Properties

channel_id?: string

channel unique identifier

pagination?: PageRequestAmino

pagination request

port_id?: string

port unique identifier