eth_getCode
Returns code at a given address.
Parameters:
DATA, 20 Bytes - address
QUANTITY|TAG - integer block number, or the string "latest"
Returns:
DATA - the code from the given address.
Example:
Was this helpful?
Returns code at a given address.
DATA, 20 Bytes - address
QUANTITY|TAG - integer block number, or the string "latest"
DATA - the code from the given address.
Was this helpful?