Description Usage Arguments Value
View source: R/ethRPCFunctions.R
Returns code at a given address.
1 | eth_getCode(address, block_number, rpc_address = "http://localhost:8545")
|
rpc_address |
The address of the RPC API. |
20 |
Bytes - address. |
hex |
value of block number, or the string "latest", "earliest" or "pending". |
the code from the given address.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.