UpdateReferralProgram
No description
type UpdateReferralProgram {
version: Int!
id: ID!
benefitTiers: [BenefitTier!]!
stakingTiers: [StakingTier!]!
endOfProgramTimestamp: Timestamp!
windowLength: Int!
}
Fields
UpdateReferralProgram.version
● Int!
non-null scalar
Current version of the referral program
UpdateReferralProgram.id
● ID!
non-null scalar
ID of the proposal that created the referral program
UpdateReferralProgram.benefitTiers
● [BenefitTier!]!
non-null object
Benefit tiers for the program
UpdateReferralProgram.stakingTiers
● [StakingTier!]!
non-null object
Determines the level of benefit a party can expect based on their staking
UpdateReferralProgram.endOfProgramTimestamp
● Timestamp!
non-null scalar
The end time of the program
UpdateReferralProgram.windowLength
● Int!
non-null scalar
The window legnth to consider for the referral program
Implemented by
ProposalChange
union