Enumeration AccountNonceOrdering

Enumerated list of account nonce ordering formats.

Enumeration Members

Enumeration Members

Arbitrary: 1

Nonces can be ordered in arbitrary order.

Sequential: 0

Nonces should be ordered in the same way as in externally owned accounts (EOAs). This means, for instance, that the operator will always wait for a transaction with nonce X before processing a transaction with nonce X+1.