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

interface QueryPacketCommitmentsRequest {
    channelId: string;
    pagination?: PageRequest;
    portId: string;
}

Properties

channelId: string

channel unique identifier

pagination?: PageRequest

pagination request

portId: string

port unique identifier