LightBlock$json top-level constant

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

Implementation

@$core.Deprecated('Use lightBlockDescriptor instead')
const LightBlock$json = const {
  '1': 'LightBlock',
  '2': const [
    const {'1': 'signed_header', '3': 1, '4': 1, '5': 11, '6': '.tendermint.types.SignedHeader', '10': 'signedHeader'},
    const {'1': 'validator_set', '3': 2, '4': 1, '5': 11, '6': '.tendermint.types.ValidatorSet', '10': 'validatorSet'},
  ],
};