from message wasmx.MsgInstantiateContractCompat

Hierarchy

Constructors

Properties

codeId: string = ""

Code ID obtained from store wasm code

from field: string codeId = 2;

funds: string = ""

Funds coins that are transferred to the contract on instantiation

from field: string funds = 4;

label: string = ""

Label is a human-readable string for labelling the contract

from field: string label = 3;

sender: string = ""

Sender is the that actor that signed the messages

from field: string sender = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "wasmx.MsgInstantiateContractCompat" = "wasmx.MsgInstantiateContractCompat"

Methods