Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 6.9 KB

AtomicMarketApiClient--Offers--OfferDto--DataDto--AssetDto--CollectionDto.md

File metadata and controls

59 lines (35 loc) · 6.9 KB

CollectionDto

Summary

Members Descriptions
public string CollectionName The Name of the Collection.
public string Name The Name.
public string Image The IPFS-CID of the Image.
public string Author The Author.
public bool AllowNotify If this Collection allows notifications.
public string[] AuthorizedAccounts

The Accounts authorized to mint

public string[] NotifyAccounts The Accounts being notified when minting.
public float MarketFee The Market Fee.
public string CreatedAtBlock The Block Number this was created.
public string CreatedAtTime The Time this was created.

Members

public string CollectionName

The Name of the Collection.

public string Name

The Name.

public string Image

The IPFS-CID of the Image.

public string Author

The Author.

public bool AllowNotify

If this Collection allows notifications.

public string[] AuthorizedAccounts

The Accounts authorized to mint\

public string[] NotifyAccounts

The Accounts being notified when minting.

public float MarketFee

The Market Fee.

public string CreatedAtBlock

The Block Number this was created.

public string CreatedAtTime

The Time this was created.