Table of Contents

Interface IBuy5

Namespace
Nekoyume.Action
Assembly
Lib9c.dll

Common interface used after IBuy5.

public interface IBuy5 : IAction
Inherited Members
IAction.PlainValue
IAction.LoadPlainValue(IValue)
IAction.Execute(IActionContext)

Properties

buyerAvatarAddress

Address buyerAvatarAddress { get; }

Property Value

Address

purchaseInfos

IEnumerable<IPurchaseInfo> purchaseInfos { get; }

Property Value

IEnumerable<IPurchaseInfo>

See Also