TxPool
Last updated
Was this helpful?
Last updated
Was this helpful?
Class contains txpool RPC methods
Class contains txpool RPC methods
Kind: global class
TxPool constructor.
Returns: - The TxPool instance
conflux
Conflux
A Conflux instance
Promise.<number>
Get user next nonce in transaction pool
Kind: instance member
Returns: Promise.<number>
- The next usable nonce
address
string
The address of the account
Example (Example usage of txpool.nextNonce)