MsgStoreAndMigrateContractResponse defines the response structure for executing a MsgStoreAndMigrateContract message.

Since: 0.42

from message cosmwasm.wasm.v1.MsgStoreAndMigrateContractResponse

Hierarchy

Constructors

Properties

checksum: Uint8Array = ...

Checksum is the sha256 hash of the stored code

from field: bytes checksum = 2;

codeId: bigint = protoInt64.zero

CodeID is the reference to the stored WASM code

from field: uint64 code_id = 1;

data: Uint8Array = ...

Data contains bytes to returned from the contract

from field: bytes data = 3;

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

Methods