Class GuildDelegatee
public class GuildDelegatee : Delegatee<GuildDelegator, GuildDelegatee>, IDelegatee, IEquatable<GuildDelegatee>
- Inheritance
-
GuildDelegatee
- Implements
- Inherited Members
Constructors
GuildDelegatee(Address, GuildRepository)
public GuildDelegatee(Address address, GuildRepository repository)
Parameters
addressAddressrepositoryGuildRepository
GuildDelegatee(Address, IEnumerable<Currency>, GuildRepository)
public GuildDelegatee(Address address, IEnumerable<Currency> rewardCurrencies, GuildRepository repository)
Parameters
addressAddressrewardCurrenciesIEnumerable<Currency>repositoryGuildRepository
Methods
Activate()
public void Activate()
Deactivate()
public void Deactivate()
Equals(GuildDelegatee?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(GuildDelegatee? other)
Parameters
otherGuildDelegateeAn object to compare with this object.