ContractCodeHistoryEntry metadata to a contract.

interface ContractCodeHistoryEntryAmino {
    code_id?: string;
    msg?: any;
    operation?: ContractCodeHistoryOperationType;
    updated?: AbsoluteTxPositionAmino;
}

Properties

code_id?: string

CodeID is the reference to the stored WASM code

msg?: any

Updated Tx position when the operation was executed.