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

IndividualScope

No description

enum IndividualScope {
INDIVIDUAL_SCOPE_ALL
INDIVIDUAL_SCOPE_IN_TEAM
INDIVIDUAL_SCOPE_NOT_IN_TEAM
}

Values

IndividualScope.INDIVIDUAL_SCOPE_ALL

All parties on the network are within the scope of this reward

IndividualScope.INDIVIDUAL_SCOPE_IN_TEAM

All parties that are part of a team are within the scope of this reward

IndividualScope.INDIVIDUAL_SCOPE_NOT_IN_TEAM

All parties that are not part of a team are within the scope of this reward

Member of

DispatchStrategy object