Class ProductReceipt
- Namespace
- Nekoyume.Model.Market
- Assembly
- Lib9c.dll
public class ProductReceipt
- Inheritance
-
ProductReceipt
- Inherited Members
-
Constructors
ProductReceipt(List)
public ProductReceipt(List serialized)
Parameters
serialized List
ProductReceipt(Guid, Address, Address, FungibleAssetValue, long)
public ProductReceipt(Guid productId, Address sellerAvatarAddress, Address buyerAvatarAddress, FungibleAssetValue price, long purchasedBlockIndex)
Parameters
productId Guid
sellerAvatarAddress Address
buyerAvatarAddress Address
price FungibleAssetValue
purchasedBlockIndex long
Fields
BuyerAvatarAddress
public readonly Address BuyerAvatarAddress
Field Value
- Address
Price
public FungibleAssetValue Price
Field Value
- FungibleAssetValue
ProductId
public readonly Guid ProductId
Field Value
- Guid
PurchasedBlockIndex
public long PurchasedBlockIndex
Field Value
- long
SellerAvatarAddress
public readonly Address SellerAvatarAddress
Field Value
- Address
Methods
DeriveAddress(Guid)
public static Address DeriveAddress(Guid productId)
Parameters
productId Guid
Returns
- Address
Serialize()
public IValue Serialize()
Returns
- IValue