OBJECT

ChallengeUseBitsEffectSettingsDetails

Details of the UseBits effect settings.

link GraphQL Schema definition

1type ChallengeUseBitsEffectSettingsDetails {
2
3# A list of the different bits recipients and their weighted share of the total
4# bits pool once the condition is satisfied.
5bitsRecipientWeightedShares: [ChallengeUseBitsPoolRecipientWeightedShare!]!
6
7}