txTypes top-level constant Null safety
Implementation
const Map<String, int> txTypes = {
'identity': 0,
'keychain': 1,
'transfer': 2,
'hosting': 6,
'code_proposal': 7,
'code_approval': 8,
'nft': 9
};
const Map<String, int> txTypes = {
'identity': 0,
'keychain': 1,
'transfer': 2,
'hosting': 6,
'code_proposal': 7,
'code_approval': 8,
'nft': 9
};