MsgTx$json top-level constant

  1. @Deprecated('Use msgTxDescriptor instead')
Map<String, Object> const MsgTx$json

Implementation

@$core.Deprecated('Use msgTxDescriptor instead')
const MsgTx$json = {
  '1': 'MsgTx',
  '2': [
    {
      '1': 'msg_type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.chronik.TxMsgType',
      '10': 'msgType'
    },
    {'1': 'txid', '3': 2, '4': 1, '5': 12, '10': 'txid'},
    {
      '1': 'finalization_reason',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.chronik.TxFinalizationReason',
      '10': 'finalizationReason'
    },
  ],
};