Table of Contents

Interface IProductInfo

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
public interface IProductInfo

Properties

AgentAddress

Address AgentAddress { get; set; }

Property Value

Address

AvatarAddress

Address AvatarAddress { get; set; }

Property Value

Address

Price

FungibleAssetValue Price { get; set; }

Property Value

FungibleAssetValue

ProductId

Guid ProductId { get; set; }

Property Value

Guid

Type

ProductType Type { get; set; }

Property Value

ProductType

Methods

Serialize()

IValue Serialize()

Returns

IValue

ValidateType()

void ValidateType()