Table of Contents

Class AssetInfo

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
public class AssetInfo : IRegisterInfo
Inheritance
AssetInfo
Implements
Inherited Members

Constructors

AssetInfo()

public AssetInfo()

AssetInfo(List)

public AssetInfo(List serialized)

Parameters

serialized List

Properties

Asset

public FungibleAssetValue Asset { get; set; }

Property Value

FungibleAssetValue

AvatarAddress

public Address AvatarAddress { get; set; }

Property Value

Address

Price

public FungibleAssetValue Price { get; set; }

Property Value

FungibleAssetValue

Type

public ProductType Type { get; set; }

Property Value

ProductType

Methods

Serialize()

public IValue Serialize()

Returns

IValue

Validate()

public void Validate()

ValidateAddress(Address)

public void ValidateAddress(Address avatarAddress)

Parameters

avatarAddress Address

ValidatePrice(Currency)

public void ValidatePrice(Currency ncg)

Parameters

ncg Currency