TokenTxType$json top-level constant
Implementation
@$core.Deprecated('Use tokenTxTypeDescriptor instead')
const TokenTxType$json = {
'1': 'TokenTxType',
'2': [
{'1': 'NONE', '2': 0},
{'1': 'UNKNOWN', '2': 1},
{'1': 'GENESIS', '2': 2},
{'1': 'SEND', '2': 3},
{'1': 'MINT', '2': 4},
{'1': 'BURN', '2': 5},
],
};