Interface IMRC721Attribute

interface IMRC721Attribute {
    display_type?: MRC721AttributeDataType;
    trait_type: string;
    value: any;
}

Properties

trait_type: string
value: any