BlockNotification$json top-level constant

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

Implementation

@$core.Deprecated('Use blockNotificationDescriptor instead')
const BlockNotification$json = const {
  '1': 'BlockNotification',
  '2': const [
    const {'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.pb.BlockNotification.Type', '10': 'type'},
    const {'1': 'block_info', '3': 2, '4': 1, '5': 11, '6': '.pb.BlockInfo', '9': 0, '10': 'blockInfo'},
    const {'1': 'marshaled_block', '3': 3, '4': 1, '5': 11, '6': '.pb.Block', '9': 0, '10': 'marshaledBlock'},
    const {'1': 'serialized_block', '3': 4, '4': 1, '5': 12, '9': 0, '10': 'serializedBlock'},
  ],
  '4': const [BlockNotification_Type$json],
  '8': const [
    const {'1': 'block'},
  ],
};