Function getBytecode

  • Retrieves the bytecode of the contract that is currently being executed.

    Remarks

    Bytecode is a low-level representation of a smart contract's code that can be executed by the blockchain.

    Returns

    The bytecode of the contract, serialized as a 'StaticArray'.

    Returns StaticArray<u8>

Generated using TypeDoc