txTypes top-level constant
Implementation
const Map<String, int> txTypes = <String, int>{
/// User based transaction types
'keychain': 255,
'keychain_access': 254,
'transfer': 253,
'hosting': 252,
'token': 251,
'data': 250,
'contract': 249,
/// Network based transaction types
'node': 0,
'node_shared_secrets': 1,
'origin': 2,
'oracle': 3,
'oracle_summary': 4,
'code_proposal': 5,
'code_approval': 6,
'node_rewards': 7,
'mint_rewards': 8,
};