Table of Contents

Interface IDelegatorMetadata

Namespace
Nekoyume.Delegation
Assembly
Lib9c.dll
public interface IDelegatorMetadata : IBencodable
Inherited Members
IBencodable.Bencoded

Properties

Address

Address Address { get; }

Property Value

Address

Delegatees

ImmutableSortedSet<Address> Delegatees { get; }

Property Value

ImmutableSortedSet<Address>

DelegationPoolAddress

Address DelegationPoolAddress { get; }

Property Value

Address

DelegatorAccountAddress

Address DelegatorAccountAddress { get; }

Property Value

Address

DelegatorAddress

Address DelegatorAddress { get; }

Property Value

Address

Methods

AddDelegatee(Address)

void AddDelegatee(Address delegatee)

Parameters

delegatee Address

RemoveDelegatee(Address)

void RemoveDelegatee(Address delegatee)

Parameters

delegatee Address