MsgStoreCodeResponse returns store result data.

interface MsgStoreCodeResponse {
    code_id: string;
}

Properties

Properties

code_id: string

CodeID is the reference to the stored WASM code

Generated using TypeDoc