CodeInfo is data for the uploaded contract WASM code

interface CodeInfoAmino {
    code_hash?: string;
    creator?: string;
    instantiate_config?: AccessConfigAmino;
}

Properties

code_hash?: string

CodeHash is the unique identifier created by wasmvm

creator?: string

Creator address who initially stored the code

instantiate_config?: AccessConfigAmino

InstantiateConfig access control to apply on contract creation, optional