SigningOutput$json top-level constant

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

Implementation

@$core.Deprecated('Use signingOutputDescriptor instead')
const SigningOutput$json = {
  '1': 'SigningOutput',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 12, '10': 'id'},
    {'1': 'signature', '3': 2, '4': 1, '5': 12, '10': 'signature'},
    {'1': 'ref_block_bytes', '3': 3, '4': 1, '5': 12, '10': 'refBlockBytes'},
    {'1': 'ref_block_hash', '3': 4, '4': 1, '5': 12, '10': 'refBlockHash'},
    {'1': 'json', '3': 5, '4': 1, '5': 9, '10': 'json'},
    {
      '1': 'error',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.TW.Common.Proto.SigningError',
      '10': 'error'
    },
    {'1': 'error_message', '3': 7, '4': 1, '5': 9, '10': 'errorMessage'},
  ],
};