ProtoStateIdentity$json top-level constant

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

Implementation

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