eth_getCode: Eth getCode

Description Usage Arguments Value

View source: R/ethRPCFunctions.R

Description

Returns code at a given address.

Usage

1
eth_getCode(address, block_number, rpc_address = "http://localhost:8545")

Arguments

rpc_address

The address of the RPC API.

20

Bytes - address.

hex

value of block number, or the string "latest", "earliest" or "pending".

Value

the code from the given address.


BSDStudios/ethr documentation built on May 5, 2019, 10:26 a.m.