ProtoPredefinedState_Identity$json top-level constant

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

Implementation

@$core.Deprecated('Use protoPredefinedStateDescriptor instead')
const ProtoPredefinedState_Identity$json = const {
  '1': 'Identity',
  '2': const [
    const {'1': 'address', '3': 1, '4': 1, '5': 12, '10': 'address'},
    const {'1': 'stake', '3': 2, '4': 1, '5': 12, '10': 'stake'},
    const {'1': 'invites', '3': 3, '4': 1, '5': 13, '10': 'invites'},
    const {'1': 'birthday', '3': 4, '4': 1, '5': 13, '10': 'birthday'},
    const {'1': 'state', '3': 5, '4': 1, '5': 13, '10': 'state'},
    const {
      '1': 'qualifiedFlips',
      '3': 6,
      '4': 1,
      '5': 13,
      '10': 'qualifiedFlips'
    },
    const {
      '1': 'shortFlipPoints',
      '3': 7,
      '4': 1,
      '5': 13,
      '10': 'shortFlipPoints'
    },
    const {'1': 'pubKey', '3': 8, '4': 1, '5': 12, '10': 'pubKey'},
    const {
      '1': 'requiredFlips',
      '3': 9,
      '4': 1,
      '5': 13,
      '10': 'requiredFlips'
    },
    const {
      '1': 'flips',
      '3': 10,
      '4': 3,
      '5': 11,
      '6': '.models.ProtoPredefinedState.Identity.Flip',
      '10': 'flips'
    },
    const {'1': 'generation', '3': 11, '4': 1, '5': 13, '10': 'generation'},
    const {'1': 'code', '3': 12, '4': 1, '5': 12, '10': 'code'},
    const {
      '1': 'invitees',
      '3': 13,
      '4': 3,
      '5': 11,
      '6': '.models.ProtoPredefinedState.Identity.TxAddr',
      '10': 'invitees'
    },
    const {
      '1': 'inviter',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.models.ProtoPredefinedState.Identity.TxAddr',
      '10': 'inviter'
    },
    const {'1': 'penalty', '3': 15, '4': 1, '5': 12, '10': 'penalty'},
    const {
      '1': 'validationBits',
      '3': 16,
      '4': 1,
      '5': 13,
      '10': 'validationBits'
    },
    const {
      '1': 'validationStatus',
      '3': 17,
      '4': 1,
      '5': 13,
      '10': 'validationStatus'
    },
    const {'1': 'profileHash', '3': 18, '4': 1, '5': 12, '10': 'profileHash'},
    const {'1': 'scores', '3': 19, '4': 1, '5': 12, '10': 'scores'},
  ],
  '3': const [
    ProtoPredefinedState_Identity_Flip$json,
    ProtoPredefinedState_Identity_TxAddr$json
  ],
};