txTypes top-level constant Null safety

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
};