Nonce
A per-account counter that orders an address's transactions and prevents replaying them.
On Ethereum-style chains each transaction from an address carries the next nonce. A stuck transaction blocks every later one until it is mined or replaced with the same nonce at a higher gas price.

