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 = const {
  '1': 'TransactionOutputPlan',
  '2': const [
    const {'1': 'amount', '3': 1, '4': 1, '5': 3, '10': 'amount'},
    const {
      '1': 'available_amount',
      '3': 2,
      '4': 1,
      '5': 3,
      '10': 'availableAmount'
    },
    const {'1': 'change', '3': 3, '4': 1, '5': 3, '10': 'change'},
    const {'1': 'asset_id', '3': 4, '4': 1, '5': 9, '10': 'assetId'},
    const {'1': 'to_address', '3': 5, '4': 1, '5': 9, '10': 'toAddress'},
    const {
      '1': 'change_address',
      '3': 6,
      '4': 1,
      '5': 9,
      '10': 'changeAddress'
    },
  ],
};