ContractCodeUpdated: PlainDescriptor<{
    contract: FixedSizeBinary<20>;
    new_code_hash: FixedSizeBinary<32>;
    old_code_hash: FixedSizeBinary<32>;
}>

A contract's code was updated.

Type declaration

  • contract: FixedSizeBinary<20>

    The contract that has been updated.

  • new_code_hash: FixedSizeBinary<32>

    New code hash that was set for the contract.

  • old_code_hash: FixedSizeBinary<32>

    Previous code hash of the contract.