Retrieves the bytecode of the remote contract at the given 'address'.
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'.
The address of the contract's bytecode to retrieve.
Generated using TypeDoc
Retrieves the bytecode of the remote contract at the given 'address'.
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'.
Throws