MsgStoreCodeResponse returns store result data.

interface MsgStoreCodeResponse {
    checksum: Uint8Array;
    codeId: bigint;
}

Properties

Properties

checksum: Uint8Array

Checksum is the sha256 hash of the stored code

codeId: bigint

CodeID is the reference to the stored WASM code