BlockVerbosity$json top-level constant

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

Implementation

@$core.Deprecated('Use blockVerbosityDescriptor instead')
const BlockVerbosity$json = const {
  '1': 'BlockVerbosity',
  '2': const [
    const {'1': 'BLOCK_DATA', '2': 0},
    const {'1': 'BLOCK_INFO', '2': 1},
    const {'1': 'BLOCK_TRANSACTIONS', '2': 2},
  ],
};