NFTMetadataAttribute

interface NFTMetadataAttribute {
    display_type?: NFTMetadataAttributeDisplayTypeEnum;
    trait_type: string;
    value: NFTMetadataAttributeValue;
}

Properties

Display type for this attribute

NFTMetadataAttribute

trait_type: string

The metadata trait type

NFTMetadataAttribute

NFTMetadataAttribute