AccessConfigUpdate contains the code id and the access config to be applied.

from message cosmwasm.wasm.v1.AccessConfigUpdate

Hierarchy

Constructors

Properties

codeId: bigint = protoInt64.zero

CodeID is the reference to the stored WASM code to be updated

from field: uint64 code_id = 1;

instantiatePermission?: AccessConfig

InstantiatePermission to apply to the set of code ids

from field: cosmwasm.wasm.v1.AccessConfig instantiate_permission = 2;

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

Methods