TransactionPlan$json top-level constant

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

Implementation

@$core.Deprecated('Use transactionPlanDescriptor instead')
const TransactionPlan$json = {
  '1': 'TransactionPlan',
  '2': [
    {
      '1': 'error',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.TW.Common.Proto.SigningError',
      '10': 'error'
    },
    {'1': 'error_message', '3': 2, '4': 1, '5': 9, '10': 'errorMessage'},
    {
      '1': 'inputs',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.TW.BitcoinV2.Proto.Input',
      '10': 'inputs'
    },
    {
      '1': 'outputs',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.TW.BitcoinV2.Proto.Output',
      '10': 'outputs'
    },
    {'1': 'available_amount', '3': 5, '4': 1, '5': 3, '10': 'availableAmount'},
    {'1': 'send_amount', '3': 6, '4': 1, '5': 3, '10': 'sendAmount'},
    {'1': 'vsize_estimate', '3': 7, '4': 1, '5': 4, '10': 'vsizeEstimate'},
    {'1': 'fee_estimate', '3': 8, '4': 1, '5': 3, '10': 'feeEstimate'},
    {'1': 'change', '3': 9, '4': 1, '5': 3, '10': 'change'},
  ],
};