evm : { PointerType : any ; LCDQueryClient : any ; MsgClientImpl : any ; QueryClientImpl : any ; AddERCCW20PointerProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : AddERCCW20PointerProposal ; encode ( message : AddERCCW20PointerProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : AddERCCW20PointerProposalAmino ) : AddERCCW20PointerProposal ; fromAminoMsg ( object : AddERCCW20PointerProposalAminoMsg ) : AddERCCW20PointerProposal ; fromPartial ( object : { description ?: string ; pointee ?: string ; pointer ?: string ; title ?: string ; version ?: number ; } ) : AddERCCW20PointerProposal ; fromProtoMsg ( message : AddERCCW20PointerProposalProtoMsg ) : AddERCCW20PointerProposal ; toAmino ( message : AddERCCW20PointerProposal ) : AddERCCW20PointerProposalAmino ; toProto ( message : AddERCCW20PointerProposal ) : Uint8Array ; toProtoMsg ( message : AddERCCW20PointerProposal ) : AddERCCW20PointerProposalProtoMsg ; } ; AddERCCW721PointerProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : AddERCCW721PointerProposal ; encode ( message : AddERCCW721PointerProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : AddERCCW721PointerProposalAmino ) : AddERCCW721PointerProposal ; fromAminoMsg ( object : AddERCCW721PointerProposalAminoMsg ) : AddERCCW721PointerProposal ; fromPartial ( object : { description ?: string ; pointee ?: string ; pointer ?: string ; title ?: string ; version ?: number ; } ) : AddERCCW721PointerProposal ; fromProtoMsg ( message : AddERCCW721PointerProposalProtoMsg ) : AddERCCW721PointerProposal ; toAmino ( message : AddERCCW721PointerProposal ) : AddERCCW721PointerProposalAmino ; toProto ( message : AddERCCW721PointerProposal ) : Uint8Array ; toProtoMsg ( message : AddERCCW721PointerProposal ) : AddERCCW721PointerProposalProtoMsg ; } ; AddERCNativePointerProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : AddERCNativePointerProposal ; encode ( message : AddERCNativePointerProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : AddERCNativePointerProposalAmino ) : AddERCNativePointerProposal ; fromAminoMsg ( object : AddERCNativePointerProposalAminoMsg ) : AddERCNativePointerProposal ; fromPartial ( object : { description ?: string ; pointer ?: string ; title ?: string ; token ?: string ; version ?: number ; } ) : AddERCNativePointerProposal ; fromProtoMsg ( message : AddERCNativePointerProposalProtoMsg ) : AddERCNativePointerProposal ; toAmino ( message : AddERCNativePointerProposal ) : AddERCNativePointerProposalAmino ; toProto ( message : AddERCNativePointerProposal ) : Uint8Array ; toProtoMsg ( message : AddERCNativePointerProposal ) : AddERCNativePointerProposalProtoMsg ; } ; AddressAssociation : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : AddressAssociation ; encode ( message : AddressAssociation ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : AddressAssociationAmino ) : AddressAssociation ; fromAminoMsg ( object : AddressAssociationAminoMsg ) : AddressAssociation ; fromPartial ( object : { ethAddress ?: string ; seiAddress ?: string ; } ) : AddressAssociation ; fromProtoMsg ( message : AddressAssociationProtoMsg ) : AddressAssociation ; toAmino ( message : AddressAssociation ) : AddressAssociationAmino ; toProto ( message : AddressAssociation ) : Uint8Array ; toProtoMsg ( message : AddressAssociation ) : AddressAssociationProtoMsg ; } ; AminoConverter : { /seiprotocol.seichain.evm.MsgEVMTransaction : { aminoType : string ; fromAmino : ( ( object : MsgEVMTransactionAmino ) => MsgEVMTransaction ) ; toAmino : ( ( message : MsgEVMTransaction ) => MsgEVMTransactionAmino ) ; } ; /seiprotocol.seichain.evm.MsgRegisterPointer : { aminoType : string ; fromAmino : ( ( object : MsgRegisterPointerAmino ) => MsgRegisterPointer ) ; toAmino : ( ( message : MsgRegisterPointer ) => MsgRegisterPointerAmino ) ; } ; /seiprotocol.seichain.evm.MsgSend : { aminoType : string ; fromAmino : ( ( object : MsgSendAmino ) => MsgSend ) ; toAmino : ( ( message : MsgSend ) => MsgSendAmino ) ; } ; } ; ChainConfig : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ChainConfig ; encode ( message : ChainConfig ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ChainConfigAmino ) : ChainConfig ; fromAminoMsg ( object : ChainConfigAminoMsg ) : ChainConfig ; fromPartial ( object : { cancunTime ?: bigint ; pragueTime ?: bigint ; verkleTime ?: bigint ; } ) : ChainConfig ; fromProtoMsg ( message : ChainConfigProtoMsg ) : ChainConfig ; toAmino ( message : ChainConfig ) : ChainConfigAmino ; toProto ( message : ChainConfig ) : Uint8Array ; toProtoMsg ( message : ChainConfig ) : ChainConfigProtoMsg ; } ; 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 : { addressAssociations ?: { ethAddress ?: string ; seiAddress ?: string ; } [] ; params ?: { baseFeePerGas ?: string ; minimumFeePerGas ?: string ; priorityNormalizer ?: string ; whitelistedCwCodeHashesForDelegateCall ?: Uint8Array [] ; } ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } ; Log : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Log ; encode ( message : Log ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : LogAmino ) : Log ; fromAminoMsg ( object : LogAminoMsg ) : Log ; fromPartial ( object : { address ?: string ; data ?: Uint8Array ; index ?: number ; topics ?: string [] ; } ) : Log ; fromProtoMsg ( message : LogProtoMsg ) : Log ; toAmino ( message : Log ) : LogAmino ; toProto ( message : Log ) : Uint8Array ; toProtoMsg ( message : Log ) : LogProtoMsg ; } ; MessageComposer : { encoded : { eVMTransaction ( value : MsgEVMTransaction ) : { typeUrl : string ; value : Uint8Array ; } ; registerPointer ( value : MsgRegisterPointer ) : { typeUrl : string ; value : Uint8Array ; } ; send ( value : MsgSend ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { eVMTransaction ( value : MsgEVMTransaction ) : { typeUrl : string ; value : MsgEVMTransaction ; } ; registerPointer ( value : MsgRegisterPointer ) : { typeUrl : string ; value : MsgRegisterPointer ; } ; send ( value : MsgSend ) : { typeUrl : string ; value : MsgSend ; } ; } ; withTypeUrl : { eVMTransaction ( value : MsgEVMTransaction ) : { typeUrl : string ; value : MsgEVMTransaction ; } ; registerPointer ( value : MsgRegisterPointer ) : { typeUrl : string ; value : MsgRegisterPointer ; } ; send ( value : MsgSend ) : { typeUrl : string ; value : MsgSend ; } ; } ; } ; MsgEVMTransaction : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgEVMTransaction ; encode ( message : MsgEVMTransaction ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgEVMTransactionAmino ) : MsgEVMTransaction ; fromAminoMsg ( object : MsgEVMTransactionAminoMsg ) : MsgEVMTransaction ; fromPartial ( object : { data ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; derived ?: Uint8Array ; } ) : MsgEVMTransaction ; fromProtoMsg ( message : MsgEVMTransactionProtoMsg ) : MsgEVMTransaction ; toAmino ( message : MsgEVMTransaction ) : MsgEVMTransactionAmino ; toProto ( message : MsgEVMTransaction ) : Uint8Array ; toProtoMsg ( message : MsgEVMTransaction ) : MsgEVMTransactionProtoMsg ; } ; MsgEVMTransactionResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgEVMTransactionResponse ; encode ( message : MsgEVMTransactionResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgEVMTransactionResponseAmino ) : MsgEVMTransactionResponse ; fromAminoMsg ( object : MsgEVMTransactionResponseAminoMsg ) : MsgEVMTransactionResponse ; fromPartial ( object : { gasUsed ?: bigint ; hash ?: string ; returnData ?: Uint8Array ; vmError ?: string ; } ) : MsgEVMTransactionResponse ; fromProtoMsg ( message : MsgEVMTransactionResponseProtoMsg ) : MsgEVMTransactionResponse ; toAmino ( message : MsgEVMTransactionResponse ) : MsgEVMTransactionResponseAmino ; toProto ( message : MsgEVMTransactionResponse ) : Uint8Array ; toProtoMsg ( message : MsgEVMTransactionResponse ) : MsgEVMTransactionResponseProtoMsg ; } ; MsgInternalEVMCall : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgInternalEVMCall ; encode ( message : MsgInternalEVMCall ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgInternalEVMCallAmino ) : MsgInternalEVMCall ; fromAminoMsg ( object : MsgInternalEVMCallAminoMsg ) : MsgInternalEVMCall ; fromPartial ( object : { data ?: Uint8Array ; sender ?: string ; to ?: string ; value ?: string ; } ) : MsgInternalEVMCall ; fromProtoMsg ( message : MsgInternalEVMCallProtoMsg ) : MsgInternalEVMCall ; toAmino ( message : MsgInternalEVMCall ) : MsgInternalEVMCallAmino ; toProto ( message : MsgInternalEVMCall ) : Uint8Array ; toProtoMsg ( message : MsgInternalEVMCall ) : MsgInternalEVMCallProtoMsg ; } ; MsgInternalEVMCallResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgInternalEVMCallResponse ; encode ( _ : MsgInternalEVMCallResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgInternalEVMCallResponseAmino ) : MsgInternalEVMCallResponse ; fromAminoMsg ( object : MsgInternalEVMCallResponseAminoMsg ) : MsgInternalEVMCallResponse ; fromPartial ( _ : {} ) : MsgInternalEVMCallResponse ; fromProtoMsg ( message : MsgInternalEVMCallResponseProtoMsg ) : MsgInternalEVMCallResponse ; toAmino ( _ : MsgInternalEVMCallResponse ) : MsgInternalEVMCallResponseAmino ; toProto ( message : MsgInternalEVMCallResponse ) : Uint8Array ; toProtoMsg ( message : MsgInternalEVMCallResponse ) : MsgInternalEVMCallResponseProtoMsg ; } ; MsgInternalEVMDelegateCall : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgInternalEVMDelegateCall ; encode ( message : MsgInternalEVMDelegateCall ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgInternalEVMDelegateCallAmino ) : MsgInternalEVMDelegateCall ; fromAminoMsg ( object : MsgInternalEVMDelegateCallAminoMsg ) : MsgInternalEVMDelegateCall ; fromPartial ( object : { codeHash ?: Uint8Array ; data ?: Uint8Array ; fromContract ?: string ; sender ?: string ; to ?: string ; } ) : MsgInternalEVMDelegateCall ; fromProtoMsg ( message : MsgInternalEVMDelegateCallProtoMsg ) : MsgInternalEVMDelegateCall ; toAmino ( message : MsgInternalEVMDelegateCall ) : MsgInternalEVMDelegateCallAmino ; toProto ( message : MsgInternalEVMDelegateCall ) : Uint8Array ; toProtoMsg ( message : MsgInternalEVMDelegateCall ) : MsgInternalEVMDelegateCallProtoMsg ; } ; MsgInternalEVMDelegateCallResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgInternalEVMDelegateCallResponse ; encode ( _ : MsgInternalEVMDelegateCallResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgInternalEVMDelegateCallResponseAmino ) : MsgInternalEVMDelegateCallResponse ; fromAminoMsg ( object : MsgInternalEVMDelegateCallResponseAminoMsg ) : MsgInternalEVMDelegateCallResponse ; fromPartial ( _ : {} ) : MsgInternalEVMDelegateCallResponse ; fromProtoMsg ( message : MsgInternalEVMDelegateCallResponseProtoMsg ) : MsgInternalEVMDelegateCallResponse ; toAmino ( _ : MsgInternalEVMDelegateCallResponse ) : MsgInternalEVMDelegateCallResponseAmino ; toProto ( message : MsgInternalEVMDelegateCallResponse ) : Uint8Array ; toProtoMsg ( message : MsgInternalEVMDelegateCallResponse ) : MsgInternalEVMDelegateCallResponseProtoMsg ; } ; MsgRegisterPointer : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgRegisterPointer ; encode ( message : MsgRegisterPointer ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgRegisterPointerAmino ) : MsgRegisterPointer ; fromAminoMsg ( object : MsgRegisterPointerAminoMsg ) : MsgRegisterPointer ; fromPartial ( object : { ercAddress ?: string ; pointerType ?: PointerType ; sender ?: string ; } ) : MsgRegisterPointer ; fromProtoMsg ( message : MsgRegisterPointerProtoMsg ) : MsgRegisterPointer ; toAmino ( message : MsgRegisterPointer ) : MsgRegisterPointerAmino ; toProto ( message : MsgRegisterPointer ) : Uint8Array ; toProtoMsg ( message : MsgRegisterPointer ) : MsgRegisterPointerProtoMsg ; } ; MsgRegisterPointerResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgRegisterPointerResponse ; encode ( message : MsgRegisterPointerResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgRegisterPointerResponseAmino ) : MsgRegisterPointerResponse ; fromAminoMsg ( object : MsgRegisterPointerResponseAminoMsg ) : MsgRegisterPointerResponse ; fromPartial ( object : { pointerAddress ?: string ; } ) : MsgRegisterPointerResponse ; fromProtoMsg ( message : MsgRegisterPointerResponseProtoMsg ) : MsgRegisterPointerResponse ; toAmino ( message : MsgRegisterPointerResponse ) : MsgRegisterPointerResponseAmino ; toProto ( message : MsgRegisterPointerResponse ) : Uint8Array ; toProtoMsg ( message : MsgRegisterPointerResponse ) : MsgRegisterPointerResponseProtoMsg ; } ; MsgSend : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgSend ; encode ( message : MsgSend ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgSendAmino ) : MsgSend ; fromAminoMsg ( object : MsgSendAminoMsg ) : MsgSend ; fromPartial ( object : { amount ?: { amount ?: string ; denom ?: string ; } [] ; fromAddress ?: string ; toAddress ?: string ; } ) : MsgSend ; fromProtoMsg ( message : MsgSendProtoMsg ) : MsgSend ; toAmino ( message : MsgSend ) : MsgSendAmino ; toProto ( message : MsgSend ) : Uint8Array ; toProtoMsg ( message : MsgSend ) : MsgSendProtoMsg ; } ; MsgSendResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgSendResponse ; encode ( _ : MsgSendResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgSendResponseAmino ) : MsgSendResponse ; fromAminoMsg ( object : MsgSendResponseAminoMsg ) : MsgSendResponse ; fromPartial ( _ : {} ) : MsgSendResponse ; fromProtoMsg ( message : MsgSendResponseProtoMsg ) : MsgSendResponse ; toAmino ( _ : MsgSendResponse ) : MsgSendResponseAmino ; toProto ( message : MsgSendResponse ) : Uint8Array ; toProtoMsg ( message : MsgSendResponse ) : MsgSendResponseProtoMsg ; } ; 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 : { baseFeePerGas ?: string ; minimumFeePerGas ?: string ; priorityNormalizer ?: string ; whitelistedCwCodeHashesForDelegateCall ?: Uint8Array [] ; } ) : Params ; fromProtoMsg ( message : ParamsProtoMsg ) : Params ; toAmino ( message : Params ) : ParamsAmino ; toProto ( message : Params ) : Uint8Array ; toProtoMsg ( message : Params ) : ParamsProtoMsg ; } ; PointerTypeAmino : typeof PointerType ; PointerTypeSDKType : typeof PointerType ; QueryEVMAddressBySeiAddressRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryEVMAddressBySeiAddressRequest ; encode ( message : QueryEVMAddressBySeiAddressRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryEVMAddressBySeiAddressRequestAmino ) : QueryEVMAddressBySeiAddressRequest ; fromAminoMsg ( object : QueryEVMAddressBySeiAddressRequestAminoMsg ) : QueryEVMAddressBySeiAddressRequest ; fromPartial ( object : { seiAddress ?: string ; } ) : QueryEVMAddressBySeiAddressRequest ; fromProtoMsg ( message : QueryEVMAddressBySeiAddressRequestProtoMsg ) : QueryEVMAddressBySeiAddressRequest ; toAmino ( message : QueryEVMAddressBySeiAddressRequest ) : QueryEVMAddressBySeiAddressRequestAmino ; toProto ( message : QueryEVMAddressBySeiAddressRequest ) : Uint8Array ; toProtoMsg ( message : QueryEVMAddressBySeiAddressRequest ) : QueryEVMAddressBySeiAddressRequestProtoMsg ; } ; QueryEVMAddressBySeiAddressResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryEVMAddressBySeiAddressResponse ; encode ( message : QueryEVMAddressBySeiAddressResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryEVMAddressBySeiAddressResponseAmino ) : QueryEVMAddressBySeiAddressResponse ; fromAminoMsg ( object : QueryEVMAddressBySeiAddressResponseAminoMsg ) : QueryEVMAddressBySeiAddressResponse ; fromPartial ( object : { associated ?: boolean ; evmAddress ?: string ; } ) : QueryEVMAddressBySeiAddressResponse ; fromProtoMsg ( message : QueryEVMAddressBySeiAddressResponseProtoMsg ) : QueryEVMAddressBySeiAddressResponse ; toAmino ( message : QueryEVMAddressBySeiAddressResponse ) : QueryEVMAddressBySeiAddressResponseAmino ; toProto ( message : QueryEVMAddressBySeiAddressResponse ) : Uint8Array ; toProtoMsg ( message : QueryEVMAddressBySeiAddressResponse ) : QueryEVMAddressBySeiAddressResponseProtoMsg ; } ; QueryPointerRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPointerRequest ; encode ( message : QueryPointerRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPointerRequestAmino ) : QueryPointerRequest ; fromAminoMsg ( object : QueryPointerRequestAminoMsg ) : QueryPointerRequest ; fromPartial ( object : { pointee ?: string ; pointerType ?: PointerType ; } ) : QueryPointerRequest ; fromProtoMsg ( message : QueryPointerRequestProtoMsg ) : QueryPointerRequest ; toAmino ( message : QueryPointerRequest ) : QueryPointerRequestAmino ; toProto ( message : QueryPointerRequest ) : Uint8Array ; toProtoMsg ( message : QueryPointerRequest ) : QueryPointerRequestProtoMsg ; } ; QueryPointerResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPointerResponse ; encode ( message : QueryPointerResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPointerResponseAmino ) : QueryPointerResponse ; fromAminoMsg ( object : QueryPointerResponseAminoMsg ) : QueryPointerResponse ; fromPartial ( object : { exists ?: boolean ; pointer ?: string ; version ?: number ; } ) : QueryPointerResponse ; fromProtoMsg ( message : QueryPointerResponseProtoMsg ) : QueryPointerResponse ; toAmino ( message : QueryPointerResponse ) : QueryPointerResponseAmino ; toProto ( message : QueryPointerResponse ) : Uint8Array ; toProtoMsg ( message : QueryPointerResponse ) : QueryPointerResponseProtoMsg ; } ; QuerySeiAddressByEVMAddressRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QuerySeiAddressByEVMAddressRequest ; encode ( message : QuerySeiAddressByEVMAddressRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QuerySeiAddressByEVMAddressRequestAmino ) : QuerySeiAddressByEVMAddressRequest ; fromAminoMsg ( object : QuerySeiAddressByEVMAddressRequestAminoMsg ) : QuerySeiAddressByEVMAddressRequest ; fromPartial ( object : { evmAddress ?: string ; } ) : QuerySeiAddressByEVMAddressRequest ; fromProtoMsg ( message : QuerySeiAddressByEVMAddressRequestProtoMsg ) : QuerySeiAddressByEVMAddressRequest ; toAmino ( message : QuerySeiAddressByEVMAddressRequest ) : QuerySeiAddressByEVMAddressRequestAmino ; toProto ( message : QuerySeiAddressByEVMAddressRequest ) : Uint8Array ; toProtoMsg ( message : QuerySeiAddressByEVMAddressRequest ) : QuerySeiAddressByEVMAddressRequestProtoMsg ; } ; QuerySeiAddressByEVMAddressResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QuerySeiAddressByEVMAddressResponse ; encode ( message : QuerySeiAddressByEVMAddressResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QuerySeiAddressByEVMAddressResponseAmino ) : QuerySeiAddressByEVMAddressResponse ; fromAminoMsg ( object : QuerySeiAddressByEVMAddressResponseAminoMsg ) : QuerySeiAddressByEVMAddressResponse ; fromPartial ( object : { associated ?: boolean ; seiAddress ?: string ; } ) : QuerySeiAddressByEVMAddressResponse ; fromProtoMsg ( message : QuerySeiAddressByEVMAddressResponseProtoMsg ) : QuerySeiAddressByEVMAddressResponse ; toAmino ( message : QuerySeiAddressByEVMAddressResponse ) : QuerySeiAddressByEVMAddressResponseAmino ; toProto ( message : QuerySeiAddressByEVMAddressResponse ) : Uint8Array ; toProtoMsg ( message : QuerySeiAddressByEVMAddressResponse ) : QuerySeiAddressByEVMAddressResponseProtoMsg ; } ; QueryStaticCallRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryStaticCallRequest ; encode ( message : QueryStaticCallRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryStaticCallRequestAmino ) : QueryStaticCallRequest ; fromAminoMsg ( object : QueryStaticCallRequestAminoMsg ) : QueryStaticCallRequest ; fromPartial ( object : { data ?: Uint8Array ; to ?: string ; } ) : QueryStaticCallRequest ; fromProtoMsg ( message : QueryStaticCallRequestProtoMsg ) : QueryStaticCallRequest ; toAmino ( message : QueryStaticCallRequest ) : QueryStaticCallRequestAmino ; toProto ( message : QueryStaticCallRequest ) : Uint8Array ; toProtoMsg ( message : QueryStaticCallRequest ) : QueryStaticCallRequestProtoMsg ; } ; QueryStaticCallResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryStaticCallResponse ; encode ( message : QueryStaticCallResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryStaticCallResponseAmino ) : QueryStaticCallResponse ; fromAminoMsg ( object : QueryStaticCallResponseAminoMsg ) : QueryStaticCallResponse ; fromPartial ( object : { data ?: Uint8Array ; } ) : QueryStaticCallResponse ; fromProtoMsg ( message : QueryStaticCallResponseProtoMsg ) : QueryStaticCallResponse ; toAmino ( message : QueryStaticCallResponse ) : QueryStaticCallResponseAmino ; toProto ( message : QueryStaticCallResponse ) : Uint8Array ; toProtoMsg ( message : QueryStaticCallResponse ) : QueryStaticCallResponseProtoMsg ; } ; Receipt : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Receipt ; encode ( message : Receipt ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ReceiptAmino ) : Receipt ; fromAminoMsg ( object : ReceiptAminoMsg ) : Receipt ; fromPartial ( object : { blockNumber ?: bigint ; contractAddress ?: string ; cumulativeGasUsed ?: bigint ; effectiveGasPrice ?: bigint ; from ?: string ; gasUsed ?: bigint ; logs ?: { address ?: string ; data ?: Uint8Array ; index ?: number ; topics ?: string [] ; } [] ; logsBloom ?: Uint8Array ; status ?: number ; to ?: string ; transactionIndex ?: number ; txHashHex ?: string ; txType ?: number ; vmError ?: string ; } ) : Receipt ; fromProtoMsg ( message : ReceiptProtoMsg ) : Receipt ; toAmino ( message : Receipt ) : ReceiptAmino ; toProto ( message : Receipt ) : Uint8Array ; toProtoMsg ( message : Receipt ) : ReceiptProtoMsg ; } ; Whitelist : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Whitelist ; encode ( message : Whitelist ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : WhitelistAmino ) : Whitelist ; fromAminoMsg ( object : WhitelistAminoMsg ) : Whitelist ; fromPartial ( object : { hashes ?: string [] ; } ) : Whitelist ; fromProtoMsg ( message : WhitelistProtoMsg ) : Whitelist ; toAmino ( message : Whitelist ) : WhitelistAmino ; toProto ( message : Whitelist ) : Uint8Array ; toProtoMsg ( message : Whitelist ) : WhitelistProtoMsg ; } ; createRpcQueryExtension : ( ( base : QueryClient ) => { eVMAddressBySeiAddress ( request : QueryEVMAddressBySeiAddressRequest ) : Promise < QueryEVMAddressBySeiAddressResponse > ; pointer ( request : QueryPointerRequest ) : Promise < QueryPointerResponse > ; seiAddressByEVMAddress ( request : QuerySeiAddressByEVMAddressRequest ) : Promise < QuerySeiAddressByEVMAddressResponse > ; staticCall ( request : QueryStaticCallRequest ) : Promise < QueryStaticCallResponse > ; } ) ; load : ( ( protoRegistry : Registry ) => void ) ; registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] ; pointerTypeFromJSON ( object : any ) : PointerType ; pointerTypeToJSON ( object : PointerType ) : string ; } = ... Type declaration type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/gov.ts:213 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : AddERCCW20PointerProposal Parameters object : { description ?: string ; pointee ?: string ; pointer ?: string ; title ?: string ; version ?: number ; } Optional
description ?: string Optional
pointee ?: string Optional
pointer ?: string Optional
title ?: string Optional
version ?: number Defined in packages/proto/src/codegen/evm/gov.ts:260 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/gov.ts:303 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/gov.ts:324 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : AddERCCW721PointerProposal Parameters object : { description ?: string ; pointee ?: string ; pointer ?: string ; title ?: string ; version ?: number ; } Optional
description ?: string Optional
pointee ?: string Optional
pointer ?: string Optional
title ?: string Optional
version ?: number Defined in packages/proto/src/codegen/evm/gov.ts:371 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/gov.ts:414 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/gov.ts:102 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : AddERCNativePointerProposal Parameters object : { description ?: string ; pointer ?: string ; title ?: string ; token ?: string ; version ?: number ; } Optional
description ?: string Optional
pointer ?: string Optional
title ?: string Optional
token ?: string Optional
version ?: number Defined in packages/proto/src/codegen/evm/gov.ts:149 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/gov.ts:192 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : AddressAssociation Defined in packages/proto/src/codegen/evm/genesis.ts:74 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/genesis.ts:65 from Amino : functionfrom Amino ( object ) : AddressAssociation Defined in packages/proto/src/codegen/evm/genesis.ts:100 from Amino Msg : functionfrom Amino Msg ( object ) : AddressAssociation Defined in packages/proto/src/codegen/evm/genesis.ts:116 from Partial : functionfrom Partial ( object ) : AddressAssociation Parameters object : { ethAddress ?: string ; seiAddress ?: string ; } Optional
eth Address ?: string Optional
sei Address ?: string Defined in packages/proto/src/codegen/evm/genesis.ts:94 from Proto Msg : functionfrom Proto Msg ( message ) : AddressAssociation Defined in packages/proto/src/codegen/evm/genesis.ts:119 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/genesis.ts:122 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ChainConfig Defined in packages/proto/src/codegen/evm/config.ts:66 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/config.ts:54 from Amino : functionfrom Amino ( object ) : ChainConfig Defined in packages/proto/src/codegen/evm/config.ts:96 from Amino Msg : functionfrom Amino Msg ( object ) : ChainConfig Defined in packages/proto/src/codegen/evm/config.ts:116 from Partial : functionfrom Partial ( object ) : ChainConfig Parameters object : { cancunTime ?: bigint ; pragueTime ?: bigint ; verkleTime ?: bigint ; } Optional
cancun Time ?: bigint Optional
prague Time ?: bigint Optional
verkle Time ?: bigint Defined in packages/proto/src/codegen/evm/config.ts:89 from Proto Msg : functionfrom Proto Msg ( message ) : ChainConfig Defined in packages/proto/src/codegen/evm/config.ts:119 to Amino : functionto Amino ( message ) : ChainConfigAmino Defined in packages/proto/src/codegen/evm/config.ts:109 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/config.ts:122 to Proto Msg : functionto Proto Msg ( message ) : ChainConfigProtoMsg Defined in packages/proto/src/codegen/evm/config.ts:125 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 : { addressAssociations ?: { ethAddress ?: string ; seiAddress ?: string ; } [] ; params ?: { baseFeePerGas ?: string ; minimumFeePerGas ?: string ; priorityNormalizer ?: string ; whitelistedCwCodeHashesForDelegateCall ?: Uint8Array [] ; } ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : GenesisState Defined in packages/proto/src/codegen/evm/genesis.ts:149 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/genesis.ts:140 from Amino : functionfrom Amino ( object ) : GenesisState Defined in packages/proto/src/codegen/evm/genesis.ts:175 from Amino Msg : functionfrom Amino Msg ( object ) : GenesisState Defined in packages/proto/src/codegen/evm/genesis.ts:193 from Partial : functionfrom Partial ( object ) : GenesisState Parameters object : { addressAssociations ?: { ethAddress ?: string ; seiAddress ?: string ; } [] ; params ?: { baseFeePerGas ?: string ; minimumFeePerGas ?: string ; priorityNormalizer ?: string ; whitelistedCwCodeHashesForDelegateCall ?: Uint8Array [] ; } ; } Optional
address Associations ?: { ethAddress ?: string ; seiAddress ?: string ; } [] Optional
params ?: { baseFeePerGas ?: string ; minimumFeePerGas ?: string ; priorityNormalizer ?: string ; whitelistedCwCodeHashesForDelegateCall ?: Uint8Array [] ; } Optional
base Fee Per Gas ?: string Optional
minimum Fee Per Gas ?: string Optional
priority Normalizer ?: string Optional
whitelisted Cw Code Hashes For Delegate Call ?: Uint8Array [] Defined in packages/proto/src/codegen/evm/genesis.ts:169 from Proto Msg : functionfrom Proto Msg ( message ) : GenesisState Defined in packages/proto/src/codegen/evm/genesis.ts:196 to Amino : functionto Amino ( message ) : GenesisStateAmino Defined in packages/proto/src/codegen/evm/genesis.ts:183 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/genesis.ts:199 to Proto Msg : functionLog : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Log ; encode ( message : Log , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : LogAmino ) : Log ; fromAminoMsg ( object : LogAminoMsg ) : Log ; fromPartial ( object : { address ?: string ; data ?: Uint8Array ; index ?: number ; topics ?: string [] ; } ) : Log ; fromProtoMsg ( message : LogProtoMsg ) : Log ; toAmino ( message : Log ) : LogAmino ; toProto ( message : Log ) : Uint8Array ; toProtoMsg ( message : Log ) : LogProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Log Returns Log Defined in packages/proto/src/codegen/evm/receipt.ts:111 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/receipt.ts:96 from Amino : functionfrom Amino ( object ) : Log Returns Log Defined in packages/proto/src/codegen/evm/receipt.ts:145 from Amino Msg : functionfrom Amino Msg ( object ) : Log Returns Log Defined in packages/proto/src/codegen/evm/receipt.ts:171 from Partial : functionfrom Partial ( object ) : Log Parameters object : { address ?: string ; data ?: Uint8Array ; index ?: number ; topics ?: string [] ; } Optional
address ?: string Optional
data ?: Uint8Array Optional
index ?: number Optional
topics ?: string [] Returns Log Defined in packages/proto/src/codegen/evm/receipt.ts:137 from Proto Msg : functionfrom Proto Msg ( message ) : Log Returns Log Defined in packages/proto/src/codegen/evm/receipt.ts:174 to Amino : functionto Amino ( message ) : LogAmino Defined in packages/proto/src/codegen/evm/receipt.ts:159 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/receipt.ts:177 to Proto Msg : functionto Proto Msg ( message ) : LogProtoMsg Defined in packages/proto/src/codegen/evm/receipt.ts:180 Message Composer : { encoded : { eVMTransaction ( value : MsgEVMTransaction ) : { typeUrl : string ; value : Uint8Array ; } ; registerPointer ( value : MsgRegisterPointer ) : { typeUrl : string ; value : Uint8Array ; } ; send ( value : MsgSend ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { eVMTransaction ( value : MsgEVMTransaction ) : { typeUrl : string ; value : MsgEVMTransaction ; } ; registerPointer ( value : MsgRegisterPointer ) : { typeUrl : string ; value : MsgRegisterPointer ; } ; send ( value : MsgSend ) : { typeUrl : string ; value : MsgSend ; } ; } ; withTypeUrl : { eVMTransaction ( value : MsgEVMTransaction ) : { typeUrl : string ; value : MsgEVMTransaction ; } ; registerPointer ( value : MsgRegisterPointer ) : { typeUrl : string ; value : MsgRegisterPointer ; } ; send ( value : MsgSend ) : { typeUrl : string ; value : MsgSend ; } ; } ; } encoded : { eVMTransaction ( value : MsgEVMTransaction ) : { typeUrl : string ; value : Uint8Array ; } ; registerPointer ( value : MsgRegisterPointer ) : { typeUrl : string ; value : Uint8Array ; } ; send ( value : MsgSend ) : { typeUrl : string ; value : Uint8Array ; } ; } eVMTransaction : functioneVMTransaction ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/evm/tx.registry.ts:13 register Pointer : functionregister Pointer ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/evm/tx.registry.ts:25 send : functionsend ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/evm/tx.registry.ts:19 from Partial : { eVMTransaction ( value : MsgEVMTransaction ) : { typeUrl : string ; value : MsgEVMTransaction ; } ; registerPointer ( value : MsgRegisterPointer ) : { typeUrl : string ; value : MsgRegisterPointer ; } ; send ( value : MsgSend ) : { typeUrl : string ; value : MsgSend ; } ; } eVMTransaction : functioneVMTransaction ( value ) : { typeUrl : string ; value : MsgEVMTransaction ; } Returns { typeUrl : string ; value : MsgEVMTransaction ; } Defined in packages/proto/src/codegen/evm/tx.registry.ts:53 register Pointer : functionregister Pointer ( value ) : { typeUrl : string ; value : MsgRegisterPointer ; } Returns { typeUrl : string ; value : MsgRegisterPointer ; } Defined in packages/proto/src/codegen/evm/tx.registry.ts:65 send : functionsend ( value ) : { typeUrl : string ; value : MsgSend ; } Returns { typeUrl : string ; value : MsgSend ; } Defined in packages/proto/src/codegen/evm/tx.registry.ts:59 with Type Url : { eVMTransaction ( value : MsgEVMTransaction ) : { typeUrl : string ; value : MsgEVMTransaction ; } ; registerPointer ( value : MsgRegisterPointer ) : { typeUrl : string ; value : MsgRegisterPointer ; } ; send ( value : MsgSend ) : { typeUrl : string ; value : MsgSend ; } ; } eVMTransaction : functioneVMTransaction ( value ) : { typeUrl : string ; value : MsgEVMTransaction ; } Returns { typeUrl : string ; value : MsgEVMTransaction ; } Defined in packages/proto/src/codegen/evm/tx.registry.ts:33 register Pointer : functionregister Pointer ( value ) : { typeUrl : string ; value : MsgRegisterPointer ; } Returns { typeUrl : string ; value : MsgRegisterPointer ; } Defined in packages/proto/src/codegen/evm/tx.registry.ts:45 send : functionsend ( value ) : { typeUrl : string ; value : MsgSend ; } Returns { typeUrl : string ; value : MsgSend ; } Defined in packages/proto/src/codegen/evm/tx.registry.ts:39 type Url : string decode : functiondecode ( input , length ? ) : MsgEVMTransaction Defined in packages/proto/src/codegen/evm/tx.ts:221 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/tx.ts:212 from Amino : functionfrom Amino ( object ) : MsgEVMTransaction Defined in packages/proto/src/codegen/evm/tx.ts:247 from Amino Msg : functionfrom Amino Msg ( object ) : MsgEVMTransaction Defined in packages/proto/src/codegen/evm/tx.ts:263 from Partial : functionfrom Partial ( object ) : MsgEVMTransaction Parameters object : { data ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; derived ?: Uint8Array ; } Optional
data ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
derived ?: Uint8Array Defined in packages/proto/src/codegen/evm/tx.ts:241 from Proto Msg : functionfrom Proto Msg ( message ) : MsgEVMTransaction Defined in packages/proto/src/codegen/evm/tx.ts:266 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/tx.ts:269 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/tx.ts:289 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgEVMTransactionResponse Parameters object : { gasUsed ?: bigint ; hash ?: string ; returnData ?: Uint8Array ; vmError ?: string ; } Optional
gas Used ?: bigint Optional
hash ?: string Optional
return Data ?: Uint8Array Optional
vm Error ?: string Defined in packages/proto/src/codegen/evm/tx.ts:330 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/tx.ts:368 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgInternalEVMCall Defined in packages/proto/src/codegen/evm/tx.ts:403 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/tx.ts:388 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : MsgInternalEVMCall Defined in packages/proto/src/codegen/evm/tx.ts:461 from Partial : functionfrom Partial ( object ) : MsgInternalEVMCall Parameters object : { data ?: Uint8Array ; sender ?: string ; to ?: string ; value ?: string ; } Optional
data ?: Uint8Array Optional
sender ?: string Optional
to ?: string Optional
value ?: string Defined in packages/proto/src/codegen/evm/tx.ts:429 from Proto Msg : functionfrom Proto Msg ( message ) : MsgInternalEVMCall Defined in packages/proto/src/codegen/evm/tx.ts:464 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/tx.ts:467 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/tx.ts:482 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/tx.ts:517 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/tx.ts:538 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgInternalEVMDelegateCall Parameters object : { codeHash ?: Uint8Array ; data ?: Uint8Array ; fromContract ?: string ; sender ?: string ; to ?: string ; } Optional
code Hash ?: Uint8Array Optional
data ?: Uint8Array Optional
from Contract ?: string Optional
sender ?: string Optional
to ?: string Defined in packages/proto/src/codegen/evm/tx.ts:585 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/tx.ts:628 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/tx.ts:643 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/tx.ts:678 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgRegisterPointer Defined in packages/proto/src/codegen/evm/tx.ts:848 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/tx.ts:836 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : MsgRegisterPointer Defined in packages/proto/src/codegen/evm/tx.ts:898 from Partial : functionfrom Partial ( object ) : MsgRegisterPointer Parameters object : { ercAddress ?: string ; pointerType ?: PointerType ; sender ?: string ; } Optional
erc Address ?: string Optional
sender ?: string Defined in packages/proto/src/codegen/evm/tx.ts:871 from Proto Msg : functionfrom Proto Msg ( message ) : MsgRegisterPointer Defined in packages/proto/src/codegen/evm/tx.ts:901 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/tx.ts:904 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/tx.ts:921 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgRegisterPointerResponse Parameters object : { pointerAddress ?: string ; } Optional
pointer Address ?: string Defined in packages/proto/src/codegen/evm/tx.ts:944 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/tx.ts:967 to Proto Msg : functionMsg Send : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : MsgSend ; encode ( message : MsgSend , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgSendAmino ) : MsgSend ; fromAminoMsg ( object : MsgSendAminoMsg ) : MsgSend ; fromPartial ( object : { amount ?: { amount ?: string ; denom ?: string ; } [] ; fromAddress ?: string ; toAddress ?: string ; } ) : MsgSend ; fromProtoMsg ( message : MsgSendProtoMsg ) : MsgSend ; toAmino ( message : MsgSend ) : MsgSendAmino ; toProto ( message : MsgSend ) : Uint8Array ; toProtoMsg ( message : MsgSend ) : MsgSendProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : MsgSend Defined in packages/proto/src/codegen/evm/tx.ts:709 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/tx.ts:697 from Amino : functionfrom Amino ( object ) : MsgSend Defined in packages/proto/src/codegen/evm/tx.ts:739 from Amino Msg : functionfrom Amino Msg ( object ) : MsgSend Defined in packages/proto/src/codegen/evm/tx.ts:761 from Partial : functionfrom Partial ( object ) : MsgSend Parameters object : { amount ?: { amount ?: string ; denom ?: string ; } [] ; fromAddress ?: string ; toAddress ?: string ; } Optional
amount ?: { amount ?: string ; denom ?: string ; } [] Optional
from Address ?: string Optional
to Address ?: string Defined in packages/proto/src/codegen/evm/tx.ts:732 from Proto Msg : functionfrom Proto Msg ( message ) : MsgSend Defined in packages/proto/src/codegen/evm/tx.ts:764 to Amino : functionto Amino ( message ) : MsgSendAmino Defined in packages/proto/src/codegen/evm/tx.ts:750 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/tx.ts:767 to Proto Msg : functionto Proto Msg ( message ) : MsgSendProtoMsg Defined in packages/proto/src/codegen/evm/tx.ts:770 type Url : string decode : functiondecode ( input , length ? ) : MsgSendResponse Defined in packages/proto/src/codegen/evm/tx.ts:785 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/tx.ts:782 from Amino : functionfrom Amino ( _ ) : MsgSendResponse Defined in packages/proto/src/codegen/evm/tx.ts:803 from Amino Msg : functionfrom Amino Msg ( object ) : MsgSendResponse Defined in packages/proto/src/codegen/evm/tx.ts:811 from Partial : functionfrom Partial ( _ ) : MsgSendResponse Defined in packages/proto/src/codegen/evm/tx.ts:799 from Proto Msg : functionfrom Proto Msg ( message ) : MsgSendResponse Defined in packages/proto/src/codegen/evm/tx.ts:814 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/tx.ts:817 to Proto Msg : functionParams : { 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 : { baseFeePerGas ?: string ; minimumFeePerGas ?: string ; priorityNormalizer ?: string ; whitelistedCwCodeHashesForDelegateCall ?: Uint8Array [] ; } ) : Params ; fromProtoMsg ( message : ParamsProtoMsg ) : Params ; toAmino ( message : Params ) : ParamsAmino ; toProto ( message : Params ) : Uint8Array ; toProtoMsg ( message : Params ) : ParamsProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Params Defined in packages/proto/src/codegen/evm/params.ts:97 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/params.ts:82 from Amino : functionfrom Amino ( object ) : Params Defined in packages/proto/src/codegen/evm/params.ts:131 from Amino Msg : functionfrom Amino Msg ( object ) : Params Defined in packages/proto/src/codegen/evm/params.ts:157 from Partial : functionfrom Partial ( object ) : Params Parameters object : { baseFeePerGas ?: string ; minimumFeePerGas ?: string ; priorityNormalizer ?: string ; whitelistedCwCodeHashesForDelegateCall ?: Uint8Array [] ; } Optional
base Fee Per Gas ?: string Optional
minimum Fee Per Gas ?: string Optional
priority Normalizer ?: string Optional
whitelisted Cw Code Hashes For Delegate Call ?: Uint8Array [] Defined in packages/proto/src/codegen/evm/params.ts:123 from Proto Msg : functionfrom Proto Msg ( message ) : Params Defined in packages/proto/src/codegen/evm/params.ts:160 to Amino : functionto Amino ( message ) : ParamsAmino Defined in packages/proto/src/codegen/evm/params.ts:145 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/params.ts:163 to Proto Msg : functionto Proto Msg ( message ) : ParamsProtoMsg Defined in packages/proto/src/codegen/evm/params.ts:166 Pointer Type Amino : typeof PointerType Pointer TypeSDKType : typeof PointerType type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/query.ts:304 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryEVMAddressBySeiAddressRequest Parameters object : { seiAddress ?: string ; } Optional
sei Address ?: string Defined in packages/proto/src/codegen/evm/query.ts:327 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/query.ts:350 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/query.ts:368 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryEVMAddressBySeiAddressResponse Parameters object : { associated ?: boolean ; evmAddress ?: string ; } Optional
associated ?: boolean Optional
evm Address ?: string Defined in packages/proto/src/codegen/evm/query.ts:397 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/query.ts:425 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryPointerRequest Defined in packages/proto/src/codegen/evm/query.ts:590 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/query.ts:581 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : QueryPointerRequest Defined in packages/proto/src/codegen/evm/query.ts:632 from Partial : functionfrom Partial ( object ) : QueryPointerRequest Parameters object : { pointee ?: string ; pointerType ?: PointerType ; } Defined in packages/proto/src/codegen/evm/query.ts:610 from Proto Msg : functionfrom Proto Msg ( message ) : QueryPointerRequest Defined in packages/proto/src/codegen/evm/query.ts:635 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/query.ts:638 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/query.ts:657 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPointerResponse Parameters object : { exists ?: boolean ; pointer ?: string ; version ?: number ; } Optional
exists ?: boolean Optional
pointer ?: string Optional
version ?: number Defined in packages/proto/src/codegen/evm/query.ts:692 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/query.ts:725 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/query.ts:166 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QuerySeiAddressByEVMAddressRequest Parameters object : { evmAddress ?: string ; } Optional
evm Address ?: string Defined in packages/proto/src/codegen/evm/query.ts:189 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/query.ts:212 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/query.ts:230 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QuerySeiAddressByEVMAddressResponse Parameters object : { associated ?: boolean ; seiAddress ?: string ; } Optional
associated ?: boolean Optional
sei Address ?: string Defined in packages/proto/src/codegen/evm/query.ts:259 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/query.ts:287 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/query.ts:443 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryStaticCallRequest Parameters object : { data ?: Uint8Array ; to ?: string ; } Optional
data ?: Uint8Array Optional
to ?: string Defined in packages/proto/src/codegen/evm/query.ts:472 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/query.ts:500 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/query.ts:517 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryStaticCallResponse Parameters object : { data ?: Uint8Array ; } Optional
data ?: Uint8Array Defined in packages/proto/src/codegen/evm/query.ts:540 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/query.ts:563 to Proto Msg : functionReceipt : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Receipt ; encode ( message : Receipt , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ReceiptAmino ) : Receipt ; fromAminoMsg ( object : ReceiptAminoMsg ) : Receipt ; fromPartial ( object : { blockNumber ?: bigint ; contractAddress ?: string ; cumulativeGasUsed ?: bigint ; effectiveGasPrice ?: bigint ; from ?: string ; gasUsed ?: bigint ; logs ?: { address ?: string ; data ?: Uint8Array ; index ?: number ; topics ?: string [] ; } [] ; logsBloom ?: Uint8Array ; status ?: number ; to ?: string ; transactionIndex ?: number ; txHashHex ?: string ; txType ?: number ; vmError ?: string ; } ) : Receipt ; fromProtoMsg ( message : ReceiptProtoMsg ) : Receipt ; toAmino ( message : Receipt ) : ReceiptAmino ; toProto ( message : Receipt ) : Uint8Array ; toProtoMsg ( message : Receipt ) : ReceiptProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Receipt Defined in packages/proto/src/codegen/evm/receipt.ts:252 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/receipt.ts:207 from Amino : functionfrom Amino ( object ) : Receipt Defined in packages/proto/src/codegen/evm/receipt.ts:326 from Amino Msg : functionfrom Amino Msg ( object ) : Receipt Defined in packages/proto/src/codegen/evm/receipt.ts:392 from Partial : functionfrom Partial ( object ) : Receipt Parameters object : { blockNumber ?: bigint ; contractAddress ?: string ; cumulativeGasUsed ?: bigint ; effectiveGasPrice ?: bigint ; from ?: string ; gasUsed ?: bigint ; logs ?: { address ?: string ; data ?: Uint8Array ; index ?: number ; topics ?: string [] ; } [] ; logsBloom ?: Uint8Array ; status ?: number ; to ?: string ; transactionIndex ?: number ; txHashHex ?: string ; txType ?: number ; vmError ?: string ; } Optional
block Number ?: bigint Optional
contract Address ?: string Optional
cumulative Gas Used ?: bigint Optional
effective Gas Price ?: bigint Optional
from ?: string Optional
gas Used ?: bigint Optional
logs ?: { address ?: string ; data ?: Uint8Array ; index ?: number ; topics ?: string [] ; } [] Optional
logs Bloom ?: Uint8Array Optional
status ?: number Optional
to ?: string Optional
transaction Index ?: number Optional
tx Hash Hex ?: string Optional
tx Type ?: number Optional
vm Error ?: string Defined in packages/proto/src/codegen/evm/receipt.ts:308 from Proto Msg : functionfrom Proto Msg ( message ) : Receipt Defined in packages/proto/src/codegen/evm/receipt.ts:395 to Amino : functionto Amino ( message ) : ReceiptAmino Defined in packages/proto/src/codegen/evm/receipt.ts:370 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/receipt.ts:398 to Proto Msg : functionto Proto Msg ( message ) : ReceiptProtoMsg Defined in packages/proto/src/codegen/evm/receipt.ts:401 type Url : string decode : functiondecode ( input , length ? ) : Whitelist Defined in packages/proto/src/codegen/evm/types.ts:34 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/evm/types.ts:28 from Amino : functionfrom Amino ( object ) : Whitelist Defined in packages/proto/src/codegen/evm/types.ts:56 from Amino Msg : functionfrom Amino Msg ( object ) : Whitelist Defined in packages/proto/src/codegen/evm/types.ts:70 from Partial : functionfrom Partial ( object ) : Whitelist Parameters object : { hashes ?: string [] ; } Optional
hashes ?: string [] Defined in packages/proto/src/codegen/evm/types.ts:51 from Proto Msg : functionfrom Proto Msg ( message ) : Whitelist Defined in packages/proto/src/codegen/evm/types.ts:73 to Amino : functionto Amino ( message ) : WhitelistAmino Defined in packages/proto/src/codegen/evm/types.ts:61 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/evm/types.ts:76 to Proto Msg : functionto Proto Msg ( message ) : WhitelistProtoMsg Defined in packages/proto/src/codegen/evm/types.ts:79 load : ( ( protoRegistry : Registry ) => void ) ( protoRegistry ) : void Returns void registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] pointer Type FromJSON : functionpointer Type FromJSON ( object ) : PointerType Defined in packages/proto/src/codegen/evm/enums.ts:11 pointer Type ToJSON : functionpointer Type ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/evm/enums.ts:34 Defined in packages/proto/src/codegen/seiprotocol/bundle.ts:115
Ethereum address