AddKey$json top-level constant

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

Implementation

@$core.Deprecated('Use addKeyDescriptor instead')
const AddKey$json = const {
  '1': 'AddKey',
  '2': const [
    const {
      '1': 'public_key',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.TW.NEAR.Proto.PublicKey',
      '10': 'publicKey'
    },
    const {
      '1': 'access_key',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.TW.NEAR.Proto.AccessKey',
      '10': 'accessKey'
    },
  ],
};