ArchiveIndexEntry$json top-level constant

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

Implementation

@$core.Deprecated('Use archiveIndexEntryDescriptor instead')
const ArchiveIndexEntry$json = const {
  '1': 'ArchiveIndexEntry',
  '2': const [
    const {'1': 'height_from', '3': 1, '4': 1, '5': 4, '10': 'heightFrom'},
    const {'1': 'height_to', '3': 2, '4': 1, '5': 4, '10': 'heightTo'},
    const {
      '1': 'canister_id',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.ic_base_types.pb.v1.PrincipalId',
      '10': 'canisterId'
    },
  ],
};