Interface IMetadataAttributes

interface IMetadataAttributes {
    value: string;
    trait_type: string;
    display_type: string;
}

Properties

value: string

Trait value.

trait_type: string

Name of the trait.

display_type: string

Type for displaying trait (number, date,...).