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 = const {
  '1': 'TransactionPlan',
  '2': const [
    const {'1': 'outputs', '3': 1, '4': 3, '5': 11, '6': '.TW.NEO.Proto.TransactionOutputPlan', '10': 'outputs'},
    const {'1': 'inputs', '3': 2, '4': 3, '5': 11, '6': '.TW.NEO.Proto.TransactionInput', '10': 'inputs'},
    const {'1': 'fee', '3': 3, '4': 1, '5': 3, '10': 'fee'},
    const {'1': 'error', '3': 4, '4': 1, '5': 14, '6': '.TW.Common.Proto.SigningError', '10': 'error'},
  ],
};