Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 955 Bytes

CollectionTokenMetadataDto.md

File metadata and controls

17 lines (11 loc) · 955 Bytes

CollectionTokenMetadataDto

Properties

Name Type Description Notes
name string Token's name [default to undefined]
description string Token's description [default to undefined]
image string Token's image URL [optional] [default to undefined]
animation_url string Token's animation URL [optional] [default to undefined]
external_url string Token's external URL [optional] [default to undefined]
attributes Array<CollectionTokenMetadataAttributeDto> Token&#39;s metadata attributes [optional] [default to undefined]

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