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
address
Addressrepository
GuildRepository
GuildDelegatee(Address, IEnumerable<Currency>, GuildRepository)
public GuildDelegatee(Address address, IEnumerable<Currency> rewardCurrencies, GuildRepository repository)
Parameters
address
AddressrewardCurrencies
IEnumerable<Currency>repository
GuildRepository
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
other
GuildDelegateeAn object to compare with this object.