nounce property

int nounce

The nonce for transaction.

Each transaction sent to the network from an account includes this, which ensures the order and non-replayability of a transaction.

This must be equal to the current number of transactions ever sent to the network by the from address.

Implementation

int get nounce => impl.nounce;