MsgStoreCodeResponse returns store result data.

from message cosmwasm.wasm.v1.MsgStoreCodeResponse

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;

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

Methods