- Namespace
- Nekoyume.Model.State
- Assembly
- Lib9c.dll
public class AuthorizedMinersState : State, IState
- Inheritance
-
AuthorizedMinersState
- Implements
-
- Inherited Members
-
Constructors
public AuthorizedMinersState(Dictionary serialized)
Parameters
serialized
Dictionary
public AuthorizedMinersState(IEnumerable<Address> miners, long interval, long validUntil)
Parameters
miners
IEnumerable<Address>
interval
long
validUntil
long
Fields
public static readonly Address Address
Field Value
- Address
Properties
public long Interval { get; }
Property Value
- long
public ImmutableHashSet<Address> Miners { get; }
Property Value
- ImmutableHashSet<Address>
public long ValidUntil { get; }
Property Value
- long
Methods
public override IValue Serialize()
Returns
- IValue