REPLAY_PROTECTION constant
TransactionError_Code
const REPLAY_PROTECTION
Replay protection was triggered, e.g. nonce reuse, bad block window
Implementation
static const TransactionError_Code REPLAY_PROTECTION = TransactionError_Code._(20, _omitEnumNames ? '' : 'REPLAY_PROTECTION');