Class RankingMapState
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
Methods
GetRankingInfos(long?)
public List<RankingInfo> GetRankingInfos(long? blockOffset)
Parameters
blockOffset
long?
Returns
Serialize()
public override IValue Serialize()
Returns
- IValue
Update(AvatarState)
public void Update(AvatarState state)
Parameters
state
AvatarState