AccessKey$json top-level constant

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

Implementation

@$core.Deprecated('Use accessKeyDescriptor instead')
const AccessKey$json = const {
  '1': 'AccessKey',
  '2': const [
    const {'1': 'nonce', '3': 1, '4': 1, '5': 4, '10': 'nonce'},
    const {'1': 'function_call', '3': 2, '4': 1, '5': 11, '6': '.TW.NEAR.Proto.FunctionCallPermission', '9': 0, '10': 'functionCall'},
    const {'1': 'full_access', '3': 3, '4': 1, '5': 11, '6': '.TW.NEAR.Proto.FullAccessPermission', '9': 0, '10': 'fullAccess'},
  ],
  '8': const [
    const {'1': 'permission'},
  ],
};