TransactionPlan$json top-level constant
Implementation
@$core.Deprecated('Use transactionPlanDescriptor instead')
const TransactionPlan$json = const {
'1': 'TransactionPlan',
'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': 'fee', '3': 3, '4': 1, '5': 3, '10': 'fee'},
const {'1': 'change', '3': 4, '4': 1, '5': 3, '10': 'change'},
const {
'1': 'utxos',
'3': 5,
'4': 3,
'5': 11,
'6': '.TW.Bitcoin.Proto.UnspentTransaction',
'10': 'utxos'
},
const {'1': 'branch_id', '3': 6, '4': 1, '5': 12, '10': 'branchId'},
const {
'1': 'error',
'3': 7,
'4': 1,
'5': 14,
'6': '.TW.Common.Proto.SigningError',
'10': 'error'
},
const {
'1': 'output_op_return',
'3': 8,
'4': 1,
'5': 12,
'10': 'outputOpReturn'
},
],
};