TxMsgType$json top-level constant
Implementation
@$core.Deprecated('Use txMsgTypeDescriptor instead')
const TxMsgType$json = {
'1': 'TxMsgType',
'2': [
{'1': 'TX_ADDED_TO_MEMPOOL', '2': 0},
{'1': 'TX_REMOVED_FROM_MEMPOOL', '2': 1},
{'1': 'TX_CONFIRMED', '2': 2},
{'1': 'TX_FINALIZED', '2': 3},
{'1': 'TX_INVALIDATED', '2': 4},
],
};