TransactionOutputPlan$json top-level constant

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

Implementation

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