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_shared_secrets': 2,
'beacon': 3,
'beacon_summary': 4,
'oracle': 5,
'oracle_summary': 6,
'code_proposal': 7,
'code_approval': 8,
'node_rewards': 9,
};