MsgUpdateInstantiateConfig updates instantiate config for a smart contract

from message cosmwasm.wasm.v1.MsgUpdateInstantiateConfig

Hierarchy

Constructors

Properties

codeId: bigint = protoInt64.zero

CodeID references the stored WASM code

from field: uint64 code_id = 2;

newInstantiatePermission?: AccessConfig

NewInstantiatePermission is the new access control

from field: cosmwasm.wasm.v1.AccessConfig new_instantiate_permission = 3;

sender: string = ""

Sender is the that actor that signed the messages

from field: string sender = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmwasm.wasm.v1.MsgUpdateInstantiateConfig" = "cosmwasm.wasm.v1.MsgUpdateInstantiateConfig"

Methods