txTypes top-level constant

Map<String, int> const txTypes

Implementation

const Map<String, int> txTypes = {
  "identity": 0,
  "keychain": 1,
  "transfer": 2,
  "hosting": 6,
  "code_proposal": 7,
  "code_approval": 8,
  "nft": 9
};