Get a specific account on the network
The address of the accounts
Get the nonce of a given address
The address whose nonce will be fetched
Get the best chain on the node
Get a block by number
The block number/height
Get a block by block Hash.
The hash of the block.
Get all the known branches on the node
Get the current difficulty and total difficulty of the network.
Fetch blocks mined by the node. It is possible to limit the results by specifying opts.limit to a desired number.
To support pagination, set opts.lastHash to get only results after a specified block hash.
Given the possibility that a node may mined blocks using different coinbase (and public key), use opts.creatorPubKey to return blocks mined by a specific public key (or account).
Returns raw db objects (Debug only)
Filter parameters
Get orphan blocks on the node
Get a list of re-organization events that have occurred from the node's perspective
Return the block with the highest height or number on the node
Get a transaction by its hash
The transaction's hash
Get all the account on the network
Get a list of top accounts on the network.
The maximum number of top accounts to return
Get a suggestion about the next nonce of an account.
The address of the account.
Read the state of the Ellcrys blockchain on a client.
State