v1 : { State : any ; LCDQueryClient : any ; MsgClientImpl : any ; QueryClientImpl : any ; AminoConverter : { /ibc.core.connection.v1.MsgConnectionOpenAck : { aminoType : string ; fromAmino : ( ( object : MsgConnectionOpenAckAmino ) => MsgConnectionOpenAck ) ; toAmino : ( ( message : MsgConnectionOpenAck ) => MsgConnectionOpenAckAmino ) ; } ; /ibc.core.connection.v1.MsgConnectionOpenConfirm : { aminoType : string ; fromAmino : ( ( object : MsgConnectionOpenConfirmAmino ) => MsgConnectionOpenConfirm ) ; toAmino : ( ( message : MsgConnectionOpenConfirm ) => MsgConnectionOpenConfirmAmino ) ; } ; /ibc.core.connection.v1.MsgConnectionOpenInit : { aminoType : string ; fromAmino : ( ( object : MsgConnectionOpenInitAmino ) => MsgConnectionOpenInit ) ; toAmino : ( ( message : MsgConnectionOpenInit ) => MsgConnectionOpenInitAmino ) ; } ; /ibc.core.connection.v1.MsgConnectionOpenTry : { aminoType : string ; fromAmino : ( ( object : MsgConnectionOpenTryAmino ) => MsgConnectionOpenTry ) ; toAmino : ( ( message : MsgConnectionOpenTry ) => MsgConnectionOpenTryAmino ) ; } ; } ; ClientPaths : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ClientPaths ; encode ( message : ClientPaths ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ClientPathsAmino ) : ClientPaths ; fromAminoMsg ( object : ClientPathsAminoMsg ) : ClientPaths ; fromPartial ( object : { paths ?: string [] ; } ) : ClientPaths ; fromProtoMsg ( message : ClientPathsProtoMsg ) : ClientPaths ; toAmino ( message : ClientPaths ) : ClientPathsAmino ; toAminoMsg ( message : ClientPaths ) : ClientPathsAminoMsg ; toProto ( message : ClientPaths ) : Uint8Array ; toProtoMsg ( message : ClientPaths ) : ClientPathsProtoMsg ; } ; ConnectionEnd : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ConnectionEnd ; encode ( message : ConnectionEnd ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ConnectionEndAmino ) : ConnectionEnd ; fromAminoMsg ( object : ConnectionEndAminoMsg ) : ConnectionEnd ; fromPartial ( object : { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ; delayPeriod ?: bigint ; state ?: State ; versions ?: { features ?: string [] ; identifier ?: string ; } [] ; } ) : ConnectionEnd ; fromProtoMsg ( message : ConnectionEndProtoMsg ) : ConnectionEnd ; toAmino ( message : ConnectionEnd ) : ConnectionEndAmino ; toAminoMsg ( message : ConnectionEnd ) : ConnectionEndAminoMsg ; toProto ( message : ConnectionEnd ) : Uint8Array ; toProtoMsg ( message : ConnectionEnd ) : ConnectionEndProtoMsg ; } ; ConnectionPaths : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ConnectionPaths ; encode ( message : ConnectionPaths ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ConnectionPathsAmino ) : ConnectionPaths ; fromAminoMsg ( object : ConnectionPathsAminoMsg ) : ConnectionPaths ; fromPartial ( object : { clientId ?: string ; paths ?: string [] ; } ) : ConnectionPaths ; fromProtoMsg ( message : ConnectionPathsProtoMsg ) : ConnectionPaths ; toAmino ( message : ConnectionPaths ) : ConnectionPathsAmino ; toAminoMsg ( message : ConnectionPaths ) : ConnectionPathsAminoMsg ; toProto ( message : ConnectionPaths ) : Uint8Array ; toProtoMsg ( message : ConnectionPaths ) : ConnectionPathsProtoMsg ; } ; 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 : { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ) : 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 : { clientConnectionPaths ?: { clientId ?: string ; paths ?: string [] ; } [] ; connections ?: { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: ( ...
) | ( ...
) ; } ; } ; delayPeriod ?: bigint ; id ?: string ; state ?: State ; versions ?: { features ?: ( ...
) [] ; identifier ?: string ; } [] ; } [] ; nextConnectionSequence ?: bigint ; params ?: { maxExpectedTimePerBlock ?: bigint ; } ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toAminoMsg ( message : GenesisState ) : GenesisStateAminoMsg ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } ; IdentifiedConnection : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : IdentifiedConnection ; encode ( message : IdentifiedConnection ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : IdentifiedConnectionAmino ) : IdentifiedConnection ; fromAminoMsg ( object : IdentifiedConnectionAminoMsg ) : IdentifiedConnection ; fromPartial ( object : { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ; delayPeriod ?: bigint ; id ?: string ; state ?: State ; versions ?: { features ?: string [] ; identifier ?: string ; } [] ; } ) : IdentifiedConnection ; fromProtoMsg ( message : IdentifiedConnectionProtoMsg ) : IdentifiedConnection ; toAmino ( message : IdentifiedConnection ) : IdentifiedConnectionAmino ; toAminoMsg ( message : IdentifiedConnection ) : IdentifiedConnectionAminoMsg ; toProto ( message : IdentifiedConnection ) : Uint8Array ; toProtoMsg ( message : IdentifiedConnection ) : IdentifiedConnectionProtoMsg ; } ; MessageComposer : { encoded : { connectionOpenAck ( value : MsgConnectionOpenAck ) : { typeUrl : string ; value : Uint8Array ; } ; connectionOpenConfirm ( value : MsgConnectionOpenConfirm ) : { typeUrl : string ; value : Uint8Array ; } ; connectionOpenInit ( value : MsgConnectionOpenInit ) : { typeUrl : string ; value : Uint8Array ; } ; connectionOpenTry ( value : MsgConnectionOpenTry ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { connectionOpenAck ( value : MsgConnectionOpenAck ) : { typeUrl : string ; value : MsgConnectionOpenAck ; } ; connectionOpenConfirm ( value : MsgConnectionOpenConfirm ) : { typeUrl : string ; value : MsgConnectionOpenConfirm ; } ; connectionOpenInit ( value : MsgConnectionOpenInit ) : { typeUrl : string ; value : MsgConnectionOpenInit ; } ; connectionOpenTry ( value : MsgConnectionOpenTry ) : { typeUrl : string ; value : MsgConnectionOpenTry ; } ; } ; withTypeUrl : { connectionOpenAck ( value : MsgConnectionOpenAck ) : { typeUrl : string ; value : MsgConnectionOpenAck ; } ; connectionOpenConfirm ( value : MsgConnectionOpenConfirm ) : { typeUrl : string ; value : MsgConnectionOpenConfirm ; } ; connectionOpenInit ( value : MsgConnectionOpenInit ) : { typeUrl : string ; value : MsgConnectionOpenInit ; } ; connectionOpenTry ( value : MsgConnectionOpenTry ) : { typeUrl : string ; value : MsgConnectionOpenTry ; } ; } ; } ; MsgConnectionOpenAck : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgConnectionOpenAck ; encode ( message : MsgConnectionOpenAck ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgConnectionOpenAckAmino ) : MsgConnectionOpenAck ; fromAminoMsg ( object : MsgConnectionOpenAckAminoMsg ) : MsgConnectionOpenAck ; fromPartial ( object : { clientState ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; connectionId ?: string ; consensusHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; counterpartyConnectionId ?: string ; proofClient ?: Uint8Array ; proofConsensus ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofTry ?: Uint8Array ; signer ?: string ; version ?: { features ?: string [] ; identifier ?: string ; } ; } ) : MsgConnectionOpenAck ; fromProtoMsg ( message : MsgConnectionOpenAckProtoMsg ) : MsgConnectionOpenAck ; toAmino ( message : MsgConnectionOpenAck ) : MsgConnectionOpenAckAmino ; toAminoMsg ( message : MsgConnectionOpenAck ) : MsgConnectionOpenAckAminoMsg ; toProto ( message : MsgConnectionOpenAck ) : Uint8Array ; toProtoMsg ( message : MsgConnectionOpenAck ) : MsgConnectionOpenAckProtoMsg ; } ; MsgConnectionOpenAckResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgConnectionOpenAckResponse ; encode ( _ : MsgConnectionOpenAckResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgConnectionOpenAckResponseAmino ) : MsgConnectionOpenAckResponse ; fromAminoMsg ( object : MsgConnectionOpenAckResponseAminoMsg ) : MsgConnectionOpenAckResponse ; fromPartial ( _ : {} ) : MsgConnectionOpenAckResponse ; fromProtoMsg ( message : MsgConnectionOpenAckResponseProtoMsg ) : MsgConnectionOpenAckResponse ; toAmino ( _ : MsgConnectionOpenAckResponse ) : MsgConnectionOpenAckResponseAmino ; toAminoMsg ( message : MsgConnectionOpenAckResponse ) : MsgConnectionOpenAckResponseAminoMsg ; toProto ( message : MsgConnectionOpenAckResponse ) : Uint8Array ; toProtoMsg ( message : MsgConnectionOpenAckResponse ) : MsgConnectionOpenAckResponseProtoMsg ; } ; MsgConnectionOpenConfirm : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgConnectionOpenConfirm ; encode ( message : MsgConnectionOpenConfirm ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgConnectionOpenConfirmAmino ) : MsgConnectionOpenConfirm ; fromAminoMsg ( object : MsgConnectionOpenConfirmAminoMsg ) : MsgConnectionOpenConfirm ; fromPartial ( object : { connectionId ?: string ; proofAck ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; signer ?: string ; } ) : MsgConnectionOpenConfirm ; fromProtoMsg ( message : MsgConnectionOpenConfirmProtoMsg ) : MsgConnectionOpenConfirm ; toAmino ( message : MsgConnectionOpenConfirm ) : MsgConnectionOpenConfirmAmino ; toAminoMsg ( message : MsgConnectionOpenConfirm ) : MsgConnectionOpenConfirmAminoMsg ; toProto ( message : MsgConnectionOpenConfirm ) : Uint8Array ; toProtoMsg ( message : MsgConnectionOpenConfirm ) : MsgConnectionOpenConfirmProtoMsg ; } ; MsgConnectionOpenConfirmResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgConnectionOpenConfirmResponse ; encode ( _ : MsgConnectionOpenConfirmResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgConnectionOpenConfirmResponseAmino ) : MsgConnectionOpenConfirmResponse ; fromAminoMsg ( object : MsgConnectionOpenConfirmResponseAminoMsg ) : MsgConnectionOpenConfirmResponse ; fromPartial ( _ : {} ) : MsgConnectionOpenConfirmResponse ; fromProtoMsg ( message : MsgConnectionOpenConfirmResponseProtoMsg ) : MsgConnectionOpenConfirmResponse ; toAmino ( _ : MsgConnectionOpenConfirmResponse ) : MsgConnectionOpenConfirmResponseAmino ; toAminoMsg ( message : MsgConnectionOpenConfirmResponse ) : MsgConnectionOpenConfirmResponseAminoMsg ; toProto ( message : MsgConnectionOpenConfirmResponse ) : Uint8Array ; toProtoMsg ( message : MsgConnectionOpenConfirmResponse ) : MsgConnectionOpenConfirmResponseProtoMsg ; } ; MsgConnectionOpenInit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgConnectionOpenInit ; encode ( message : MsgConnectionOpenInit ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgConnectionOpenInitAmino ) : MsgConnectionOpenInit ; fromAminoMsg ( object : MsgConnectionOpenInitAminoMsg ) : MsgConnectionOpenInit ; fromPartial ( object : { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ; delayPeriod ?: bigint ; signer ?: string ; version ?: { features ?: string [] ; identifier ?: string ; } ; } ) : MsgConnectionOpenInit ; fromProtoMsg ( message : MsgConnectionOpenInitProtoMsg ) : MsgConnectionOpenInit ; toAmino ( message : MsgConnectionOpenInit ) : MsgConnectionOpenInitAmino ; toAminoMsg ( message : MsgConnectionOpenInit ) : MsgConnectionOpenInitAminoMsg ; toProto ( message : MsgConnectionOpenInit ) : Uint8Array ; toProtoMsg ( message : MsgConnectionOpenInit ) : MsgConnectionOpenInitProtoMsg ; } ; MsgConnectionOpenInitResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgConnectionOpenInitResponse ; encode ( _ : MsgConnectionOpenInitResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgConnectionOpenInitResponseAmino ) : MsgConnectionOpenInitResponse ; fromAminoMsg ( object : MsgConnectionOpenInitResponseAminoMsg ) : MsgConnectionOpenInitResponse ; fromPartial ( _ : {} ) : MsgConnectionOpenInitResponse ; fromProtoMsg ( message : MsgConnectionOpenInitResponseProtoMsg ) : MsgConnectionOpenInitResponse ; toAmino ( _ : MsgConnectionOpenInitResponse ) : MsgConnectionOpenInitResponseAmino ; toAminoMsg ( message : MsgConnectionOpenInitResponse ) : MsgConnectionOpenInitResponseAminoMsg ; toProto ( message : MsgConnectionOpenInitResponse ) : Uint8Array ; toProtoMsg ( message : MsgConnectionOpenInitResponse ) : MsgConnectionOpenInitResponseProtoMsg ; } ; MsgConnectionOpenTry : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgConnectionOpenTry ; encode ( message : MsgConnectionOpenTry ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgConnectionOpenTryAmino ) : MsgConnectionOpenTry ; fromAminoMsg ( object : MsgConnectionOpenTryAminoMsg ) : MsgConnectionOpenTry ; fromPartial ( object : { clientId ?: string ; clientState ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; consensusHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ; counterpartyVersions ?: { features ?: string [] ; identifier ?: string ; } [] ; delayPeriod ?: bigint ; previousConnectionId ?: string ; proofClient ?: Uint8Array ; proofConsensus ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofInit ?: Uint8Array ; signer ?: string ; } ) : MsgConnectionOpenTry ; fromProtoMsg ( message : MsgConnectionOpenTryProtoMsg ) : MsgConnectionOpenTry ; toAmino ( message : MsgConnectionOpenTry ) : MsgConnectionOpenTryAmino ; toAminoMsg ( message : MsgConnectionOpenTry ) : MsgConnectionOpenTryAminoMsg ; toProto ( message : MsgConnectionOpenTry ) : Uint8Array ; toProtoMsg ( message : MsgConnectionOpenTry ) : MsgConnectionOpenTryProtoMsg ; } ; MsgConnectionOpenTryResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgConnectionOpenTryResponse ; encode ( _ : MsgConnectionOpenTryResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgConnectionOpenTryResponseAmino ) : MsgConnectionOpenTryResponse ; fromAminoMsg ( object : MsgConnectionOpenTryResponseAminoMsg ) : MsgConnectionOpenTryResponse ; fromPartial ( _ : {} ) : MsgConnectionOpenTryResponse ; fromProtoMsg ( message : MsgConnectionOpenTryResponseProtoMsg ) : MsgConnectionOpenTryResponse ; toAmino ( _ : MsgConnectionOpenTryResponse ) : MsgConnectionOpenTryResponseAmino ; toAminoMsg ( message : MsgConnectionOpenTryResponse ) : MsgConnectionOpenTryResponseAminoMsg ; toProto ( message : MsgConnectionOpenTryResponse ) : Uint8Array ; toProtoMsg ( message : MsgConnectionOpenTryResponse ) : MsgConnectionOpenTryResponseProtoMsg ; } ; Params : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Params ; encode ( message : Params ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ParamsAmino ) : Params ; fromAminoMsg ( object : ParamsAminoMsg ) : Params ; fromPartial ( object : { maxExpectedTimePerBlock ?: bigint ; } ) : Params ; fromProtoMsg ( message : ParamsProtoMsg ) : Params ; toAmino ( message : Params ) : ParamsAmino ; toAminoMsg ( message : Params ) : ParamsAminoMsg ; toProto ( message : Params ) : Uint8Array ; toProtoMsg ( message : Params ) : ParamsProtoMsg ; } ; QueryClientConnectionsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryClientConnectionsRequest ; encode ( message : QueryClientConnectionsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryClientConnectionsRequestAmino ) : QueryClientConnectionsRequest ; fromAminoMsg ( object : QueryClientConnectionsRequestAminoMsg ) : QueryClientConnectionsRequest ; fromPartial ( object : { clientId ?: string ; } ) : QueryClientConnectionsRequest ; fromProtoMsg ( message : QueryClientConnectionsRequestProtoMsg ) : QueryClientConnectionsRequest ; toAmino ( message : QueryClientConnectionsRequest ) : QueryClientConnectionsRequestAmino ; toAminoMsg ( message : QueryClientConnectionsRequest ) : QueryClientConnectionsRequestAminoMsg ; toProto ( message : QueryClientConnectionsRequest ) : Uint8Array ; toProtoMsg ( message : QueryClientConnectionsRequest ) : QueryClientConnectionsRequestProtoMsg ; } ; QueryClientConnectionsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryClientConnectionsResponse ; encode ( message : QueryClientConnectionsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryClientConnectionsResponseAmino ) : QueryClientConnectionsResponse ; fromAminoMsg ( object : QueryClientConnectionsResponseAminoMsg ) : QueryClientConnectionsResponse ; fromPartial ( object : { connectionPaths ?: string [] ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } ) : QueryClientConnectionsResponse ; fromProtoMsg ( message : QueryClientConnectionsResponseProtoMsg ) : QueryClientConnectionsResponse ; toAmino ( message : QueryClientConnectionsResponse ) : QueryClientConnectionsResponseAmino ; toAminoMsg ( message : QueryClientConnectionsResponse ) : QueryClientConnectionsResponseAminoMsg ; toProto ( message : QueryClientConnectionsResponse ) : Uint8Array ; toProtoMsg ( message : QueryClientConnectionsResponse ) : QueryClientConnectionsResponseProtoMsg ; } ; QueryConnectionClientStateRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryConnectionClientStateRequest ; encode ( message : QueryConnectionClientStateRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryConnectionClientStateRequestAmino ) : QueryConnectionClientStateRequest ; fromAminoMsg ( object : QueryConnectionClientStateRequestAminoMsg ) : QueryConnectionClientStateRequest ; fromPartial ( object : { connectionId ?: string ; } ) : QueryConnectionClientStateRequest ; fromProtoMsg ( message : QueryConnectionClientStateRequestProtoMsg ) : QueryConnectionClientStateRequest ; toAmino ( message : QueryConnectionClientStateRequest ) : QueryConnectionClientStateRequestAmino ; toAminoMsg ( message : QueryConnectionClientStateRequest ) : QueryConnectionClientStateRequestAminoMsg ; toProto ( message : QueryConnectionClientStateRequest ) : Uint8Array ; toProtoMsg ( message : QueryConnectionClientStateRequest ) : QueryConnectionClientStateRequestProtoMsg ; } ; QueryConnectionClientStateResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryConnectionClientStateResponse ; encode ( message : QueryConnectionClientStateResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryConnectionClientStateResponseAmino ) : QueryConnectionClientStateResponse ; fromAminoMsg ( object : QueryConnectionClientStateResponseAminoMsg ) : QueryConnectionClientStateResponse ; fromPartial ( object : { identifiedClientState ?: { clientId ?: string ; clientState ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; } ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } ) : QueryConnectionClientStateResponse ; fromProtoMsg ( message : QueryConnectionClientStateResponseProtoMsg ) : QueryConnectionClientStateResponse ; toAmino ( message : QueryConnectionClientStateResponse ) : QueryConnectionClientStateResponseAmino ; toAminoMsg ( message : QueryConnectionClientStateResponse ) : QueryConnectionClientStateResponseAminoMsg ; toProto ( message : QueryConnectionClientStateResponse ) : Uint8Array ; toProtoMsg ( message : QueryConnectionClientStateResponse ) : QueryConnectionClientStateResponseProtoMsg ; } ; QueryConnectionConsensusStateRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryConnectionConsensusStateRequest ; encode ( message : QueryConnectionConsensusStateRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryConnectionConsensusStateRequestAmino ) : QueryConnectionConsensusStateRequest ; fromAminoMsg ( object : QueryConnectionConsensusStateRequestAminoMsg ) : QueryConnectionConsensusStateRequest ; fromPartial ( object : { connectionId ?: string ; revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ) : QueryConnectionConsensusStateRequest ; fromProtoMsg ( message : QueryConnectionConsensusStateRequestProtoMsg ) : QueryConnectionConsensusStateRequest ; toAmino ( message : QueryConnectionConsensusStateRequest ) : QueryConnectionConsensusStateRequestAmino ; toAminoMsg ( message : QueryConnectionConsensusStateRequest ) : QueryConnectionConsensusStateRequestAminoMsg ; toProto ( message : QueryConnectionConsensusStateRequest ) : Uint8Array ; toProtoMsg ( message : QueryConnectionConsensusStateRequest ) : QueryConnectionConsensusStateRequestProtoMsg ; } ; QueryConnectionConsensusStateResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryConnectionConsensusStateResponse ; encode ( message : QueryConnectionConsensusStateResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryConnectionConsensusStateResponseAmino ) : QueryConnectionConsensusStateResponse ; fromAminoMsg ( object : QueryConnectionConsensusStateResponseAminoMsg ) : QueryConnectionConsensusStateResponse ; fromPartial ( object : { clientId ?: string ; consensusState ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } ) : QueryConnectionConsensusStateResponse ; fromProtoMsg ( message : QueryConnectionConsensusStateResponseProtoMsg ) : QueryConnectionConsensusStateResponse ; toAmino ( message : QueryConnectionConsensusStateResponse ) : QueryConnectionConsensusStateResponseAmino ; toAminoMsg ( message : QueryConnectionConsensusStateResponse ) : QueryConnectionConsensusStateResponseAminoMsg ; toProto ( message : QueryConnectionConsensusStateResponse ) : Uint8Array ; toProtoMsg ( message : QueryConnectionConsensusStateResponse ) : QueryConnectionConsensusStateResponseProtoMsg ; } ; QueryConnectionRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryConnectionRequest ; encode ( message : QueryConnectionRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryConnectionRequestAmino ) : QueryConnectionRequest ; fromAminoMsg ( object : QueryConnectionRequestAminoMsg ) : QueryConnectionRequest ; fromPartial ( object : { connectionId ?: string ; } ) : QueryConnectionRequest ; fromProtoMsg ( message : QueryConnectionRequestProtoMsg ) : QueryConnectionRequest ; toAmino ( message : QueryConnectionRequest ) : QueryConnectionRequestAmino ; toAminoMsg ( message : QueryConnectionRequest ) : QueryConnectionRequestAminoMsg ; toProto ( message : QueryConnectionRequest ) : Uint8Array ; toProtoMsg ( message : QueryConnectionRequest ) : QueryConnectionRequestProtoMsg ; } ; QueryConnectionResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryConnectionResponse ; encode ( message : QueryConnectionResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryConnectionResponseAmino ) : QueryConnectionResponse ; fromAminoMsg ( object : QueryConnectionResponseAminoMsg ) : QueryConnectionResponse ; fromPartial ( object : { connection ?: { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ; delayPeriod ?: bigint ; state ?: State ; versions ?: { features ?: string [] ; identifier ?: string ; } [] ; } ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } ) : QueryConnectionResponse ; fromProtoMsg ( message : QueryConnectionResponseProtoMsg ) : QueryConnectionResponse ; toAmino ( message : QueryConnectionResponse ) : QueryConnectionResponseAmino ; toAminoMsg ( message : QueryConnectionResponse ) : QueryConnectionResponseAminoMsg ; toProto ( message : QueryConnectionResponse ) : Uint8Array ; toProtoMsg ( message : QueryConnectionResponse ) : QueryConnectionResponseProtoMsg ; } ; QueryConnectionsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryConnectionsRequest ; encode ( message : QueryConnectionsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryConnectionsRequestAmino ) : QueryConnectionsRequest ; fromAminoMsg ( object : QueryConnectionsRequestAminoMsg ) : QueryConnectionsRequest ; fromPartial ( object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : QueryConnectionsRequest ; fromProtoMsg ( message : QueryConnectionsRequestProtoMsg ) : QueryConnectionsRequest ; toAmino ( message : QueryConnectionsRequest ) : QueryConnectionsRequestAmino ; toAminoMsg ( message : QueryConnectionsRequest ) : QueryConnectionsRequestAminoMsg ; toProto ( message : QueryConnectionsRequest ) : Uint8Array ; toProtoMsg ( message : QueryConnectionsRequest ) : QueryConnectionsRequestProtoMsg ; } ; QueryConnectionsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryConnectionsResponse ; encode ( message : QueryConnectionsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryConnectionsResponseAmino ) : QueryConnectionsResponse ; fromAminoMsg ( object : QueryConnectionsResponseAminoMsg ) : QueryConnectionsResponse ; fromPartial ( object : { connections ?: { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: ( ...
) | ( ...
) ; } ; } ; delayPeriod ?: bigint ; id ?: string ; state ?: State ; versions ?: { features ?: ( ...
) [] ; identifier ?: string ; } [] ; } [] ; height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryConnectionsResponse ; fromProtoMsg ( message : QueryConnectionsResponseProtoMsg ) : QueryConnectionsResponse ; toAmino ( message : QueryConnectionsResponse ) : QueryConnectionsResponseAmino ; toAminoMsg ( message : QueryConnectionsResponse ) : QueryConnectionsResponseAminoMsg ; toProto ( message : QueryConnectionsResponse ) : Uint8Array ; toProtoMsg ( message : QueryConnectionsResponse ) : QueryConnectionsResponseProtoMsg ; } ; StateAmino : typeof State ; StateSDKType : typeof State ; Version : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Version ; encode ( message : Version ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : VersionAmino ) : Version ; fromAminoMsg ( object : VersionAminoMsg ) : Version ; fromPartial ( object : { features ?: string [] ; identifier ?: string ; } ) : Version ; fromProtoMsg ( message : VersionProtoMsg ) : Version ; toAmino ( message : Version ) : VersionAmino ; toAminoMsg ( message : Version ) : VersionAminoMsg ; toProto ( message : Version ) : Uint8Array ; toProtoMsg ( message : Version ) : VersionProtoMsg ; } ; createRpcQueryExtension : ( ( base : QueryClient ) => { clientConnections ( request : QueryClientConnectionsRequest ) : Promise < QueryClientConnectionsResponse > ; connection ( request : QueryConnectionRequest ) : Promise < QueryConnectionResponse > ; connectionClientState ( request : QueryConnectionClientStateRequest ) : Promise < QueryConnectionClientStateResponse > ; connectionConsensusState ( request : QueryConnectionConsensusStateRequest ) : Promise < QueryConnectionConsensusStateResponse > ; connections ( request ?: QueryConnectionsRequest ) : Promise < QueryConnectionsResponse > ; } ) ; load : ( ( protoRegistry : Registry ) => void ) ; registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] ; stateFromJSON ( object : any ) : State ; stateToJSON ( object : State ) : string ; } = ... Type declaration type Url : string decode : functiondecode ( input , length ? ) : ClientPaths Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:708 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:702 from Amino : functionfrom Amino ( object ) : ClientPaths Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:730 from Amino Msg : functionfrom Amino Msg ( object ) : ClientPaths Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:744 from Partial : functionfrom Partial ( object ) : ClientPaths Parameters object : { paths ?: string [] ; } Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:725 from Proto Msg : functionfrom Proto Msg ( message ) : ClientPaths Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:753 to Amino : functionto Amino ( message ) : ClientPathsAmino Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:735 to Amino Msg : functionto Amino Msg ( message ) : ClientPathsAminoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:747 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:756 to Proto Msg : functionto Proto Msg ( message ) : ClientPathsProtoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:759 type Url : string decode : functiondecode ( input , length ? ) : ConnectionEnd Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:381 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:363 from Amino : functionfrom Amino ( object ) : ConnectionEnd Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:419 from Amino Msg : functionfrom Amino Msg ( object ) : ConnectionEnd Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:449 from Partial : functionfrom Partial ( object ) : ConnectionEnd Parameters object : { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ; delayPeriod ?: bigint ; state ?: State ; versions ?: { features ?: string [] ; identifier ?: string ; } [] ; } Optional
client Id ?: string Optional
counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } Optional
client Id ?: string Optional
connection Id ?: string Optional
prefix ?: { keyPrefix ?: Uint8Array ; } Optional
key Prefix ?: Uint8Array Optional
delay Period ?: bigint Optional
state ?: State Optional
versions ?: { features ?: string [] ; identifier ?: string ; } [] Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:410 from Proto Msg : functionfrom Proto Msg ( message ) : ConnectionEnd Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:458 to Amino : functionto Amino ( message ) : ConnectionEndAmino Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:436 to Amino Msg : functionto Amino Msg ( message ) : ConnectionEndAminoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:452 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:461 to Proto Msg : functionto Proto Msg ( message ) : ConnectionEndProtoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:464 type Url : string decode : functiondecode ( input , length ? ) : ConnectionPaths Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:783 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:774 from Amino : functionfrom Amino ( object ) : ConnectionPaths Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:809 from Amino Msg : functionfrom Amino Msg ( object ) : ConnectionPaths Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:827 from Partial : functionfrom Partial ( object ) : ConnectionPaths Parameters object : { clientId ?: string ; paths ?: string [] ; } Optional
client Id ?: string Optional
paths ?: string [] Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:803 from Proto Msg : functionfrom Proto Msg ( message ) : ConnectionPaths Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:836 to Amino : functionto Amino ( message ) : ConnectionPathsAmino Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:817 to Amino Msg : functionto Amino Msg ( message ) : ConnectionPathsAminoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:830 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:839 to Proto Msg : functionto Proto Msg ( message ) : ConnectionPathsProtoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:842 type Url : string decode : functiondecode ( input , length ? ) : Counterparty Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:623 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:611 from Amino : functionfrom Amino ( object ) : Counterparty Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:653 from Amino Msg : functionfrom Amino Msg ( object ) : Counterparty Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:673 from Partial : functionfrom Partial ( object ) : Counterparty Parameters object : { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } Optional
client Id ?: string Optional
connection Id ?: string Optional
prefix ?: { keyPrefix ?: Uint8Array ; } Optional
key Prefix ?: Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:646 from Proto Msg : functionfrom Proto Msg ( message ) : Counterparty Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:682 to Amino : functionto Amino ( message ) : CounterpartyAmino Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:666 to Amino Msg : functionto Amino Msg ( message ) : CounterpartyAminoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:676 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:685 to Proto Msg : functionto Proto Msg ( message ) : CounterpartyProtoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:688 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 : { clientConnectionPaths ?: { clientId ?: string ; paths ?: string [] ; } [] ; connections ?: { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: ( ...) | ( ...) ; } ; } ; delayPeriod ?: bigint ; id ?: string ; state ?: State ; versions ?: { features ?: ( ...) [] ; identifier ?: string ; } [] ; } [] ; nextConnectionSequence ?: bigint ; params ?: { maxExpectedTimePerBlock ?: 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/connection/v1/genesis.ts:61 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/genesis.ts:46 from Amino : functionfrom Amino ( object ) : GenesisState Defined in packages/proto/src/codegen/ibc/core/connection/v1/genesis.ts:95 from Amino Msg : functionfrom Amino Msg ( object ) : GenesisState Defined in packages/proto/src/codegen/ibc/core/connection/v1/genesis.ts:123 from Partial : functionfrom Partial ( object ) : GenesisState Parameters object : { clientConnectionPaths ?: { clientId ?: string ; paths ?: string [] ; } [] ; connections ?: { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: ( ...) | ( ...) ; } ; } ; delayPeriod ?: bigint ; id ?: string ; state ?: State ; versions ?: { features ?: ( ...) [] ; identifier ?: string ; } [] ; } [] ; nextConnectionSequence ?: bigint ; params ?: { maxExpectedTimePerBlock ?: bigint ; } ; } Optional
client Connection Paths ?: { clientId ?: string ; paths ?: string [] ; } [] Optional
connections ?: { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: ( ...) | ( ...) ; } ; } ; delayPeriod ?: bigint ; id ?: string ; state ?: State ; versions ?: { features ?: ( ...) [] ; identifier ?: string ; } [] ; } [] Optional
next Connection Sequence ?: bigint Optional
params ?: { maxExpectedTimePerBlock ?: bigint ; } Optional
max Expected Time Per Block ?: bigint Defined in packages/proto/src/codegen/ibc/core/connection/v1/genesis.ts:87 from Proto Msg : functionfrom Proto Msg ( message ) : GenesisState Defined in packages/proto/src/codegen/ibc/core/connection/v1/genesis.ts:132 to Amino : functionto Amino ( message ) : GenesisStateAmino Defined in packages/proto/src/codegen/ibc/core/connection/v1/genesis.ts:107 to Amino Msg : functionto Amino Msg ( message ) : GenesisStateAminoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/genesis.ts:126 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/genesis.ts:135 to Proto Msg : functionto Proto Msg ( message ) : GenesisStateProtoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/genesis.ts:138 type Url : string decode : functiondecode ( input , length ? ) : IdentifiedConnection Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:504 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:483 from Amino : functionfrom Amino ( object ) : IdentifiedConnection Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:546 from Amino Msg : functionfrom Amino Msg ( object ) : IdentifiedConnection Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:580 from Partial : functionfrom Partial ( object ) : IdentifiedConnection Parameters object : { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ; delayPeriod ?: bigint ; id ?: string ; state ?: State ; versions ?: { features ?: string [] ; identifier ?: string ; } [] ; } Optional
client Id ?: string Optional
counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } Optional
client Id ?: string Optional
connection Id ?: string Optional
prefix ?: { keyPrefix ?: Uint8Array ; } Optional
key Prefix ?: Uint8Array Optional
delay Period ?: bigint Optional
id ?: string Optional
state ?: State Optional
versions ?: { features ?: string [] ; identifier ?: string ; } [] Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:536 from Proto Msg : functionfrom Proto Msg ( message ) : IdentifiedConnection Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:589 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:592 to Proto Msg : functionencoded : { connectionOpenAck ( value : MsgConnectionOpenAck ) : { typeUrl : string ; value : Uint8Array ; } ; connectionOpenConfirm ( value : MsgConnectionOpenConfirm ) : { typeUrl : string ; value : Uint8Array ; } ; connectionOpenInit ( value : MsgConnectionOpenInit ) : { typeUrl : string ; value : Uint8Array ; } ; connectionOpenTry ( value : MsgConnectionOpenTry ) : { typeUrl : string ; value : Uint8Array ; } ; } connection Open Ack : functionconnection 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/connection/v1/tx.registry.ts:25 connection Open Confirm : functionconnection 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/connection/v1/tx.registry.ts:31 connection Open Init : functionconnection 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/connection/v1/tx.registry.ts:13 connection Open Try : functionconnection 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/connection/v1/tx.registry.ts:19 connection Open Ack : functionconnection Open Ack ( value ) : { typeUrl : string ; value : MsgConnectionOpenAck ; } Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.registry.ts:77 connection Open Confirm : functionconnection Open Confirm ( value ) : { typeUrl : string ; value : MsgConnectionOpenConfirm ; } Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.registry.ts:83 connection Open Init : functionconnection Open Init ( value ) : { typeUrl : string ; value : MsgConnectionOpenInit ; } Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.registry.ts:65 connection Open Try : functionconnection Open Try ( value ) : { typeUrl : string ; value : MsgConnectionOpenTry ; } Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.registry.ts:71 connection Open Ack : functionconnection Open Ack ( value ) : { typeUrl : string ; value : MsgConnectionOpenAck ; } Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.registry.ts:51 connection Open Confirm : functionconnection Open Confirm ( value ) : { typeUrl : string ; value : MsgConnectionOpenConfirm ; } Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.registry.ts:57 connection Open Init : functionconnection Open Init ( value ) : { typeUrl : string ; value : MsgConnectionOpenInit ; } Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.registry.ts:39 connection Open Try : functionconnection Open Try ( value ) : { typeUrl : string ; value : MsgConnectionOpenTry ; } Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.registry.ts:45 type Url : string decode : functiondecode ( input , length ? ) : MsgConnectionOpenAck Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:793 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:760 from Amino : functionfrom Amino ( object ) : MsgConnectionOpenAck Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:851 from Amino Msg : functionfrom Amino Msg ( object ) : MsgConnectionOpenAck Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:899 from Partial : functionfrom Partial ( object ) : MsgConnectionOpenAck Parameters object : { clientState ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; connectionId ?: string ; consensusHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; counterpartyConnectionId ?: string ; proofClient ?: Uint8Array ; proofConsensus ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofTry ?: Uint8Array ; signer ?: string ; version ?: { features ?: string [] ; identifier ?: string ; } ; } Optional
client State ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
connection Id ?: string Optional
consensus Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
counterparty Connection Id ?: string Optional
proof Client ?: Uint8Array Optional
proof Consensus ?: Uint8Array Optional
proof Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
proof Try ?: Uint8Array Optional
signer ?: string Optional
version ?: { features ?: string [] ; identifier ?: string ; } Optional
features ?: string [] Optional
identifier ?: string Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:837 from Proto Msg : functionfrom Proto Msg ( message ) : MsgConnectionOpenAck Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:908 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:911 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:926 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/connection/v1/tx.ts:967 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:987 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgConnectionOpenConfirm Parameters object : { connectionId ?: string ; proofAck ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; signer ?: string ; } Optional
connection 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/connection/v1/tx.ts:1028 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:1072 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:1087 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/connection/v1/tx.ts:1128 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgConnectionOpenInit Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:341 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:323 from Amino : functionfrom Amino ( object ) : MsgConnectionOpenInit Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:379 from Amino Msg : functionfrom Amino Msg ( object ) : MsgConnectionOpenInit Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:407 from Partial : functionfrom Partial ( object ) : MsgConnectionOpenInit Parameters object : { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ; delayPeriod ?: bigint ; signer ?: string ; version ?: { features ?: string [] ; identifier ?: string ; } ; } Optional
client Id ?: string Optional
counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } Optional
client Id ?: string Optional
connection Id ?: string Optional
prefix ?: { keyPrefix ?: Uint8Array ; } Optional
key Prefix ?: Uint8Array Optional
delay Period ?: bigint Optional
signer ?: string Optional
version ?: { features ?: string [] ; identifier ?: string ; } Optional
features ?: string [] Optional
identifier ?: string Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:370 from Proto Msg : functionfrom Proto Msg ( message ) : MsgConnectionOpenInit Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:416 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:419 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:434 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/connection/v1/tx.ts:475 to Proto Msg : functionMsg Connection Open Try : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : MsgConnectionOpenTry ; encode ( message : MsgConnectionOpenTry , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgConnectionOpenTryAmino ) : MsgConnectionOpenTry ; fromAminoMsg ( object : MsgConnectionOpenTryAminoMsg ) : MsgConnectionOpenTry ; fromPartial ( object : { clientId ?: string ; clientState ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; consensusHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ; counterpartyVersions ?: { features ?: string [] ; identifier ?: string ; } [] ; delayPeriod ?: bigint ; previousConnectionId ?: string ; proofClient ?: Uint8Array ; proofConsensus ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofInit ?: Uint8Array ; signer ?: string ; } ) : MsgConnectionOpenTry ; fromProtoMsg ( message : MsgConnectionOpenTryProtoMsg ) : MsgConnectionOpenTry ; toAmino ( message : MsgConnectionOpenTry ) : MsgConnectionOpenTryAmino ; toAminoMsg ( message : MsgConnectionOpenTry ) : MsgConnectionOpenTryAminoMsg ; toProto ( message : MsgConnectionOpenTry ) : Uint8Array ; toProtoMsg ( message : MsgConnectionOpenTry ) : MsgConnectionOpenTryProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : MsgConnectionOpenTry Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:542 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:503 from Amino : functionfrom Amino ( object ) : MsgConnectionOpenTry Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:608 from Amino Msg : functionfrom Amino Msg ( object ) : MsgConnectionOpenTry Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:666 from Partial : functionfrom Partial ( object ) : MsgConnectionOpenTry Parameters object : { clientId ?: string ; clientState ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; consensusHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ; counterpartyVersions ?: { features ?: string [] ; identifier ?: string ; } [] ; delayPeriod ?: bigint ; previousConnectionId ?: string ; proofClient ?: Uint8Array ; proofConsensus ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; proofInit ?: Uint8Array ; signer ?: string ; } 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
consensus Height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
revision Height ?: bigint Optional
revision Number ?: bigint Optional
counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } Optional
client Id ?: string Optional
connection Id ?: string Optional
prefix ?: { keyPrefix ?: Uint8Array ; } Optional
key Prefix ?: Uint8Array Optional
counterparty Versions ?: { features ?: string [] ; identifier ?: string ; } [] Optional
delay Period ?: bigint Optional
previous Connection Id ?: string Optional
proof Client ?: Uint8Array Optional
proof Consensus ?: Uint8Array 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/connection/v1/tx.ts:592 from Proto Msg : functionfrom Proto Msg ( message ) : MsgConnectionOpenTry Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:675 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:678 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/tx.ts:693 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/connection/v1/tx.ts:734 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : Params Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:945 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:939 from Amino : functionfrom Amino ( object ) : Params Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:967 from Amino Msg : functionfrom Amino Msg ( object ) : Params Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:979 from Partial : functionfrom Partial ( object ) : Params Parameters object : { maxExpectedTimePerBlock ?: bigint ; } Optional
max Expected Time Per Block ?: bigint Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:962 from Proto Msg : functionfrom Proto Msg ( message ) : Params Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:988 to Amino : functionto Amino ( message ) : ParamsAmino Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:974 to Amino Msg : functionto Amino Msg ( message ) : ParamsAminoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:982 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:991 to Proto Msg : functionto Proto Msg ( message ) : ParamsProtoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:994 type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:713 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryClientConnectionsRequest Parameters object : { clientId ?: string ; } Optional
client Id ?: string Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:736 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:765 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:784 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryClientConnectionsResponse Parameters object : { connectionPaths ?: string [] ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } Optional
connection Paths ?: 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/connection/v1/query.ts:819 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:860 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:877 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryConnectionClientStateRequest Parameters object : { connectionId ?: string ; } Optional
connection Id ?: string Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:900 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:929 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:948 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryConnectionClientStateResponse 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/connection/v1/query.ts:983 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:1022 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:1041 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryConnectionConsensusStateRequest Parameters object : { connectionId ?: string ; revisionHeight ?: bigint ; revisionNumber ?: bigint ; } Optional
connection Id ?: string Optional
revision Height ?: bigint Optional
revision Number ?: bigint Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:1076 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:1115 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:1135 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryConnectionConsensusStateResponse 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/connection/v1/query.ts:1176 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:1220 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryConnectionRequest Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:393 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:387 from Amino : functionfrom Amino ( object ) : QueryConnectionRequest Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:415 from Amino Msg : functionfrom Amino Msg ( object ) : QueryConnectionRequest Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:427 from Partial : functionfrom Partial ( object ) : QueryConnectionRequest Parameters object : { connectionId ?: string ; } Optional
connection Id ?: string Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:410 from Proto Msg : functionfrom Proto Msg ( message ) : QueryConnectionRequest Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:436 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:439 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryConnectionResponse Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:470 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:458 from Amino : functionfrom Amino ( object ) : QueryConnectionResponse Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:500 from Amino Msg : functionfrom Amino Msg ( object ) : QueryConnectionResponse Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:520 from Partial : functionfrom Partial ( object ) : QueryConnectionResponse Parameters object : { connection ?: { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ; delayPeriod ?: bigint ; state ?: State ; versions ?: { features ?: string [] ; identifier ?: string ; } [] ; } ; proof ?: Uint8Array ; proofHeight ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; } Optional
connection ?: { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } ; delayPeriod ?: bigint ; state ?: State ; versions ?: { features ?: string [] ; identifier ?: string ; } [] ; } Optional
client Id ?: string Optional
counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: Uint8Array ; } ; } Optional
client Id ?: string Optional
connection Id ?: string Optional
prefix ?: { keyPrefix ?: Uint8Array ; } Optional
key Prefix ?: Uint8Array Optional
delay Period ?: bigint Optional
state ?: State Optional
versions ?: { features ?: string [] ; identifier ?: 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/connection/v1/query.ts:493 from Proto Msg : functionfrom Proto Msg ( message ) : QueryConnectionResponse Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:529 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:532 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryConnectionsRequest Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:555 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:549 from Amino : functionfrom Amino ( object ) : QueryConnectionsRequest Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:577 from Amino Msg : functionfrom Amino Msg ( object ) : QueryConnectionsRequest Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:589 from Partial : functionfrom Partial ( object ) : QueryConnectionsRequest 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/connection/v1/query.ts:572 from Proto Msg : functionfrom Proto Msg ( message ) : QueryConnectionsRequest Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:598 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:601 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryConnectionsResponse Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:632 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:620 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryConnectionsResponse Parameters object : { connections ?: { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: ( ...) | ( ...) ; } ; } ; delayPeriod ?: bigint ; id ?: string ; state ?: State ; versions ?: { features ?: ( ...) [] ; identifier ?: string ; } [] ; } [] ; height ?: { revisionHeight ?: bigint ; revisionNumber ?: bigint ; } ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
connections ?: { clientId ?: string ; counterparty ?: { clientId ?: string ; connectionId ?: string ; prefix ?: { keyPrefix ?: ( ...) | ( ...) ; } ; } ; delayPeriod ?: bigint ; id ?: string ; state ?: State ; versions ?: { features ?: ( ...) [] ; identifier ?: 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/connection/v1/query.ts:655 from Proto Msg : functionfrom Proto Msg ( message ) : QueryConnectionsResponse Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:693 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/query.ts:696 to Proto Msg : functionState Amino : typeof State StateSDKType : typeof State type Url : string decode : functiondecode ( input , length ? ) : Version Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:866 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:857 from Amino : functionfrom Amino ( object ) : Version Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:892 from Amino Msg : functionfrom Amino Msg ( object ) : Version Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:910 from Partial : functionfrom Partial ( object ) : Version Parameters object : { features ?: string [] ; identifier ?: string ; } Optional
features ?: string [] Optional
identifier ?: string Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:886 from Proto Msg : functionfrom Proto Msg ( message ) : Version Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:919 to Amino : functionto Amino ( message ) : VersionAmino Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:900 to Amino Msg : functionto Amino Msg ( message ) : VersionAminoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:913 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:922 to Proto Msg : functionto Proto Msg ( message ) : VersionProtoMsg Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:925 load : ( ( protoRegistry : Registry ) => void ) ( protoRegistry ) : void Returns void registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] state FromJSON : functionstate FromJSON ( object ) : State Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:25 state ToJSON : functionstate ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/ibc/core/connection/v1/connection.ts:45 Defined in packages/proto/src/codegen/ibc/bundle.ts:98
list of connection paths