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': 'private_keys', '3': 1, '4': 3, '5': 12, '10': 'privateKeys'},
    {'1': 'public_keys', '3': 2, '4': 3, '5': 12, '10': 'publicKeys'},
    {
      '1': 'chain_info',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.TW.BitcoinV2.Proto.ChainInfo',
      '10': 'chainInfo'
    },
    {
      '1': 'dangerous_use_fixed_schnorr_rng',
      '3': 4,
      '4': 1,
      '5': 8,
      '10': 'dangerousUseFixedSchnorrRng'
    },
    {
      '1': 'builder',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.TW.BitcoinV2.Proto.TransactionBuilder',
      '9': 0,
      '10': 'builder'
    },
    {
      '1': 'psbt',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.TW.BitcoinV2.Proto.Psbt',
      '9': 0,
      '10': 'psbt'
    },
  ],
  '8': [
    {'1': 'transaction'},
  ],
};