StoreCodeAuthorization defines authorization for wasm code upload. Since: wasmd 0.42

from message cosmwasm.wasm.v1.StoreCodeAuthorization

Hierarchy

Constructors

Properties

grants: CodeGrant[] = []

Grants for code upload

from field: repeated cosmwasm.wasm.v1.CodeGrant grants = 1;

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

Methods