All Types
Interface: AssetMetadata
index.AssetMetadata
Asset metadata interface
Indexable
▪ [key: string
]: string
| number
| { trait_type
: string
; value
: string
| number
}[] | undefined
Table of contents
Properties
Properties
name
• Optional
name: string
description
• Optional
description: string
image
• Optional
image: string
animationUrl
• Optional
animationUrl: string
externalUrl
• Optional
externalUrl: string
attributes
• Optional
attributes: { trait_type
: string
; value
: string
| number
}[]