DataDto

Summary

MembersDescriptions

class AssetDto

class BidsDto

class PriceDto

public string MarketContract

The Market Smart Contract.

public string AssetsContract

The Asset Smart Contract.

public string AuctionId

The unique Identifier of the auction.

public string Seller

The name of the Seller Account.

public string Buyer

The Name of the Buyer Account.

Contains information about the Price.

The Assets.

public BidsDto Bids

The Bids.

public string MakerMarketplace

The Name of the Maker Marketplace.

public string TakerMarketplace

The Name of the Taker Marketplace.

The Collection this belongs to.

public string State

public string EndTime

The End Time.

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

The Time this was created.

Members

class AssetDto

class BidsDto

class CollectionDto

class PriceDto

public string MarketContract

The Market Smart Contract.

public string AssetsContract

The Asset Smart Contract.

public string AuctionId

The unique Identifier of the auction.

public string Seller

The name of the Seller Account.

public string Buyer

The Name of the Buyer Account.

public PriceDto Price

Contains information about the Price.

public AssetDto Assets

The Assets.

public BidsDto Bids

The Bids.

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 string State

public string EndTime

The End Time.

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

The Time this was created.

Last updated