Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.09 KB

File metadata and controls

18 lines (13 loc) · 1.09 KB

Org.OpenAPITools.Model.NFTData

Properties

Name Type Description Notes
Creators List<string> The creators of the NFT [optional]
Name string The name of the NFT [optional]
Share List<float> The portion of the seller fee that each creator receives. Index 0 corresponds to creator at index 0 in the creator array, and so on. Length of share array must be the same as the length of the creator array. [optional]
Symbol string The symbol of the NFT [optional]
Uri string The URI of the NFT [optional]
Verified List<int> Whether or not the respective creator has signed the minting transaction of the NFT. Index 0 corresponds to creator at index 0 in the creator array, and so on. Length of verified array must be the same as the length of the creator array. [optional]

[Back to Model list] [Back to API list] [Back to README]