parity_nextNonce
Returns next available nonce for transaction from given account. Includes pending block and transaction queue.
NOTE: this method is only supported on the kovan network through our HTTPS and WebSocket
REQUEST
Copy
HEADERS
Copy
REQUEST PARAMS
ADDRESS
[required] - a string representing the address (20 bytes) to check for transaction count for
EXAMPLE
Copy
RESPONSE
RESULT FIELDS
TRANSACTION COUNT
- a hex code of the integer representing the number of transactions sent from this address.
BODY
Copy
Last updated