eth_getCode
Returns code at a given address.
This method will use 350
Compute Units.
Reference: Here
Parameters
DATA
, 20 Bytes - address.QUANTITY|TAG
- integer block number, or the string"latest"
,"earliest"
or"pending"
, see the default block parameter
Returns
DATA
- the code from the given address.
Last updated