v1 : { Order : any ; State : any ; LCDQueryClient : any ; MsgClientImpl : any ; QueryClientImpl : any ; Acknowledgement : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Acknowledgement ; encode ( message : Acknowledgement ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : AcknowledgementAmino ) : Acknowledgement ; fromAminoMsg ( object : AcknowledgementAminoMsg ) : Acknowledgement ; fromPartial ( object : { error ?: string ; result ?: Uint8Array ; } ) : Acknowledgement ; fromProtoMsg ( message : AcknowledgementProtoMsg ) : Acknowledgement ; toAmino ( message : Acknowledgement ) : AcknowledgementAmino ; toAminoMsg ( message : Acknowledgement ) : AcknowledgementAminoMsg ; toProto ( message : Acknowledgement ) : Uint8Array ; toProtoMsg ( message : Acknowledgement ) : AcknowledgementProtoMsg ; } ; AminoConverter : { /ibc.core.channel.v1.MsgAcknowledgement : { aminoType : string ; fromAmino : ( ( object : MsgAcknowledgementAmino ) => MsgAcknowledgement ) ; toAmino : ( ( message : MsgAcknowledgement ) => MsgAcknowledgementAmino ) ; } ; /ibc.core.channel.v1.MsgChannelCloseConfirm : { aminoType : string ; fromAmino : ( ( object : MsgChannelCloseConfirmAmino ) => MsgChannelCloseConfirm ) ; toAmino : ( ( message : MsgChannelCloseConfirm ) => MsgChannelCloseConfirmAmino ) ; } ; /ibc.core.channel.v1.MsgChannelCloseInit : { aminoType : string ; fromAmino : ( ( object : MsgChannelCloseInitAmino ) => MsgChannelCloseInit ) ; toAmino : ( ( message : MsgChannelCloseInit ) => MsgChannelCloseInitAmino ) ; } ; /ibc.core.channel.v1.MsgChannelOpenAck : { aminoType : string ; fromAmino : ( ( object : MsgChannelOpenAckAmino ) => MsgChannelOpenAck ) ; toAmino : ( ( message : MsgChannelOpenAck ) => MsgChannelOpenAckAmino ) ; } ; /ibc.core.channel.v1.MsgChannelOpenConfirm : { aminoType : string ; fromAmino : ( ( object : MsgChannelOpenConfirmAmino ) => MsgChannelOpenConfirm ) ; toAmino : ( ( message : MsgChannelOpenConfirm ) => MsgChannelOpenConfirmAmino ) ; } ; /ibc.core.channel.v1.MsgChannelOpenInit : { aminoType : string ; fromAmino : ( ( object : MsgChannelOpenInitAmino ) => MsgChannelOpenInit ) ; toAmino : ( ( message : MsgChannelOpenInit ) => MsgChannelOpenInitAmino ) ; } ; /ibc.core.channel.v1.MsgChannelOpenTry : { aminoType : string ; fromAmino : ( ( object : MsgChannelOpenTryAmino ) => MsgChannelOpenTry ) ; toAmino : ( ( message : MsgChannelOpenTry ) => MsgChannelOpenTryAmino ) ; } ; /ibc.core.channel.v1.MsgRecvPacket : { aminoType : string ; fromAmino : ( ( object : MsgRecvPacketAmino ) => MsgRecvPacket ) ; toAmino : ( ( message : MsgRecvPacket ) => MsgRecvPacketAmino ) ; } ; /ibc.core.channel.v1.MsgTimeout : { aminoType : string ; fromAmino : ( ( object : MsgTimeoutAmino ) => MsgTimeout ) ; toAmino : ( ( message : MsgTimeout ) => MsgTimeoutAmino ) ; } ; /ibc.core.channel.v1.MsgTimeoutOnClose : { aminoType : string ; fromAmino : ( ( object : MsgTimeoutOnCloseAmino ) => MsgTimeoutOnClose ) ; toAmino : ( ( message : MsgTimeoutOnClose ) => MsgTimeoutOnCloseAmino ) ; } ; } ; Channel : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Channel ; encode ( message : Channel ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ChannelAmino ) : Channel ; fromAminoMsg ( object : ChannelAminoMsg ) : Channel ; fromPartial ( object : { connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; state ?: State ; version ?: string ; } ) : Channel ; fromProtoMsg ( message : ChannelProtoMsg ) : Channel ; toAmino ( message : Channel ) : ChannelAmino ; toAminoMsg ( message : Channel ) : ChannelAminoMsg ; toProto ( message : Channel ) : Uint8Array ; toProtoMsg ( message : Channel ) : ChannelProtoMsg ; } ; Counterparty : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Counterparty ; encode ( message : Counterparty ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CounterpartyAmino ) : Counterparty ; fromAminoMsg ( object : CounterpartyAminoMsg ) : Counterparty ; fromPartial ( object : { channelId ?: string ; portId ?: string ; } ) : Counterparty ; fromProtoMsg ( message : CounterpartyProtoMsg ) : Counterparty ; toAmino ( message : Counterparty ) : CounterpartyAmino ; toAminoMsg ( message : Counterparty ) : CounterpartyAminoMsg ; toProto ( message : Counterparty ) : Uint8Array ; toProtoMsg ( message : Counterparty ) : CounterpartyProtoMsg ; } ; GenesisState : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : GenesisState ; encode ( message : GenesisState ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : GenesisStateAmino ) : GenesisState ; fromAminoMsg ( object : GenesisStateAminoMsg ) : GenesisState ; fromPartial ( object : { ackSequences ?: { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } [] ; acknowledgements ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; channels ?: { channelId ?: string ; connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; portId ?: string ; state ?: State ; version ?: string ; } [] ; commitments ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; nextChannelSequence ?: bigint ; receipts ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; recvSequences ?: { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } [] ; sendSequences ?: { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } [] ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toAminoMsg ( message : GenesisState ) : GenesisStateAminoMsg ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } ; IdentifiedChannel : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : IdentifiedChannel ; encode ( message : IdentifiedChannel ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : IdentifiedChannelAmino ) : IdentifiedChannel ; fromAminoMsg ( object : IdentifiedChannelAminoMsg ) : IdentifiedChannel ; fromPartial ( object : { channelId ?: string ; connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; portId ?: string ; state ?: State ; version ?: string ; } ) : IdentifiedChannel ; fromProtoMsg ( message : IdentifiedChannelProtoMsg ) : IdentifiedChannel ; toAmino ( message : IdentifiedChannel ) : IdentifiedChannelAmino ; toAminoMsg ( message : IdentifiedChannel ) : IdentifiedChannelAminoMsg ; toProto ( message : IdentifiedChannel ) : Uint8Array ; toProtoMsg ( message : IdentifiedChannel ) : IdentifiedChannelProtoMsg ; } ; MessageComposer : { encoded : { acknowledgement ( value : MsgAcknowledgement ) : { typeUrl : string ; value : Uint8Array ; } ; channelCloseConfirm ( value : MsgChannelCloseConfirm ) : { typeUrl : string ; value : Uint8Array ; } ; channelCloseInit ( value : MsgChannelCloseInit ) : { typeUrl : string ; value : Uint8Array ; } ; channelOpenAck ( value : MsgChannelOpenAck ) : { typeUrl : string ; value : Uint8Array ; } ; channelOpenConfirm ( value : MsgChannelOpenConfirm ) : { typeUrl : string ; value : Uint8Array ; } ; channelOpenInit ( value : MsgChannelOpenInit ) : { typeUrl : string ; value : Uint8Array ; } ; channelOpenTry ( value : MsgChannelOpenTry ) : { typeUrl : string ; value : Uint8Array ; } ; recvPacket ( value : MsgRecvPacket ) : { typeUrl : string ; value : Uint8Array ; } ; timeout ( value : MsgTimeout ) : { typeUrl : string ; value : Uint8Array ; } ; timeoutOnClose ( value : MsgTimeoutOnClose ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { acknowledgement ( value : MsgAcknowledgement ) : { typeUrl : string ; value : MsgAcknowledgement ; } ; channelCloseConfirm ( value : MsgChannelCloseConfirm ) : { typeUrl : string ; value : MsgChannelCloseConfirm ; } ; channelCloseInit ( value : MsgChannelCloseInit ) : { typeUrl : string ; value : MsgChannelCloseInit ; } ; channelOpenAck ( value : MsgChannelOpenAck ) : { typeUrl : string ; value : MsgChannelOpenAck ; } ; channelOpenConfirm ( value : MsgChannelOpenConfirm ) : { typeUrl : string ; value : MsgChannelOpenConfirm ; } ; channelOpenInit ( value : MsgChannelOpenInit ) : { typeUrl : string ; value : MsgChannelOpenInit ; } ; channelOpenTry ( value : MsgChannelOpenTry ) : { typeUrl : string ; value : MsgChannelOpenTry ; } ; recvPacket ( value : MsgRecvPacket ) : { typeUrl : string ; value : MsgRecvPacket ; } ; timeout ( value : MsgTimeout ) : { typeUrl : string ; value : MsgTimeout ; } ; timeoutOnClose ( value : MsgTimeoutOnClose ) : { typeUrl : string ; value : MsgTimeoutOnClose ; } ; } ; withTypeUrl : { acknowledgement ( value : MsgAcknowledgement ) : { typeUrl : string ; value : MsgAcknowledgement ; } ; channelCloseConfirm ( value : MsgChannelCloseConfirm ) : { typeUrl : string ; value : MsgChannelCloseConfirm ; } ; channelCloseInit ( value : MsgChannelCloseInit ) : { typeUrl : string ; value : MsgChannelCloseInit ; } ; channelOpenAck ( value : MsgChannelOpenAck ) : { typeUrl : string ; value : MsgChannelOpenAck ; } ; channelOpenConfirm ( value : MsgChannelOpenConfirm ) : { typeUrl : string ; value : MsgChannelOpenConfirm ; } ; channelOpenInit ( value : MsgChannelOpenInit ) : { typeUrl : string ; value : MsgChannelOpenInit ; } ; channelOpenTry ( value : MsgChannelOpenTry ) : { typeUrl : string ; value : MsgChannelOpenTry ; } ; recvPacket ( value : MsgRecvPacket ) : { typeUrl : string ; value : MsgRecvPacket ; } ; timeout ( value : MsgTimeout ) : { typeUrl : string ; value : MsgTimeout ; } ; timeoutOnClose ( value : MsgTimeoutOnClose ) : { typeUrl : string ; value : MsgTimeoutOnClose ; } ; } ; } ; MsgAcknowledgement : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgAcknowledgement ; encode ( message : MsgAcknowledgement ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgAcknowledgementAmino ) : MsgAcknowledgement ; fromAminoMsg ( object : MsgAcknowledgementAminoMsg ) : MsgAcknowledgement ; fromPartial ( object : { acknowledgement ?: Uint8Array ; packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ; proofAcked ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; signer ?: string ; } ) : MsgAcknowledgement ; fromProtoMsg ( message : MsgAcknowledgementProtoMsg ) : MsgAcknowledgement ; toAmino ( message : MsgAcknowledgement ) : MsgAcknowledgementAmino ; toAminoMsg ( message : MsgAcknowledgement ) : MsgAcknowledgementAminoMsg ; toProto ( message : MsgAcknowledgement ) : Uint8Array ; toProtoMsg ( message : MsgAcknowledgement ) : MsgAcknowledgementProtoMsg ; } ; MsgAcknowledgementResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgAcknowledgementResponse ; encode ( _ : MsgAcknowledgementResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgAcknowledgementResponseAmino ) : MsgAcknowledgementResponse ; fromAminoMsg ( object : MsgAcknowledgementResponseAminoMsg ) : MsgAcknowledgementResponse ; fromPartial ( _ : {} ) : MsgAcknowledgementResponse ; fromProtoMsg ( message : MsgAcknowledgementResponseProtoMsg ) : MsgAcknowledgementResponse ; toAmino ( _ : MsgAcknowledgementResponse ) : MsgAcknowledgementResponseAmino ; toAminoMsg ( message : MsgAcknowledgementResponse ) : MsgAcknowledgementResponseAminoMsg ; toProto ( message : MsgAcknowledgementResponse ) : Uint8Array ; toProtoMsg ( message : MsgAcknowledgementResponse ) : MsgAcknowledgementResponseProtoMsg ; } ; MsgChannelCloseConfirm : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgChannelCloseConfirm ; encode ( message : MsgChannelCloseConfirm ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgChannelCloseConfirmAmino ) : MsgChannelCloseConfirm ; fromAminoMsg ( object : MsgChannelCloseConfirmAminoMsg ) : MsgChannelCloseConfirm ; fromPartial ( object : { channelId ?: string ; portId ?: string ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofInit ?: Uint8Array ; signer ?: string ; } ) : MsgChannelCloseConfirm ; fromProtoMsg ( message : MsgChannelCloseConfirmProtoMsg ) : MsgChannelCloseConfirm ; toAmino ( message : MsgChannelCloseConfirm ) : MsgChannelCloseConfirmAmino ; toAminoMsg ( message : MsgChannelCloseConfirm ) : MsgChannelCloseConfirmAminoMsg ; toProto ( message : MsgChannelCloseConfirm ) : Uint8Array ; toProtoMsg ( message : MsgChannelCloseConfirm ) : MsgChannelCloseConfirmProtoMsg ; } ; MsgChannelCloseConfirmResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgChannelCloseConfirmResponse ; encode ( _ : MsgChannelCloseConfirmResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgChannelCloseConfirmResponseAmino ) : MsgChannelCloseConfirmResponse ; fromAminoMsg ( object : MsgChannelCloseConfirmResponseAminoMsg ) : MsgChannelCloseConfirmResponse ; fromPartial ( _ : {} ) : MsgChannelCloseConfirmResponse ; fromProtoMsg ( message : MsgChannelCloseConfirmResponseProtoMsg ) : MsgChannelCloseConfirmResponse ; toAmino ( _ : MsgChannelCloseConfirmResponse ) : MsgChannelCloseConfirmResponseAmino ; toAminoMsg ( message : MsgChannelCloseConfirmResponse ) : MsgChannelCloseConfirmResponseAminoMsg ; toProto ( message : MsgChannelCloseConfirmResponse ) : Uint8Array ; toProtoMsg ( message : MsgChannelCloseConfirmResponse ) : MsgChannelCloseConfirmResponseProtoMsg ; } ; MsgChannelCloseInit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgChannelCloseInit ; encode ( message : MsgChannelCloseInit ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgChannelCloseInitAmino ) : MsgChannelCloseInit ; fromAminoMsg ( object : MsgChannelCloseInitAminoMsg ) : MsgChannelCloseInit ; fromPartial ( object : { channelId ?: string ; portId ?: string ; signer ?: string ; } ) : MsgChannelCloseInit ; fromProtoMsg ( message : MsgChannelCloseInitProtoMsg ) : MsgChannelCloseInit ; toAmino ( message : MsgChannelCloseInit ) : MsgChannelCloseInitAmino ; toAminoMsg ( message : MsgChannelCloseInit ) : MsgChannelCloseInitAminoMsg ; toProto ( message : MsgChannelCloseInit ) : Uint8Array ; toProtoMsg ( message : MsgChannelCloseInit ) : MsgChannelCloseInitProtoMsg ; } ; MsgChannelCloseInitResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgChannelCloseInitResponse ; encode ( _ : MsgChannelCloseInitResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgChannelCloseInitResponseAmino ) : MsgChannelCloseInitResponse ; fromAminoMsg ( object : MsgChannelCloseInitResponseAminoMsg ) : MsgChannelCloseInitResponse ; fromPartial ( _ : {} ) : MsgChannelCloseInitResponse ; fromProtoMsg ( message : MsgChannelCloseInitResponseProtoMsg ) : MsgChannelCloseInitResponse ; toAmino ( _ : MsgChannelCloseInitResponse ) : MsgChannelCloseInitResponseAmino ; toAminoMsg ( message : MsgChannelCloseInitResponse ) : MsgChannelCloseInitResponseAminoMsg ; toProto ( message : MsgChannelCloseInitResponse ) : Uint8Array ; toProtoMsg ( message : MsgChannelCloseInitResponse ) : MsgChannelCloseInitResponseProtoMsg ; } ; MsgChannelOpenAck : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgChannelOpenAck ; encode ( message : MsgChannelOpenAck ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgChannelOpenAckAmino ) : MsgChannelOpenAck ; fromAminoMsg ( object : MsgChannelOpenAckAminoMsg ) : MsgChannelOpenAck ; fromPartial ( object : { channelId ?: string ; counterpartyChannelId ?: string ; counterpartyVersion ?: string ; portId ?: string ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofTry ?: Uint8Array ; signer ?: string ; } ) : MsgChannelOpenAck ; fromProtoMsg ( message : MsgChannelOpenAckProtoMsg ) : MsgChannelOpenAck ; toAmino ( message : MsgChannelOpenAck ) : MsgChannelOpenAckAmino ; toAminoMsg ( message : MsgChannelOpenAck ) : MsgChannelOpenAckAminoMsg ; toProto ( message : MsgChannelOpenAck ) : Uint8Array ; toProtoMsg ( message : MsgChannelOpenAck ) : MsgChannelOpenAckProtoMsg ; } ; MsgChannelOpenAckResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgChannelOpenAckResponse ; encode ( _ : MsgChannelOpenAckResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgChannelOpenAckResponseAmino ) : MsgChannelOpenAckResponse ; fromAminoMsg ( object : MsgChannelOpenAckResponseAminoMsg ) : MsgChannelOpenAckResponse ; fromPartial ( _ : {} ) : MsgChannelOpenAckResponse ; fromProtoMsg ( message : MsgChannelOpenAckResponseProtoMsg ) : MsgChannelOpenAckResponse ; toAmino ( _ : MsgChannelOpenAckResponse ) : MsgChannelOpenAckResponseAmino ; toAminoMsg ( message : MsgChannelOpenAckResponse ) : MsgChannelOpenAckResponseAminoMsg ; toProto ( message : MsgChannelOpenAckResponse ) : Uint8Array ; toProtoMsg ( message : MsgChannelOpenAckResponse ) : MsgChannelOpenAckResponseProtoMsg ; } ; MsgChannelOpenConfirm : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgChannelOpenConfirm ; encode ( message : MsgChannelOpenConfirm ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgChannelOpenConfirmAmino ) : MsgChannelOpenConfirm ; fromAminoMsg ( object : MsgChannelOpenConfirmAminoMsg ) : MsgChannelOpenConfirm ; fromPartial ( object : { channelId ?: string ; portId ?: string ; proofAck ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; signer ?: string ; } ) : MsgChannelOpenConfirm ; fromProtoMsg ( message : MsgChannelOpenConfirmProtoMsg ) : MsgChannelOpenConfirm ; toAmino ( message : MsgChannelOpenConfirm ) : MsgChannelOpenConfirmAmino ; toAminoMsg ( message : MsgChannelOpenConfirm ) : MsgChannelOpenConfirmAminoMsg ; toProto ( message : MsgChannelOpenConfirm ) : Uint8Array ; toProtoMsg ( message : MsgChannelOpenConfirm ) : MsgChannelOpenConfirmProtoMsg ; } ; MsgChannelOpenConfirmResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgChannelOpenConfirmResponse ; encode ( _ : MsgChannelOpenConfirmResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgChannelOpenConfirmResponseAmino ) : MsgChannelOpenConfirmResponse ; fromAminoMsg ( object : MsgChannelOpenConfirmResponseAminoMsg ) : MsgChannelOpenConfirmResponse ; fromPartial ( _ : {} ) : MsgChannelOpenConfirmResponse ; fromProtoMsg ( message : MsgChannelOpenConfirmResponseProtoMsg ) : MsgChannelOpenConfirmResponse ; toAmino ( _ : MsgChannelOpenConfirmResponse ) : MsgChannelOpenConfirmResponseAmino ; toAminoMsg ( message : MsgChannelOpenConfirmResponse ) : MsgChannelOpenConfirmResponseAminoMsg ; toProto ( message : MsgChannelOpenConfirmResponse ) : Uint8Array ; toProtoMsg ( message : MsgChannelOpenConfirmResponse ) : MsgChannelOpenConfirmResponseProtoMsg ; } ; MsgChannelOpenInit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgChannelOpenInit ; encode ( message : MsgChannelOpenInit ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgChannelOpenInitAmino ) : MsgChannelOpenInit ; fromAminoMsg ( object : MsgChannelOpenInitAminoMsg ) : MsgChannelOpenInit ; fromPartial ( object : { channel ?: { connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; state ?: State ; version ?: string ; } ; portId ?: string ; signer ?: string ; } ) : MsgChannelOpenInit ; fromProtoMsg ( message : MsgChannelOpenInitProtoMsg ) : MsgChannelOpenInit ; toAmino ( message : MsgChannelOpenInit ) : MsgChannelOpenInitAmino ; toAminoMsg ( message : MsgChannelOpenInit ) : MsgChannelOpenInitAminoMsg ; toProto ( message : MsgChannelOpenInit ) : Uint8Array ; toProtoMsg ( message : MsgChannelOpenInit ) : MsgChannelOpenInitProtoMsg ; } ; MsgChannelOpenInitResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgChannelOpenInitResponse ; encode ( _ : MsgChannelOpenInitResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgChannelOpenInitResponseAmino ) : MsgChannelOpenInitResponse ; fromAminoMsg ( object : MsgChannelOpenInitResponseAminoMsg ) : MsgChannelOpenInitResponse ; fromPartial ( _ : {} ) : MsgChannelOpenInitResponse ; fromProtoMsg ( message : MsgChannelOpenInitResponseProtoMsg ) : MsgChannelOpenInitResponse ; toAmino ( _ : MsgChannelOpenInitResponse ) : MsgChannelOpenInitResponseAmino ; toAminoMsg ( message : MsgChannelOpenInitResponse ) : MsgChannelOpenInitResponseAminoMsg ; toProto ( message : MsgChannelOpenInitResponse ) : Uint8Array ; toProtoMsg ( message : MsgChannelOpenInitResponse ) : MsgChannelOpenInitResponseProtoMsg ; } ; MsgChannelOpenTry : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgChannelOpenTry ; encode ( message : MsgChannelOpenTry ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgChannelOpenTryAmino ) : MsgChannelOpenTry ; fromAminoMsg ( object : MsgChannelOpenTryAminoMsg ) : MsgChannelOpenTry ; fromPartial ( object : { channel ?: { connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; state ?: State ; version ?: string ; } ; counterpartyVersion ?: string ; portId ?: string ; previousChannelId ?: string ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofInit ?: Uint8Array ; signer ?: string ; } ) : MsgChannelOpenTry ; fromProtoMsg ( message : MsgChannelOpenTryProtoMsg ) : MsgChannelOpenTry ; toAmino ( message : MsgChannelOpenTry ) : MsgChannelOpenTryAmino ; toAminoMsg ( message : MsgChannelOpenTry ) : MsgChannelOpenTryAminoMsg ; toProto ( message : MsgChannelOpenTry ) : Uint8Array ; toProtoMsg ( message : MsgChannelOpenTry ) : MsgChannelOpenTryProtoMsg ; } ; MsgChannelOpenTryResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgChannelOpenTryResponse ; encode ( _ : MsgChannelOpenTryResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgChannelOpenTryResponseAmino ) : MsgChannelOpenTryResponse ; fromAminoMsg ( object : MsgChannelOpenTryResponseAminoMsg ) : MsgChannelOpenTryResponse ; fromPartial ( _ : {} ) : MsgChannelOpenTryResponse ; fromProtoMsg ( message : MsgChannelOpenTryResponseProtoMsg ) : MsgChannelOpenTryResponse ; toAmino ( _ : MsgChannelOpenTryResponse ) : MsgChannelOpenTryResponseAmino ; toAminoMsg ( message : MsgChannelOpenTryResponse ) : MsgChannelOpenTryResponseAminoMsg ; toProto ( message : MsgChannelOpenTryResponse ) : Uint8Array ; toProtoMsg ( message : MsgChannelOpenTryResponse ) : MsgChannelOpenTryResponseProtoMsg ; } ; MsgRecvPacket : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgRecvPacket ; encode ( message : MsgRecvPacket ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgRecvPacketAmino ) : MsgRecvPacket ; fromAminoMsg ( object : MsgRecvPacketAminoMsg ) : MsgRecvPacket ; fromPartial ( object : { packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ; proofCommitment ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; signer ?: string ; } ) : MsgRecvPacket ; fromProtoMsg ( message : MsgRecvPacketProtoMsg ) : MsgRecvPacket ; toAmino ( message : MsgRecvPacket ) : MsgRecvPacketAmino ; toAminoMsg ( message : MsgRecvPacket ) : MsgRecvPacketAminoMsg ; toProto ( message : MsgRecvPacket ) : Uint8Array ; toProtoMsg ( message : MsgRecvPacket ) : MsgRecvPacketProtoMsg ; } ; MsgRecvPacketResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgRecvPacketResponse ; encode ( _ : MsgRecvPacketResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgRecvPacketResponseAmino ) : MsgRecvPacketResponse ; fromAminoMsg ( object : MsgRecvPacketResponseAminoMsg ) : MsgRecvPacketResponse ; fromPartial ( _ : {} ) : MsgRecvPacketResponse ; fromProtoMsg ( message : MsgRecvPacketResponseProtoMsg ) : MsgRecvPacketResponse ; toAmino ( _ : MsgRecvPacketResponse ) : MsgRecvPacketResponseAmino ; toAminoMsg ( message : MsgRecvPacketResponse ) : MsgRecvPacketResponseAminoMsg ; toProto ( message : MsgRecvPacketResponse ) : Uint8Array ; toProtoMsg ( message : MsgRecvPacketResponse ) : MsgRecvPacketResponseProtoMsg ; } ; MsgTimeout : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgTimeout ; encode ( message : MsgTimeout ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgTimeoutAmino ) : MsgTimeout ; fromAminoMsg ( object : MsgTimeoutAminoMsg ) : MsgTimeout ; fromPartial ( object : { nextSequenceRecv ?: bigint ; packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofUnreceived ?: Uint8Array ; signer ?: string ; } ) : MsgTimeout ; fromProtoMsg ( message : MsgTimeoutProtoMsg ) : MsgTimeout ; toAmino ( message : MsgTimeout ) : MsgTimeoutAmino ; toAminoMsg ( message : MsgTimeout ) : MsgTimeoutAminoMsg ; toProto ( message : MsgTimeout ) : Uint8Array ; toProtoMsg ( message : MsgTimeout ) : MsgTimeoutProtoMsg ; } ; MsgTimeoutOnClose : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgTimeoutOnClose ; encode ( message : MsgTimeoutOnClose ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgTimeoutOnCloseAmino ) : MsgTimeoutOnClose ; fromAminoMsg ( object : MsgTimeoutOnCloseAminoMsg ) : MsgTimeoutOnClose ; fromPartial ( object : { nextSequenceRecv ?: bigint ; packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ; proofClose ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofUnreceived ?: Uint8Array ; signer ?: string ; } ) : MsgTimeoutOnClose ; fromProtoMsg ( message : MsgTimeoutOnCloseProtoMsg ) : MsgTimeoutOnClose ; toAmino ( message : MsgTimeoutOnClose ) : MsgTimeoutOnCloseAmino ; toAminoMsg ( message : MsgTimeoutOnClose ) : MsgTimeoutOnCloseAminoMsg ; toProto ( message : MsgTimeoutOnClose ) : Uint8Array ; toProtoMsg ( message : MsgTimeoutOnClose ) : MsgTimeoutOnCloseProtoMsg ; } ; MsgTimeoutOnCloseResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgTimeoutOnCloseResponse ; encode ( _ : MsgTimeoutOnCloseResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgTimeoutOnCloseResponseAmino ) : MsgTimeoutOnCloseResponse ; fromAminoMsg ( object : MsgTimeoutOnCloseResponseAminoMsg ) : MsgTimeoutOnCloseResponse ; fromPartial ( _ : {} ) : MsgTimeoutOnCloseResponse ; fromProtoMsg ( message : MsgTimeoutOnCloseResponseProtoMsg ) : MsgTimeoutOnCloseResponse ; toAmino ( _ : MsgTimeoutOnCloseResponse ) : MsgTimeoutOnCloseResponseAmino ; toAminoMsg ( message : MsgTimeoutOnCloseResponse ) : MsgTimeoutOnCloseResponseAminoMsg ; toProto ( message : MsgTimeoutOnCloseResponse ) : Uint8Array ; toProtoMsg ( message : MsgTimeoutOnCloseResponse ) : MsgTimeoutOnCloseResponseProtoMsg ; } ; MsgTimeoutResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgTimeoutResponse ; encode ( _ : MsgTimeoutResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgTimeoutResponseAmino ) : MsgTimeoutResponse ; fromAminoMsg ( object : MsgTimeoutResponseAminoMsg ) : MsgTimeoutResponse ; fromPartial ( _ : {} ) : MsgTimeoutResponse ; fromProtoMsg ( message : MsgTimeoutResponseProtoMsg ) : MsgTimeoutResponse ; toAmino ( _ : MsgTimeoutResponse ) : MsgTimeoutResponseAmino ; toAminoMsg ( message : MsgTimeoutResponse ) : MsgTimeoutResponseAminoMsg ; toProto ( message : MsgTimeoutResponse ) : Uint8Array ; toProtoMsg ( message : MsgTimeoutResponse ) : MsgTimeoutResponseProtoMsg ; } ; OrderAmino : typeof Order ; OrderSDKType : typeof Order ; Packet : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Packet ; encode ( message : Packet ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PacketAmino ) : Packet ; fromAminoMsg ( object : PacketAminoMsg ) : Packet ; fromPartial ( object : { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ) : Packet ; fromProtoMsg ( message : PacketProtoMsg ) : Packet ; toAmino ( message : Packet ) : PacketAmino ; toAminoMsg ( message : Packet ) : PacketAminoMsg ; toProto ( message : Packet ) : Uint8Array ; toProtoMsg ( message : Packet ) : PacketProtoMsg ; } ; PacketSequence : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : PacketSequence ; encode ( message : PacketSequence ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PacketSequenceAmino ) : PacketSequence ; fromAminoMsg ( object : PacketSequenceAminoMsg ) : PacketSequence ; fromPartial ( object : { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } ) : PacketSequence ; fromProtoMsg ( message : PacketSequenceProtoMsg ) : PacketSequence ; toAmino ( message : PacketSequence ) : PacketSequenceAmino ; toAminoMsg ( message : PacketSequence ) : PacketSequenceAminoMsg ; toProto ( message : PacketSequence ) : Uint8Array ; toProtoMsg ( message : PacketSequence ) : PacketSequenceProtoMsg ; } ; PacketState : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : PacketState ; encode ( message : PacketState ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PacketStateAmino ) : PacketState ; fromAminoMsg ( object : PacketStateAminoMsg ) : PacketState ; fromPartial ( object : { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } ) : PacketState ; fromProtoMsg ( message : PacketStateProtoMsg ) : PacketState ; toAmino ( message : PacketState ) : PacketStateAmino ; toAminoMsg ( message : PacketState ) : PacketStateAminoMsg ; toProto ( message : PacketState ) : Uint8Array ; toProtoMsg ( message : PacketState ) : PacketStateProtoMsg ; } ; QueryChannelClientStateRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryChannelClientStateRequest ; encode ( message : QueryChannelClientStateRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryChannelClientStateRequestAmino ) : QueryChannelClientStateRequest ; fromAminoMsg ( object : QueryChannelClientStateRequestAminoMsg ) : QueryChannelClientStateRequest ; fromPartial ( object : { channelId ?: string ; portId ?: string ; } ) : QueryChannelClientStateRequest ; fromProtoMsg ( message : QueryChannelClientStateRequestProtoMsg ) : QueryChannelClientStateRequest ; toAmino ( message : QueryChannelClientStateRequest ) : QueryChannelClientStateRequestAmino ; toAminoMsg ( message : QueryChannelClientStateRequest ) : QueryChannelClientStateRequestAminoMsg ; toProto ( message : QueryChannelClientStateRequest ) : Uint8Array ; toProtoMsg ( message : QueryChannelClientStateRequest ) : QueryChannelClientStateRequestProtoMsg ; } ; QueryChannelClientStateResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryChannelClientStateResponse ; encode ( message : QueryChannelClientStateResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryChannelClientStateResponseAmino ) : QueryChannelClientStateResponse ; fromAminoMsg ( object : QueryChannelClientStateResponseAminoMsg ) : QueryChannelClientStateResponse ; fromPartial ( object : { identifiedClientState ?: { clientId ?: string ; clientState ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; } ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } ) : QueryChannelClientStateResponse ; fromProtoMsg ( message : QueryChannelClientStateResponseProtoMsg ) : QueryChannelClientStateResponse ; toAmino ( message : QueryChannelClientStateResponse ) : QueryChannelClientStateResponseAmino ; toAminoMsg ( message : QueryChannelClientStateResponse ) : QueryChannelClientStateResponseAminoMsg ; toProto ( message : QueryChannelClientStateResponse ) : Uint8Array ; toProtoMsg ( message : QueryChannelClientStateResponse ) : QueryChannelClientStateResponseProtoMsg ; } ; QueryChannelConsensusStateRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryChannelConsensusStateRequest ; encode ( message : QueryChannelConsensusStateRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryChannelConsensusStateRequestAmino ) : QueryChannelConsensusStateRequest ; fromAminoMsg ( object : QueryChannelConsensusStateRequestAminoMsg ) : QueryChannelConsensusStateRequest ; fromPartial ( object : { channelId ?: string ; portId ?: string ; revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ) : QueryChannelConsensusStateRequest ; fromProtoMsg ( message : QueryChannelConsensusStateRequestProtoMsg ) : QueryChannelConsensusStateRequest ; toAmino ( message : QueryChannelConsensusStateRequest ) : QueryChannelConsensusStateRequestAmino ; toAminoMsg ( message : QueryChannelConsensusStateRequest ) : QueryChannelConsensusStateRequestAminoMsg ; toProto ( message : QueryChannelConsensusStateRequest ) : Uint8Array ; toProtoMsg ( message : QueryChannelConsensusStateRequest ) : QueryChannelConsensusStateRequestProtoMsg ; } ; QueryChannelConsensusStateResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryChannelConsensusStateResponse ; encode ( message : QueryChannelConsensusStateResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryChannelConsensusStateResponseAmino ) : QueryChannelConsensusStateResponse ; fromAminoMsg ( object : QueryChannelConsensusStateResponseAminoMsg ) : QueryChannelConsensusStateResponse ; fromPartial ( object : { clientId ?: string ; consensusState ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } ) : QueryChannelConsensusStateResponse ; fromProtoMsg ( message : QueryChannelConsensusStateResponseProtoMsg ) : QueryChannelConsensusStateResponse ; toAmino ( message : QueryChannelConsensusStateResponse ) : QueryChannelConsensusStateResponseAmino ; toAminoMsg ( message : QueryChannelConsensusStateResponse ) : QueryChannelConsensusStateResponseAminoMsg ; toProto ( message : QueryChannelConsensusStateResponse ) : Uint8Array ; toProtoMsg ( message : QueryChannelConsensusStateResponse ) : QueryChannelConsensusStateResponseProtoMsg ; } ; QueryChannelRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryChannelRequest ; encode ( message : QueryChannelRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryChannelRequestAmino ) : QueryChannelRequest ; fromAminoMsg ( object : QueryChannelRequestAminoMsg ) : QueryChannelRequest ; fromPartial ( object : { channelId ?: string ; portId ?: string ; } ) : QueryChannelRequest ; fromProtoMsg ( message : QueryChannelRequestProtoMsg ) : QueryChannelRequest ; toAmino ( message : QueryChannelRequest ) : QueryChannelRequestAmino ; toAminoMsg ( message : QueryChannelRequest ) : QueryChannelRequestAminoMsg ; toProto ( message : QueryChannelRequest ) : Uint8Array ; toProtoMsg ( message : QueryChannelRequest ) : QueryChannelRequestProtoMsg ; } ; QueryChannelResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryChannelResponse ; encode ( message : QueryChannelResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryChannelResponseAmino ) : QueryChannelResponse ; fromAminoMsg ( object : QueryChannelResponseAminoMsg ) : QueryChannelResponse ; fromPartial ( object : { channel ?: { connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; state ?: State ; version ?: string ; } ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } ) : QueryChannelResponse ; fromProtoMsg ( message : QueryChannelResponseProtoMsg ) : QueryChannelResponse ; toAmino ( message : QueryChannelResponse ) : QueryChannelResponseAmino ; toAminoMsg ( message : QueryChannelResponse ) : QueryChannelResponseAminoMsg ; toProto ( message : QueryChannelResponse ) : Uint8Array ; toProtoMsg ( message : QueryChannelResponse ) : QueryChannelResponseProtoMsg ; } ; QueryChannelsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryChannelsRequest ; encode ( message : QueryChannelsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryChannelsRequestAmino ) : QueryChannelsRequest ; fromAminoMsg ( object : QueryChannelsRequestAminoMsg ) : QueryChannelsRequest ; fromPartial ( object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : QueryChannelsRequest ; fromProtoMsg ( message : QueryChannelsRequestProtoMsg ) : QueryChannelsRequest ; toAmino ( message : QueryChannelsRequest ) : QueryChannelsRequestAmino ; toAminoMsg ( message : QueryChannelsRequest ) : QueryChannelsRequestAminoMsg ; toProto ( message : QueryChannelsRequest ) : Uint8Array ; toProtoMsg ( message : QueryChannelsRequest ) : QueryChannelsRequestProtoMsg ; } ; QueryChannelsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryChannelsResponse ; encode ( message : QueryChannelsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryChannelsResponseAmino ) : QueryChannelsResponse ; fromAminoMsg ( object : QueryChannelsResponseAminoMsg ) : QueryChannelsResponse ; fromPartial ( object : { channels ?: { channelId ?: string ; connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; portId ?: string ; state ?: State ; version ?: string ; } [] ; height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryChannelsResponse ; fromProtoMsg ( message : QueryChannelsResponseProtoMsg ) : QueryChannelsResponse ; toAmino ( message : QueryChannelsResponse ) : QueryChannelsResponseAmino ; toAminoMsg ( message : QueryChannelsResponse ) : QueryChannelsResponseAminoMsg ; toProto ( message : QueryChannelsResponse ) : Uint8Array ; toProtoMsg ( message : QueryChannelsResponse ) : QueryChannelsResponseProtoMsg ; } ; QueryConnectionChannelsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryConnectionChannelsRequest ; encode ( message : QueryConnectionChannelsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryConnectionChannelsRequestAmino ) : QueryConnectionChannelsRequest ; fromAminoMsg ( object : QueryConnectionChannelsRequestAminoMsg ) : QueryConnectionChannelsRequest ; fromPartial ( object : { connection ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : QueryConnectionChannelsRequest ; fromProtoMsg ( message : QueryConnectionChannelsRequestProtoMsg ) : QueryConnectionChannelsRequest ; toAmino ( message : QueryConnectionChannelsRequest ) : QueryConnectionChannelsRequestAmino ; toAminoMsg ( message : QueryConnectionChannelsRequest ) : QueryConnectionChannelsRequestAminoMsg ; toProto ( message : QueryConnectionChannelsRequest ) : Uint8Array ; toProtoMsg ( message : QueryConnectionChannelsRequest ) : QueryConnectionChannelsRequestProtoMsg ; } ; QueryConnectionChannelsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryConnectionChannelsResponse ; encode ( message : QueryConnectionChannelsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryConnectionChannelsResponseAmino ) : QueryConnectionChannelsResponse ; fromAminoMsg ( object : QueryConnectionChannelsResponseAminoMsg ) : QueryConnectionChannelsResponse ; fromPartial ( object : { channels ?: { channelId ?: string ; connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; portId ?: string ; state ?: State ; version ?: string ; } [] ; height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryConnectionChannelsResponse ; fromProtoMsg ( message : QueryConnectionChannelsResponseProtoMsg ) : QueryConnectionChannelsResponse ; toAmino ( message : QueryConnectionChannelsResponse ) : QueryConnectionChannelsResponseAmino ; toAminoMsg ( message : QueryConnectionChannelsResponse ) : QueryConnectionChannelsResponseAminoMsg ; toProto ( message : QueryConnectionChannelsResponse ) : Uint8Array ; toProtoMsg ( message : QueryConnectionChannelsResponse ) : QueryConnectionChannelsResponseProtoMsg ; } ; QueryNextSequenceReceiveRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryNextSequenceReceiveRequest ; encode ( message : QueryNextSequenceReceiveRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryNextSequenceReceiveRequestAmino ) : QueryNextSequenceReceiveRequest ; fromAminoMsg ( object : QueryNextSequenceReceiveRequestAminoMsg ) : QueryNextSequenceReceiveRequest ; fromPartial ( object : { channelId ?: string ; portId ?: string ; } ) : QueryNextSequenceReceiveRequest ; fromProtoMsg ( message : QueryNextSequenceReceiveRequestProtoMsg ) : QueryNextSequenceReceiveRequest ; toAmino ( message : QueryNextSequenceReceiveRequest ) : QueryNextSequenceReceiveRequestAmino ; toAminoMsg ( message : QueryNextSequenceReceiveRequest ) : QueryNextSequenceReceiveRequestAminoMsg ; toProto ( message : QueryNextSequenceReceiveRequest ) : Uint8Array ; toProtoMsg ( message : QueryNextSequenceReceiveRequest ) : QueryNextSequenceReceiveRequestProtoMsg ; } ; QueryNextSequenceReceiveResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryNextSequenceReceiveResponse ; encode ( message : QueryNextSequenceReceiveResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryNextSequenceReceiveResponseAmino ) : QueryNextSequenceReceiveResponse ; fromAminoMsg ( object : QueryNextSequenceReceiveResponseAminoMsg ) : QueryNextSequenceReceiveResponse ; fromPartial ( object : { nextSequenceReceive ?: bigint ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } ) : QueryNextSequenceReceiveResponse ; fromProtoMsg ( message : QueryNextSequenceReceiveResponseProtoMsg ) : QueryNextSequenceReceiveResponse ; toAmino ( message : QueryNextSequenceReceiveResponse ) : QueryNextSequenceReceiveResponseAmino ; toAminoMsg ( message : QueryNextSequenceReceiveResponse ) : QueryNextSequenceReceiveResponseAminoMsg ; toProto ( message : QueryNextSequenceReceiveResponse ) : Uint8Array ; toProtoMsg ( message : QueryNextSequenceReceiveResponse ) : QueryNextSequenceReceiveResponseProtoMsg ; } ; QueryPacketAcknowledgementRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPacketAcknowledgementRequest ; encode ( message : QueryPacketAcknowledgementRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPacketAcknowledgementRequestAmino ) : QueryPacketAcknowledgementRequest ; fromAminoMsg ( object : QueryPacketAcknowledgementRequestAminoMsg ) : QueryPacketAcknowledgementRequest ; fromPartial ( object : { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } ) : QueryPacketAcknowledgementRequest ; fromProtoMsg ( message : QueryPacketAcknowledgementRequestProtoMsg ) : QueryPacketAcknowledgementRequest ; toAmino ( message : QueryPacketAcknowledgementRequest ) : QueryPacketAcknowledgementRequestAmino ; toAminoMsg ( message : QueryPacketAcknowledgementRequest ) : QueryPacketAcknowledgementRequestAminoMsg ; toProto ( message : QueryPacketAcknowledgementRequest ) : Uint8Array ; toProtoMsg ( message : QueryPacketAcknowledgementRequest ) : QueryPacketAcknowledgementRequestProtoMsg ; } ; QueryPacketAcknowledgementResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPacketAcknowledgementResponse ; encode ( message : QueryPacketAcknowledgementResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPacketAcknowledgementResponseAmino ) : QueryPacketAcknowledgementResponse ; fromAminoMsg ( object : QueryPacketAcknowledgementResponseAminoMsg ) : QueryPacketAcknowledgementResponse ; fromPartial ( object : { acknowledgement ?: Uint8Array ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } ) : QueryPacketAcknowledgementResponse ; fromProtoMsg ( message : QueryPacketAcknowledgementResponseProtoMsg ) : QueryPacketAcknowledgementResponse ; toAmino ( message : QueryPacketAcknowledgementResponse ) : QueryPacketAcknowledgementResponseAmino ; toAminoMsg ( message : QueryPacketAcknowledgementResponse ) : QueryPacketAcknowledgementResponseAminoMsg ; toProto ( message : QueryPacketAcknowledgementResponse ) : Uint8Array ; toProtoMsg ( message : QueryPacketAcknowledgementResponse ) : QueryPacketAcknowledgementResponseProtoMsg ; } ; QueryPacketAcknowledgementsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPacketAcknowledgementsRequest ; encode ( message : QueryPacketAcknowledgementsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPacketAcknowledgementsRequestAmino ) : QueryPacketAcknowledgementsRequest ; fromAminoMsg ( object : QueryPacketAcknowledgementsRequestAminoMsg ) : QueryPacketAcknowledgementsRequest ; fromPartial ( object : { channelId ?: string ; packetCommitmentSequences ?: bigint [] ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; portId ?: string ; } ) : QueryPacketAcknowledgementsRequest ; fromProtoMsg ( message : QueryPacketAcknowledgementsRequestProtoMsg ) : QueryPacketAcknowledgementsRequest ; toAmino ( message : QueryPacketAcknowledgementsRequest ) : QueryPacketAcknowledgementsRequestAmino ; toAminoMsg ( message : QueryPacketAcknowledgementsRequest ) : QueryPacketAcknowledgementsRequestAminoMsg ; toProto ( message : QueryPacketAcknowledgementsRequest ) : Uint8Array ; toProtoMsg ( message : QueryPacketAcknowledgementsRequest ) : QueryPacketAcknowledgementsRequestProtoMsg ; } ; QueryPacketAcknowledgementsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPacketAcknowledgementsResponse ; encode ( message : QueryPacketAcknowledgementsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPacketAcknowledgementsResponseAmino ) : QueryPacketAcknowledgementsResponse ; fromAminoMsg ( object : QueryPacketAcknowledgementsResponseAminoMsg ) : QueryPacketAcknowledgementsResponse ; fromPartial ( object : { acknowledgements ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryPacketAcknowledgementsResponse ; fromProtoMsg ( message : QueryPacketAcknowledgementsResponseProtoMsg ) : QueryPacketAcknowledgementsResponse ; toAmino ( message : QueryPacketAcknowledgementsResponse ) : QueryPacketAcknowledgementsResponseAmino ; toAminoMsg ( message : QueryPacketAcknowledgementsResponse ) : QueryPacketAcknowledgementsResponseAminoMsg ; toProto ( message : QueryPacketAcknowledgementsResponse ) : Uint8Array ; toProtoMsg ( message : QueryPacketAcknowledgementsResponse ) : QueryPacketAcknowledgementsResponseProtoMsg ; } ; QueryPacketCommitmentRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPacketCommitmentRequest ; encode ( message : QueryPacketCommitmentRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPacketCommitmentRequestAmino ) : QueryPacketCommitmentRequest ; fromAminoMsg ( object : QueryPacketCommitmentRequestAminoMsg ) : QueryPacketCommitmentRequest ; fromPartial ( object : { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } ) : QueryPacketCommitmentRequest ; fromProtoMsg ( message : QueryPacketCommitmentRequestProtoMsg ) : QueryPacketCommitmentRequest ; toAmino ( message : QueryPacketCommitmentRequest ) : QueryPacketCommitmentRequestAmino ; toAminoMsg ( message : QueryPacketCommitmentRequest ) : QueryPacketCommitmentRequestAminoMsg ; toProto ( message : QueryPacketCommitmentRequest ) : Uint8Array ; toProtoMsg ( message : QueryPacketCommitmentRequest ) : QueryPacketCommitmentRequestProtoMsg ; } ; QueryPacketCommitmentResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPacketCommitmentResponse ; encode ( message : QueryPacketCommitmentResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPacketCommitmentResponseAmino ) : QueryPacketCommitmentResponse ; fromAminoMsg ( object : QueryPacketCommitmentResponseAminoMsg ) : QueryPacketCommitmentResponse ; fromPartial ( object : { commitment ?: Uint8Array ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } ) : QueryPacketCommitmentResponse ; fromProtoMsg ( message : QueryPacketCommitmentResponseProtoMsg ) : QueryPacketCommitmentResponse ; toAmino ( message : QueryPacketCommitmentResponse ) : QueryPacketCommitmentResponseAmino ; toAminoMsg ( message : QueryPacketCommitmentResponse ) : QueryPacketCommitmentResponseAminoMsg ; toProto ( message : QueryPacketCommitmentResponse ) : Uint8Array ; toProtoMsg ( message : QueryPacketCommitmentResponse ) : QueryPacketCommitmentResponseProtoMsg ; } ; QueryPacketCommitmentsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPacketCommitmentsRequest ; encode ( message : QueryPacketCommitmentsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPacketCommitmentsRequestAmino ) : QueryPacketCommitmentsRequest ; fromAminoMsg ( object : QueryPacketCommitmentsRequestAminoMsg ) : QueryPacketCommitmentsRequest ; fromPartial ( object : { channelId ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; portId ?: string ; } ) : QueryPacketCommitmentsRequest ; fromProtoMsg ( message : QueryPacketCommitmentsRequestProtoMsg ) : QueryPacketCommitmentsRequest ; toAmino ( message : QueryPacketCommitmentsRequest ) : QueryPacketCommitmentsRequestAmino ; toAminoMsg ( message : QueryPacketCommitmentsRequest ) : QueryPacketCommitmentsRequestAminoMsg ; toProto ( message : QueryPacketCommitmentsRequest ) : Uint8Array ; toProtoMsg ( message : QueryPacketCommitmentsRequest ) : QueryPacketCommitmentsRequestProtoMsg ; } ; QueryPacketCommitmentsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPacketCommitmentsResponse ; encode ( message : QueryPacketCommitmentsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPacketCommitmentsResponseAmino ) : QueryPacketCommitmentsResponse ; fromAminoMsg ( object : QueryPacketCommitmentsResponseAminoMsg ) : QueryPacketCommitmentsResponse ; fromPartial ( object : { commitments ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryPacketCommitmentsResponse ; fromProtoMsg ( message : QueryPacketCommitmentsResponseProtoMsg ) : QueryPacketCommitmentsResponse ; toAmino ( message : QueryPacketCommitmentsResponse ) : QueryPacketCommitmentsResponseAmino ; toAminoMsg ( message : QueryPacketCommitmentsResponse ) : QueryPacketCommitmentsResponseAminoMsg ; toProto ( message : QueryPacketCommitmentsResponse ) : Uint8Array ; toProtoMsg ( message : QueryPacketCommitmentsResponse ) : QueryPacketCommitmentsResponseProtoMsg ; } ; QueryPacketReceiptRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPacketReceiptRequest ; encode ( message : QueryPacketReceiptRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPacketReceiptRequestAmino ) : QueryPacketReceiptRequest ; fromAminoMsg ( object : QueryPacketReceiptRequestAminoMsg ) : QueryPacketReceiptRequest ; fromPartial ( object : { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } ) : QueryPacketReceiptRequest ; fromProtoMsg ( message : QueryPacketReceiptRequestProtoMsg ) : QueryPacketReceiptRequest ; toAmino ( message : QueryPacketReceiptRequest ) : QueryPacketReceiptRequestAmino ; toAminoMsg ( message : QueryPacketReceiptRequest ) : QueryPacketReceiptRequestAminoMsg ; toProto ( message : QueryPacketReceiptRequest ) : Uint8Array ; toProtoMsg ( message : QueryPacketReceiptRequest ) : QueryPacketReceiptRequestProtoMsg ; } ; QueryPacketReceiptResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPacketReceiptResponse ; encode ( message : QueryPacketReceiptResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPacketReceiptResponseAmino ) : QueryPacketReceiptResponse ; fromAminoMsg ( object : QueryPacketReceiptResponseAminoMsg ) : QueryPacketReceiptResponse ; fromPartial ( object : { proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; received ?: boolean ; } ) : QueryPacketReceiptResponse ; fromProtoMsg ( message : QueryPacketReceiptResponseProtoMsg ) : QueryPacketReceiptResponse ; toAmino ( message : QueryPacketReceiptResponse ) : QueryPacketReceiptResponseAmino ; toAminoMsg ( message : QueryPacketReceiptResponse ) : QueryPacketReceiptResponseAminoMsg ; toProto ( message : QueryPacketReceiptResponse ) : Uint8Array ; toProtoMsg ( message : QueryPacketReceiptResponse ) : QueryPacketReceiptResponseProtoMsg ; } ; QueryUnreceivedAcksRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryUnreceivedAcksRequest ; encode ( message : QueryUnreceivedAcksRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryUnreceivedAcksRequestAmino ) : QueryUnreceivedAcksRequest ; fromAminoMsg ( object : QueryUnreceivedAcksRequestAminoMsg ) : QueryUnreceivedAcksRequest ; fromPartial ( object : { channelId ?: string ; packetAckSequences ?: bigint [] ; portId ?: string ; } ) : QueryUnreceivedAcksRequest ; fromProtoMsg ( message : QueryUnreceivedAcksRequestProtoMsg ) : QueryUnreceivedAcksRequest ; toAmino ( message : QueryUnreceivedAcksRequest ) : QueryUnreceivedAcksRequestAmino ; toAminoMsg ( message : QueryUnreceivedAcksRequest ) : QueryUnreceivedAcksRequestAminoMsg ; toProto ( message : QueryUnreceivedAcksRequest ) : Uint8Array ; toProtoMsg ( message : QueryUnreceivedAcksRequest ) : QueryUnreceivedAcksRequestProtoMsg ; } ; QueryUnreceivedAcksResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryUnreceivedAcksResponse ; encode ( message : QueryUnreceivedAcksResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryUnreceivedAcksResponseAmino ) : QueryUnreceivedAcksResponse ; fromAminoMsg ( object : QueryUnreceivedAcksResponseAminoMsg ) : QueryUnreceivedAcksResponse ; fromPartial ( object : { height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; sequences ?: bigint [] ; } ) : QueryUnreceivedAcksResponse ; fromProtoMsg ( message : QueryUnreceivedAcksResponseProtoMsg ) : QueryUnreceivedAcksResponse ; toAmino ( message : QueryUnreceivedAcksResponse ) : QueryUnreceivedAcksResponseAmino ; toAminoMsg ( message : QueryUnreceivedAcksResponse ) : QueryUnreceivedAcksResponseAminoMsg ; toProto ( message : QueryUnreceivedAcksResponse ) : Uint8Array ; toProtoMsg ( message : QueryUnreceivedAcksResponse ) : QueryUnreceivedAcksResponseProtoMsg ; } ; QueryUnreceivedPacketsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryUnreceivedPacketsRequest ; encode ( message : QueryUnreceivedPacketsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryUnreceivedPacketsRequestAmino ) : QueryUnreceivedPacketsRequest ; fromAminoMsg ( object : QueryUnreceivedPacketsRequestAminoMsg ) : QueryUnreceivedPacketsRequest ; fromPartial ( object : { channelId ?: string ; packetCommitmentSequences ?: bigint [] ; portId ?: string ; } ) : QueryUnreceivedPacketsRequest ; fromProtoMsg ( message : QueryUnreceivedPacketsRequestProtoMsg ) : QueryUnreceivedPacketsRequest ; toAmino ( message : QueryUnreceivedPacketsRequest ) : QueryUnreceivedPacketsRequestAmino ; toAminoMsg ( message : QueryUnreceivedPacketsRequest ) : QueryUnreceivedPacketsRequestAminoMsg ; toProto ( message : QueryUnreceivedPacketsRequest ) : Uint8Array ; toProtoMsg ( message : QueryUnreceivedPacketsRequest ) : QueryUnreceivedPacketsRequestProtoMsg ; } ; QueryUnreceivedPacketsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryUnreceivedPacketsResponse ; encode ( message : QueryUnreceivedPacketsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryUnreceivedPacketsResponseAmino ) : QueryUnreceivedPacketsResponse ; fromAminoMsg ( object : QueryUnreceivedPacketsResponseAminoMsg ) : QueryUnreceivedPacketsResponse ; fromPartial ( object : { height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; sequences ?: bigint [] ; } ) : QueryUnreceivedPacketsResponse ; fromProtoMsg ( message : QueryUnreceivedPacketsResponseProtoMsg ) : QueryUnreceivedPacketsResponse ; toAmino ( message : QueryUnreceivedPacketsResponse ) : QueryUnreceivedPacketsResponseAmino ; toAminoMsg ( message : QueryUnreceivedPacketsResponse ) : QueryUnreceivedPacketsResponseAminoMsg ; toProto ( message : QueryUnreceivedPacketsResponse ) : Uint8Array ; toProtoMsg ( message : QueryUnreceivedPacketsResponse ) : QueryUnreceivedPacketsResponseProtoMsg ; } ; StateAmino : typeof State ; StateSDKType : typeof State ; createRpcQueryExtension : ( ( base : QueryClient ) => { channel ( request : QueryChannelRequest ) : Promise < QueryChannelResponse > ; channelClientState ( request : QueryChannelClientStateRequest ) : Promise < QueryChannelClientStateResponse > ; channelConsensusState ( request : QueryChannelConsensusStateRequest ) : Promise < QueryChannelConsensusStateResponse > ; channels ( request ?: QueryChannelsRequest ) : Promise < QueryChannelsResponse > ; connectionChannels ( request : QueryConnectionChannelsRequest ) : Promise < QueryConnectionChannelsResponse > ; nextSequenceReceive ( request : QueryNextSequenceReceiveRequest ) : Promise < QueryNextSequenceReceiveResponse > ; packetAcknowledgement ( request : QueryPacketAcknowledgementRequest ) : Promise < QueryPacketAcknowledgementResponse > ; packetAcknowledgements ( request : QueryPacketAcknowledgementsRequest ) : Promise < QueryPacketAcknowledgementsResponse > ; packetCommitment ( request : QueryPacketCommitmentRequest ) : Promise < QueryPacketCommitmentResponse > ; packetCommitments ( request : QueryPacketCommitmentsRequest ) : Promise < QueryPacketCommitmentsResponse > ; packetReceipt ( request : QueryPacketReceiptRequest ) : Promise < QueryPacketReceiptResponse > ; unreceivedAcks ( request : QueryUnreceivedAcksRequest ) : Promise < QueryUnreceivedAcksResponse > ; unreceivedPackets ( request : QueryUnreceivedPacketsRequest ) : Promise < QueryUnreceivedPacketsResponse > ; } ) ; load : ( ( protoRegistry : Registry ) => void ) ; registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] ; orderFromJSON ( object : any ) : Order ; orderToJSON ( object : Order ) : string ; stateFromJSON ( object : any ) : State ; stateToJSON ( object : State ) : string ; } = ... Type declaration type Url : string decode : functiondecode ( input , length ? ) : Acknowledgement Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1051 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1042 from Amino : functionfrom Amino ( object ) : Acknowledgement Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1077 from Amino Msg : functionfrom Amino Msg ( object ) : Acknowledgement Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1093 from Partial : functionfrom Partial ( object ) : Acknowledgement Parameters object : { error ?: string ; result ?: Uint8Array ; } Optional
error ?: string Optional
result ?: Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1071 from Proto Msg : functionfrom Proto Msg ( message ) : Acknowledgement Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1102 to Amino : functionto Amino ( message ) : AcknowledgementAmino Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1087 to Amino Msg : functionto Amino Msg ( message ) : AcknowledgementAminoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1096 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1105 to Proto Msg : functionto Proto Msg ( message ) : AcknowledgementProtoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1108 Channel : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Channel ; encode ( message : Channel , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ChannelAmino ) : Channel ; fromAminoMsg ( object : ChannelAminoMsg ) : Channel ; fromPartial ( object : { connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; state ?: State ; version ?: string ; } ) : Channel ; fromProtoMsg ( message : ChannelProtoMsg ) : Channel ; toAmino ( message : Channel ) : ChannelAmino ; toAminoMsg ( message : Channel ) : ChannelAminoMsg ; toProto ( message : Channel ) : Uint8Array ; toProtoMsg ( message : Channel ) : ChannelProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Channel Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:462 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:444 from Amino : functionfrom Amino ( object ) : Channel Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:500 from Amino Msg : functionfrom Amino Msg ( object ) : Channel Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:530 from Partial : functionfrom Partial ( object ) : Channel Parameters object : { connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; state ?: State ; version ?: string ; } Optional
connection Hops ?: string [] Optional
counterparty ?: { channelId ?: string ; portId ?: string ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
ordering ?: Order Optional
state ?: State Optional
version ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:491 from Proto Msg : functionfrom Proto Msg ( message ) : Channel Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:539 to Amino : functionto Amino ( message ) : ChannelAmino Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:517 to Amino Msg : functionto Amino Msg ( message ) : ChannelAminoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:533 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:542 to Proto Msg : functionto Proto Msg ( message ) : ChannelProtoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:545 type Url : string decode : functiondecode ( input , length ? ) : Counterparty Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:712 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:703 from Amino : functionfrom Amino ( object ) : Counterparty Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:738 from Amino Msg : functionfrom Amino Msg ( object ) : Counterparty Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:754 from Partial : functionfrom Partial ( object ) : Counterparty Parameters object : { channelId ?: string ; portId ?: string ; } Optional
channel Id ?: string Optional
port Id ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:732 from Proto Msg : functionfrom Proto Msg ( message ) : Counterparty Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:763 to Amino : functionto Amino ( message ) : CounterpartyAmino Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:748 to Amino Msg : functionto Amino Msg ( message ) : CounterpartyAminoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:757 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:766 to Proto Msg : functionto Proto Msg ( message ) : CounterpartyProtoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:769 Genesis State : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : GenesisState ; encode ( message : GenesisState , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : GenesisStateAmino ) : GenesisState ; fromAminoMsg ( object : GenesisStateAminoMsg ) : GenesisState ; fromPartial ( object : { ackSequences ?: { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } [] ; acknowledgements ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; channels ?: { channelId ?: string ; connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; portId ?: string ; state ?: State ; version ?: string ; } [] ; commitments ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; nextChannelSequence ?: bigint ; receipts ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; recvSequences ?: { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } [] ; sendSequences ?: { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } [] ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toAminoMsg ( message : GenesisState ) : GenesisStateAminoMsg ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : GenesisState Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:124 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:97 from Amino : functionfrom Amino ( object ) : GenesisState Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:174 from Amino Msg : functionfrom Amino Msg ( object ) : GenesisState Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:228 from Partial : functionfrom Partial ( object ) : GenesisState Parameters object : { ackSequences ?: { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } [] ; acknowledgements ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; channels ?: { channelId ?: string ; connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; portId ?: string ; state ?: State ; version ?: string ; } [] ; commitments ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; nextChannelSequence ?: bigint ; receipts ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; recvSequences ?: { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } [] ; sendSequences ?: { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } [] ; } Optional
ack Sequences ?: { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } [] Optional
acknowledgements ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] Optional
channels ?: { channelId ?: string ; connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; portId ?: string ; state ?: State ; version ?: string ; } [] Optional
commitments ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] Optional
next Channel Sequence ?: bigint Optional
receipts ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] Optional
recv Sequences ?: { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } [] Optional
send Sequences ?: { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } [] Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:162 from Proto Msg : functionfrom Proto Msg ( message ) : GenesisState Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:237 to Amino : functionto Amino ( message ) : GenesisStateAmino Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:188 to Amino Msg : functionto Amino Msg ( message ) : GenesisStateAminoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:231 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:240 to Proto Msg : functionto Proto Msg ( message ) : GenesisStateProtoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:243 type Url : string decode : functiondecode ( input , length ? ) : IdentifiedChannel Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:589 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:565 from Amino : functionfrom Amino ( object ) : IdentifiedChannel Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:635 from Amino Msg : functionfrom Amino Msg ( object ) : IdentifiedChannel Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:673 from Partial : functionfrom Partial ( object ) : IdentifiedChannel Parameters object : { channelId ?: string ; connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; portId ?: string ; state ?: State ; version ?: string ; } Optional
channel Id ?: string Optional
connection Hops ?: string [] Optional
counterparty ?: { channelId ?: string ; portId ?: string ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
ordering ?: Order Optional
port Id ?: string Optional
state ?: State Optional
version ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:624 from Proto Msg : functionfrom Proto Msg ( message ) : IdentifiedChannel Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:682 to Amino : functionto Amino ( message ) : IdentifiedChannelAmino Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:658 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:685 to Proto Msg : functionMessage Composer : { encoded : { acknowledgement ( value : MsgAcknowledgement ) : { typeUrl : string ; value : Uint8Array ; } ; channelCloseConfirm ( value : MsgChannelCloseConfirm ) : { typeUrl : string ; value : Uint8Array ; } ; channelCloseInit ( value : MsgChannelCloseInit ) : { typeUrl : string ; value : Uint8Array ; } ; channelOpenAck ( value : MsgChannelOpenAck ) : { typeUrl : string ; value : Uint8Array ; } ; channelOpenConfirm ( value : MsgChannelOpenConfirm ) : { typeUrl : string ; value : Uint8Array ; } ; channelOpenInit ( value : MsgChannelOpenInit ) : { typeUrl : string ; value : Uint8Array ; } ; channelOpenTry ( value : MsgChannelOpenTry ) : { typeUrl : string ; value : Uint8Array ; } ; recvPacket ( value : MsgRecvPacket ) : { typeUrl : string ; value : Uint8Array ; } ; timeout ( value : MsgTimeout ) : { typeUrl : string ; value : Uint8Array ; } ; timeoutOnClose ( value : MsgTimeoutOnClose ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { acknowledgement ( value : MsgAcknowledgement ) : { typeUrl : string ; value : MsgAcknowledgement ; } ; channelCloseConfirm ( value : MsgChannelCloseConfirm ) : { typeUrl : string ; value : MsgChannelCloseConfirm ; } ; channelCloseInit ( value : MsgChannelCloseInit ) : { typeUrl : string ; value : MsgChannelCloseInit ; } ; channelOpenAck ( value : MsgChannelOpenAck ) : { typeUrl : string ; value : MsgChannelOpenAck ; } ; channelOpenConfirm ( value : MsgChannelOpenConfirm ) : { typeUrl : string ; value : MsgChannelOpenConfirm ; } ; channelOpenInit ( value : MsgChannelOpenInit ) : { typeUrl : string ; value : MsgChannelOpenInit ; } ; channelOpenTry ( value : MsgChannelOpenTry ) : { typeUrl : string ; value : MsgChannelOpenTry ; } ; recvPacket ( value : MsgRecvPacket ) : { typeUrl : string ; value : MsgRecvPacket ; } ; timeout ( value : MsgTimeout ) : { typeUrl : string ; value : MsgTimeout ; } ; timeoutOnClose ( value : MsgTimeoutOnClose ) : { typeUrl : string ; value : MsgTimeoutOnClose ; } ; } ; withTypeUrl : { acknowledgement ( value : MsgAcknowledgement ) : { typeUrl : string ; value : MsgAcknowledgement ; } ; channelCloseConfirm ( value : MsgChannelCloseConfirm ) : { typeUrl : string ; value : MsgChannelCloseConfirm ; } ; channelCloseInit ( value : MsgChannelCloseInit ) : { typeUrl : string ; value : MsgChannelCloseInit ; } ; channelOpenAck ( value : MsgChannelOpenAck ) : { typeUrl : string ; value : MsgChannelOpenAck ; } ; channelOpenConfirm ( value : MsgChannelOpenConfirm ) : { typeUrl : string ; value : MsgChannelOpenConfirm ; } ; channelOpenInit ( value : MsgChannelOpenInit ) : { typeUrl : string ; value : MsgChannelOpenInit ; } ; channelOpenTry ( value : MsgChannelOpenTry ) : { typeUrl : string ; value : MsgChannelOpenTry ; } ; recvPacket ( value : MsgRecvPacket ) : { typeUrl : string ; value : MsgRecvPacket ; } ; timeout ( value : MsgTimeout ) : { typeUrl : string ; value : MsgTimeout ; } ; timeoutOnClose ( value : MsgTimeoutOnClose ) : { typeUrl : string ; value : MsgTimeoutOnClose ; } ; } ; } encoded : { acknowledgement ( value : MsgAcknowledgement ) : { typeUrl : string ; value : Uint8Array ; } ; channelCloseConfirm ( value : MsgChannelCloseConfirm ) : { typeUrl : string ; value : Uint8Array ; } ; channelCloseInit ( value : MsgChannelCloseInit ) : { typeUrl : string ; value : Uint8Array ; } ; channelOpenAck ( value : MsgChannelOpenAck ) : { typeUrl : string ; value : Uint8Array ; } ; channelOpenConfirm ( value : MsgChannelOpenConfirm ) : { typeUrl : string ; value : Uint8Array ; } ; channelOpenInit ( value : MsgChannelOpenInit ) : { typeUrl : string ; value : Uint8Array ; } ; channelOpenTry ( value : MsgChannelOpenTry ) : { typeUrl : string ; value : Uint8Array ; } ; recvPacket ( value : MsgRecvPacket ) : { typeUrl : string ; value : Uint8Array ; } ; timeout ( value : MsgTimeout ) : { typeUrl : string ; value : Uint8Array ; } ; timeoutOnClose ( value : MsgTimeoutOnClose ) : { typeUrl : string ; value : Uint8Array ; } ; } acknowledgement : functionacknowledgement ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:67 channel Close Confirm : functionchannel Close Confirm ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:43 channel Close Init : functionchannel Close Init ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:37 channel Open Ack : functionchannel Open Ack ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:25 channel Open Confirm : functionchannel Open Confirm ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:31 channel Open Init : functionchannel Open Init ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:13 channel Open Try : functionchannel Open Try ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:19 recv Packet : functionrecv Packet ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:49 timeout : functiontimeout ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:55 timeout On Close : functiontimeout On Close ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:61 acknowledgement : functionacknowledgement ( value ) : { typeUrl : string ; value : MsgAcknowledgement ; } Returns { typeUrl : string ; value : MsgAcknowledgement ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:191 channel Close Confirm : functionchannel Close Confirm ( value ) : { typeUrl : string ; value : MsgChannelCloseConfirm ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:167 channel Close Init : functionchannel Close Init ( value ) : { typeUrl : string ; value : MsgChannelCloseInit ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:161 channel Open Ack : functionchannel Open Ack ( value ) : { typeUrl : string ; value : MsgChannelOpenAck ; } Returns { typeUrl : string ; value : MsgChannelOpenAck ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:149 channel Open Confirm : functionchannel Open Confirm ( value ) : { typeUrl : string ; value : MsgChannelOpenConfirm ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:155 channel Open Init : functionchannel Open Init ( value ) : { typeUrl : string ; value : MsgChannelOpenInit ; } Returns { typeUrl : string ; value : MsgChannelOpenInit ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:137 channel Open Try : functionchannel Open Try ( value ) : { typeUrl : string ; value : MsgChannelOpenTry ; } Returns { typeUrl : string ; value : MsgChannelOpenTry ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:143 recv Packet : functionrecv Packet ( value ) : { typeUrl : string ; value : MsgRecvPacket ; } Returns { typeUrl : string ; value : MsgRecvPacket ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:173 timeout : functiontimeout ( value ) : { typeUrl : string ; value : MsgTimeout ; } Returns { typeUrl : string ; value : MsgTimeout ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:179 timeout On Close : functiontimeout On Close ( value ) : { typeUrl : string ; value : MsgTimeoutOnClose ; } Returns { typeUrl : string ; value : MsgTimeoutOnClose ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:185 acknowledgement : functionacknowledgement ( value ) : { typeUrl : string ; value : MsgAcknowledgement ; } Returns { typeUrl : string ; value : MsgAcknowledgement ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:129 channel Close Confirm : functionchannel Close Confirm ( value ) : { typeUrl : string ; value : MsgChannelCloseConfirm ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:105 channel Close Init : functionchannel Close Init ( value ) : { typeUrl : string ; value : MsgChannelCloseInit ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:99 channel Open Ack : functionchannel Open Ack ( value ) : { typeUrl : string ; value : MsgChannelOpenAck ; } Returns { typeUrl : string ; value : MsgChannelOpenAck ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:87 channel Open Confirm : functionchannel Open Confirm ( value ) : { typeUrl : string ; value : MsgChannelOpenConfirm ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:93 channel Open Init : functionchannel Open Init ( value ) : { typeUrl : string ; value : MsgChannelOpenInit ; } Returns { typeUrl : string ; value : MsgChannelOpenInit ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:75 channel Open Try : functionchannel Open Try ( value ) : { typeUrl : string ; value : MsgChannelOpenTry ; } Returns { typeUrl : string ; value : MsgChannelOpenTry ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:81 recv Packet : functionrecv Packet ( value ) : { typeUrl : string ; value : MsgRecvPacket ; } Returns { typeUrl : string ; value : MsgRecvPacket ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:111 timeout : functiontimeout ( value ) : { typeUrl : string ; value : MsgTimeout ; } Returns { typeUrl : string ; value : MsgTimeout ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:117 timeout On Close : functiontimeout On Close ( value ) : { typeUrl : string ; value : MsgTimeoutOnClose ; } Returns { typeUrl : string ; value : MsgTimeoutOnClose ; } Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.registry.ts:123 type Url : string decode : functiondecode ( input , length ? ) : MsgAcknowledgement Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2132 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2114 from Amino : functionfrom Amino ( object ) : MsgAcknowledgement Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2170 from Amino Msg : functionfrom Amino Msg ( object ) : MsgAcknowledgement Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2198 from Partial : functionfrom Partial ( object ) : MsgAcknowledgement Parameters object : { acknowledgement ?: Uint8Array ; packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ; proofAcked ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; signer ?: string ; } Optional
acknowledgement ?: Uint8Array Optional
packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } Optional
data ?: Uint8Array Optional
destination Channel ?: string Optional
destination Port ?: string Optional
sequence ?: bigint Optional
source Channel ?: string Optional
source Port ?: string Optional
timeout Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
timeout Timestamp ?: bigint Optional
proof Acked ?: Uint8Array Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
signer ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2161 from Proto Msg : functionfrom Proto Msg ( message ) : MsgAcknowledgement Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2207 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2210 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2225 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2266 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgChannelCloseConfirm Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1440 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1422 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : MsgChannelCloseConfirm Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1506 from Partial : functionfrom Partial ( object ) : MsgChannelCloseConfirm Parameters object : { channelId ?: string ; portId ?: string ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofInit ?: Uint8Array ; signer ?: string ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
proof Init ?: Uint8Array Optional
signer ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1469 from Proto Msg : functionfrom Proto Msg ( message ) : MsgChannelCloseConfirm Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1515 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1518 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1533 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1574 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgChannelCloseInit Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1283 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1271 from Amino : functionfrom Amino ( object ) : MsgChannelCloseInit Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1313 from Amino Msg : functionfrom Amino Msg ( object ) : MsgChannelCloseInit Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1333 from Partial : functionfrom Partial ( object ) : MsgChannelCloseInit Parameters object : { channelId ?: string ; portId ?: string ; signer ?: string ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
signer ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1306 from Proto Msg : functionfrom Proto Msg ( message ) : MsgChannelCloseInit Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1342 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1345 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1360 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1401 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgChannelOpenAck Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:929 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:905 from Amino : functionfrom Amino ( object ) : MsgChannelOpenAck Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:975 from Amino Msg : functionfrom Amino Msg ( object ) : MsgChannelOpenAck Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1011 from Partial : functionfrom Partial ( object ) : MsgChannelOpenAck Parameters object : { channelId ?: string ; counterpartyChannelId ?: string ; counterpartyVersion ?: string ; portId ?: string ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofTry ?: Uint8Array ; signer ?: string ; } Optional
channel Id ?: string Optional
counterparty Channel Id ?: string Optional
counterparty Version ?: string Optional
port Id ?: string Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
proof Try ?: Uint8Array Optional
signer ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:964 from Proto Msg : functionfrom Proto Msg ( message ) : MsgChannelOpenAck Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1020 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1023 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1038 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1079 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgChannelOpenConfirm Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1118 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1100 from Amino : functionfrom Amino ( object ) : MsgChannelOpenConfirm Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1156 from Amino Msg : functionfrom Amino Msg ( object ) : MsgChannelOpenConfirm Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1184 from Partial : functionfrom Partial ( object ) : MsgChannelOpenConfirm Parameters object : { channelId ?: string ; portId ?: string ; proofAck ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; signer ?: string ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
proof Ack ?: Uint8Array Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
signer ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1147 from Proto Msg : functionfrom Proto Msg ( message ) : MsgChannelOpenConfirm Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1193 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1196 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1211 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1252 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgChannelOpenInit Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:567 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:555 from Amino : functionfrom Amino ( object ) : MsgChannelOpenInit Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:597 from Amino Msg : functionfrom Amino Msg ( object ) : MsgChannelOpenInit Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:617 from Partial : functionfrom Partial ( object ) : MsgChannelOpenInit Parameters object : { channel ?: { connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; state ?: State ; version ?: string ; } ; portId ?: string ; signer ?: string ; } Optional
channel ?: { connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; state ?: State ; version ?: string ; } Optional
connection Hops ?: string [] Optional
counterparty ?: { channelId ?: string ; portId ?: string ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
ordering ?: Order Optional
state ?: State Optional
version ?: string Optional
port Id ?: string Optional
signer ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:590 from Proto Msg : functionfrom Proto Msg ( message ) : MsgChannelOpenInit Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:626 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:629 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:644 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:685 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgChannelOpenTry Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:732 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:708 from Amino : functionfrom Amino ( object ) : MsgChannelOpenTry Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:778 from Amino Msg : functionfrom Amino Msg ( object ) : MsgChannelOpenTry Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:814 from Partial : functionfrom Partial ( object ) : MsgChannelOpenTry Parameters object : { channel ?: { connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; state ?: State ; version ?: string ; } ; counterpartyVersion ?: string ; portId ?: string ; previousChannelId ?: string ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofInit ?: Uint8Array ; signer ?: string ; } Optional
channel ?: { connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; state ?: State ; version ?: string ; } Optional
connection Hops ?: string [] Optional
counterparty ?: { channelId ?: string ; portId ?: string ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
ordering ?: Order Optional
state ?: State Optional
version ?: string Optional
counterparty Version ?: string Optional
port Id ?: string Optional
previous Channel Id ?: string Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
proof Init ?: Uint8Array Optional
signer ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:767 from Proto Msg : functionfrom Proto Msg ( message ) : MsgChannelOpenTry Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:823 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:826 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:841 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:882 to Proto Msg : functionMsg Recv Packet : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : MsgRecvPacket ; encode ( message : MsgRecvPacket , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgRecvPacketAmino ) : MsgRecvPacket ; fromAminoMsg ( object : MsgRecvPacketAminoMsg ) : MsgRecvPacket ; fromPartial ( object : { packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ; proofCommitment ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; signer ?: string ; } ) : MsgRecvPacket ; fromProtoMsg ( message : MsgRecvPacketProtoMsg ) : MsgRecvPacket ; toAmino ( message : MsgRecvPacket ) : MsgRecvPacketAmino ; toAminoMsg ( message : MsgRecvPacket ) : MsgRecvPacketAminoMsg ; toProto ( message : MsgRecvPacket ) : Uint8Array ; toProtoMsg ( message : MsgRecvPacket ) : MsgRecvPacketProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : MsgRecvPacket Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1609 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1594 from Amino : functionfrom Amino ( object ) : MsgRecvPacket Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1643 from Amino Msg : functionfrom Amino Msg ( object ) : MsgRecvPacket Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1667 from Partial : functionfrom Partial ( object ) : MsgRecvPacket Parameters object : { packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ; proofCommitment ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; signer ?: string ; } Optional
packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } Optional
data ?: Uint8Array Optional
destination Channel ?: string Optional
destination Port ?: string Optional
sequence ?: bigint Optional
source Channel ?: string Optional
source Port ?: string Optional
timeout Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
timeout Timestamp ?: bigint Optional
proof Commitment ?: Uint8Array Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
signer ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1635 from Proto Msg : functionfrom Proto Msg ( message ) : MsgRecvPacket Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1676 to Amino : functionto Amino ( message ) : MsgRecvPacketAmino Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1659 to Amino Msg : functionto Amino Msg ( message ) : MsgRecvPacketAminoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1670 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1679 to Proto Msg : functionto Proto Msg ( message ) : MsgRecvPacketProtoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1682 type Url : string decode : functiondecode ( input , length ? ) : MsgRecvPacketResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1697 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1694 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : MsgRecvPacketResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1723 from Partial : functionfrom Partial ( _ ) : MsgRecvPacketResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1711 from Proto Msg : functionfrom Proto Msg ( message ) : MsgRecvPacketResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1732 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1735 to Proto Msg : functionMsg Timeout : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : MsgTimeout ; encode ( message : MsgTimeout , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgTimeoutAmino ) : MsgTimeout ; fromAminoMsg ( object : MsgTimeoutAminoMsg ) : MsgTimeout ; fromPartial ( object : { nextSequenceRecv ?: bigint ; packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofUnreceived ?: Uint8Array ; signer ?: string ; } ) : MsgTimeout ; fromProtoMsg ( message : MsgTimeoutProtoMsg ) : MsgTimeout ; toAmino ( message : MsgTimeout ) : MsgTimeoutAmino ; toAminoMsg ( message : MsgTimeout ) : MsgTimeoutAminoMsg ; toProto ( message : MsgTimeout ) : Uint8Array ; toProtoMsg ( message : MsgTimeout ) : MsgTimeoutProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : MsgTimeout Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1774 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1756 from Amino : functionfrom Amino ( object ) : MsgTimeout Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1812 from Amino Msg : functionfrom Amino Msg ( object ) : MsgTimeout Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1840 from Partial : functionfrom Partial ( object ) : MsgTimeout Parameters object : { nextSequenceRecv ?: bigint ; packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofUnreceived ?: Uint8Array ; signer ?: string ; } Optional
next Sequence Recv ?: bigint Optional
packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } Optional
data ?: Uint8Array Optional
destination Channel ?: string Optional
destination Port ?: string Optional
sequence ?: bigint Optional
source Channel ?: string Optional
source Port ?: string Optional
timeout Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
timeout Timestamp ?: bigint Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
proof Unreceived ?: Uint8Array Optional
signer ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1803 from Proto Msg : functionfrom Proto Msg ( message ) : MsgTimeout Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1849 to Amino : functionto Amino ( message ) : MsgTimeoutAmino Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1831 to Amino Msg : functionto Amino Msg ( message ) : MsgTimeoutAminoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1843 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1852 to Proto Msg : functionto Proto Msg ( message ) : MsgTimeoutProtoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1855 Msg Timeout On Close : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : MsgTimeoutOnClose ; encode ( message : MsgTimeoutOnClose , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgTimeoutOnCloseAmino ) : MsgTimeoutOnClose ; fromAminoMsg ( object : MsgTimeoutOnCloseAminoMsg ) : MsgTimeoutOnClose ; fromPartial ( object : { nextSequenceRecv ?: bigint ; packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ; proofClose ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofUnreceived ?: Uint8Array ; signer ?: string ; } ) : MsgTimeoutOnClose ; fromProtoMsg ( message : MsgTimeoutOnCloseProtoMsg ) : MsgTimeoutOnClose ; toAmino ( message : MsgTimeoutOnClose ) : MsgTimeoutOnCloseAmino ; toAminoMsg ( message : MsgTimeoutOnClose ) : MsgTimeoutOnCloseAminoMsg ; toProto ( message : MsgTimeoutOnClose ) : Uint8Array ; toProtoMsg ( message : MsgTimeoutOnClose ) : MsgTimeoutOnCloseProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : MsgTimeoutOnClose Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1951 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1930 from Amino : functionfrom Amino ( object ) : MsgTimeoutOnClose Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1993 from Amino Msg : functionfrom Amino Msg ( object ) : MsgTimeoutOnClose Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2025 from Partial : functionfrom Partial ( object ) : MsgTimeoutOnClose Parameters object : { nextSequenceRecv ?: bigint ; packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ; proofClose ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofUnreceived ?: Uint8Array ; signer ?: string ; } Optional
next Sequence Recv ?: bigint Optional
packet ?: { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } Optional
data ?: Uint8Array Optional
destination Channel ?: string Optional
destination Port ?: string Optional
sequence ?: bigint Optional
source Channel ?: string Optional
source Port ?: string Optional
timeout Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
timeout Timestamp ?: bigint Optional
proof Close ?: Uint8Array Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
proof Unreceived ?: Uint8Array Optional
signer ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1983 from Proto Msg : functionfrom Proto Msg ( message ) : MsgTimeoutOnClose Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2034 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2037 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2052 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:2093 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgTimeoutResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1870 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1867 from Amino : functionfrom Amino ( _ ) : MsgTimeoutResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1888 from Amino Msg : functionfrom Amino Msg ( object ) : MsgTimeoutResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1896 from Partial : functionfrom Partial ( _ ) : MsgTimeoutResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1884 from Proto Msg : functionfrom Proto Msg ( message ) : MsgTimeoutResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1905 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/tx.ts:1908 to Proto Msg : functionOrder Amino : typeof Order OrderSDKType : typeof Order Packet : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Packet ; encode ( message : Packet , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PacketAmino ) : Packet ; fromAminoMsg ( object : PacketAminoMsg ) : Packet ; fromPartial ( object : { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } ) : Packet ; fromProtoMsg ( message : PacketProtoMsg ) : Packet ; toAmino ( message : Packet ) : PacketAmino ; toAminoMsg ( message : Packet ) : PacketAminoMsg ; toProto ( message : Packet ) : Uint8Array ; toProtoMsg ( message : Packet ) : PacketProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Packet Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:817 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:790 from Amino : functionfrom Amino ( object ) : Packet Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:867 from Amino Msg : functionfrom Amino Msg ( object ) : Packet Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:907 from Partial : functionfrom Partial ( object ) : Packet Parameters object : { data ?: Uint8Array ; destinationChannel ?: string ; destinationPort ?: string ; sequence ?: bigint ; sourceChannel ?: string ; sourcePort ?: string ; timeoutHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; timeoutTimestamp ?: bigint ; } Optional
data ?: Uint8Array Optional
destination Channel ?: string Optional
destination Port ?: string Optional
sequence ?: bigint Optional
source Channel ?: string Optional
source Port ?: string Optional
timeout Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
timeout Timestamp ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:855 from Proto Msg : functionfrom Proto Msg ( message ) : Packet Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:916 to Amino : functionto Amino ( message ) : PacketAmino Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:895 to Amino Msg : functionto Amino Msg ( message ) : PacketAminoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:910 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:919 to Proto Msg : functionto Proto Msg ( message ) : PacketProtoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:922 type Url : string decode : functiondecode ( input , length ? ) : PacketSequence Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:271 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:259 from Amino : functionfrom Amino ( object ) : PacketSequence Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:301 from Amino Msg : functionfrom Amino Msg ( object ) : PacketSequence Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:321 from Partial : functionfrom Partial ( object ) : PacketSequence Parameters object : { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
sequence ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:294 from Proto Msg : functionfrom Proto Msg ( message ) : PacketSequence Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:330 to Amino : functionto Amino ( message ) : PacketSequenceAmino Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:314 to Amino Msg : functionto Amino Msg ( message ) : PacketSequenceAminoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:324 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:333 to Proto Msg : functionto Proto Msg ( message ) : PacketSequenceProtoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/genesis.ts:336 type Url : string decode : functiondecode ( input , length ? ) : PacketState Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:954 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:939 from Amino : functionfrom Amino ( object ) : PacketState Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:988 from Amino Msg : functionfrom Amino Msg ( object ) : PacketState Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1012 from Partial : functionfrom Partial ( object ) : PacketState Parameters object : { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } Optional
channel Id ?: string Optional
data ?: Uint8Array Optional
port Id ?: string Optional
sequence ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:980 from Proto Msg : functionfrom Proto Msg ( message ) : PacketState Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1021 to Amino : functionto Amino ( message ) : PacketStateAmino Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1004 to Amino Msg : functionto Amino Msg ( message ) : PacketStateAminoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1015 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1024 to Proto Msg : functionto Proto Msg ( message ) : PacketStateProtoMsg Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:1027 type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1552 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryChannelClientStateRequest Parameters object : { channelId ?: string ; portId ?: string ; } Optional
channel Id ?: string Optional
port Id ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1581 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1615 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1634 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryChannelClientStateResponse Parameters object : { identifiedClientState ?: { clientId ?: string ; clientState ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; } ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } Optional
identified Client State ?: { clientId ?: string ; clientState ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; } Optional
client Id ?: string Optional
client State ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
proof ?: Uint8Array Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1669 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1708 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1728 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryChannelConsensusStateRequest Parameters object : { channelId ?: string ; portId ?: string ; revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
revision Height ?: bigint Optional
revision Number ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1769 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1813 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1833 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryChannelConsensusStateResponse Parameters object : { clientId ?: string ; consensusState ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } Optional
client Id ?: string Optional
consensus State ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
proof ?: Uint8Array Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1874 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1918 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryChannelRequest Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1047 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1038 from Amino : functionfrom Amino ( object ) : QueryChannelRequest Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1073 from Amino Msg : functionfrom Amino Msg ( object ) : QueryChannelRequest Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1089 from Partial : functionfrom Partial ( object ) : QueryChannelRequest Parameters object : { channelId ?: string ; portId ?: string ; } Optional
channel Id ?: string Optional
port Id ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1067 from Proto Msg : functionfrom Proto Msg ( message ) : QueryChannelRequest Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1098 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1101 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryChannelResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1132 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1120 from Amino : functionfrom Amino ( object ) : QueryChannelResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1162 from Amino Msg : functionfrom Amino Msg ( object ) : QueryChannelResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1182 from Partial : functionfrom Partial ( object ) : QueryChannelResponse Parameters object : { channel ?: { connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; state ?: State ; version ?: string ; } ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } Optional
channel ?: { connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; state ?: State ; version ?: string ; } Optional
connection Hops ?: string [] Optional
counterparty ?: { channelId ?: string ; portId ?: string ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
ordering ?: Order Optional
state ?: State Optional
version ?: string Optional
proof ?: Uint8Array Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1155 from Proto Msg : functionfrom Proto Msg ( message ) : QueryChannelResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1191 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1194 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryChannelsRequest Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1217 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1211 from Amino : functionfrom Amino ( object ) : QueryChannelsRequest Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1239 from Amino Msg : functionfrom Amino Msg ( object ) : QueryChannelsRequest Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1251 from Partial : functionfrom Partial ( object ) : QueryChannelsRequest Parameters object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1234 from Proto Msg : functionfrom Proto Msg ( message ) : QueryChannelsRequest Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1260 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1263 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryChannelsResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1294 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1282 from Amino : functionfrom Amino ( object ) : QueryChannelsResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1324 from Amino Msg : functionfrom Amino Msg ( object ) : QueryChannelsResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1346 from Partial : functionfrom Partial ( object ) : QueryChannelsResponse Parameters object : { channels ?: { channelId ?: string ; connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; portId ?: string ; state ?: State ; version ?: string ; } [] ; height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
channels ?: { channelId ?: string ; connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; portId ?: string ; state ?: State ; version ?: string ; } [] Optional
height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1317 from Proto Msg : functionfrom Proto Msg ( message ) : QueryChannelsResponse Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1355 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1358 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1376 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryConnectionChannelsRequest Parameters object : { connection ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } Optional
connection ?: string Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1405 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1439 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1458 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryConnectionChannelsResponse Parameters object : { channels ?: { channelId ?: string ; connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; portId ?: string ; state ?: State ; version ?: string ; } [] ; height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
channels ?: { channelId ?: string ; connectionHops ?: string [] ; counterparty ?: { channelId ?: string ; portId ?: string ; } ; ordering ?: Order ; portId ?: string ; state ?: State ; version ?: string ; } [] Optional
height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1493 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1534 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3285 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryNextSequenceReceiveRequest Parameters object : { channelId ?: string ; portId ?: string ; } Optional
channel Id ?: string Optional
port Id ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3314 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3348 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3367 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryNextSequenceReceiveResponse Parameters object : { nextSequenceReceive ?: bigint ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } Optional
next Sequence Receive ?: bigint Optional
proof ?: Uint8Array Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3402 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3441 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2497 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPacketAcknowledgementRequest Parameters object : { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
sequence ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2532 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2571 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2590 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPacketAcknowledgementResponse Parameters object : { acknowledgement ?: Uint8Array ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } Optional
acknowledgement ?: Uint8Array Optional
proof ?: Uint8Array Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2625 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2664 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2684 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPacketAcknowledgementsRequest Parameters object : { channelId ?: string ; packetCommitmentSequences ?: bigint [] ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; portId ?: string ; } Optional
channel Id ?: string Optional
packet Commitment Sequences ?: bigint [] Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Optional
port Id ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2734 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2780 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2799 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPacketAcknowledgementsResponse Parameters object : { acknowledgements ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
acknowledgements ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] Optional
height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2834 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2875 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1937 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPacketCommitmentRequest Parameters object : { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
sequence ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:1972 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2011 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2030 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPacketCommitmentResponse Parameters object : { commitment ?: Uint8Array ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } Optional
commitment ?: Uint8Array Optional
proof ?: Uint8Array Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2065 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2104 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2123 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPacketCommitmentsRequest Parameters object : { channelId ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; portId ?: string ; } Optional
channel Id ?: string Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Optional
port Id ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2158 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2197 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2216 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPacketCommitmentsResponse Parameters object : { commitments ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] ; height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
commitments ?: { channelId ?: string ; data ?: Uint8Array ; portId ?: string ; sequence ?: bigint ; } [] Optional
height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2251 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2292 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2311 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPacketReceiptRequest Parameters object : { channelId ?: string ; portId ?: string ; sequence ?: bigint ; } Optional
channel Id ?: string Optional
port Id ?: string Optional
sequence ?: bigint Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2346 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2385 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2404 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPacketReceiptResponse Parameters object : { proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; received ?: boolean ; } Optional
proof ?: Uint8Array Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
received ?: boolean Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2439 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2478 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3090 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryUnreceivedAcksRequest Parameters object : { channelId ?: string ; packetAckSequences ?: bigint [] ; portId ?: string ; } Optional
channel Id ?: string Optional
packet Ack Sequences ?: bigint [] Optional
port Id ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3134 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3175 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3193 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryUnreceivedAcksResponse Parameters object : { height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; sequences ?: bigint [] ; } Optional
height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
sequences ?: bigint [] Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3231 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3267 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2894 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryUnreceivedPacketsRequest Parameters object : { channelId ?: string ; packetCommitmentSequences ?: bigint [] ; portId ?: string ; } Optional
channel Id ?: string Optional
packet Commitment Sequences ?: bigint [] Optional
port Id ?: string Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2938 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2979 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:2997 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryUnreceivedPacketsResponse Parameters object : { height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; sequences ?: bigint [] ; } Optional
height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
sequences ?: bigint [] Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3035 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/channel/v1/query.ts:3071 to Proto Msg : functionState Amino : typeof State StateSDKType : typeof State load : ( ( protoRegistry : Registry ) => void ) ( protoRegistry ) : void Returns void registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] order FromJSON : functionorder FromJSON ( object ) : Order Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:85 order ToJSON : functionorder ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:102 state FromJSON : functionstate FromJSON ( object ) : State Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:30 state ToJSON : functionstate ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/ibc/core/channel/v1/channel.ts:53 Defined in packages/proto/src/codegen/ibc/bundle.ts:67
list of connection identifiers, in order, along which packets sent on this channel will travel