DecryptNotesTRC20_NoteTx$json top-level constant

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

Implementation

@$core.Deprecated('Use decryptNotesTRC20Descriptor instead')
const DecryptNotesTRC20_NoteTx$json = const {
  '1': 'NoteTx',
  '2': const [
    const {
      '1': 'note',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.protocol.Note',
      '10': 'note'
    },
    const {'1': 'position', '3': 2, '4': 1, '5': 3, '10': 'position'},
    const {'1': 'is_spent', '3': 3, '4': 1, '5': 8, '10': 'isSpent'},
    const {'1': 'txid', '3': 4, '4': 1, '5': 12, '10': 'txid'},
    const {'1': 'index', '3': 5, '4': 1, '5': 5, '10': 'index'},
    const {'1': 'to_amount', '3': 6, '4': 1, '5': 9, '10': 'toAmount'},
    const {
      '1': 'transparent_to_address',
      '3': 7,
      '4': 1,
      '5': 12,
      '10': 'transparentToAddress'
    },
  ],
};