txType top-level constant

Map<String, String> const txType

Implementation

const Map<String, String> txType = {
  "Deposit": "Deposit",
  "CreateAccountDeposit": "CreateAccountDeposit",
  "Transfer": "Transfer",
  "Withdraw": "Withdrawn",
  "Exit": "Exit"
};