Table of Contents

Class OrderReceipt

Namespace
Lib9c.Model.Order
Assembly
Lib9c.dll
[Serializable]
public class OrderReceipt
Inheritance
OrderReceipt
Inherited Members

Constructors

OrderReceipt(Dictionary)

public OrderReceipt(Dictionary serialized)

Parameters

serialized Dictionary

OrderReceipt(Guid, Address, Address, long)

public OrderReceipt(Guid orderId, Address buyerAgentAddress, Address buyerAvatarAddress, long transferredBlockIndex)

Parameters

orderId Guid
buyerAgentAddress Address
buyerAvatarAddress Address
transferredBlockIndex long

Fields

BuyerAgentAddress

public readonly Address BuyerAgentAddress

Field Value

Address

BuyerAvatarAddress

public readonly Address BuyerAvatarAddress

Field Value

Address

OrderId

public readonly Guid OrderId

Field Value

Guid

TransferredBlockIndex

public readonly long TransferredBlockIndex

Field Value

long

Methods

DeriveAddress(Guid)

public static Address DeriveAddress(Guid orderId)

Parameters

orderId Guid

Returns

Address

Serialize()

public IValue Serialize()

Returns

IValue