LedgerBatch$json top-level constant

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

Implementation

@$core.Deprecated('Use ledgerBatchDescriptor instead')
const LedgerBatch$json = {
  '1': 'LedgerBatch',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.UUID', '10': 'Id'},
    {
      '1': 'Entries',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.LedgerEntry',
      '10': 'Entries'
    },
  ],
};