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

interface QueryPacketCommitmentsResponse {
    commitments: PacketState[];
    height: undefined | Height;
    pagination?: PageResponse;
}

Properties

commitments: PacketState[]
height: undefined | Height

query block height

pagination?: PageResponse

pagination response