ContractInfo stores a WASM contract instance

interface ContractInfoSDKType {
    admin: string;
    code_id: bigint;
    created?: AbsoluteTxPositionSDKType;
    creator: string;
    extension?: AnySDKType;
    ibc_port_id: string;
    label: string;
}

Properties

admin: string
code_id: bigint
creator: string
extension?: AnySDKType
ibc_port_id: string
label: string