Table of Contents

Class RankingMapState

Namespace
Nekoyume.Model.State
Assembly
Lib9c.dll
public class RankingMapState : State, IState
Inheritance
RankingMapState
Implements
Inherited Members

Constructors

RankingMapState(Dictionary)

public RankingMapState(Dictionary serialized)

Parameters

serialized Dictionary

RankingMapState(Address)

public RankingMapState(Address address)

Parameters

address Address

Fields

Capacity

public const int Capacity = 500

Field Value

int

Methods

GetRankingInfos(long?)

public List<RankingInfo> GetRankingInfos(long? blockOffset)

Parameters

blockOffset long?

Returns

List<RankingInfo>

Serialize()

public override IValue Serialize()

Returns

IValue

Update(AvatarState)

public void Update(AvatarState state)

Parameters

state AvatarState