Table of Contents

Interface IBuy0

Namespace
Nekoyume.Action
Assembly
Lib9c.dll

Common interface used before IBuy5.

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

Properties

buyerAvatarAddress

Address buyerAvatarAddress { get; }

Property Value

Address

productId

Guid productId { get; }

Property Value

Guid

sellerAgentAddress

Address sellerAgentAddress { get; }

Property Value

Address

sellerAvatarAddress

Address sellerAvatarAddress { get; }

Property Value

Address

See Also