Retrieves the bytecode of the contract that is currently being executed.
Bytecode is a low-level representation of a smart contract's code that can be executed by the blockchain.
The bytecode of the contract, serialized as a 'StaticArray'.
Generated using TypeDoc
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'.