CreateWalletRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createWalletRequestDescriptor instead')
const CreateWalletRequest$json = {
  '1': 'CreateWalletRequest',
  '2': [
    {'1': 'ecosystem_id', '3': 1, '4': 1, '5': 9, '10': 'ecosystemId'},
    {
      '1': 'description',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {},
      '9': 0,
      '10': 'description',
      '17': true
    },
    {
      '1': 'identity',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.services.universalwallet.v1.CreateWalletRequest.ExternalIdentity',
      '8': {},
      '9': 1,
      '10': 'identity',
      '17': true
    },
  ],
  '3': [CreateWalletRequest_ExternalIdentity$json],
  '8': [
    {'1': '_description'},
    {'1': '_identity'},
  ],
};