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 = {
  '1': 'SigningInput',
  '2': [
    {'1': 'hash_type', '3': 1, '4': 1, '5': 13, '10': 'hashType'},
    {'1': 'amount', '3': 2, '4': 1, '5': 3, '10': 'amount'},
    {'1': 'byte_fee', '3': 3, '4': 1, '5': 3, '10': 'byteFee'},
    {'1': 'to_address', '3': 4, '4': 1, '5': 9, '10': 'toAddress'},
    {'1': 'change_address', '3': 5, '4': 1, '5': 9, '10': 'changeAddress'},
    {'1': 'private_key', '3': 6, '4': 3, '5': 12, '10': 'privateKey'},
    {
      '1': 'scripts',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.TW.Bitcoin.Proto.SigningInput.ScriptsEntry',
      '10': 'scripts'
    },
    {
      '1': 'utxo',
      '3': 8,
      '4': 3,
      '5': 11,
      '6': '.TW.Bitcoin.Proto.UnspentTransaction',
      '10': 'utxo'
    },
    {'1': 'use_max_amount', '3': 9, '4': 1, '5': 8, '10': 'useMaxAmount'},
    {'1': 'coin_type', '3': 10, '4': 1, '5': 13, '10': 'coinType'},
    {
      '1': 'plan',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.TW.Bitcoin.Proto.TransactionPlan',
      '10': 'plan'
    },
    {'1': 'lock_time', '3': 12, '4': 1, '5': 13, '10': 'lockTime'},
    {'1': 'output_op_return', '3': 13, '4': 1, '5': 12, '10': 'outputOpReturn'},
    {
      '1': 'output_op_return_index',
      '3': 26,
      '4': 1,
      '5': 11,
      '6': '.TW.Bitcoin.Proto.OutputIndex',
      '10': 'outputOpReturnIndex'
    },
    {
      '1': 'extra_outputs',
      '3': 14,
      '4': 3,
      '5': 11,
      '6': '.TW.Bitcoin.Proto.OutputAddress',
      '10': 'extraOutputs'
    },
    {'1': 'use_max_utxo', '3': 15, '4': 1, '5': 8, '10': 'useMaxUtxo'},
    {
      '1': 'disable_dust_filter',
      '3': 16,
      '4': 1,
      '5': 8,
      '10': 'disableDustFilter'
    },
    {'1': 'time', '3': 17, '4': 1, '5': 13, '10': 'time'},
    {'1': 'zip_0317', '3': 18, '4': 1, '5': 8, '10': 'zip0317'},
    {
      '1': 'signing_v2',
      '3': 21,
      '4': 1,
      '5': 11,
      '6': '.TW.BitcoinV2.Proto.SigningInput',
      '10': 'signingV2'
    },
    {
      '1': 'fixed_dust_threshold',
      '3': 24,
      '4': 1,
      '5': 3,
      '9': 0,
      '10': 'fixedDustThreshold'
    },
  ],
  '3': [SigningInput_ScriptsEntry$json],
  '8': [
    {'1': 'dust_policy'},
  ],
};