Interface QueryPacketCommitmentsResponseSDKType

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

interface QueryPacketCommitmentsResponseSDKType {
    commitments: PacketStateSDKType[];
    height: undefined | HeightSDKType;
    pagination?: PageResponseSDKType;
}

Properties

commitments: PacketStateSDKType[]
height: undefined | HeightSDKType
pagination?: PageResponseSDKType