Table of Contents

Class CreditsState

Namespace
Nekoyume.Model.State
Assembly
Lib9c.dll
[Serializable]
public class CreditsState : State, IState
Inheritance
CreditsState
Implements
Inherited Members

Constructors

CreditsState(Dictionary)

public CreditsState(Dictionary serialized)

Parameters

serialized Dictionary

CreditsState(IEnumerable<string>)

public CreditsState(IEnumerable<string> names)

Parameters

names IEnumerable<string>

Fields

Address

public static readonly Address Address

Field Value

Address

Properties

Names

public IImmutableList<string> Names { get; }

Property Value

IImmutableList<string>

Methods

Serialize()

public override IValue Serialize()

Returns

IValue