Class GuildDelegator
public class GuildDelegator : Delegator<GuildDelegatee, GuildDelegator>, IDelegator, IEquatable<GuildDelegator>
- Inheritance
-
GuildDelegator
- Implements
- Inherited Members
Constructors
GuildDelegator(Address, Address, GuildRepository)
public GuildDelegator(Address address, Address delegationPoolAddress, GuildRepository repository)
Parameters
address
AddressdelegationPoolAddress
Addressrepository
GuildRepository
GuildDelegator(Address, GuildRepository)
public GuildDelegator(Address address, GuildRepository repository)
Parameters
address
Addressrepository
GuildRepository
Methods
Equals(GuildDelegator?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(GuildDelegator? other)
Parameters
other
GuildDelegatorAn object to compare with this object.