Skip to main content
Version: testnet (v0.73)

PartyActivityStreak

The activity streak for a party.

type PartyActivityStreak {
activeFor: Int!
inactiveFor: Int!
isActive: Boolean!
rewardDistributionMultiplier: String!
rewardVestingMultiplier: String!
epoch: Int!
tradedVolume: String!
openVolume: String!
}

Fields

PartyActivityStreak.activeFor ● Int! non-null scalar

The number of epochs the party has been active in a row

PartyActivityStreak.inactiveFor ● Int! non-null scalar

The number of epochs the party has been inactive in a row

PartyActivityStreak.isActive ● Boolean! non-null scalar

If the party is considered as active, and thus eligible for rewards multipliers

PartyActivityStreak.rewardDistributionMultiplier ● String! non-null scalar

The rewards distribution multiplier for the party

PartyActivityStreak.rewardVestingMultiplier ● String! non-null scalar

The rewards vesting multiplier for the party

PartyActivityStreak.epoch ● Int! non-null scalar

The epoch for which this information is relevant

PartyActivityStreak.tradedVolume ● String! non-null scalar

The traded volume for that party in the given epoch

PartyActivityStreak.openVolume ● String! non-null scalar

The open volume for the party in the given epoch

Member of

Party object