SpendNote$json top-level constant

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

Implementation

@$core.Deprecated('Use spendNoteDescriptor instead')
const SpendNote$json = const {
  '1': 'SpendNote',
  '2': const [
    const {
      '1': 'note',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.protocol.Note',
      '10': 'note'
    },
    const {'1': 'alpha', '3': 4, '4': 1, '5': 12, '10': 'alpha'},
    const {
      '1': 'voucher',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.protocol.IncrementalMerkleVoucher',
      '10': 'voucher'
    },
    const {'1': 'path', '3': 6, '4': 1, '5': 12, '10': 'path'},
  ],
};