NoteParameters$json top-level constant

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

Implementation

@$core.Deprecated('Use noteParametersDescriptor instead')
const NoteParameters$json = const {
  '1': 'NoteParameters',
  '2': const [
    const {'1': 'ak', '3': 1, '4': 1, '5': 12, '10': 'ak'},
    const {'1': 'nk', '3': 2, '4': 1, '5': 12, '10': 'nk'},
    const {
      '1': 'note',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.protocol.Note',
      '10': 'note'
    },
    const {'1': 'txid', '3': 4, '4': 1, '5': 12, '10': 'txid'},
    const {'1': 'index', '3': 5, '4': 1, '5': 5, '10': 'index'},
  ],
};