WsMsg$json top-level constant

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

Implementation

@$core.Deprecated('Use wsMsgDescriptor instead')
const WsMsg$json = {
  '1': 'WsMsg',
  '2': [
    {
      '1': 'error',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.chronik.Error',
      '9': 0,
      '10': 'error'
    },
    {
      '1': 'block',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.chronik.MsgBlock',
      '9': 0,
      '10': 'block'
    },
    {
      '1': 'tx',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.chronik.MsgTx',
      '9': 0,
      '10': 'tx'
    },
  ],
  '8': [
    {'1': 'msg_type'},
  ],
};