MsgStoreCodeResponse returns store result data.

interface MsgStoreCodeResponseAmino {
    checksum?: string;
    code_id?: string;
}

Properties

Properties

checksum?: string

Checksum is the sha256 hash of the stored code

code_id?: string

CodeID is the reference to the stored WASM code