CheckSignatureRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use checkSignatureRequestDescriptor instead')
const CheckSignatureRequest$json = {
  '1': 'CheckSignatureRequest',
  '2': [
    {'1': 'uuid', '3': 1, '4': 1, '5': 9, '10': 'uuid'},
    {'1': 'signature', '3': 2, '4': 1, '5': 9, '10': 'signature'},
    {'1': 'message', '3': 3, '4': 1, '5': 12, '10': 'message'},
    {'1': 'currency', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'currency'},
    {'1': 'wallet_type', '3': 5, '4': 1, '5': 14, '6': '.wallet.WalletType', '10': 'walletType'},
  ],
};