Skip to main content

EthJsonRPC

EthJsonRPC is a library with utilities to interact with an Ethereum JSON-RPC endpoint.

Functions​

nonce​

get the nonce of an address.

Input:

  • "addr": the address to get the nonce.

Output:

  • "val": the nonce of the address.