values constant

Implementation

static const List<TransactionConfirmationStatus> values = [
  processed,
  confirmed,
  finalized
];