SudtTransfer$json top-level constant

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

Implementation

@$core.Deprecated('Use sudtTransferDescriptor instead')
const SudtTransfer$json = const {
  '1': 'SudtTransfer',
  '2': const [
    const {'1': 'to_address', '3': 1, '4': 1, '5': 9, '10': 'toAddress'},
    const {
      '1': 'change_address',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'changeAddress'
    },
    const {'1': 'sudt_address', '3': 3, '4': 1, '5': 12, '10': 'sudtAddress'},
    const {'1': 'amount', '3': 4, '4': 1, '5': 9, '10': 'amount'},
    const {'1': 'use_max_amount', '3': 5, '4': 1, '5': 8, '10': 'useMaxAmount'},
  ],
};