TransactionOutput$json top-level constant

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

Implementation

@$core.Deprecated('Use transactionOutputDescriptor instead')
const TransactionOutput$json = {
  '1': 'TransactionOutput',
  '2': [
    {'1': 'asset_id', '3': 1, '4': 1, '5': 9, '10': 'assetId'},
    {'1': 'amount', '3': 2, '4': 1, '5': 18, '10': 'amount'},
    {'1': 'to_address', '3': 3, '4': 1, '5': 9, '10': 'toAddress'},
    {'1': 'change_address', '3': 4, '4': 1, '5': 9, '10': 'changeAddress'},
    {
      '1': 'extra_outputs',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.TW.NEO.Proto.OutputAddress',
      '10': 'extraOutputs'
    },
  ],
};