Table of Contents

Class CrystalCostState

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

Constructors

CrystalCostState(Address, List)

public CrystalCostState(Address address, List serialized)

Parameters

address Address
serialized List

CrystalCostState(Address, FungibleAssetValue)

public CrystalCostState(Address address, FungibleAssetValue crystal)

Parameters

address Address
crystal FungibleAssetValue

Fields

Address

public Address Address

Field Value

Address

CRYSTAL

public FungibleAssetValue CRYSTAL

Field Value

FungibleAssetValue

Count

public int Count

Field Value

int

DailyIntervalIndex

public const long DailyIntervalIndex = 7200

Field Value

long

Methods

Serialize()

public IValue Serialize()

Returns

IValue