crossbell - v1.13.1

    Interface AttributesMetadata

    interface AttributesMetadata {
        attributes?: {
            display_type?: "string" | "number" | "boolean" | "date";
            trait_type?: string;
            value: null | string | number | boolean;
        }[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    attributes?: {
        display_type?: "string" | "number" | "boolean" | "date";
        trait_type?: string;
        value: null | string | number | boolean;
    }[]

    Custom attributes.

    [{ value: "post", trait_type: "type" }, { value: "https://example.com", trait_type: "URL" }, { value: 1546360800, trait_type: 'Birthday', "display_type": "date" }]
    
    MMNEPVFCICPMFPCPTTAAATR