GetCode
Implements eth_getCode.
Params
(2)1. address (required)
string
The address of the account or contract.
2. blockNumberOrHash (required)
The number/hash of the block.
Result
(contractBytecode)string
The bytecode of the contract.
Implements eth_getCode.
The address of the account or contract.
The number/hash of the block.
The bytecode of the contract.