RpcBlock$json top-level constant

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

Implementation

@$core.Deprecated('Use rpcBlockDescriptor instead')
const RpcBlock$json = const {
  '1': 'RpcBlock',
  '2': const [
    const {'1': 'header', '3': 1, '4': 1, '5': 11, '6': '.protowire.RpcBlockHeader', '10': 'header'},
    const {'1': 'transactions', '3': 2, '4': 3, '5': 11, '6': '.protowire.RpcTransaction', '10': 'transactions'},
    const {'1': 'verboseData', '3': 3, '4': 1, '5': 11, '6': '.protowire.RpcBlockVerboseData', '10': 'verboseData'},
  ],
};