Class AdminState
- Namespace
- Nekoyume.Model.State
- Assembly
- Lib9c.dll
[Serializable]
public class AdminState : State, IState
- Inheritance
-
AdminState
- Implements
-
- Inherited Members
-
Constructors
AdminState(Dictionary)
public AdminState(Dictionary serialized)
Parameters
serialized
Dictionary
AdminState(Address, long)
public AdminState(Address adminAddress, long validUntil)
Parameters
adminAddress
Address
validUntil
long
Fields
Address
public static readonly Address Address
Field Value
- Address
Properties
AdminAddress
public Address AdminAddress { get; }
Property Value
- Address
ValidUntil
public long ValidUntil { get; }
Property Value
- long
Methods
Serialize()
public override IValue Serialize()
Returns
- IValue