txState top-level constant

Map<String, String> const txState

Implementation

const Map<String, String> txState = {
  "Forged": "fged",
  "Forging": "fing",
  "Pending": "pend",
  "Invalid": "invl"
};