Transaction_Nep5Transfer$json top-level constant

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

Implementation

@$core.Deprecated('Use transactionDescriptor instead')
const Transaction_Nep5Transfer$json = {
  '1': 'Nep5Transfer',
  '2': [
    {'1': 'asset_id', '3': 1, '4': 1, '5': 9, '10': 'assetId'},
    {'1': 'from', '3': 2, '4': 1, '5': 9, '10': 'from'},
    {'1': 'to', '3': 3, '4': 1, '5': 9, '10': 'to'},
    {'1': 'amount', '3': 4, '4': 1, '5': 12, '10': 'amount'},
    {'1': 'script_with_ret', '3': 5, '4': 1, '5': 8, '10': 'scriptWithRet'},
  ],
};