MsgStoreAndInstantiateContractResponse defines the response structure for executing a MsgStoreAndInstantiateContract message.

Since: 0.40

from message cosmwasm.wasm.v1.MsgStoreAndInstantiateContractResponse

Hierarchy

Constructors

Properties

address: string = ""

Address is the bech32 address of the new contract instance.

from field: string address = 1;

data: Uint8Array = ...

Data contains bytes to returned from the contract

from field: bytes data = 2;

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

Methods