MsgPinCodes is the MsgPinCodes request type.

Since: 0.40

from message cosmwasm.wasm.v1.MsgPinCodes

Hierarchy

Constructors

Properties

authority: string = ""

Authority is the address of the governance account.

from field: string authority = 1;

codeIds: bigint[] = []

CodeIDs references the new WASM codes

from field: repeated uint64 code_ids = 2;

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

Methods