ContractCodeHistoryEntry metadata to a contract.

interface ContractCodeHistoryEntry {
    codeId: bigint;
    msg: Uint8Array;
    operation: ContractCodeHistoryOperationType;
    updated?: AbsoluteTxPosition;
}

Properties

codeId: bigint

CodeID is the reference to the stored WASM code

msg: Uint8Array

Updated Tx position when the operation was executed.