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
addressAddressdelegationPoolAddressAddressrepositoryGuildRepository
GuildDelegator(Address, GuildRepository)
public GuildDelegator(Address address, GuildRepository repository)
Parameters
addressAddressrepositoryGuildRepository
Methods
Equals(GuildDelegator?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(GuildDelegator? other)
Parameters
otherGuildDelegatorAn object to compare with this object.