SpendDescription$json top-level constant

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

Implementation

@$core.Deprecated('Use spendDescriptionDescriptor instead')
const SpendDescription$json = const {
  '1': 'SpendDescription',
  '2': const [
    const {
      '1': 'value_commitment',
      '3': 1,
      '4': 1,
      '5': 12,
      '10': 'valueCommitment'
    },
    const {'1': 'anchor', '3': 2, '4': 1, '5': 12, '10': 'anchor'},
    const {'1': 'nullifier', '3': 3, '4': 1, '5': 12, '10': 'nullifier'},
    const {'1': 'rk', '3': 4, '4': 1, '5': 12, '10': 'rk'},
    const {'1': 'zkproof', '3': 5, '4': 1, '5': 12, '10': 'zkproof'},
    const {
      '1': 'spend_authority_signature',
      '3': 6,
      '4': 1,
      '5': 12,
      '10': 'spendAuthoritySignature'
    },
  ],
};