PreSigningOutput$json top-level constant

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

Implementation

@$core.Deprecated('Use preSigningOutputDescriptor instead')
const PreSigningOutput$json = {
  '1': 'PreSigningOutput',
  '2': [
    {
      '1': 'hash_public_keys',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.TW.Bitcoin.Proto.HashPublicKey',
      '10': 'hashPublicKeys'
    },
    {
      '1': 'error',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.TW.Common.Proto.SigningError',
      '10': 'error'
    },
    {'1': 'error_message', '3': 3, '4': 1, '5': 9, '10': 'errorMessage'},
    {
      '1': 'pre_signing_result_v2',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.TW.BitcoinV2.Proto.PreSigningOutput',
      '10': 'preSigningResultV2'
    },
  ],
};