CollectionDto
Summary
Members | Descriptions |
---|---|
| The Name of the Collection. |
| The Name. |
| The Author. |
| The IPFS-CID of this Image. |
| If this Collection allows notifications. |
| The Accounts authorized to mint |
| The Accounts being notified when minting. |
| The Market Fee. |
| The Block Number this was created. |
| The Time this was created. |
Members
public string
CollectionName
The Name of the Collection.
public string
Name
The Name.
public string
Author
The Author.
public string
Img
The IPFS-CID of this Image.
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.
Last updated