authority$json top-level constant

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

Implementation

@$core.Deprecated('Use authorityDescriptor instead')
const authority$json = const {
  '1': 'authority',
  '2': const [
    const {
      '1': 'account',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.protocol.AccountId',
      '10': 'account'
    },
    const {
      '1': 'permission_name',
      '3': 2,
      '4': 1,
      '5': 12,
      '10': 'permissionName'
    },
  ],
};