values constant

List<TransactionErrorType> const values

List of all possible values in this TransactionErrorType.

Implementation

static const values = <TransactionErrorType>[
  badNonce,
  invalidAccount,
  someError,
  timeout,
  unknown,
  webhookFailed,
];