SigningInput$json top-level constant

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

Implementation

@$core.Deprecated('Use signingInputDescriptor instead')
const SigningInput$json = const {
  '1': 'SigningInput',
  '2': const [
    const {'1': 'hash_type', '3': 1, '4': 1, '5': 13, '10': 'hashType'},
    const {'1': 'amount', '3': 2, '4': 1, '5': 3, '10': 'amount'},
    const {'1': 'byte_fee', '3': 3, '4': 1, '5': 3, '10': 'byteFee'},
    const {'1': 'to_address', '3': 4, '4': 1, '5': 9, '10': 'toAddress'},
    const {'1': 'change_address', '3': 5, '4': 1, '5': 9, '10': 'changeAddress'},
    const {'1': 'private_key', '3': 6, '4': 3, '5': 12, '10': 'privateKey'},
    const {'1': 'scripts', '3': 7, '4': 3, '5': 11, '6': '.TW.Bitcoin.Proto.SigningInput.ScriptsEntry', '10': 'scripts'},
    const {'1': 'utxo', '3': 8, '4': 3, '5': 11, '6': '.TW.Bitcoin.Proto.UnspentTransaction', '10': 'utxo'},
    const {'1': 'use_max_amount', '3': 9, '4': 1, '5': 8, '10': 'useMaxAmount'},
    const {'1': 'coin_type', '3': 10, '4': 1, '5': 13, '10': 'coinType'},
    const {'1': 'plan', '3': 11, '4': 1, '5': 11, '6': '.TW.Bitcoin.Proto.TransactionPlan', '10': 'plan'},
    const {'1': 'lock_time', '3': 12, '4': 1, '5': 13, '10': 'lockTime'},
    const {'1': 'output_op_return', '3': 13, '4': 1, '5': 12, '10': 'outputOpReturn'},
  ],
  '3': const [SigningInput_ScriptsEntry$json],
};