DataDto

Summary

MembersDescriptions

class AssetDto

class PriceDto

public string MarketContract

The Market Smart Contract.

public string AssetsContract

The Asset Smart Contract.

public string SaleId

public string Seller

The name of the Seller Account.

public string Buyer

public string OfferId

The unique identifier of an Offer.

Contains information about the Price.

public long ListingPrice

public string ListingSymbol

The Assets.

public string MakerMarketplace

The Name of the Maker Marketplace.

public string TakerMarketplace

The Name of the Taker Marketplace.

The Collection this belongs to.

public int State

public string UpdatedAtBlock

Block-Number this was last updated.

public string UpdatedAtTime

Time this was last updated.

public string CreatedAtBlock

The Bock Number this was created.

public string CreatedAtTime

Members

class AssetDto

class CollectionDto

class PriceDto

public string MarketContract

The Market Smart Contract.

public string AssetsContract

The Asset Smart Contract.

public string SaleId

public string Seller

The name of the Seller Account.

public string Buyer

public string OfferId

The unique identifier of an Offer.

public PriceDto Price

Contains information about the Price.

public long ListingPrice

public string ListingSymbol

public AssetDto Assets

The Assets.

public string MakerMarketplace

The Name of the Maker Marketplace.

public string TakerMarketplace

The Name of the Taker Marketplace.

public CollectionDto Collection

The Collection this belongs to.

public int State

public string UpdatedAtBlock

Block-Number this was last updated.

public string UpdatedAtTime

Time this was last updated.

public string CreatedAtBlock

The Bock Number this was created.

public string CreatedAtTime

Last updated