ProtoGossipBlockRange_Block$json top-level constant

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

Implementation

@$core.Deprecated('Use protoGossipBlockRangeDescriptor instead')
const ProtoGossipBlockRange_Block$json = const {
  '1': 'Block',
  '2': const [
    const {
      '1': 'header',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.models.ProtoBlockHeader',
      '10': 'header'
    },
    const {
      '1': 'cert',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.models.ProtoBlockCert',
      '10': 'cert'
    },
    const {
      '1': 'diff',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.models.ProtoIdentityStateDiff',
      '10': 'diff'
    },
  ],
};