CommitmentProof$json top-level constant

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

Implementation

@$core.Deprecated('Use commitmentProofDescriptor instead')
const CommitmentProof$json = const {
  '1': 'CommitmentProof',
  '2': const [
    const {'1': 'exist', '3': 1, '4': 1, '5': 11, '6': '.ics23.ExistenceProof', '9': 0, '10': 'exist'},
    const {'1': 'nonexist', '3': 2, '4': 1, '5': 11, '6': '.ics23.NonExistenceProof', '9': 0, '10': 'nonexist'},
    const {'1': 'batch', '3': 3, '4': 1, '5': 11, '6': '.ics23.BatchProof', '9': 0, '10': 'batch'},
    const {'1': 'compressed', '3': 4, '4': 1, '5': 11, '6': '.ics23.CompressedBatchProof', '9': 0, '10': 'compressed'},
  ],
  '8': const [
    const {'1': 'proof'},
  ],
};