NFTMetadataAttribute

interface NFTMetadataAttribute {
    trait_type: string;
    value: NFTMetadataAttributeValue;
}

Properties

Properties

trait_type: string

The metadata trait type

NFTMetadataAttribute

NFTMetadataAttribute