Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 938 Bytes

File metadata and controls

18 lines (10 loc) · 938 Bytes

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<Integer> 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]