v1 : { AccessType : any ; ContractCodeHistoryOperationType : any ; LCDQueryClient : any ; MsgClientImpl : any ; QueryClientImpl : any ; AbsoluteTxPosition : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : AbsoluteTxPosition ; encode ( message : AbsoluteTxPosition ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : AbsoluteTxPositionAmino ) : AbsoluteTxPosition ; fromAminoMsg ( object : AbsoluteTxPositionAminoMsg ) : AbsoluteTxPosition ; fromPartial ( object : { blockHeight ?: bigint ; txIndex ?: bigint ; } ) : AbsoluteTxPosition ; fromProtoMsg ( message : AbsoluteTxPositionProtoMsg ) : AbsoluteTxPosition ; toAmino ( message : AbsoluteTxPosition ) : AbsoluteTxPositionAmino ; toAminoMsg ( message : AbsoluteTxPosition ) : AbsoluteTxPositionAminoMsg ; toProto ( message : AbsoluteTxPosition ) : Uint8Array ; toProtoMsg ( message : AbsoluteTxPosition ) : AbsoluteTxPositionProtoMsg ; } ; AcceptedMessageKeysFilter : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : AcceptedMessageKeysFilter ; encode ( message : AcceptedMessageKeysFilter ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : AcceptedMessageKeysFilterAmino ) : AcceptedMessageKeysFilter ; fromAminoMsg ( object : AcceptedMessageKeysFilterAminoMsg ) : AcceptedMessageKeysFilter ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" ; keys ?: string [] ; } ) : AcceptedMessageKeysFilter ; fromProtoMsg ( message : AcceptedMessageKeysFilterProtoMsg ) : AcceptedMessageKeysFilter ; toAmino ( message : AcceptedMessageKeysFilter ) : AcceptedMessageKeysFilterAmino ; toAminoMsg ( message : AcceptedMessageKeysFilter ) : AcceptedMessageKeysFilterAminoMsg ; toProto ( message : AcceptedMessageKeysFilter ) : Uint8Array ; toProtoMsg ( message : AcceptedMessageKeysFilter ) : AcceptedMessageKeysFilterProtoMsg ; } ; AcceptedMessagesFilter : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : AcceptedMessagesFilter ; encode ( message : AcceptedMessagesFilter ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : AcceptedMessagesFilterAmino ) : AcceptedMessagesFilter ; fromAminoMsg ( object : AcceptedMessagesFilterAminoMsg ) : AcceptedMessagesFilter ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" ; messages ?: Uint8Array [] ; } ) : AcceptedMessagesFilter ; fromProtoMsg ( message : AcceptedMessagesFilterProtoMsg ) : AcceptedMessagesFilter ; toAmino ( message : AcceptedMessagesFilter ) : AcceptedMessagesFilterAmino ; toAminoMsg ( message : AcceptedMessagesFilter ) : AcceptedMessagesFilterAminoMsg ; toProto ( message : AcceptedMessagesFilter ) : Uint8Array ; toProtoMsg ( message : AcceptedMessagesFilter ) : AcceptedMessagesFilterProtoMsg ; } ; AccessConfig : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : AccessConfig ; encode ( message : AccessConfig ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : AccessConfigAmino ) : AccessConfig ; fromAminoMsg ( object : AccessConfigAminoMsg ) : AccessConfig ; fromPartial ( object : { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ) : AccessConfig ; fromProtoMsg ( message : AccessConfigProtoMsg ) : AccessConfig ; toAmino ( message : AccessConfig ) : AccessConfigAmino ; toAminoMsg ( message : AccessConfig ) : AccessConfigAminoMsg ; toProto ( message : AccessConfig ) : Uint8Array ; toProtoMsg ( message : AccessConfig ) : AccessConfigProtoMsg ; } ; AccessConfigUpdate : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : AccessConfigUpdate ; encode ( message : AccessConfigUpdate ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : AccessConfigUpdateAmino ) : AccessConfigUpdate ; fromAminoMsg ( object : AccessConfigUpdateAminoMsg ) : AccessConfigUpdate ; fromPartial ( object : { codeId ?: bigint ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } ) : AccessConfigUpdate ; fromProtoMsg ( message : AccessConfigUpdateProtoMsg ) : AccessConfigUpdate ; toAmino ( message : AccessConfigUpdate ) : AccessConfigUpdateAmino ; toAminoMsg ( message : AccessConfigUpdate ) : AccessConfigUpdateAminoMsg ; toProto ( message : AccessConfigUpdate ) : Uint8Array ; toProtoMsg ( message : AccessConfigUpdate ) : AccessConfigUpdateProtoMsg ; } ; AccessTypeAmino : typeof AccessType ; AccessTypeParam : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : AccessTypeParam ; encode ( message : AccessTypeParam ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : AccessTypeParamAmino ) : AccessTypeParam ; fromAminoMsg ( object : AccessTypeParamAminoMsg ) : AccessTypeParam ; fromPartial ( object : { value ?: AccessType ; } ) : AccessTypeParam ; fromProtoMsg ( message : AccessTypeParamProtoMsg ) : AccessTypeParam ; toAmino ( message : AccessTypeParam ) : AccessTypeParamAmino ; toAminoMsg ( message : AccessTypeParam ) : AccessTypeParamAminoMsg ; toProto ( message : AccessTypeParam ) : Uint8Array ; toProtoMsg ( message : AccessTypeParam ) : AccessTypeParamProtoMsg ; } ; AccessTypeSDKType : typeof AccessType ; AllowAllMessagesFilter : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : AllowAllMessagesFilter ; encode ( _ : AllowAllMessagesFilter ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : AllowAllMessagesFilterAmino ) : AllowAllMessagesFilter ; fromAminoMsg ( object : AllowAllMessagesFilterAminoMsg ) : AllowAllMessagesFilter ; fromPartial ( _ : { $typeUrl ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" ; } ) : AllowAllMessagesFilter ; fromProtoMsg ( message : AllowAllMessagesFilterProtoMsg ) : AllowAllMessagesFilter ; toAmino ( _ : AllowAllMessagesFilter ) : AllowAllMessagesFilterAmino ; toAminoMsg ( message : AllowAllMessagesFilter ) : AllowAllMessagesFilterAminoMsg ; toProto ( message : AllowAllMessagesFilter ) : Uint8Array ; toProtoMsg ( message : AllowAllMessagesFilter ) : AllowAllMessagesFilterProtoMsg ; } ; AminoConverter : { /cosmwasm.wasm.v1.MsgClearAdmin : { aminoType : string ; fromAmino : ( ( object : MsgClearAdminAmino ) => MsgClearAdmin ) ; toAmino : ( ( message : MsgClearAdmin ) => MsgClearAdminAmino ) ; } ; /cosmwasm.wasm.v1.MsgExecuteContract : { aminoType : string ; fromAmino : ( ( object : MsgExecuteContractAmino ) => MsgExecuteContract ) ; toAmino : ( ( message : MsgExecuteContract ) => MsgExecuteContractAmino ) ; } ; /cosmwasm.wasm.v1.MsgInstantiateContract : { aminoType : string ; fromAmino : ( ( object : MsgInstantiateContractAmino ) => MsgInstantiateContract ) ; toAmino : ( ( message : MsgInstantiateContract ) => MsgInstantiateContractAmino ) ; } ; /cosmwasm.wasm.v1.MsgInstantiateContract2 : { aminoType : string ; fromAmino : ( ( object : MsgInstantiateContract2Amino ) => MsgInstantiateContract2 ) ; toAmino : ( ( message : MsgInstantiateContract2 ) => MsgInstantiateContract2Amino ) ; } ; /cosmwasm.wasm.v1.MsgMigrateContract : { aminoType : string ; fromAmino : ( ( object : MsgMigrateContractAmino ) => MsgMigrateContract ) ; toAmino : ( ( message : MsgMigrateContract ) => MsgMigrateContractAmino ) ; } ; /cosmwasm.wasm.v1.MsgStoreCode : { aminoType : string ; fromAmino : ( ( object : MsgStoreCodeAmino ) => MsgStoreCode ) ; toAmino : ( ( message : MsgStoreCode ) => MsgStoreCodeAmino ) ; } ; /cosmwasm.wasm.v1.MsgUpdateAdmin : { aminoType : string ; fromAmino : ( ( object : MsgUpdateAdminAmino ) => MsgUpdateAdmin ) ; toAmino : ( ( message : MsgUpdateAdmin ) => MsgUpdateAdminAmino ) ; } ; } ; ClearAdminProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ClearAdminProposal ; encode ( message : ClearAdminProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ClearAdminProposalAmino ) : ClearAdminProposal ; fromAminoMsg ( object : ClearAdminProposalAminoMsg ) : ClearAdminProposal ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.ClearAdminProposal" ; contract ?: string ; description ?: string ; title ?: string ; } ) : ClearAdminProposal ; fromProtoMsg ( message : ClearAdminProposalProtoMsg ) : ClearAdminProposal ; toAmino ( message : ClearAdminProposal ) : ClearAdminProposalAmino ; toAminoMsg ( message : ClearAdminProposal ) : ClearAdminProposalAminoMsg ; toProto ( message : ClearAdminProposal ) : Uint8Array ; toProtoMsg ( message : ClearAdminProposal ) : ClearAdminProposalProtoMsg ; } ; Code : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Code ; encode ( message : Code ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CodeAmino ) : Code ; fromAminoMsg ( object : CodeAminoMsg ) : Code ; fromPartial ( object : { codeBytes ?: Uint8Array ; codeId ?: bigint ; codeInfo ?: { codeHash ?: Uint8Array ; creator ?: string ; instantiateConfig ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } ; pinned ?: boolean ; } ) : Code ; fromProtoMsg ( message : CodeProtoMsg ) : Code ; toAmino ( message : Code ) : CodeAmino ; toAminoMsg ( message : Code ) : CodeAminoMsg ; toProto ( message : Code ) : Uint8Array ; toProtoMsg ( message : Code ) : CodeProtoMsg ; } ; CodeInfo : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : CodeInfo ; encode ( message : CodeInfo ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CodeInfoAmino ) : CodeInfo ; fromAminoMsg ( object : CodeInfoAminoMsg ) : CodeInfo ; fromPartial ( object : { codeHash ?: Uint8Array ; creator ?: string ; instantiateConfig ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } ) : CodeInfo ; fromProtoMsg ( message : CodeInfoProtoMsg ) : CodeInfo ; toAmino ( message : CodeInfo ) : CodeInfoAmino ; toAminoMsg ( message : CodeInfo ) : CodeInfoAminoMsg ; toProto ( message : CodeInfo ) : Uint8Array ; toProtoMsg ( message : CodeInfo ) : CodeInfoProtoMsg ; } ; CodeInfoResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : CodeInfoResponse ; encode ( message : CodeInfoResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CodeInfoResponseAmino ) : CodeInfoResponse ; fromAminoMsg ( object : CodeInfoResponseAminoMsg ) : CodeInfoResponse ; fromPartial ( object : { codeId ?: bigint ; creator ?: string ; dataHash ?: Uint8Array ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } ) : CodeInfoResponse ; fromProtoMsg ( message : CodeInfoResponseProtoMsg ) : CodeInfoResponse ; toAmino ( message : CodeInfoResponse ) : CodeInfoResponseAmino ; toAminoMsg ( message : CodeInfoResponse ) : CodeInfoResponseAminoMsg ; toProto ( message : CodeInfoResponse ) : Uint8Array ; toProtoMsg ( message : CodeInfoResponse ) : CodeInfoResponseProtoMsg ; } ; CombinedLimit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : CombinedLimit ; encode ( message : CombinedLimit ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CombinedLimitAmino ) : CombinedLimit ; fromAminoMsg ( object : CombinedLimitAminoMsg ) : CombinedLimit ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.CombinedLimit" ; amounts ?: { amount ?: string ; denom ?: string ; } [] ; callsRemaining ?: bigint ; } ) : CombinedLimit ; fromProtoMsg ( message : CombinedLimitProtoMsg ) : CombinedLimit ; toAmino ( message : CombinedLimit ) : CombinedLimitAmino ; toAminoMsg ( message : CombinedLimit ) : CombinedLimitAminoMsg ; toProto ( message : CombinedLimit ) : Uint8Array ; toProtoMsg ( message : CombinedLimit ) : CombinedLimitProtoMsg ; } ; Contract : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Contract ; encode ( message : Contract ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ContractAmino ) : Contract ; fromAminoMsg ( object : ContractAminoMsg ) : Contract ; fromPartial ( object : { contractAddress ?: string ; contractCodeHistory ?: { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; } [] ; contractInfo ?: { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; creator ?: string ; extension ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; ibcPortId ?: string ; label ?: string ; } ; contractState ?: { key ?: Uint8Array ; value ?: Uint8Array ; } [] ; } ) : Contract ; fromProtoMsg ( message : ContractProtoMsg ) : Contract ; toAmino ( message : Contract ) : ContractAmino ; toAminoMsg ( message : Contract ) : ContractAminoMsg ; toProto ( message : Contract ) : Uint8Array ; toProtoMsg ( message : Contract ) : ContractProtoMsg ; } ; ContractAuthzFilterX_FromAmino : ( ( content : AnyAmino ) => Any ) ; ContractAuthzFilterX_InterfaceDecoder : ( ( input : Uint8Array | BinaryReader ) => | Any | AllowAllMessagesFilter | AcceptedMessageKeysFilter | AcceptedMessagesFilter ) ; ContractAuthzFilterX_ToAmino : ( ( content : Any ) => AnyAmino ) ; ContractAuthzLimitX_FromAmino : ( ( content : AnyAmino ) => Any ) ; ContractAuthzLimitX_InterfaceDecoder : ( ( input : Uint8Array | BinaryReader ) => | Any | MaxCallsLimit | MaxFundsLimit | CombinedLimit ) ; ContractAuthzLimitX_ToAmino : ( ( content : Any ) => AnyAmino ) ; ContractCodeHistoryEntry : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ContractCodeHistoryEntry ; encode ( message : ContractCodeHistoryEntry ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ContractCodeHistoryEntryAmino ) : ContractCodeHistoryEntry ; fromAminoMsg ( object : ContractCodeHistoryEntryAminoMsg ) : ContractCodeHistoryEntry ; fromPartial ( object : { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; } ) : ContractCodeHistoryEntry ; fromProtoMsg ( message : ContractCodeHistoryEntryProtoMsg ) : ContractCodeHistoryEntry ; toAmino ( message : ContractCodeHistoryEntry ) : ContractCodeHistoryEntryAmino ; toAminoMsg ( message : ContractCodeHistoryEntry ) : ContractCodeHistoryEntryAminoMsg ; toProto ( message : ContractCodeHistoryEntry ) : Uint8Array ; toProtoMsg ( message : ContractCodeHistoryEntry ) : ContractCodeHistoryEntryProtoMsg ; } ; ContractCodeHistoryOperationTypeAmino : typeof ContractCodeHistoryOperationType ; ContractCodeHistoryOperationTypeSDKType : typeof ContractCodeHistoryOperationType ; ContractExecutionAuthorization : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ContractExecutionAuthorization ; encode ( message : ContractExecutionAuthorization ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ContractExecutionAuthorizationAmino ) : ContractExecutionAuthorization ; fromAminoMsg ( object : ContractExecutionAuthorizationAminoMsg ) : ContractExecutionAuthorization ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.ContractExecutionAuthorization" ; grants ?: { contract ?: string ; filter ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" ; keys ?: string [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" ; messages ?: Uint8Array [] ; } ; limit ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxCallsLimit" ; remaining ?: bigint ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxFundsLimit" ; amounts ?: { amount ?: ...
; denom ?: ...
; } [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.CombinedLimit" ; amounts ?: { amount ?: ...
; denom ?: ...
; } [] ; callsRemaining ?: bigint ; } ; } [] ; } ) : ContractExecutionAuthorization ; fromProtoMsg ( message : ContractExecutionAuthorizationProtoMsg ) : ContractExecutionAuthorization ; toAmino ( message : ContractExecutionAuthorization ) : ContractExecutionAuthorizationAmino ; toAminoMsg ( message : ContractExecutionAuthorization ) : ContractExecutionAuthorizationAminoMsg ; toProto ( message : ContractExecutionAuthorization ) : Uint8Array ; toProtoMsg ( message : ContractExecutionAuthorization ) : ContractExecutionAuthorizationProtoMsg ; } ; ContractGrant : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ContractGrant ; encode ( message : ContractGrant ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ContractGrantAmino ) : ContractGrant ; fromAminoMsg ( object : ContractGrantAminoMsg ) : ContractGrant ; fromPartial ( object : { contract ?: string ; filter ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" ; keys ?: string [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" ; messages ?: Uint8Array [] ; } ; limit ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxCallsLimit" ; remaining ?: bigint ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxFundsLimit" ; amounts ?: { amount ?: string ; denom ?: string ; } [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.CombinedLimit" ; amounts ?: { amount ?: string ; denom ?: string ; } [] ; callsRemaining ?: bigint ; } ; } ) : ContractGrant ; fromProtoMsg ( message : ContractGrantProtoMsg ) : ContractGrant ; toAmino ( message : ContractGrant ) : ContractGrantAmino ; toAminoMsg ( message : ContractGrant ) : ContractGrantAminoMsg ; toProto ( message : ContractGrant ) : Uint8Array ; toProtoMsg ( message : ContractGrant ) : ContractGrantProtoMsg ; } ; ContractInfo : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ContractInfo ; encode ( message : ContractInfo ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ContractInfoAmino ) : ContractInfo ; fromAminoMsg ( object : ContractInfoAminoMsg ) : ContractInfo ; fromPartial ( object : { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; creator ?: string ; extension ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; ibcPortId ?: string ; label ?: string ; } ) : ContractInfo ; fromProtoMsg ( message : ContractInfoProtoMsg ) : ContractInfo ; toAmino ( message : ContractInfo ) : ContractInfoAmino ; toAminoMsg ( message : ContractInfo ) : ContractInfoAminoMsg ; toProto ( message : ContractInfo ) : Uint8Array ; toProtoMsg ( message : ContractInfo ) : ContractInfoProtoMsg ; } ; ContractInfoExtension_FromAmino : ( ( content : AnyAmino ) => Any ) ; ContractInfoExtension_InterfaceDecoder : ( ( input : Uint8Array | BinaryReader ) => Any ) ; ContractInfoExtension_ToAmino : ( ( content : Any ) => AnyAmino ) ; ContractMigrationAuthorization : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ContractMigrationAuthorization ; encode ( message : ContractMigrationAuthorization ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ContractMigrationAuthorizationAmino ) : ContractMigrationAuthorization ; fromAminoMsg ( object : ContractMigrationAuthorizationAminoMsg ) : ContractMigrationAuthorization ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.ContractMigrationAuthorization" ; grants ?: { contract ?: string ; filter ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" ; keys ?: string [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" ; messages ?: Uint8Array [] ; } ; limit ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxCallsLimit" ; remaining ?: bigint ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxFundsLimit" ; amounts ?: { amount ?: ...
; denom ?: ...
; } [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.CombinedLimit" ; amounts ?: { amount ?: ...
; denom ?: ...
; } [] ; callsRemaining ?: bigint ; } ; } [] ; } ) : ContractMigrationAuthorization ; fromProtoMsg ( message : ContractMigrationAuthorizationProtoMsg ) : ContractMigrationAuthorization ; toAmino ( message : ContractMigrationAuthorization ) : ContractMigrationAuthorizationAmino ; toAminoMsg ( message : ContractMigrationAuthorization ) : ContractMigrationAuthorizationAminoMsg ; toProto ( message : ContractMigrationAuthorization ) : Uint8Array ; toProtoMsg ( message : ContractMigrationAuthorization ) : ContractMigrationAuthorizationProtoMsg ; } ; ExecuteContractProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ExecuteContractProposal ; encode ( message : ExecuteContractProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ExecuteContractProposalAmino ) : ExecuteContractProposal ; fromAminoMsg ( object : ExecuteContractProposalAminoMsg ) : ExecuteContractProposal ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.ExecuteContractProposal" ; contract ?: string ; description ?: string ; funds ?: { amount ?: string ; denom ?: string ; } [] ; msg ?: Uint8Array ; runAs ?: string ; title ?: string ; } ) : ExecuteContractProposal ; fromProtoMsg ( message : ExecuteContractProposalProtoMsg ) : ExecuteContractProposal ; toAmino ( message : ExecuteContractProposal ) : ExecuteContractProposalAmino ; toAminoMsg ( message : ExecuteContractProposal ) : ExecuteContractProposalAminoMsg ; toProto ( message : ExecuteContractProposal ) : Uint8Array ; toProtoMsg ( message : ExecuteContractProposal ) : ExecuteContractProposalProtoMsg ; } ; 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 : { codes ?: { codeBytes ?: Uint8Array ; codeId ?: bigint ; codeInfo ?: { codeHash ?: Uint8Array ; creator ?: string ; instantiateConfig ?: { address ?: ( ...
) | ( ...
) ; addresses ?: ( ...
) | ( ...
) ; permission ?: ( ...
) | ( ...
) ; } ; } ; pinned ?: boolean ; } [] ; contracts ?: { contractAddress ?: string ; contractCodeHistory ?: { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: ...
; txIndex ?: ...
; } ; } [] ; contractInfo ?: { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: ( ...
) | ( ...
) ; txIndex ?: ( ...
) | ( ...
) ; } ; creator ?: string ; extension ?: { $typeUrl ?: ( ...
) | ( ...
) ; typeUrl ?: ( ...
) | ( ...
) ; value ?: ( ...
) | ( ...
) ; } ; ibcPortId ?: string ; label ?: string ; } ; contractState ?: { key ?: Uint8Array ; value ?: Uint8Array ; } [] ; } [] ; params ?: { codeUploadAccess ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; instantiateDefaultPermission ?: AccessType ; } ; sequences ?: { idKey ?: Uint8Array ; value ?: bigint ; } [] ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toAminoMsg ( message : GenesisState ) : GenesisStateAminoMsg ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } ; InstantiateContract2Proposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : InstantiateContract2Proposal ; encode ( message : InstantiateContract2Proposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : InstantiateContract2ProposalAmino ) : InstantiateContract2Proposal ; fromAminoMsg ( object : InstantiateContract2ProposalAminoMsg ) : InstantiateContract2Proposal ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.InstantiateContract2Proposal" ; admin ?: string ; codeId ?: bigint ; description ?: string ; fixMsg ?: boolean ; funds ?: { amount ?: string ; denom ?: string ; } [] ; label ?: string ; msg ?: Uint8Array ; runAs ?: string ; salt ?: Uint8Array ; title ?: string ; } ) : InstantiateContract2Proposal ; fromProtoMsg ( message : InstantiateContract2ProposalProtoMsg ) : InstantiateContract2Proposal ; toAmino ( message : InstantiateContract2Proposal ) : InstantiateContract2ProposalAmino ; toAminoMsg ( message : InstantiateContract2Proposal ) : InstantiateContract2ProposalAminoMsg ; toProto ( message : InstantiateContract2Proposal ) : Uint8Array ; toProtoMsg ( message : InstantiateContract2Proposal ) : InstantiateContract2ProposalProtoMsg ; } ; InstantiateContractProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : InstantiateContractProposal ; encode ( message : InstantiateContractProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : InstantiateContractProposalAmino ) : InstantiateContractProposal ; fromAminoMsg ( object : InstantiateContractProposalAminoMsg ) : InstantiateContractProposal ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.InstantiateContractProposal" ; admin ?: string ; codeId ?: bigint ; description ?: string ; funds ?: { amount ?: string ; denom ?: string ; } [] ; label ?: string ; msg ?: Uint8Array ; runAs ?: string ; title ?: string ; } ) : InstantiateContractProposal ; fromProtoMsg ( message : InstantiateContractProposalProtoMsg ) : InstantiateContractProposal ; toAmino ( message : InstantiateContractProposal ) : InstantiateContractProposalAmino ; toAminoMsg ( message : InstantiateContractProposal ) : InstantiateContractProposalAminoMsg ; toProto ( message : InstantiateContractProposal ) : Uint8Array ; toProtoMsg ( message : InstantiateContractProposal ) : InstantiateContractProposalProtoMsg ; } ; MaxCallsLimit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MaxCallsLimit ; encode ( message : MaxCallsLimit ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MaxCallsLimitAmino ) : MaxCallsLimit ; fromAminoMsg ( object : MaxCallsLimitAminoMsg ) : MaxCallsLimit ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.MaxCallsLimit" ; remaining ?: bigint ; } ) : MaxCallsLimit ; fromProtoMsg ( message : MaxCallsLimitProtoMsg ) : MaxCallsLimit ; toAmino ( message : MaxCallsLimit ) : MaxCallsLimitAmino ; toAminoMsg ( message : MaxCallsLimit ) : MaxCallsLimitAminoMsg ; toProto ( message : MaxCallsLimit ) : Uint8Array ; toProtoMsg ( message : MaxCallsLimit ) : MaxCallsLimitProtoMsg ; } ; MaxFundsLimit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MaxFundsLimit ; encode ( message : MaxFundsLimit ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MaxFundsLimitAmino ) : MaxFundsLimit ; fromAminoMsg ( object : MaxFundsLimitAminoMsg ) : MaxFundsLimit ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.MaxFundsLimit" ; amounts ?: { amount ?: string ; denom ?: string ; } [] ; } ) : MaxFundsLimit ; fromProtoMsg ( message : MaxFundsLimitProtoMsg ) : MaxFundsLimit ; toAmino ( message : MaxFundsLimit ) : MaxFundsLimitAmino ; toAminoMsg ( message : MaxFundsLimit ) : MaxFundsLimitAminoMsg ; toProto ( message : MaxFundsLimit ) : Uint8Array ; toProtoMsg ( message : MaxFundsLimit ) : MaxFundsLimitProtoMsg ; } ; MessageComposer : { encoded : { clearAdmin ( value : MsgClearAdmin ) : { typeUrl : string ; value : Uint8Array ; } ; executeContract ( value : MsgExecuteContract ) : { typeUrl : string ; value : Uint8Array ; } ; instantiateContract ( value : MsgInstantiateContract ) : { typeUrl : string ; value : Uint8Array ; } ; instantiateContract2 ( value : MsgInstantiateContract2 ) : { typeUrl : string ; value : Uint8Array ; } ; migrateContract ( value : MsgMigrateContract ) : { typeUrl : string ; value : Uint8Array ; } ; storeCode ( value : MsgStoreCode ) : { typeUrl : string ; value : Uint8Array ; } ; updateAdmin ( value : MsgUpdateAdmin ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { clearAdmin ( value : MsgClearAdmin ) : { typeUrl : string ; value : MsgClearAdmin ; } ; executeContract ( value : MsgExecuteContract ) : { typeUrl : string ; value : MsgExecuteContract ; } ; instantiateContract ( value : MsgInstantiateContract ) : { typeUrl : string ; value : MsgInstantiateContract ; } ; instantiateContract2 ( value : MsgInstantiateContract2 ) : { typeUrl : string ; value : MsgInstantiateContract2 ; } ; migrateContract ( value : MsgMigrateContract ) : { typeUrl : string ; value : MsgMigrateContract ; } ; storeCode ( value : MsgStoreCode ) : { typeUrl : string ; value : MsgStoreCode ; } ; updateAdmin ( value : MsgUpdateAdmin ) : { typeUrl : string ; value : MsgUpdateAdmin ; } ; } ; withTypeUrl : { clearAdmin ( value : MsgClearAdmin ) : { typeUrl : string ; value : MsgClearAdmin ; } ; executeContract ( value : MsgExecuteContract ) : { typeUrl : string ; value : MsgExecuteContract ; } ; instantiateContract ( value : MsgInstantiateContract ) : { typeUrl : string ; value : MsgInstantiateContract ; } ; instantiateContract2 ( value : MsgInstantiateContract2 ) : { typeUrl : string ; value : MsgInstantiateContract2 ; } ; migrateContract ( value : MsgMigrateContract ) : { typeUrl : string ; value : MsgMigrateContract ; } ; storeCode ( value : MsgStoreCode ) : { typeUrl : string ; value : MsgStoreCode ; } ; updateAdmin ( value : MsgUpdateAdmin ) : { typeUrl : string ; value : MsgUpdateAdmin ; } ; } ; } ; MigrateContractProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MigrateContractProposal ; encode ( message : MigrateContractProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MigrateContractProposalAmino ) : MigrateContractProposal ; fromAminoMsg ( object : MigrateContractProposalAminoMsg ) : MigrateContractProposal ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.MigrateContractProposal" ; codeId ?: bigint ; contract ?: string ; description ?: string ; msg ?: Uint8Array ; title ?: string ; } ) : MigrateContractProposal ; fromProtoMsg ( message : MigrateContractProposalProtoMsg ) : MigrateContractProposal ; toAmino ( message : MigrateContractProposal ) : MigrateContractProposalAmino ; toAminoMsg ( message : MigrateContractProposal ) : MigrateContractProposalAminoMsg ; toProto ( message : MigrateContractProposal ) : Uint8Array ; toProtoMsg ( message : MigrateContractProposal ) : MigrateContractProposalProtoMsg ; } ; Model : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Model ; encode ( message : Model ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ModelAmino ) : Model ; fromAminoMsg ( object : ModelAminoMsg ) : Model ; fromPartial ( object : { key ?: Uint8Array ; value ?: Uint8Array ; } ) : Model ; fromProtoMsg ( message : ModelProtoMsg ) : Model ; toAmino ( message : Model ) : ModelAmino ; toAminoMsg ( message : Model ) : ModelAminoMsg ; toProto ( message : Model ) : Uint8Array ; toProtoMsg ( message : Model ) : ModelProtoMsg ; } ; MsgClearAdmin : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgClearAdmin ; encode ( message : MsgClearAdmin ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgClearAdminAmino ) : MsgClearAdmin ; fromAminoMsg ( object : MsgClearAdminAminoMsg ) : MsgClearAdmin ; fromPartial ( object : { contract ?: string ; sender ?: string ; } ) : MsgClearAdmin ; fromProtoMsg ( message : MsgClearAdminProtoMsg ) : MsgClearAdmin ; toAmino ( message : MsgClearAdmin ) : MsgClearAdminAmino ; toAminoMsg ( message : MsgClearAdmin ) : MsgClearAdminAminoMsg ; toProto ( message : MsgClearAdmin ) : Uint8Array ; toProtoMsg ( message : MsgClearAdmin ) : MsgClearAdminProtoMsg ; } ; MsgClearAdminResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgClearAdminResponse ; encode ( _ : MsgClearAdminResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgClearAdminResponseAmino ) : MsgClearAdminResponse ; fromAminoMsg ( object : MsgClearAdminResponseAminoMsg ) : MsgClearAdminResponse ; fromPartial ( _ : {} ) : MsgClearAdminResponse ; fromProtoMsg ( message : MsgClearAdminResponseProtoMsg ) : MsgClearAdminResponse ; toAmino ( _ : MsgClearAdminResponse ) : MsgClearAdminResponseAmino ; toAminoMsg ( message : MsgClearAdminResponse ) : MsgClearAdminResponseAminoMsg ; toProto ( message : MsgClearAdminResponse ) : Uint8Array ; toProtoMsg ( message : MsgClearAdminResponse ) : MsgClearAdminResponseProtoMsg ; } ; MsgExecuteContract : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgExecuteContract ; encode ( message : MsgExecuteContract ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgExecuteContractAmino ) : MsgExecuteContract ; fromAminoMsg ( object : MsgExecuteContractAminoMsg ) : MsgExecuteContract ; fromPartial ( object : { contract ?: string ; funds ?: { amount ?: string ; denom ?: string ; } [] ; msg ?: Uint8Array ; sender ?: string ; } ) : MsgExecuteContract ; fromProtoMsg ( message : MsgExecuteContractProtoMsg ) : MsgExecuteContract ; toAmino ( message : MsgExecuteContract ) : MsgExecuteContractAmino ; toAminoMsg ( message : MsgExecuteContract ) : MsgExecuteContractAminoMsg ; toProto ( message : MsgExecuteContract ) : Uint8Array ; toProtoMsg ( message : MsgExecuteContract ) : MsgExecuteContractProtoMsg ; } ; MsgExecuteContractResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgExecuteContractResponse ; encode ( message : MsgExecuteContractResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgExecuteContractResponseAmino ) : MsgExecuteContractResponse ; fromAminoMsg ( object : MsgExecuteContractResponseAminoMsg ) : MsgExecuteContractResponse ; fromPartial ( object : { data ?: Uint8Array ; } ) : MsgExecuteContractResponse ; fromProtoMsg ( message : MsgExecuteContractResponseProtoMsg ) : MsgExecuteContractResponse ; toAmino ( message : MsgExecuteContractResponse ) : MsgExecuteContractResponseAmino ; toAminoMsg ( message : MsgExecuteContractResponse ) : MsgExecuteContractResponseAminoMsg ; toProto ( message : MsgExecuteContractResponse ) : Uint8Array ; toProtoMsg ( message : MsgExecuteContractResponse ) : MsgExecuteContractResponseProtoMsg ; } ; MsgIBCCloseChannel : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgIBCCloseChannel ; encode ( message : MsgIBCCloseChannel ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgIBCCloseChannelAmino ) : MsgIBCCloseChannel ; fromAminoMsg ( object : MsgIBCCloseChannelAminoMsg ) : MsgIBCCloseChannel ; fromPartial ( object : { channel ?: string ; } ) : MsgIBCCloseChannel ; fromProtoMsg ( message : MsgIBCCloseChannelProtoMsg ) : MsgIBCCloseChannel ; toAmino ( message : MsgIBCCloseChannel ) : MsgIBCCloseChannelAmino ; toAminoMsg ( message : MsgIBCCloseChannel ) : MsgIBCCloseChannelAminoMsg ; toProto ( message : MsgIBCCloseChannel ) : Uint8Array ; toProtoMsg ( message : MsgIBCCloseChannel ) : MsgIBCCloseChannelProtoMsg ; } ; MsgIBCSend : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgIBCSend ; encode ( message : MsgIBCSend ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgIBCSendAmino ) : MsgIBCSend ; fromAminoMsg ( object : MsgIBCSendAminoMsg ) : MsgIBCSend ; fromPartial ( object : { channel ?: string ; data ?: Uint8Array ; timeoutHeight ?: bigint ; timeoutTimestamp ?: bigint ; } ) : MsgIBCSend ; fromProtoMsg ( message : MsgIBCSendProtoMsg ) : MsgIBCSend ; toAmino ( message : MsgIBCSend ) : MsgIBCSendAmino ; toAminoMsg ( message : MsgIBCSend ) : MsgIBCSendAminoMsg ; toProto ( message : MsgIBCSend ) : Uint8Array ; toProtoMsg ( message : MsgIBCSend ) : MsgIBCSendProtoMsg ; } ; MsgInstantiateContract : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgInstantiateContract ; encode ( message : MsgInstantiateContract ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgInstantiateContractAmino ) : MsgInstantiateContract ; fromAminoMsg ( object : MsgInstantiateContractAminoMsg ) : MsgInstantiateContract ; fromPartial ( object : { admin ?: string ; codeId ?: bigint ; funds ?: { amount ?: string ; denom ?: string ; } [] ; label ?: string ; msg ?: Uint8Array ; sender ?: string ; } ) : MsgInstantiateContract ; fromProtoMsg ( message : MsgInstantiateContractProtoMsg ) : MsgInstantiateContract ; toAmino ( message : MsgInstantiateContract ) : MsgInstantiateContractAmino ; toAminoMsg ( message : MsgInstantiateContract ) : MsgInstantiateContractAminoMsg ; toProto ( message : MsgInstantiateContract ) : Uint8Array ; toProtoMsg ( message : MsgInstantiateContract ) : MsgInstantiateContractProtoMsg ; } ; MsgInstantiateContract2 : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgInstantiateContract2 ; encode ( message : MsgInstantiateContract2 ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgInstantiateContract2Amino ) : MsgInstantiateContract2 ; fromAminoMsg ( object : MsgInstantiateContract2AminoMsg ) : MsgInstantiateContract2 ; fromPartial ( object : { admin ?: string ; codeId ?: bigint ; fixMsg ?: boolean ; funds ?: { amount ?: string ; denom ?: string ; } [] ; label ?: string ; msg ?: Uint8Array ; salt ?: Uint8Array ; sender ?: string ; } ) : MsgInstantiateContract2 ; fromProtoMsg ( message : MsgInstantiateContract2ProtoMsg ) : MsgInstantiateContract2 ; toAmino ( message : MsgInstantiateContract2 ) : MsgInstantiateContract2Amino ; toAminoMsg ( message : MsgInstantiateContract2 ) : MsgInstantiateContract2AminoMsg ; toProto ( message : MsgInstantiateContract2 ) : Uint8Array ; toProtoMsg ( message : MsgInstantiateContract2 ) : MsgInstantiateContract2ProtoMsg ; } ; MsgInstantiateContract2Response : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgInstantiateContract2Response ; encode ( message : MsgInstantiateContract2Response ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgInstantiateContract2ResponseAmino ) : MsgInstantiateContract2Response ; fromAminoMsg ( object : MsgInstantiateContract2ResponseAminoMsg ) : MsgInstantiateContract2Response ; fromPartial ( object : { address ?: string ; data ?: Uint8Array ; } ) : MsgInstantiateContract2Response ; fromProtoMsg ( message : MsgInstantiateContract2ResponseProtoMsg ) : MsgInstantiateContract2Response ; toAmino ( message : MsgInstantiateContract2Response ) : MsgInstantiateContract2ResponseAmino ; toAminoMsg ( message : MsgInstantiateContract2Response ) : MsgInstantiateContract2ResponseAminoMsg ; toProto ( message : MsgInstantiateContract2Response ) : Uint8Array ; toProtoMsg ( message : MsgInstantiateContract2Response ) : MsgInstantiateContract2ResponseProtoMsg ; } ; MsgInstantiateContractResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgInstantiateContractResponse ; encode ( message : MsgInstantiateContractResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgInstantiateContractResponseAmino ) : MsgInstantiateContractResponse ; fromAminoMsg ( object : MsgInstantiateContractResponseAminoMsg ) : MsgInstantiateContractResponse ; fromPartial ( object : { address ?: string ; data ?: Uint8Array ; } ) : MsgInstantiateContractResponse ; fromProtoMsg ( message : MsgInstantiateContractResponseProtoMsg ) : MsgInstantiateContractResponse ; toAmino ( message : MsgInstantiateContractResponse ) : MsgInstantiateContractResponseAmino ; toAminoMsg ( message : MsgInstantiateContractResponse ) : MsgInstantiateContractResponseAminoMsg ; toProto ( message : MsgInstantiateContractResponse ) : Uint8Array ; toProtoMsg ( message : MsgInstantiateContractResponse ) : MsgInstantiateContractResponseProtoMsg ; } ; MsgMigrateContract : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgMigrateContract ; encode ( message : MsgMigrateContract ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgMigrateContractAmino ) : MsgMigrateContract ; fromAminoMsg ( object : MsgMigrateContractAminoMsg ) : MsgMigrateContract ; fromPartial ( object : { codeId ?: bigint ; contract ?: string ; msg ?: Uint8Array ; sender ?: string ; } ) : MsgMigrateContract ; fromProtoMsg ( message : MsgMigrateContractProtoMsg ) : MsgMigrateContract ; toAmino ( message : MsgMigrateContract ) : MsgMigrateContractAmino ; toAminoMsg ( message : MsgMigrateContract ) : MsgMigrateContractAminoMsg ; toProto ( message : MsgMigrateContract ) : Uint8Array ; toProtoMsg ( message : MsgMigrateContract ) : MsgMigrateContractProtoMsg ; } ; MsgMigrateContractResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgMigrateContractResponse ; encode ( message : MsgMigrateContractResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgMigrateContractResponseAmino ) : MsgMigrateContractResponse ; fromAminoMsg ( object : MsgMigrateContractResponseAminoMsg ) : MsgMigrateContractResponse ; fromPartial ( object : { data ?: Uint8Array ; } ) : MsgMigrateContractResponse ; fromProtoMsg ( message : MsgMigrateContractResponseProtoMsg ) : MsgMigrateContractResponse ; toAmino ( message : MsgMigrateContractResponse ) : MsgMigrateContractResponseAmino ; toAminoMsg ( message : MsgMigrateContractResponse ) : MsgMigrateContractResponseAminoMsg ; toProto ( message : MsgMigrateContractResponse ) : Uint8Array ; toProtoMsg ( message : MsgMigrateContractResponse ) : MsgMigrateContractResponseProtoMsg ; } ; MsgStoreCode : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgStoreCode ; encode ( message : MsgStoreCode ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgStoreCodeAmino ) : MsgStoreCode ; fromAminoMsg ( object : MsgStoreCodeAminoMsg ) : MsgStoreCode ; fromPartial ( object : { instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; sender ?: string ; wasmByteCode ?: Uint8Array ; } ) : MsgStoreCode ; fromProtoMsg ( message : MsgStoreCodeProtoMsg ) : MsgStoreCode ; toAmino ( message : MsgStoreCode ) : MsgStoreCodeAmino ; toAminoMsg ( message : MsgStoreCode ) : MsgStoreCodeAminoMsg ; toProto ( message : MsgStoreCode ) : Uint8Array ; toProtoMsg ( message : MsgStoreCode ) : MsgStoreCodeProtoMsg ; } ; MsgStoreCodeResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgStoreCodeResponse ; encode ( message : MsgStoreCodeResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgStoreCodeResponseAmino ) : MsgStoreCodeResponse ; fromAminoMsg ( object : MsgStoreCodeResponseAminoMsg ) : MsgStoreCodeResponse ; fromPartial ( object : { checksum ?: Uint8Array ; codeId ?: bigint ; } ) : MsgStoreCodeResponse ; fromProtoMsg ( message : MsgStoreCodeResponseProtoMsg ) : MsgStoreCodeResponse ; toAmino ( message : MsgStoreCodeResponse ) : MsgStoreCodeResponseAmino ; toAminoMsg ( message : MsgStoreCodeResponse ) : MsgStoreCodeResponseAminoMsg ; toProto ( message : MsgStoreCodeResponse ) : Uint8Array ; toProtoMsg ( message : MsgStoreCodeResponse ) : MsgStoreCodeResponseProtoMsg ; } ; MsgUpdateAdmin : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgUpdateAdmin ; encode ( message : MsgUpdateAdmin ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgUpdateAdminAmino ) : MsgUpdateAdmin ; fromAminoMsg ( object : MsgUpdateAdminAminoMsg ) : MsgUpdateAdmin ; fromPartial ( object : { contract ?: string ; newAdmin ?: string ; sender ?: string ; } ) : MsgUpdateAdmin ; fromProtoMsg ( message : MsgUpdateAdminProtoMsg ) : MsgUpdateAdmin ; toAmino ( message : MsgUpdateAdmin ) : MsgUpdateAdminAmino ; toAminoMsg ( message : MsgUpdateAdmin ) : MsgUpdateAdminAminoMsg ; toProto ( message : MsgUpdateAdmin ) : Uint8Array ; toProtoMsg ( message : MsgUpdateAdmin ) : MsgUpdateAdminProtoMsg ; } ; MsgUpdateAdminResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgUpdateAdminResponse ; encode ( _ : MsgUpdateAdminResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgUpdateAdminResponseAmino ) : MsgUpdateAdminResponse ; fromAminoMsg ( object : MsgUpdateAdminResponseAminoMsg ) : MsgUpdateAdminResponse ; fromPartial ( _ : {} ) : MsgUpdateAdminResponse ; fromProtoMsg ( message : MsgUpdateAdminResponseProtoMsg ) : MsgUpdateAdminResponse ; toAmino ( _ : MsgUpdateAdminResponse ) : MsgUpdateAdminResponseAmino ; toAminoMsg ( message : MsgUpdateAdminResponse ) : MsgUpdateAdminResponseAminoMsg ; toProto ( message : MsgUpdateAdminResponse ) : Uint8Array ; toProtoMsg ( message : MsgUpdateAdminResponse ) : MsgUpdateAdminResponseProtoMsg ; } ; 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 : { codeUploadAccess ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; instantiateDefaultPermission ?: AccessType ; } ) : Params ; fromProtoMsg ( message : ParamsProtoMsg ) : Params ; toAmino ( message : Params ) : ParamsAmino ; toAminoMsg ( message : Params ) : ParamsAminoMsg ; toProto ( message : Params ) : Uint8Array ; toProtoMsg ( message : Params ) : ParamsProtoMsg ; } ; PinCodesProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : PinCodesProposal ; encode ( message : PinCodesProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PinCodesProposalAmino ) : PinCodesProposal ; fromAminoMsg ( object : PinCodesProposalAminoMsg ) : PinCodesProposal ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.PinCodesProposal" ; codeIds ?: bigint [] ; description ?: string ; title ?: string ; } ) : PinCodesProposal ; fromProtoMsg ( message : PinCodesProposalProtoMsg ) : PinCodesProposal ; toAmino ( message : PinCodesProposal ) : PinCodesProposalAmino ; toAminoMsg ( message : PinCodesProposal ) : PinCodesProposalAminoMsg ; toProto ( message : PinCodesProposal ) : Uint8Array ; toProtoMsg ( message : PinCodesProposal ) : PinCodesProposalProtoMsg ; } ; QueryAllContractStateRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryAllContractStateRequest ; encode ( message : QueryAllContractStateRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryAllContractStateRequestAmino ) : QueryAllContractStateRequest ; fromAminoMsg ( object : QueryAllContractStateRequestAminoMsg ) : QueryAllContractStateRequest ; fromPartial ( object : { address ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : QueryAllContractStateRequest ; fromProtoMsg ( message : QueryAllContractStateRequestProtoMsg ) : QueryAllContractStateRequest ; toAmino ( message : QueryAllContractStateRequest ) : QueryAllContractStateRequestAmino ; toAminoMsg ( message : QueryAllContractStateRequest ) : QueryAllContractStateRequestAminoMsg ; toProto ( message : QueryAllContractStateRequest ) : Uint8Array ; toProtoMsg ( message : QueryAllContractStateRequest ) : QueryAllContractStateRequestProtoMsg ; } ; QueryAllContractStateResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryAllContractStateResponse ; encode ( message : QueryAllContractStateResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryAllContractStateResponseAmino ) : QueryAllContractStateResponse ; fromAminoMsg ( object : QueryAllContractStateResponseAminoMsg ) : QueryAllContractStateResponse ; fromPartial ( object : { models ?: { key ?: Uint8Array ; value ?: Uint8Array ; } [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryAllContractStateResponse ; fromProtoMsg ( message : QueryAllContractStateResponseProtoMsg ) : QueryAllContractStateResponse ; toAmino ( message : QueryAllContractStateResponse ) : QueryAllContractStateResponseAmino ; toAminoMsg ( message : QueryAllContractStateResponse ) : QueryAllContractStateResponseAminoMsg ; toProto ( message : QueryAllContractStateResponse ) : Uint8Array ; toProtoMsg ( message : QueryAllContractStateResponse ) : QueryAllContractStateResponseProtoMsg ; } ; QueryCodeRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryCodeRequest ; encode ( message : QueryCodeRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryCodeRequestAmino ) : QueryCodeRequest ; fromAminoMsg ( object : QueryCodeRequestAminoMsg ) : QueryCodeRequest ; fromPartial ( object : { codeId ?: bigint ; } ) : QueryCodeRequest ; fromProtoMsg ( message : QueryCodeRequestProtoMsg ) : QueryCodeRequest ; toAmino ( message : QueryCodeRequest ) : QueryCodeRequestAmino ; toAminoMsg ( message : QueryCodeRequest ) : QueryCodeRequestAminoMsg ; toProto ( message : QueryCodeRequest ) : Uint8Array ; toProtoMsg ( message : QueryCodeRequest ) : QueryCodeRequestProtoMsg ; } ; QueryCodeResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryCodeResponse ; encode ( message : QueryCodeResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryCodeResponseAmino ) : QueryCodeResponse ; fromAminoMsg ( object : QueryCodeResponseAminoMsg ) : QueryCodeResponse ; fromPartial ( object : { codeInfo ?: { codeId ?: bigint ; creator ?: string ; dataHash ?: Uint8Array ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } ; data ?: Uint8Array ; } ) : QueryCodeResponse ; fromProtoMsg ( message : QueryCodeResponseProtoMsg ) : QueryCodeResponse ; toAmino ( message : QueryCodeResponse ) : QueryCodeResponseAmino ; toAminoMsg ( message : QueryCodeResponse ) : QueryCodeResponseAminoMsg ; toProto ( message : QueryCodeResponse ) : Uint8Array ; toProtoMsg ( message : QueryCodeResponse ) : QueryCodeResponseProtoMsg ; } ; QueryCodesRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryCodesRequest ; encode ( message : QueryCodesRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryCodesRequestAmino ) : QueryCodesRequest ; fromAminoMsg ( object : QueryCodesRequestAminoMsg ) : QueryCodesRequest ; fromPartial ( object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : QueryCodesRequest ; fromProtoMsg ( message : QueryCodesRequestProtoMsg ) : QueryCodesRequest ; toAmino ( message : QueryCodesRequest ) : QueryCodesRequestAmino ; toAminoMsg ( message : QueryCodesRequest ) : QueryCodesRequestAminoMsg ; toProto ( message : QueryCodesRequest ) : Uint8Array ; toProtoMsg ( message : QueryCodesRequest ) : QueryCodesRequestProtoMsg ; } ; QueryCodesResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryCodesResponse ; encode ( message : QueryCodesResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryCodesResponseAmino ) : QueryCodesResponse ; fromAminoMsg ( object : QueryCodesResponseAminoMsg ) : QueryCodesResponse ; fromPartial ( object : { codeInfos ?: { codeId ?: bigint ; creator ?: string ; dataHash ?: Uint8Array ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryCodesResponse ; fromProtoMsg ( message : QueryCodesResponseProtoMsg ) : QueryCodesResponse ; toAmino ( message : QueryCodesResponse ) : QueryCodesResponseAmino ; toAminoMsg ( message : QueryCodesResponse ) : QueryCodesResponseAminoMsg ; toProto ( message : QueryCodesResponse ) : Uint8Array ; toProtoMsg ( message : QueryCodesResponse ) : QueryCodesResponseProtoMsg ; } ; QueryContractHistoryRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryContractHistoryRequest ; encode ( message : QueryContractHistoryRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryContractHistoryRequestAmino ) : QueryContractHistoryRequest ; fromAminoMsg ( object : QueryContractHistoryRequestAminoMsg ) : QueryContractHistoryRequest ; fromPartial ( object : { address ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : QueryContractHistoryRequest ; fromProtoMsg ( message : QueryContractHistoryRequestProtoMsg ) : QueryContractHistoryRequest ; toAmino ( message : QueryContractHistoryRequest ) : QueryContractHistoryRequestAmino ; toAminoMsg ( message : QueryContractHistoryRequest ) : QueryContractHistoryRequestAminoMsg ; toProto ( message : QueryContractHistoryRequest ) : Uint8Array ; toProtoMsg ( message : QueryContractHistoryRequest ) : QueryContractHistoryRequestProtoMsg ; } ; QueryContractHistoryResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryContractHistoryResponse ; encode ( message : QueryContractHistoryResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryContractHistoryResponseAmino ) : QueryContractHistoryResponse ; fromAminoMsg ( object : QueryContractHistoryResponseAminoMsg ) : QueryContractHistoryResponse ; fromPartial ( object : { entries ?: { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; } [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryContractHistoryResponse ; fromProtoMsg ( message : QueryContractHistoryResponseProtoMsg ) : QueryContractHistoryResponse ; toAmino ( message : QueryContractHistoryResponse ) : QueryContractHistoryResponseAmino ; toAminoMsg ( message : QueryContractHistoryResponse ) : QueryContractHistoryResponseAminoMsg ; toProto ( message : QueryContractHistoryResponse ) : Uint8Array ; toProtoMsg ( message : QueryContractHistoryResponse ) : QueryContractHistoryResponseProtoMsg ; } ; QueryContractInfoRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryContractInfoRequest ; encode ( message : QueryContractInfoRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryContractInfoRequestAmino ) : QueryContractInfoRequest ; fromAminoMsg ( object : QueryContractInfoRequestAminoMsg ) : QueryContractInfoRequest ; fromPartial ( object : { address ?: string ; } ) : QueryContractInfoRequest ; fromProtoMsg ( message : QueryContractInfoRequestProtoMsg ) : QueryContractInfoRequest ; toAmino ( message : QueryContractInfoRequest ) : QueryContractInfoRequestAmino ; toAminoMsg ( message : QueryContractInfoRequest ) : QueryContractInfoRequestAminoMsg ; toProto ( message : QueryContractInfoRequest ) : Uint8Array ; toProtoMsg ( message : QueryContractInfoRequest ) : QueryContractInfoRequestProtoMsg ; } ; QueryContractInfoResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryContractInfoResponse ; encode ( message : QueryContractInfoResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryContractInfoResponseAmino ) : QueryContractInfoResponse ; fromAminoMsg ( object : QueryContractInfoResponseAminoMsg ) : QueryContractInfoResponse ; fromPartial ( object : { address ?: string ; contractInfo ?: { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; creator ?: string ; extension ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; ibcPortId ?: string ; label ?: string ; } ; } ) : QueryContractInfoResponse ; fromProtoMsg ( message : QueryContractInfoResponseProtoMsg ) : QueryContractInfoResponse ; toAmino ( message : QueryContractInfoResponse ) : QueryContractInfoResponseAmino ; toAminoMsg ( message : QueryContractInfoResponse ) : QueryContractInfoResponseAminoMsg ; toProto ( message : QueryContractInfoResponse ) : Uint8Array ; toProtoMsg ( message : QueryContractInfoResponse ) : QueryContractInfoResponseProtoMsg ; } ; QueryContractsByCodeRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryContractsByCodeRequest ; encode ( message : QueryContractsByCodeRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryContractsByCodeRequestAmino ) : QueryContractsByCodeRequest ; fromAminoMsg ( object : QueryContractsByCodeRequestAminoMsg ) : QueryContractsByCodeRequest ; fromPartial ( object : { codeId ?: bigint ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : QueryContractsByCodeRequest ; fromProtoMsg ( message : QueryContractsByCodeRequestProtoMsg ) : QueryContractsByCodeRequest ; toAmino ( message : QueryContractsByCodeRequest ) : QueryContractsByCodeRequestAmino ; toAminoMsg ( message : QueryContractsByCodeRequest ) : QueryContractsByCodeRequestAminoMsg ; toProto ( message : QueryContractsByCodeRequest ) : Uint8Array ; toProtoMsg ( message : QueryContractsByCodeRequest ) : QueryContractsByCodeRequestProtoMsg ; } ; QueryContractsByCodeResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryContractsByCodeResponse ; encode ( message : QueryContractsByCodeResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryContractsByCodeResponseAmino ) : QueryContractsByCodeResponse ; fromAminoMsg ( object : QueryContractsByCodeResponseAminoMsg ) : QueryContractsByCodeResponse ; fromPartial ( object : { contracts ?: string [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryContractsByCodeResponse ; fromProtoMsg ( message : QueryContractsByCodeResponseProtoMsg ) : QueryContractsByCodeResponse ; toAmino ( message : QueryContractsByCodeResponse ) : QueryContractsByCodeResponseAmino ; toAminoMsg ( message : QueryContractsByCodeResponse ) : QueryContractsByCodeResponseAminoMsg ; toProto ( message : QueryContractsByCodeResponse ) : Uint8Array ; toProtoMsg ( message : QueryContractsByCodeResponse ) : QueryContractsByCodeResponseProtoMsg ; } ; QueryContractsByCreatorRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryContractsByCreatorRequest ; encode ( message : QueryContractsByCreatorRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryContractsByCreatorRequestAmino ) : QueryContractsByCreatorRequest ; fromAminoMsg ( object : QueryContractsByCreatorRequestAminoMsg ) : QueryContractsByCreatorRequest ; fromPartial ( object : { creatorAddress ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : QueryContractsByCreatorRequest ; fromProtoMsg ( message : QueryContractsByCreatorRequestProtoMsg ) : QueryContractsByCreatorRequest ; toAmino ( message : QueryContractsByCreatorRequest ) : QueryContractsByCreatorRequestAmino ; toAminoMsg ( message : QueryContractsByCreatorRequest ) : QueryContractsByCreatorRequestAminoMsg ; toProto ( message : QueryContractsByCreatorRequest ) : Uint8Array ; toProtoMsg ( message : QueryContractsByCreatorRequest ) : QueryContractsByCreatorRequestProtoMsg ; } ; QueryContractsByCreatorResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryContractsByCreatorResponse ; encode ( message : QueryContractsByCreatorResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryContractsByCreatorResponseAmino ) : QueryContractsByCreatorResponse ; fromAminoMsg ( object : QueryContractsByCreatorResponseAminoMsg ) : QueryContractsByCreatorResponse ; fromPartial ( object : { contractAddresses ?: string [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryContractsByCreatorResponse ; fromProtoMsg ( message : QueryContractsByCreatorResponseProtoMsg ) : QueryContractsByCreatorResponse ; toAmino ( message : QueryContractsByCreatorResponse ) : QueryContractsByCreatorResponseAmino ; toAminoMsg ( message : QueryContractsByCreatorResponse ) : QueryContractsByCreatorResponseAminoMsg ; toProto ( message : QueryContractsByCreatorResponse ) : Uint8Array ; toProtoMsg ( message : QueryContractsByCreatorResponse ) : QueryContractsByCreatorResponseProtoMsg ; } ; QueryParamsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryParamsRequest ; encode ( _ : QueryParamsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : QueryParamsRequestAmino ) : QueryParamsRequest ; fromAminoMsg ( object : QueryParamsRequestAminoMsg ) : QueryParamsRequest ; fromPartial ( _ : {} ) : QueryParamsRequest ; fromProtoMsg ( message : QueryParamsRequestProtoMsg ) : QueryParamsRequest ; toAmino ( _ : QueryParamsRequest ) : QueryParamsRequestAmino ; toAminoMsg ( message : QueryParamsRequest ) : QueryParamsRequestAminoMsg ; toProto ( message : QueryParamsRequest ) : Uint8Array ; toProtoMsg ( message : QueryParamsRequest ) : QueryParamsRequestProtoMsg ; } ; QueryParamsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryParamsResponse ; encode ( message : QueryParamsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryParamsResponseAmino ) : QueryParamsResponse ; fromAminoMsg ( object : QueryParamsResponseAminoMsg ) : QueryParamsResponse ; fromPartial ( object : { params ?: { codeUploadAccess ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; instantiateDefaultPermission ?: AccessType ; } ; } ) : QueryParamsResponse ; fromProtoMsg ( message : QueryParamsResponseProtoMsg ) : QueryParamsResponse ; toAmino ( message : QueryParamsResponse ) : QueryParamsResponseAmino ; toAminoMsg ( message : QueryParamsResponse ) : QueryParamsResponseAminoMsg ; toProto ( message : QueryParamsResponse ) : Uint8Array ; toProtoMsg ( message : QueryParamsResponse ) : QueryParamsResponseProtoMsg ; } ; QueryPinnedCodesRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPinnedCodesRequest ; encode ( message : QueryPinnedCodesRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPinnedCodesRequestAmino ) : QueryPinnedCodesRequest ; fromAminoMsg ( object : QueryPinnedCodesRequestAminoMsg ) : QueryPinnedCodesRequest ; fromPartial ( object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : QueryPinnedCodesRequest ; fromProtoMsg ( message : QueryPinnedCodesRequestProtoMsg ) : QueryPinnedCodesRequest ; toAmino ( message : QueryPinnedCodesRequest ) : QueryPinnedCodesRequestAmino ; toAminoMsg ( message : QueryPinnedCodesRequest ) : QueryPinnedCodesRequestAminoMsg ; toProto ( message : QueryPinnedCodesRequest ) : Uint8Array ; toProtoMsg ( message : QueryPinnedCodesRequest ) : QueryPinnedCodesRequestProtoMsg ; } ; QueryPinnedCodesResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPinnedCodesResponse ; encode ( message : QueryPinnedCodesResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPinnedCodesResponseAmino ) : QueryPinnedCodesResponse ; fromAminoMsg ( object : QueryPinnedCodesResponseAminoMsg ) : QueryPinnedCodesResponse ; fromPartial ( object : { codeIds ?: bigint [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryPinnedCodesResponse ; fromProtoMsg ( message : QueryPinnedCodesResponseProtoMsg ) : QueryPinnedCodesResponse ; toAmino ( message : QueryPinnedCodesResponse ) : QueryPinnedCodesResponseAmino ; toAminoMsg ( message : QueryPinnedCodesResponse ) : QueryPinnedCodesResponseAminoMsg ; toProto ( message : QueryPinnedCodesResponse ) : Uint8Array ; toProtoMsg ( message : QueryPinnedCodesResponse ) : QueryPinnedCodesResponseProtoMsg ; } ; QueryRawContractStateRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryRawContractStateRequest ; encode ( message : QueryRawContractStateRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryRawContractStateRequestAmino ) : QueryRawContractStateRequest ; fromAminoMsg ( object : QueryRawContractStateRequestAminoMsg ) : QueryRawContractStateRequest ; fromPartial ( object : { address ?: string ; queryData ?: Uint8Array ; } ) : QueryRawContractStateRequest ; fromProtoMsg ( message : QueryRawContractStateRequestProtoMsg ) : QueryRawContractStateRequest ; toAmino ( message : QueryRawContractStateRequest ) : QueryRawContractStateRequestAmino ; toAminoMsg ( message : QueryRawContractStateRequest ) : QueryRawContractStateRequestAminoMsg ; toProto ( message : QueryRawContractStateRequest ) : Uint8Array ; toProtoMsg ( message : QueryRawContractStateRequest ) : QueryRawContractStateRequestProtoMsg ; } ; QueryRawContractStateResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryRawContractStateResponse ; encode ( message : QueryRawContractStateResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryRawContractStateResponseAmino ) : QueryRawContractStateResponse ; fromAminoMsg ( object : QueryRawContractStateResponseAminoMsg ) : QueryRawContractStateResponse ; fromPartial ( object : { data ?: Uint8Array ; } ) : QueryRawContractStateResponse ; fromProtoMsg ( message : QueryRawContractStateResponseProtoMsg ) : QueryRawContractStateResponse ; toAmino ( message : QueryRawContractStateResponse ) : QueryRawContractStateResponseAmino ; toAminoMsg ( message : QueryRawContractStateResponse ) : QueryRawContractStateResponseAminoMsg ; toProto ( message : QueryRawContractStateResponse ) : Uint8Array ; toProtoMsg ( message : QueryRawContractStateResponse ) : QueryRawContractStateResponseProtoMsg ; } ; QuerySmartContractStateRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QuerySmartContractStateRequest ; encode ( message : QuerySmartContractStateRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QuerySmartContractStateRequestAmino ) : QuerySmartContractStateRequest ; fromAminoMsg ( object : QuerySmartContractStateRequestAminoMsg ) : QuerySmartContractStateRequest ; fromPartial ( object : { address ?: string ; queryData ?: Uint8Array ; } ) : QuerySmartContractStateRequest ; fromProtoMsg ( message : QuerySmartContractStateRequestProtoMsg ) : QuerySmartContractStateRequest ; toAmino ( message : QuerySmartContractStateRequest ) : QuerySmartContractStateRequestAmino ; toAminoMsg ( message : QuerySmartContractStateRequest ) : QuerySmartContractStateRequestAminoMsg ; toProto ( message : QuerySmartContractStateRequest ) : Uint8Array ; toProtoMsg ( message : QuerySmartContractStateRequest ) : QuerySmartContractStateRequestProtoMsg ; } ; QuerySmartContractStateResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QuerySmartContractStateResponse ; encode ( message : QuerySmartContractStateResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QuerySmartContractStateResponseAmino ) : QuerySmartContractStateResponse ; fromAminoMsg ( object : QuerySmartContractStateResponseAminoMsg ) : QuerySmartContractStateResponse ; fromPartial ( object : { data ?: Uint8Array ; } ) : QuerySmartContractStateResponse ; fromProtoMsg ( message : QuerySmartContractStateResponseProtoMsg ) : QuerySmartContractStateResponse ; toAmino ( message : QuerySmartContractStateResponse ) : QuerySmartContractStateResponseAmino ; toAminoMsg ( message : QuerySmartContractStateResponse ) : QuerySmartContractStateResponseAminoMsg ; toProto ( message : QuerySmartContractStateResponse ) : Uint8Array ; toProtoMsg ( message : QuerySmartContractStateResponse ) : QuerySmartContractStateResponseProtoMsg ; } ; Sequence : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Sequence ; encode ( message : Sequence ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : SequenceAmino ) : Sequence ; fromAminoMsg ( object : SequenceAminoMsg ) : Sequence ; fromPartial ( object : { idKey ?: Uint8Array ; value ?: bigint ; } ) : Sequence ; fromProtoMsg ( message : SequenceProtoMsg ) : Sequence ; toAmino ( message : Sequence ) : SequenceAmino ; toAminoMsg ( message : Sequence ) : SequenceAminoMsg ; toProto ( message : Sequence ) : Uint8Array ; toProtoMsg ( message : Sequence ) : SequenceProtoMsg ; } ; StoreAndInstantiateContractProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : StoreAndInstantiateContractProposal ; encode ( message : StoreAndInstantiateContractProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : StoreAndInstantiateContractProposalAmino ) : StoreAndInstantiateContractProposal ; fromAminoMsg ( object : StoreAndInstantiateContractProposalAminoMsg ) : StoreAndInstantiateContractProposal ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.StoreAndInstantiateContractProposal" ; admin ?: string ; builder ?: string ; codeHash ?: Uint8Array ; description ?: string ; funds ?: { amount ?: string ; denom ?: string ; } [] ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; label ?: string ; msg ?: Uint8Array ; runAs ?: string ; source ?: string ; title ?: string ; unpinCode ?: boolean ; wasmByteCode ?: Uint8Array ; } ) : StoreAndInstantiateContractProposal ; fromProtoMsg ( message : StoreAndInstantiateContractProposalProtoMsg ) : StoreAndInstantiateContractProposal ; toAmino ( message : StoreAndInstantiateContractProposal ) : StoreAndInstantiateContractProposalAmino ; toAminoMsg ( message : StoreAndInstantiateContractProposal ) : StoreAndInstantiateContractProposalAminoMsg ; toProto ( message : StoreAndInstantiateContractProposal ) : Uint8Array ; toProtoMsg ( message : StoreAndInstantiateContractProposal ) : StoreAndInstantiateContractProposalProtoMsg ; } ; StoreCodeProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : StoreCodeProposal ; encode ( message : StoreCodeProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : StoreCodeProposalAmino ) : StoreCodeProposal ; fromAminoMsg ( object : StoreCodeProposalAminoMsg ) : StoreCodeProposal ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.StoreCodeProposal" ; builder ?: string ; codeHash ?: Uint8Array ; description ?: string ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; runAs ?: string ; source ?: string ; title ?: string ; unpinCode ?: boolean ; wasmByteCode ?: Uint8Array ; } ) : StoreCodeProposal ; fromProtoMsg ( message : StoreCodeProposalProtoMsg ) : StoreCodeProposal ; toAmino ( message : StoreCodeProposal ) : StoreCodeProposalAmino ; toAminoMsg ( message : StoreCodeProposal ) : StoreCodeProposalAminoMsg ; toProto ( message : StoreCodeProposal ) : Uint8Array ; toProtoMsg ( message : StoreCodeProposal ) : StoreCodeProposalProtoMsg ; } ; SudoContractProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : SudoContractProposal ; encode ( message : SudoContractProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : SudoContractProposalAmino ) : SudoContractProposal ; fromAminoMsg ( object : SudoContractProposalAminoMsg ) : SudoContractProposal ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.SudoContractProposal" ; contract ?: string ; description ?: string ; msg ?: Uint8Array ; title ?: string ; } ) : SudoContractProposal ; fromProtoMsg ( message : SudoContractProposalProtoMsg ) : SudoContractProposal ; toAmino ( message : SudoContractProposal ) : SudoContractProposalAmino ; toAminoMsg ( message : SudoContractProposal ) : SudoContractProposalAminoMsg ; toProto ( message : SudoContractProposal ) : Uint8Array ; toProtoMsg ( message : SudoContractProposal ) : SudoContractProposalProtoMsg ; } ; UnpinCodesProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : UnpinCodesProposal ; encode ( message : UnpinCodesProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : UnpinCodesProposalAmino ) : UnpinCodesProposal ; fromAminoMsg ( object : UnpinCodesProposalAminoMsg ) : UnpinCodesProposal ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.UnpinCodesProposal" ; codeIds ?: bigint [] ; description ?: string ; title ?: string ; } ) : UnpinCodesProposal ; fromProtoMsg ( message : UnpinCodesProposalProtoMsg ) : UnpinCodesProposal ; toAmino ( message : UnpinCodesProposal ) : UnpinCodesProposalAmino ; toAminoMsg ( message : UnpinCodesProposal ) : UnpinCodesProposalAminoMsg ; toProto ( message : UnpinCodesProposal ) : Uint8Array ; toProtoMsg ( message : UnpinCodesProposal ) : UnpinCodesProposalProtoMsg ; } ; UpdateAdminProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : UpdateAdminProposal ; encode ( message : UpdateAdminProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : UpdateAdminProposalAmino ) : UpdateAdminProposal ; fromAminoMsg ( object : UpdateAdminProposalAminoMsg ) : UpdateAdminProposal ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.UpdateAdminProposal" ; contract ?: string ; description ?: string ; newAdmin ?: string ; title ?: string ; } ) : UpdateAdminProposal ; fromProtoMsg ( message : UpdateAdminProposalProtoMsg ) : UpdateAdminProposal ; toAmino ( message : UpdateAdminProposal ) : UpdateAdminProposalAmino ; toAminoMsg ( message : UpdateAdminProposal ) : UpdateAdminProposalAminoMsg ; toProto ( message : UpdateAdminProposal ) : Uint8Array ; toProtoMsg ( message : UpdateAdminProposal ) : UpdateAdminProposalProtoMsg ; } ; UpdateInstantiateConfigProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : UpdateInstantiateConfigProposal ; encode ( message : UpdateInstantiateConfigProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : UpdateInstantiateConfigProposalAmino ) : UpdateInstantiateConfigProposal ; fromAminoMsg ( object : UpdateInstantiateConfigProposalAminoMsg ) : UpdateInstantiateConfigProposal ; fromPartial ( object : { $typeUrl ?: "/cosmwasm.wasm.v1.UpdateInstantiateConfigProposal" ; accessConfigUpdates ?: { codeId ?: bigint ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } [] ; description ?: string ; title ?: string ; } ) : UpdateInstantiateConfigProposal ; fromProtoMsg ( message : UpdateInstantiateConfigProposalProtoMsg ) : UpdateInstantiateConfigProposal ; toAmino ( message : UpdateInstantiateConfigProposal ) : UpdateInstantiateConfigProposalAmino ; toAminoMsg ( message : UpdateInstantiateConfigProposal ) : UpdateInstantiateConfigProposalAminoMsg ; toProto ( message : UpdateInstantiateConfigProposal ) : Uint8Array ; toProtoMsg ( message : UpdateInstantiateConfigProposal ) : UpdateInstantiateConfigProposalProtoMsg ; } ; createRpcQueryExtension : ( ( base : QueryClient ) => { allContractState ( request : QueryAllContractStateRequest ) : Promise < QueryAllContractStateResponse > ; code ( request : QueryCodeRequest ) : Promise < QueryCodeResponse > ; codes ( request ?: QueryCodesRequest ) : Promise < QueryCodesResponse > ; contractHistory ( request : QueryContractHistoryRequest ) : Promise < QueryContractHistoryResponse > ; contractInfo ( request : QueryContractInfoRequest ) : Promise < QueryContractInfoResponse > ; contractsByCode ( request : QueryContractsByCodeRequest ) : Promise < QueryContractsByCodeResponse > ; contractsByCreator ( request : QueryContractsByCreatorRequest ) : Promise < QueryContractsByCreatorResponse > ; params ( request ?: QueryParamsRequest ) : Promise < QueryParamsResponse > ; pinnedCodes ( request ?: QueryPinnedCodesRequest ) : Promise < QueryPinnedCodesResponse > ; rawContractState ( request : QueryRawContractStateRequest ) : Promise < QueryRawContractStateResponse > ; smartContractState ( request : QuerySmartContractStateRequest ) : Promise < QuerySmartContractStateResponse > ; } ) ; load : ( ( protoRegistry : Registry ) => void ) ; registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] ; accessTypeFromJSON ( object : any ) : AccessType ; accessTypeToJSON ( object : AccessType ) : string ; contractCodeHistoryOperationTypeFromJSON ( object : any ) : ContractCodeHistoryOperationType ; contractCodeHistoryOperationTypeToJSON ( object : ContractCodeHistoryOperationType ) : string ; } = ... Type declaration type Url : string decode : functiondecode ( input , length ? ) : AbsoluteTxPosition Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:989 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:980 from Amino : functionfrom Amino ( object ) : AbsoluteTxPosition Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1015 from Amino Msg : functionfrom Amino Msg ( object ) : AbsoluteTxPosition Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1031 from Partial : functionfrom Partial ( object ) : AbsoluteTxPosition Parameters object : { blockHeight ?: bigint ; txIndex ?: bigint ; } Optional
block Height ?: bigint Optional
tx Index ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1009 from Proto Msg : functionfrom Proto Msg ( message ) : AbsoluteTxPosition Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1040 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1043 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:879 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : AcceptedMessageKeysFilter Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" ; keys ?: string [] ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" Optional
keys ?: string [] Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:902 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:933 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : AcceptedMessagesFilter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:957 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:951 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : AcceptedMessagesFilter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:993 from Partial : functionfrom Partial ( object ) : AcceptedMessagesFilter Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" ; messages ?: Uint8Array [] ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" Optional
messages ?: Uint8Array [] Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:974 from Proto Msg : functionfrom Proto Msg ( message ) : AcceptedMessagesFilter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:1002 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:1005 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : AccessConfig Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:478 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:466 from Amino : functionfrom Amino ( object ) : AccessConfig Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:508 from Amino Msg : functionfrom Amino Msg ( object ) : AccessConfig Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:530 from Partial : functionfrom Partial ( object ) : AccessConfig Parameters object : { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } Optional
address ?: string Optional
addresses ?: string [] Optional
permission ?: AccessType Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:501 from Proto Msg : functionfrom Proto Msg ( message ) : AccessConfig Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:539 to Amino : functionto Amino ( message ) : AccessConfigAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:519 to Amino Msg : functionto Amino Msg ( message ) : AccessConfigAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:533 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:542 to Proto Msg : functionto Proto Msg ( message ) : AccessConfigProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:545 type Url : string decode : functiondecode ( input , length ? ) : AccessConfigUpdate Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2019 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2010 from Amino : functionfrom Amino ( object ) : AccessConfigUpdate Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2045 from Amino Msg : functionfrom Amino Msg ( object ) : AccessConfigUpdate Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2061 from Partial : functionfrom Partial ( object ) : AccessConfigUpdate Parameters object : { codeId ?: bigint ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } Optional
code Id ?: bigint Optional
instantiate Permission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } Optional
address ?: string Optional
addresses ?: string [] Optional
permission ?: AccessType Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2039 from Proto Msg : functionfrom Proto Msg ( message ) : AccessConfigUpdate Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2070 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2073 to Proto Msg : functionAccess Type Amino : typeof AccessType type Url : string decode : functiondecode ( input , length ? ) : AccessTypeParam Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:401 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:395 from Amino : functionfrom Amino ( object ) : AccessTypeParam Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:423 from Amino Msg : functionfrom Amino Msg ( object ) : AccessTypeParam Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:435 from Partial : functionfrom Partial ( object ) : AccessTypeParam Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:418 from Proto Msg : functionfrom Proto Msg ( message ) : AccessTypeParam Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:444 to Amino : functionto Amino ( message ) : AccessTypeParamAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:430 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:447 to Proto Msg : functionAccess TypeSDKType : typeof AccessType type Url : string decode : functiondecode ( input , length ? ) : AllowAllMessagesFilter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:823 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:820 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : AllowAllMessagesFilter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:849 from Partial : functionfrom Partial ( _ ) : AllowAllMessagesFilter Parameters _ : { $typeUrl ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:837 from Proto Msg : functionfrom Proto Msg ( message ) : AllowAllMessagesFilter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:858 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:861 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ClearAdminProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1720 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1708 from Amino : functionfrom Amino ( object ) : ClearAdminProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1750 from Amino Msg : functionfrom Amino Msg ( object ) : ClearAdminProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1770 from Partial : functionfrom Partial ( object ) : ClearAdminProposal Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.ClearAdminProposal" ; contract ?: string ; description ?: string ; title ?: string ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.ClearAdminProposal" Optional
contract ?: string Optional
description ?: string Optional
title ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1743 from Proto Msg : functionfrom Proto Msg ( message ) : ClearAdminProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1779 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1782 to Proto Msg : functionCode : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Code ; encode ( message : Code , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CodeAmino ) : Code ; fromAminoMsg ( object : CodeAminoMsg ) : Code ; fromPartial ( object : { codeBytes ?: Uint8Array ; codeId ?: bigint ; codeInfo ?: { codeHash ?: Uint8Array ; creator ?: string ; instantiateConfig ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } ; pinned ?: boolean ; } ) : Code ; fromProtoMsg ( message : CodeProtoMsg ) : Code ; toAmino ( message : Code ) : CodeAmino ; toAminoMsg ( message : Code ) : CodeAminoMsg ; toProto ( message : Code ) : Uint8Array ; toProtoMsg ( message : Code ) : CodeProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Code Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:253 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:238 from Amino : functionfrom Amino ( object ) : Code Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:287 from Amino Msg : functionfrom Amino Msg ( object ) : Code Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:311 from Partial : functionfrom Partial ( object ) : Code Parameters object : { codeBytes ?: Uint8Array ; codeId ?: bigint ; codeInfo ?: { codeHash ?: Uint8Array ; creator ?: string ; instantiateConfig ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } ; pinned ?: boolean ; } Optional
code Bytes ?: Uint8Array Optional
code Id ?: bigint Optional
code Info ?: { codeHash ?: Uint8Array ; creator ?: string ; instantiateConfig ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } Optional
code Hash ?: Uint8Array Optional
creator ?: string Optional
instantiate Config ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } Optional
address ?: string Optional
addresses ?: string [] Optional
permission ?: AccessType Optional
pinned ?: boolean Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:279 from Proto Msg : functionfrom Proto Msg ( message ) : Code Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:320 to Amino : functionto Amino ( message ) : CodeAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:303 to Amino Msg : functionto Amino Msg ( message ) : CodeAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:314 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:323 to Proto Msg : functionto Proto Msg ( message ) : CodeProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:326 Code Info : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : CodeInfo ; encode ( message : CodeInfo , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CodeInfoAmino ) : CodeInfo ; fromAminoMsg ( object : CodeInfoAminoMsg ) : CodeInfo ; fromPartial ( object : { codeHash ?: Uint8Array ; creator ?: string ; instantiateConfig ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } ) : CodeInfo ; fromProtoMsg ( message : CodeInfoProtoMsg ) : CodeInfo ; toAmino ( message : CodeInfo ) : CodeInfoAmino ; toAminoMsg ( message : CodeInfo ) : CodeInfoAminoMsg ; toProto ( message : CodeInfo ) : Uint8Array ; toProtoMsg ( message : CodeInfo ) : CodeInfoProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : CodeInfo Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:654 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:642 from Amino : functionfrom Amino ( object ) : CodeInfo Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:684 from Amino Msg : functionfrom Amino Msg ( object ) : CodeInfo Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:704 from Partial : functionfrom Partial ( object ) : CodeInfo Parameters object : { codeHash ?: Uint8Array ; creator ?: string ; instantiateConfig ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } Optional
code Hash ?: Uint8Array Optional
creator ?: string Optional
instantiate Config ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } Optional
address ?: string Optional
addresses ?: string [] Optional
permission ?: AccessType Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:677 from Proto Msg : functionfrom Proto Msg ( message ) : CodeInfo Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:713 to Amino : functionto Amino ( message ) : CodeInfoAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:697 to Amino Msg : functionto Amino Msg ( message ) : CodeInfoAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:707 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:716 to Proto Msg : functionto Proto Msg ( message ) : CodeInfoProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:719 type Url : string decode : functiondecode ( input , length ? ) : CodeInfoResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1750 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1735 from Amino : functionfrom Amino ( object ) : CodeInfoResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1784 from Amino Msg : functionfrom Amino Msg ( object ) : CodeInfoResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1808 from Partial : functionfrom Partial ( object ) : CodeInfoResponse Parameters object : { codeId ?: bigint ; creator ?: string ; dataHash ?: Uint8Array ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } Optional
code Id ?: bigint Optional
creator ?: string Optional
data Hash ?: Uint8Array Optional
instantiate Permission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } Optional
address ?: string Optional
addresses ?: string [] Optional
permission ?: AccessType Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1776 from Proto Msg : functionfrom Proto Msg ( message ) : CodeInfoResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1817 to Amino : functionto Amino ( message ) : CodeInfoResponseAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1800 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1820 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : CombinedLimit Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:747 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:738 from Amino : functionfrom Amino ( object ) : CombinedLimit Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:773 from Amino Msg : functionfrom Amino Msg ( object ) : CombinedLimit Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:791 from Partial : functionfrom Partial ( object ) : CombinedLimit Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.CombinedLimit" ; amounts ?: { amount ?: string ; denom ?: string ; } [] ; callsRemaining ?: bigint ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.CombinedLimit" Optional
amounts ?: { amount ?: string ; denom ?: string ; } [] Optional
calls Remaining ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:767 from Proto Msg : functionfrom Proto Msg ( message ) : CombinedLimit Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:800 to Amino : functionto Amino ( message ) : CombinedLimitAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:781 to Amino Msg : functionto Amino Msg ( message ) : CombinedLimitAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:794 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:803 to Proto Msg : functionto Proto Msg ( message ) : CombinedLimitProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:806 Contract : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Contract ; encode ( message : Contract , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ContractAmino ) : Contract ; fromAminoMsg ( object : ContractAminoMsg ) : Contract ; fromPartial ( object : { contractAddress ?: string ; contractCodeHistory ?: { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; } [] ; contractInfo ?: { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; creator ?: string ; extension ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; ibcPortId ?: string ; label ?: string ; } ; contractState ?: { key ?: Uint8Array ; value ?: Uint8Array ; } [] ; } ) : Contract ; fromProtoMsg ( message : ContractProtoMsg ) : Contract ; toAmino ( message : Contract ) : ContractAmino ; toAminoMsg ( message : Contract ) : ContractAminoMsg ; toProto ( message : Contract ) : Uint8Array ; toProtoMsg ( message : Contract ) : ContractProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Contract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:358 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:343 from Amino : functionfrom Amino ( object ) : Contract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:392 from Amino Msg : functionfrom Amino Msg ( object ) : Contract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:420 from Partial : functionfrom Partial ( object ) : Contract Parameters object : { contractAddress ?: string ; contractCodeHistory ?: { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; } [] ; contractInfo ?: { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; creator ?: string ; extension ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; ibcPortId ?: string ; label ?: string ; } ; contractState ?: { key ?: Uint8Array ; value ?: Uint8Array ; } [] ; } Optional
contract Address ?: string Optional
contract Code History ?: { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; } [] Optional
contract Info ?: { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; creator ?: string ; extension ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; ibcPortId ?: string ; label ?: string ; } Optional
admin ?: string Optional
code Id ?: bigint Optional
created ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } Optional
block Height ?: bigint Optional
tx Index ?: bigint Optional
creator ?: string Optional
extension ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
ibc Port Id ?: string Optional
label ?: string Optional
contract State ?: { key ?: Uint8Array ; value ?: Uint8Array ; } [] Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:384 from Proto Msg : functionfrom Proto Msg ( message ) : Contract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:429 to Amino : functionto Amino ( message ) : ContractAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:404 to Amino Msg : functionto Amino Msg ( message ) : ContractAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:423 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:432 to Proto Msg : functionto Proto Msg ( message ) : ContractProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:435 Contract Authz Filter X_ From Amino : ( ( content : AnyAmino ) => Any ) Contract Authz Filter X_ To Amino : ( ( content : Any ) => AnyAmino ) Contract Authz Limit X_ From Amino : ( ( content : AnyAmino ) => Any ) Contract Authz Limit X_ To Amino : ( ( content : Any ) => AnyAmino ) type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:877 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : ContractCodeHistoryEntry Parameters object : { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; } Optional
code Id ?: bigint Optional
msg ?: Uint8Array Optional
updated ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } Optional
block Height ?: bigint Optional
tx Index ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:918 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:962 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:358 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : ContractExecutionAuthorization Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.ContractExecutionAuthorization" ; grants ?: { contract ?: string ; filter ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" ; keys ?: string [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" ; messages ?: Uint8Array [] ; } ; limit ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxCallsLimit" ; remaining ?: bigint ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxFundsLimit" ; amounts ?: { amount ?: ...; denom ?: ...; } [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.CombinedLimit" ; amounts ?: { amount ?: ...; denom ?: ...; } [] ; callsRemaining ?: bigint ; } ; } [] ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.ContractExecutionAuthorization" Optional
grants ?: { contract ?: string ; filter ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" ; keys ?: string [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" ; messages ?: Uint8Array [] ; } ; limit ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxCallsLimit" ; remaining ?: bigint ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxFundsLimit" ; amounts ?: { amount ?: ...; denom ?: ...; } [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.CombinedLimit" ; amounts ?: { amount ?: ...; denom ?: ...; } [] ; callsRemaining ?: bigint ; } ; } [] Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:381 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:412 to Proto Msg : functionContract Grant : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : ContractGrant ; encode ( message : ContractGrant , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ContractGrantAmino ) : ContractGrant ; fromAminoMsg ( object : ContractGrantAminoMsg ) : ContractGrant ; fromPartial ( object : { contract ?: string ; filter ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" ; keys ?: string [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" ; messages ?: Uint8Array [] ; } ; limit ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxCallsLimit" ; remaining ?: bigint ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxFundsLimit" ; amounts ?: { amount ?: string ; denom ?: string ; } [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.CombinedLimit" ; amounts ?: { amount ?: string ; denom ?: string ; } [] ; callsRemaining ?: bigint ; } ; } ) : ContractGrant ; fromProtoMsg ( message : ContractGrantProtoMsg ) : ContractGrant ; toAmino ( message : ContractGrant ) : ContractGrantAmino ; toAminoMsg ( message : ContractGrant ) : ContractGrantAminoMsg ; toProto ( message : ContractGrant ) : Uint8Array ; toProtoMsg ( message : ContractGrant ) : ContractGrantProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : ContractGrant Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:515 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:503 from Amino : functionfrom Amino ( object ) : ContractGrant Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:545 from Amino Msg : functionfrom Amino Msg ( object ) : ContractGrant Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:565 from Partial : functionfrom Partial ( object ) : ContractGrant Parameters object : { contract ?: string ; filter ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" ; keys ?: string [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" ; messages ?: Uint8Array [] ; } ; limit ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxCallsLimit" ; remaining ?: bigint ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxFundsLimit" ; amounts ?: { amount ?: string ; denom ?: string ; } [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.CombinedLimit" ; amounts ?: { amount ?: string ; denom ?: string ; } [] ; callsRemaining ?: bigint ; } ; } Optional
contract ?: string Optional
filter ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" ; keys ?: string [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" ; messages ?: Uint8Array [] ; } Optional
limit ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxCallsLimit" ; remaining ?: bigint ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxFundsLimit" ; amounts ?: { amount ?: string ; denom ?: string ; } [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.CombinedLimit" ; amounts ?: { amount ?: string ; denom ?: string ; } [] ; callsRemaining ?: bigint ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:538 from Proto Msg : functionfrom Proto Msg ( message ) : ContractGrant Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:574 to Amino : functionto Amino ( message ) : ContractGrantAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:558 to Amino Msg : functionto Amino Msg ( message ) : ContractGrantAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:568 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:577 to Proto Msg : functionto Proto Msg ( message ) : ContractGrantProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:580 type Url : string decode : functiondecode ( input , length ? ) : ContractInfo Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:763 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:739 from Amino : functionfrom Amino ( object ) : ContractInfo Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:809 from Amino Msg : functionfrom Amino Msg ( object ) : ContractInfo Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:845 from Partial : functionfrom Partial ( object ) : ContractInfo Parameters object : { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; creator ?: string ; extension ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; ibcPortId ?: string ; label ?: string ; } Optional
admin ?: string Optional
code Id ?: bigint Optional
created ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } Optional
block Height ?: bigint Optional
tx Index ?: bigint Optional
creator ?: string Optional
extension ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
ibc Port Id ?: string Optional
label ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:798 from Proto Msg : functionfrom Proto Msg ( message ) : ContractInfo Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:854 to Amino : functionto Amino ( message ) : ContractInfoAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:834 to Amino Msg : functionto Amino Msg ( message ) : ContractInfoAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:848 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:857 to Proto Msg : functionto Proto Msg ( message ) : ContractInfoProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:860 Contract Info Extension_ From Amino : ( ( content : AnyAmino ) => Any ) Contract Info Extension_ Interface Decoder : ( ( input : Uint8Array | BinaryReader ) => Any ) Contract Info Extension_ To Amino : ( ( content : Any ) => AnyAmino ) type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:430 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : ContractMigrationAuthorization Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.ContractMigrationAuthorization" ; grants ?: { contract ?: string ; filter ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" ; keys ?: string [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" ; messages ?: Uint8Array [] ; } ; limit ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxCallsLimit" ; remaining ?: bigint ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxFundsLimit" ; amounts ?: { amount ?: ...; denom ?: ...; } [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.CombinedLimit" ; amounts ?: { amount ?: ...; denom ?: ...; } [] ; callsRemaining ?: bigint ; } ; } [] ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.ContractMigrationAuthorization" Optional
grants ?: { contract ?: string ; filter ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter" ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter" ; keys ?: string [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter" ; messages ?: Uint8Array [] ; } ; limit ?: | { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxCallsLimit" ; remaining ?: bigint ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.MaxFundsLimit" ; amounts ?: { amount ?: ...; denom ?: ...; } [] ; } | { $typeUrl ?: "/cosmwasm.wasm.v1.CombinedLimit" ; amounts ?: { amount ?: ...; denom ?: ...; } [] ; callsRemaining ?: bigint ; } ; } [] Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:453 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:484 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ExecuteContractProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1494 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1473 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : ExecuteContractProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1570 from Partial : functionfrom Partial ( object ) : ExecuteContractProposal Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.ExecuteContractProposal" ; contract ?: string ; description ?: string ; funds ?: { amount ?: string ; denom ?: string ; } [] ; msg ?: Uint8Array ; runAs ?: string ; title ?: string ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.ExecuteContractProposal" Optional
contract ?: string Optional
description ?: string Optional
funds ?: { amount ?: string ; denom ?: string ; } [] Optional
msg ?: Uint8Array Optional
run As ?: string Optional
title ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1526 from Proto Msg : functionfrom Proto Msg ( message ) : ExecuteContractProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1579 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1582 to Proto Msg : functionGenesis 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 : { codes ?: { codeBytes ?: Uint8Array ; codeId ?: bigint ; codeInfo ?: { codeHash ?: Uint8Array ; creator ?: string ; instantiateConfig ?: { address ?: ( ...) | ( ...) ; addresses ?: ( ...) | ( ...) ; permission ?: ( ...) | ( ...) ; } ; } ; pinned ?: boolean ; } [] ; contracts ?: { contractAddress ?: string ; contractCodeHistory ?: { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: ...; txIndex ?: ...; } ; } [] ; contractInfo ?: { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: ( ...) | ( ...) ; txIndex ?: ( ...) | ( ...) ; } ; creator ?: string ; extension ?: { $typeUrl ?: ( ...) | ( ...) ; typeUrl ?: ( ...) | ( ...) ; value ?: ( ...) | ( ...) ; } ; ibcPortId ?: string ; label ?: string ; } ; contractState ?: { key ?: Uint8Array ; value ?: Uint8Array ; } [] ; } [] ; params ?: { codeUploadAccess ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; instantiateDefaultPermission ?: AccessType ; } ; sequences ?: { idKey ?: Uint8Array ; value ?: 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/cosmwasm/wasm/v1/genesis.ts:142 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:127 from Amino : functionfrom Amino ( object ) : GenesisState Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:176 from Amino Msg : functionfrom Amino Msg ( object ) : GenesisState Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:206 from Partial : functionfrom Partial ( object ) : GenesisState Parameters object : { codes ?: { codeBytes ?: Uint8Array ; codeId ?: bigint ; codeInfo ?: { codeHash ?: Uint8Array ; creator ?: string ; instantiateConfig ?: { address ?: ( ...) | ( ...) ; addresses ?: ( ...) | ( ...) ; permission ?: ( ...) | ( ...) ; } ; } ; pinned ?: boolean ; } [] ; contracts ?: { contractAddress ?: string ; contractCodeHistory ?: { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: ...; txIndex ?: ...; } ; } [] ; contractInfo ?: { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: ( ...) | ( ...) ; txIndex ?: ( ...) | ( ...) ; } ; creator ?: string ; extension ?: { $typeUrl ?: ( ...) | ( ...) ; typeUrl ?: ( ...) | ( ...) ; value ?: ( ...) | ( ...) ; } ; ibcPortId ?: string ; label ?: string ; } ; contractState ?: { key ?: Uint8Array ; value ?: Uint8Array ; } [] ; } [] ; params ?: { codeUploadAccess ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; instantiateDefaultPermission ?: AccessType ; } ; sequences ?: { idKey ?: Uint8Array ; value ?: bigint ; } [] ; } Optional
codes ?: { codeBytes ?: Uint8Array ; codeId ?: bigint ; codeInfo ?: { codeHash ?: Uint8Array ; creator ?: string ; instantiateConfig ?: { address ?: ( ...) | ( ...) ; addresses ?: ( ...) | ( ...) ; permission ?: ( ...) | ( ...) ; } ; } ; pinned ?: boolean ; } [] Optional
contracts ?: { contractAddress ?: string ; contractCodeHistory ?: { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: ...; txIndex ?: ...; } ; } [] ; contractInfo ?: { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: ( ...) | ( ...) ; txIndex ?: ( ...) | ( ...) ; } ; creator ?: string ; extension ?: { $typeUrl ?: ( ...) | ( ...) ; typeUrl ?: ( ...) | ( ...) ; value ?: ( ...) | ( ...) ; } ; ibcPortId ?: string ; label ?: string ; } ; contractState ?: { key ?: Uint8Array ; value ?: Uint8Array ; } [] ; } [] Optional
params ?: { codeUploadAccess ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; instantiateDefaultPermission ?: AccessType ; } Optional
code Upload Access ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } Optional
address ?: string Optional
addresses ?: string [] Optional
permission ?: AccessType Optional
instantiate Default Permission ?: AccessType Optional
sequences ?: { idKey ?: Uint8Array ; value ?: bigint ; } [] Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:168 from Proto Msg : functionfrom Proto Msg ( message ) : GenesisState Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:215 to Amino : functionto Amino ( message ) : GenesisStateAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:186 to Amino Msg : functionto Amino Msg ( message ) : GenesisStateAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:209 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:218 to Proto Msg : functionto Proto Msg ( message ) : GenesisStateProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:221 type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1073 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : InstantiateContract2Proposal Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.InstantiateContract2Proposal" ; admin ?: string ; codeId ?: bigint ; description ?: string ; fixMsg ?: boolean ; funds ?: { amount ?: string ; denom ?: string ; } [] ; label ?: string ; msg ?: Uint8Array ; runAs ?: string ; salt ?: Uint8Array ; title ?: string ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.InstantiateContract2Proposal" Optional
admin ?: string Optional
code Id ?: bigint Optional
description ?: string Optional
fix Msg ?: boolean Optional
funds ?: { amount ?: string ; denom ?: string ; } [] Optional
label ?: string Optional
msg ?: Uint8Array Optional
run As ?: string Optional
salt ?: Uint8Array Optional
title ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1150 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1226 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:915 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : InstantiateContractProposal Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.InstantiateContractProposal" ; admin ?: string ; codeId ?: bigint ; description ?: string ; funds ?: { amount ?: string ; denom ?: string ; } [] ; label ?: string ; msg ?: Uint8Array ; runAs ?: string ; title ?: string ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.InstantiateContractProposal" Optional
admin ?: string Optional
code Id ?: bigint Optional
description ?: string Optional
funds ?: { amount ?: string ; denom ?: string ; } [] Optional
label ?: string Optional
msg ?: Uint8Array Optional
run As ?: string Optional
title ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:980 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1046 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MaxCallsLimit Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:601 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:595 from Amino : functionfrom Amino ( object ) : MaxCallsLimit Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:623 from Amino Msg : functionfrom Amino Msg ( object ) : MaxCallsLimit Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:635 from Partial : functionfrom Partial ( object ) : MaxCallsLimit Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.MaxCallsLimit" ; remaining ?: bigint ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.MaxCallsLimit" Optional
remaining ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:618 from Proto Msg : functionfrom Proto Msg ( message ) : MaxCallsLimit Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:644 to Amino : functionto Amino ( message ) : MaxCallsLimitAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:630 to Amino Msg : functionto Amino Msg ( message ) : MaxCallsLimitAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:638 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:647 to Proto Msg : functionto Proto Msg ( message ) : MaxCallsLimitProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:650 type Url : string decode : functiondecode ( input , length ? ) : MaxFundsLimit Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:671 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:665 from Amino : functionfrom Amino ( object ) : MaxFundsLimit Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:693 from Amino Msg : functionfrom Amino Msg ( object ) : MaxFundsLimit Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:707 from Partial : functionfrom Partial ( object ) : MaxFundsLimit Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.MaxFundsLimit" ; amounts ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.MaxFundsLimit" Optional
amounts ?: { amount ?: string ; denom ?: string ; } [] Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:688 from Proto Msg : functionfrom Proto Msg ( message ) : MaxFundsLimit Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:716 to Amino : functionto Amino ( message ) : MaxFundsLimitAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:698 to Amino Msg : functionto Amino Msg ( message ) : MaxFundsLimitAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:710 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:719 to Proto Msg : functionto Proto Msg ( message ) : MaxFundsLimitProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/authz.ts:722 Message Composer : { encoded : { clearAdmin ( value : MsgClearAdmin ) : { typeUrl : string ; value : Uint8Array ; } ; executeContract ( value : MsgExecuteContract ) : { typeUrl : string ; value : Uint8Array ; } ; instantiateContract ( value : MsgInstantiateContract ) : { typeUrl : string ; value : Uint8Array ; } ; instantiateContract2 ( value : MsgInstantiateContract2 ) : { typeUrl : string ; value : Uint8Array ; } ; migrateContract ( value : MsgMigrateContract ) : { typeUrl : string ; value : Uint8Array ; } ; storeCode ( value : MsgStoreCode ) : { typeUrl : string ; value : Uint8Array ; } ; updateAdmin ( value : MsgUpdateAdmin ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { clearAdmin ( value : MsgClearAdmin ) : { typeUrl : string ; value : MsgClearAdmin ; } ; executeContract ( value : MsgExecuteContract ) : { typeUrl : string ; value : MsgExecuteContract ; } ; instantiateContract ( value : MsgInstantiateContract ) : { typeUrl : string ; value : MsgInstantiateContract ; } ; instantiateContract2 ( value : MsgInstantiateContract2 ) : { typeUrl : string ; value : MsgInstantiateContract2 ; } ; migrateContract ( value : MsgMigrateContract ) : { typeUrl : string ; value : MsgMigrateContract ; } ; storeCode ( value : MsgStoreCode ) : { typeUrl : string ; value : MsgStoreCode ; } ; updateAdmin ( value : MsgUpdateAdmin ) : { typeUrl : string ; value : MsgUpdateAdmin ; } ; } ; withTypeUrl : { clearAdmin ( value : MsgClearAdmin ) : { typeUrl : string ; value : MsgClearAdmin ; } ; executeContract ( value : MsgExecuteContract ) : { typeUrl : string ; value : MsgExecuteContract ; } ; instantiateContract ( value : MsgInstantiateContract ) : { typeUrl : string ; value : MsgInstantiateContract ; } ; instantiateContract2 ( value : MsgInstantiateContract2 ) : { typeUrl : string ; value : MsgInstantiateContract2 ; } ; migrateContract ( value : MsgMigrateContract ) : { typeUrl : string ; value : MsgMigrateContract ; } ; storeCode ( value : MsgStoreCode ) : { typeUrl : string ; value : MsgStoreCode ; } ; updateAdmin ( value : MsgUpdateAdmin ) : { typeUrl : string ; value : MsgUpdateAdmin ; } ; } ; } encoded : { clearAdmin ( value : MsgClearAdmin ) : { typeUrl : string ; value : Uint8Array ; } ; executeContract ( value : MsgExecuteContract ) : { typeUrl : string ; value : Uint8Array ; } ; instantiateContract ( value : MsgInstantiateContract ) : { typeUrl : string ; value : Uint8Array ; } ; instantiateContract2 ( value : MsgInstantiateContract2 ) : { typeUrl : string ; value : Uint8Array ; } ; migrateContract ( value : MsgMigrateContract ) : { typeUrl : string ; value : Uint8Array ; } ; storeCode ( value : MsgStoreCode ) : { typeUrl : string ; value : Uint8Array ; } ; updateAdmin ( value : MsgUpdateAdmin ) : { typeUrl : string ; value : Uint8Array ; } ; } clear Admin : functionclear Admin ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:49 execute Contract : functionexecute Contract ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:31 instantiate Contract : functioninstantiate Contract ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:19 instantiate Contract2 : functioninstantiate Contract2 ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:25 migrate Contract : functionmigrate Contract ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:37 store Code : functionstore Code ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:13 update Admin : functionupdate Admin ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:43 clear Admin : functionclear Admin ( value ) : { typeUrl : string ; value : MsgClearAdmin ; } Returns { typeUrl : string ; value : MsgClearAdmin ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:137 execute Contract : functionexecute Contract ( value ) : { typeUrl : string ; value : MsgExecuteContract ; } Returns { typeUrl : string ; value : MsgExecuteContract ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:119 instantiate Contract : functioninstantiate Contract ( value ) : { typeUrl : string ; value : MsgInstantiateContract ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:107 instantiate Contract2 : functioninstantiate Contract2 ( value ) : { typeUrl : string ; value : MsgInstantiateContract2 ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:113 migrate Contract : functionmigrate Contract ( value ) : { typeUrl : string ; value : MsgMigrateContract ; } Returns { typeUrl : string ; value : MsgMigrateContract ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:125 store Code : functionstore Code ( value ) : { typeUrl : string ; value : MsgStoreCode ; } Returns { typeUrl : string ; value : MsgStoreCode ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:101 update Admin : functionupdate Admin ( value ) : { typeUrl : string ; value : MsgUpdateAdmin ; } Returns { typeUrl : string ; value : MsgUpdateAdmin ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:131 clear Admin : functionclear Admin ( value ) : { typeUrl : string ; value : MsgClearAdmin ; } Returns { typeUrl : string ; value : MsgClearAdmin ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:93 execute Contract : functionexecute Contract ( value ) : { typeUrl : string ; value : MsgExecuteContract ; } Returns { typeUrl : string ; value : MsgExecuteContract ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:75 instantiate Contract : functioninstantiate Contract ( value ) : { typeUrl : string ; value : MsgInstantiateContract ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:63 instantiate Contract2 : functioninstantiate Contract2 ( value ) : { typeUrl : string ; value : MsgInstantiateContract2 ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:69 migrate Contract : functionmigrate Contract ( value ) : { typeUrl : string ; value : MsgMigrateContract ; } Returns { typeUrl : string ; value : MsgMigrateContract ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:81 store Code : functionstore Code ( value ) : { typeUrl : string ; value : MsgStoreCode ; } Returns { typeUrl : string ; value : MsgStoreCode ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:57 update Admin : functionupdate Admin ( value ) : { typeUrl : string ; value : MsgUpdateAdmin ; } Returns { typeUrl : string ; value : MsgUpdateAdmin ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.registry.ts:87 type Url : string decode : functiondecode ( input , length ? ) : MigrateContractProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1266 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1248 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : MigrateContractProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1332 from Partial : functionfrom Partial ( object ) : MigrateContractProposal Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.MigrateContractProposal" ; codeId ?: bigint ; contract ?: string ; description ?: string ; msg ?: Uint8Array ; title ?: string ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.MigrateContractProposal" Optional
code Id ?: bigint Optional
contract ?: string Optional
description ?: string Optional
msg ?: Uint8Array Optional
title ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1295 from Proto Msg : functionfrom Proto Msg ( message ) : MigrateContractProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1341 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1344 to Proto Msg : functionModel : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Model ; encode ( message : Model , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ModelAmino ) : Model ; fromAminoMsg ( object : ModelAminoMsg ) : Model ; fromPartial ( object : { key ?: Uint8Array ; value ?: Uint8Array ; } ) : Model ; fromProtoMsg ( message : ModelProtoMsg ) : Model ; toAmino ( message : Model ) : ModelAmino ; toAminoMsg ( message : Model ) : ModelAminoMsg ; toProto ( message : Model ) : Uint8Array ; toProtoMsg ( message : Model ) : ModelProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Model Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1070 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1061 from Amino : functionfrom Amino ( object ) : Model Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1096 from Amino Msg : functionfrom Amino Msg ( object ) : Model Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1112 from Partial : functionfrom Partial ( object ) : Model Parameters object : { key ?: Uint8Array ; value ?: Uint8Array ; } Optional
key ?: Uint8Array Optional
value ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1090 from Proto Msg : functionfrom Proto Msg ( message ) : Model Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1121 to Amino : functionto Amino ( message ) : ModelAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1106 to Amino Msg : functionto Amino Msg ( message ) : ModelAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1115 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1124 to Proto Msg : functionto Proto Msg ( message ) : ModelProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:1127 type Url : string decode : functiondecode ( input , length ? ) : MsgClearAdmin Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1603 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1594 from Amino : functionfrom Amino ( object ) : MsgClearAdmin Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1629 from Amino Msg : functionfrom Amino Msg ( object ) : MsgClearAdmin Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1645 from Partial : functionfrom Partial ( object ) : MsgClearAdmin Parameters object : { contract ?: string ; sender ?: string ; } Optional
contract ?: string Optional
sender ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1623 from Proto Msg : functionfrom Proto Msg ( message ) : MsgClearAdmin Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1654 to Amino : functionto Amino ( message ) : MsgClearAdminAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1639 to Amino Msg : functionto Amino Msg ( message ) : MsgClearAdminAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1648 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1657 to Proto Msg : functionto Proto Msg ( message ) : MsgClearAdminProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1660 type Url : string decode : functiondecode ( input , length ? ) : MsgClearAdminResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1675 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1672 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : MsgClearAdminResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1701 from Partial : functionfrom Proto Msg : functionfrom Proto Msg ( message ) : MsgClearAdminResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1710 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1713 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgExecuteContract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1112 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1097 from Amino : functionfrom Amino ( object ) : MsgExecuteContract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1146 from Amino Msg : functionfrom Amino Msg ( object ) : MsgExecuteContract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1172 from Partial : functionfrom Partial ( object ) : MsgExecuteContract Parameters object : { contract ?: string ; funds ?: { amount ?: string ; denom ?: string ; } [] ; msg ?: Uint8Array ; sender ?: string ; } Optional
contract ?: string Optional
funds ?: { amount ?: string ; denom ?: string ; } [] Optional
msg ?: Uint8Array Optional
sender ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1138 from Proto Msg : functionfrom Proto Msg ( message ) : MsgExecuteContract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1181 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1184 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1201 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgExecuteContractResponse Parameters object : { data ?: Uint8Array ; } Optional
data ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1224 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1253 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgIBCCloseChannel Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:197 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:191 from Amino : functionfrom Amino ( object ) : MsgIBCCloseChannel Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:219 from Amino Msg : functionfrom Amino Msg ( object ) : MsgIBCCloseChannel Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:231 from Partial : functionfrom Partial ( object ) : MsgIBCCloseChannel Parameters object : { channel ?: string ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:214 from Proto Msg : functionfrom Proto Msg ( message ) : MsgIBCCloseChannel Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:240 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:243 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgIBCSend Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:104 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:89 from Amino : functionfrom Amino ( object ) : MsgIBCSend Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:138 from Amino Msg : functionfrom Amino Msg ( object ) : MsgIBCSend Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:162 from Partial : functionfrom Partial ( object ) : MsgIBCSend Parameters object : { channel ?: string ; data ?: Uint8Array ; timeoutHeight ?: bigint ; timeoutTimestamp ?: bigint ; } Optional
channel ?: string Optional
data ?: Uint8Array Optional
timeout Height ?: bigint Optional
timeout Timestamp ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:130 from Proto Msg : functionfrom Proto Msg ( message ) : MsgIBCSend Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:171 to Amino : functionto Amino ( message ) : MsgIBCSendAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:154 to Amino Msg : functionto Amino Msg ( message ) : MsgIBCSendAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:165 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:174 to Proto Msg : functionto Proto Msg ( message ) : MsgIBCSendProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/ibc.ts:177 type Url : string decode : functiondecode ( input , length ? ) : MsgInstantiateContract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:672 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:651 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgInstantiateContract Parameters object : { admin ?: string ; codeId ?: bigint ; funds ?: { amount ?: string ; denom ?: string ; } [] ; label ?: string ; msg ?: Uint8Array ; sender ?: string ; } Optional
admin ?: string Optional
code Id ?: bigint Optional
funds ?: { amount ?: string ; denom ?: string ; } [] Optional
label ?: string Optional
msg ?: Uint8Array Optional
sender ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:704 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:760 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:784 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgInstantiateContract2 Parameters object : { admin ?: string ; codeId ?: bigint ; fixMsg ?: boolean ; funds ?: { amount ?: string ; denom ?: string ; } [] ; label ?: string ; msg ?: Uint8Array ; salt ?: Uint8Array ; sender ?: string ; } Optional
admin ?: string Optional
code Id ?: bigint Optional
fix Msg ?: boolean Optional
funds ?: { amount ?: string ; denom ?: string ; } [] Optional
label ?: string Optional
msg ?: Uint8Array Optional
salt ?: Uint8Array Optional
sender ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:849 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:915 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1014 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgInstantiateContract2Response Parameters object : { address ?: string ; data ?: Uint8Array ; } Optional
address ?: string Optional
data ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1043 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1077 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:933 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgInstantiateContractResponse Parameters object : { address ?: string ; data ?: Uint8Array ; } Optional
address ?: string Optional
data ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:962 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:996 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgMigrateContract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1288 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1273 from Amino : functionfrom Amino ( object ) : MsgMigrateContract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1322 from Amino Msg : functionfrom Amino Msg ( object ) : MsgMigrateContract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1346 from Partial : functionfrom Partial ( object ) : MsgMigrateContract Parameters object : { codeId ?: bigint ; contract ?: string ; msg ?: Uint8Array ; sender ?: string ; } Optional
code Id ?: bigint Optional
contract ?: string Optional
msg ?: Uint8Array Optional
sender ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1314 from Proto Msg : functionfrom Proto Msg ( message ) : MsgMigrateContract Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1355 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1358 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1375 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgMigrateContractResponse Parameters object : { data ?: Uint8Array ; } Optional
data ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1398 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1427 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgStoreCode Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:486 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:474 from Amino : functionfrom Amino ( object ) : MsgStoreCode Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:516 from Amino Msg : functionfrom Amino Msg ( object ) : MsgStoreCode Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:536 from Partial : functionfrom Partial ( object ) : MsgStoreCode Parameters object : { instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; sender ?: string ; wasmByteCode ?: Uint8Array ; } Optional
instantiate Permission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } Optional
address ?: string Optional
addresses ?: string [] Optional
permission ?: AccessType Optional
sender ?: string Optional
wasm Byte Code ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:509 from Proto Msg : functionfrom Proto Msg ( message ) : MsgStoreCode Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:545 to Amino : functionto Amino ( message ) : MsgStoreCodeAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:529 to Amino Msg : functionto Amino Msg ( message ) : MsgStoreCodeAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:539 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:548 to Proto Msg : functionto Proto Msg ( message ) : MsgStoreCodeProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:551 type Url : string decode : functiondecode ( input , length ? ) : MsgStoreCodeResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:575 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:566 from Amino : functionfrom Amino ( object ) : MsgStoreCodeResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:601 from Amino Msg : functionfrom Amino Msg ( object ) : MsgStoreCodeResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:617 from Partial : functionfrom Partial ( object ) : MsgStoreCodeResponse Parameters object : { checksum ?: Uint8Array ; codeId ?: bigint ; } Optional
checksum ?: Uint8Array Optional
code Id ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:595 from Proto Msg : functionfrom Proto Msg ( message ) : MsgStoreCodeResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:626 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:629 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgUpdateAdmin Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1458 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1446 from Amino : functionfrom Amino ( object ) : MsgUpdateAdmin Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1488 from Amino Msg : functionfrom Amino Msg ( object ) : MsgUpdateAdmin Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1508 from Partial : functionfrom Partial ( object ) : MsgUpdateAdmin Parameters object : { contract ?: string ; newAdmin ?: string ; sender ?: string ; } Optional
contract ?: string Optional
new Admin ?: string Optional
sender ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1481 from Proto Msg : functionfrom Proto Msg ( message ) : MsgUpdateAdmin Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1517 to Amino : functionto Amino ( message ) : MsgUpdateAdminAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1501 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1520 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgUpdateAdminResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1538 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1535 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionfrom Proto Msg ( message ) : MsgUpdateAdminResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1573 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/tx.ts:1576 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 : { codeUploadAccess ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; instantiateDefaultPermission ?: AccessType ; } ) : Params ; fromProtoMsg ( message : ParamsProtoMsg ) : Params ; toAmino ( message : Params ) : ParamsAmino ; toAminoMsg ( message : Params ) : ParamsAminoMsg ; toProto ( message : Params ) : Uint8Array ; toProtoMsg ( message : Params ) : ParamsProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Params Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:569 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:560 from Amino : functionfrom Amino ( object ) : Params Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:595 from Amino Msg : functionfrom Amino Msg ( object ) : Params Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:611 from Partial : functionfrom Partial ( object ) : Params Parameters object : { codeUploadAccess ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; instantiateDefaultPermission ?: AccessType ; } Optional
code Upload Access ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } Optional
address ?: string Optional
addresses ?: string [] Optional
permission ?: AccessType Optional
instantiate Default Permission ?: AccessType Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:589 from Proto Msg : functionfrom Proto Msg ( message ) : Params Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:620 to Amino : functionto Amino ( message ) : ParamsAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:605 to Amino Msg : functionto Amino Msg ( message ) : ParamsAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:614 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:623 to Proto Msg : functionto Proto Msg ( message ) : ParamsProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:626 type Url : string decode : functiondecode ( input , length ? ) : PinCodesProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1816 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1802 from Amino : functionfrom Amino ( object ) : PinCodesProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1853 from Amino Msg : functionfrom Amino Msg ( object ) : PinCodesProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1875 from Partial : functionfrom Partial ( object ) : PinCodesProposal Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.PinCodesProposal" ; codeIds ?: bigint [] ; description ?: string ; title ?: string ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.PinCodesProposal" Optional
code Ids ?: bigint [] Optional
description ?: string Optional
title ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1846 from Proto Msg : functionfrom Proto Msg ( message ) : PinCodesProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1884 to Amino : functionto Amino ( message ) : PinCodesProposalAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1864 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1887 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1200 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryAllContractStateRequest Parameters object : { address ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } Optional
address ?: string Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1229 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1263 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1281 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryAllContractStateResponse Parameters object : { models ?: { key ?: Uint8Array ; value ?: Uint8Array ; } [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
models ?: { key ?: Uint8Array ; value ?: Uint8Array ; } [] Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1310 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1346 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryCodeRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1669 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1663 from Amino : functionfrom Amino ( object ) : QueryCodeRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1691 from Amino Msg : functionfrom Amino Msg ( object ) : QueryCodeRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1703 from Partial : functionfrom Partial ( object ) : QueryCodeRequest Parameters object : { codeId ?: bigint ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1686 from Proto Msg : functionfrom Proto Msg ( message ) : QueryCodeRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1712 to Amino : functionto Amino ( message ) : QueryCodeRequestAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1698 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1715 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryCodeResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1847 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1838 from Amino : functionfrom Amino ( object ) : QueryCodeResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1873 from Amino Msg : functionfrom Amino Msg ( object ) : QueryCodeResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1889 from Partial : functionfrom Partial ( object ) : QueryCodeResponse Parameters object : { codeInfo ?: { codeId ?: bigint ; creator ?: string ; dataHash ?: Uint8Array ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } ; data ?: Uint8Array ; } Optional
code Info ?: { codeId ?: bigint ; creator ?: string ; dataHash ?: Uint8Array ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } Optional
code Id ?: bigint Optional
creator ?: string Optional
data Hash ?: Uint8Array Optional
instantiate Permission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } Optional
address ?: string Optional
addresses ?: string [] Optional
permission ?: AccessType Optional
data ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1867 from Proto Msg : functionfrom Proto Msg ( message ) : QueryCodeResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1898 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1901 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryCodesRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1924 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1918 from Amino : functionfrom Amino ( object ) : QueryCodesRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1946 from Amino Msg : functionfrom Amino Msg ( object ) : QueryCodesRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1958 from Partial : functionfrom Partial ( object ) : QueryCodesRequest 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/cosmwasm/wasm/v1/query.ts:1941 from Proto Msg : functionfrom Proto Msg ( message ) : QueryCodesRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1967 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1970 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryCodesResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1997 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1988 from Amino : functionfrom Amino ( object ) : QueryCodesResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2023 from Amino Msg : functionfrom Amino Msg ( object ) : QueryCodesResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2041 from Partial : functionfrom Partial ( object ) : QueryCodesResponse Parameters object : { codeInfos ?: { codeId ?: bigint ; creator ?: string ; dataHash ?: Uint8Array ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
code Infos ?: { codeId ?: bigint ; creator ?: string ; dataHash ?: Uint8Array ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } [] Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2017 from Proto Msg : functionfrom Proto Msg ( message ) : QueryCodesResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2050 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2053 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:872 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryContractHistoryRequest Parameters object : { address ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } Optional
address ?: string Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:901 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:935 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:953 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryContractHistoryResponse Parameters object : { entries ?: { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; } [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
entries ?: { codeId ?: bigint ; msg ?: Uint8Array ; operation ?: ContractCodeHistoryOperationType ; updated ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; } [] Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:982 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1018 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:721 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryContractInfoRequest Parameters object : { address ?: string ; } Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:744 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:773 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:791 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryContractInfoResponse Parameters object : { address ?: string ; contractInfo ?: { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; creator ?: string ; extension ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; ibcPortId ?: string ; label ?: string ; } ; } Optional
address ?: string Optional
contract Info ?: { admin ?: string ; codeId ?: bigint ; created ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } ; creator ?: string ; extension ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; ibcPortId ?: string ; label ?: string ; } Optional
admin ?: string Optional
code Id ?: bigint Optional
created ?: { blockHeight ?: bigint ; txIndex ?: bigint ; } Optional
block Height ?: bigint Optional
tx Index ?: bigint Optional
creator ?: string Optional
extension ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
ibc Port Id ?: string Optional
label ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:820 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:854 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1036 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryContractsByCodeRequest Parameters object : { codeId ?: bigint ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } Optional
code Id ?: bigint Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1065 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1099 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1117 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryContractsByCodeResponse Parameters object : { contracts ?: string [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
contracts ?: string [] Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1146 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1182 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2357 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryContractsByCreatorRequest Parameters object : { creatorAddress ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } Optional
creator Address ?: string Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2386 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2420 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2438 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryContractsByCreatorResponse Parameters object : { contractAddresses ?: string [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
contract Addresses ?: string [] Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2467 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2503 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2232 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2229 from Amino : functionfrom Amino ( _ ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2250 from Amino Msg : functionfrom Amino Msg ( object ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2258 from Partial : functionfrom Partial ( _ ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2246 from Proto Msg : functionfrom Proto Msg ( message ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2267 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2270 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2293 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2287 from Amino : functionfrom Amino ( object ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2315 from Amino Msg : functionfrom Amino Msg ( object ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2327 from Partial : functionfrom Partial ( object ) : QueryParamsResponse Parameters object : { params ?: { codeUploadAccess ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; instantiateDefaultPermission ?: AccessType ; } ; } Optional
params ?: { codeUploadAccess ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; instantiateDefaultPermission ?: AccessType ; } Optional
code Upload Access ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } Optional
address ?: string Optional
addresses ?: string [] Optional
permission ?: AccessType Optional
instantiate Default Permission ?: AccessType Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2310 from Proto Msg : functionfrom Proto Msg ( message ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2336 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2339 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryPinnedCodesRequest Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2076 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2070 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPinnedCodesRequest 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/cosmwasm/wasm/v1/query.ts:2093 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2122 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2140 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPinnedCodesResponse Parameters object : { codeIds ?: bigint [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
code Ids ?: bigint [] Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2178 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:2214 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1364 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryRawContractStateRequest Parameters object : { address ?: string ; queryData ?: Uint8Array ; } Optional
address ?: string Optional
query Data ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1393 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1427 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1444 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryRawContractStateResponse Parameters object : { data ?: Uint8Array ; } Optional
data ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1467 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1496 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1514 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QuerySmartContractStateRequest Parameters object : { address ?: string ; queryData ?: Uint8Array ; } Optional
address ?: string Optional
query Data ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1543 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1577 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1594 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QuerySmartContractStateResponse Parameters object : { data ?: Uint8Array ; } Optional
data ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1617 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/query.ts:1646 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : Sequence Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:459 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:450 from Amino : functionfrom Amino ( object ) : Sequence Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:485 from Amino Msg : functionfrom Amino Msg ( object ) : Sequence Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:501 from Partial : functionfrom Partial ( object ) : Sequence Parameters object : { idKey ?: Uint8Array ; value ?: bigint ; } Optional
id Key ?: Uint8Array Optional
value ?: bigint Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:479 from Proto Msg : functionfrom Proto Msg ( message ) : Sequence Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:510 to Amino : functionto Amino ( message ) : SequenceAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:495 to Amino Msg : functionto Amino Msg ( message ) : SequenceAminoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:504 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:513 to Proto Msg : functionto Proto Msg ( message ) : SequenceProtoMsg Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/genesis.ts:516 type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2199 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : StoreAndInstantiateContractProposal Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.StoreAndInstantiateContractProposal" ; admin ?: string ; builder ?: string ; codeHash ?: Uint8Array ; description ?: string ; funds ?: { amount ?: string ; denom ?: string ; } [] ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; label ?: string ; msg ?: Uint8Array ; runAs ?: string ; source ?: string ; title ?: string ; unpinCode ?: boolean ; wasmByteCode ?: Uint8Array ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.StoreAndInstantiateContractProposal" Optional
admin ?: string Optional
builder ?: string Optional
code Hash ?: Uint8Array Optional
description ?: string Optional
funds ?: { amount ?: string ; denom ?: string ; } [] Optional
instantiate Permission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } Optional
address ?: string Optional
addresses ?: string [] Optional
permission ?: AccessType Optional
label ?: string Optional
msg ?: Uint8Array Optional
run As ?: string Optional
source ?: string Optional
title ?: string Optional
unpin Code ?: boolean Optional
wasm Byte Code ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2294 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2385 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : StoreCodeProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:780 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:750 from Amino : functionfrom Amino ( object ) : StoreCodeProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:834 from Amino Msg : functionfrom Amino Msg ( object ) : StoreCodeProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:878 from Partial : functionfrom Partial ( object ) : StoreCodeProposal Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.StoreCodeProposal" ; builder ?: string ; codeHash ?: Uint8Array ; description ?: string ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; runAs ?: string ; source ?: string ; title ?: string ; unpinCode ?: boolean ; wasmByteCode ?: Uint8Array ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.StoreCodeProposal" Optional
builder ?: string Optional
code Hash ?: Uint8Array Optional
description ?: string Optional
instantiate Permission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } Optional
address ?: string Optional
addresses ?: string [] Optional
permission ?: AccessType Optional
run As ?: string Optional
source ?: string Optional
title ?: string Optional
unpin Code ?: boolean Optional
wasm Byte Code ?: Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:821 from Proto Msg : functionfrom Proto Msg ( message ) : StoreCodeProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:887 to Amino : functionto Amino ( message ) : StoreCodeProposalAmino Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:865 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:890 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : SudoContractProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1380 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1365 from Amino : functionfrom Amino ( object ) : SudoContractProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1414 from Amino Msg : functionfrom Amino Msg ( object ) : SudoContractProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1438 from Partial : functionfrom Partial ( object ) : SudoContractProposal Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.SudoContractProposal" ; contract ?: string ; description ?: string ; msg ?: Uint8Array ; title ?: string ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.SudoContractProposal" Optional
contract ?: string Optional
description ?: string Optional
msg ?: Uint8Array Optional
title ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1406 from Proto Msg : functionfrom Proto Msg ( message ) : SudoContractProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1447 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1450 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : UnpinCodesProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1921 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1907 from Amino : functionfrom Amino ( object ) : UnpinCodesProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1958 from Amino Msg : functionfrom Amino Msg ( object ) : UnpinCodesProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1980 from Partial : functionfrom Partial ( object ) : UnpinCodesProposal Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.UnpinCodesProposal" ; codeIds ?: bigint [] ; description ?: string ; title ?: string ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.UnpinCodesProposal" Optional
code Ids ?: bigint [] Optional
description ?: string Optional
title ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1951 from Proto Msg : functionfrom Proto Msg ( message ) : UnpinCodesProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1989 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1992 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : UpdateAdminProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1618 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1603 from Amino : functionfrom Amino ( object ) : UpdateAdminProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1652 from Amino Msg : functionfrom Amino Msg ( object ) : UpdateAdminProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1676 from Partial : functionfrom Partial ( object ) : UpdateAdminProposal Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.UpdateAdminProposal" ; contract ?: string ; description ?: string ; newAdmin ?: string ; title ?: string ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.UpdateAdminProposal" Optional
contract ?: string Optional
description ?: string Optional
new Admin ?: string Optional
title ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1644 from Proto Msg : functionfrom Proto Msg ( message ) : UpdateAdminProposal Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1685 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:1688 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2093 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : UpdateInstantiateConfigProposal Parameters object : { $typeUrl ?: "/cosmwasm.wasm.v1.UpdateInstantiateConfigProposal" ; accessConfigUpdates ?: { codeId ?: bigint ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } [] ; description ?: string ; title ?: string ; } Optional
$type Url ?: "/cosmwasm.wasm.v1.UpdateInstantiateConfigProposal" Optional
access Config Updates ?: { codeId ?: bigint ; instantiatePermission ?: { address ?: string ; addresses ?: string [] ; permission ?: AccessType ; } ; } [] Optional
description ?: string Optional
title ?: string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2128 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/proposal.ts:2169 to Proto Msg : functionload : ( ( protoRegistry : Registry ) => void ) ( protoRegistry ) : void Returns void registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] access Type FromJSON : functionaccess Type FromJSON ( object ) : AccessType Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:25 access Type ToJSON : functionaccess Type ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:48 contract Code History Operation Type FromJSON : functioncontract Code History Operation Type ToJSON : functioncontract Code History Operation Type ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/cosmwasm/wasm/v1/types.ts:99 Defined in packages/proto/src/codegen/cosmwasm/bundle.ts:18
BlockHeight is the block the contract was created at