Table of Contents

Class ValidatorDelegator

Namespace
Nekoyume.ValidatorDelegation
Assembly
Lib9c.dll
public sealed class ValidatorDelegator : Delegator<ValidatorDelegatee, ValidatorDelegator>, IDelegator, IEquatable<ValidatorDelegator>
Inheritance
ValidatorDelegator
Implements
Inherited Members

Constructors

ValidatorDelegator(Address, Address, ValidatorRepository)

public ValidatorDelegator(Address address, Address delegationPoolAddress, ValidatorRepository repository)

Parameters

address Address
delegationPoolAddress Address
repository ValidatorRepository

ValidatorDelegator(Address, ValidatorRepository)

public ValidatorDelegator(Address address, ValidatorRepository repository)

Parameters

address Address
repository ValidatorRepository

Methods

Equals(ValidatorDelegator?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(ValidatorDelegator? other)

Parameters

other ValidatorDelegator

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.