scoringCriteria: {
    Animation URL: {
        score: ((nft) => @xyo-network/crypto-nft-score-model);
        weight: number;
    };
    Attributes: {
        score: ((nft) => @xyo-network/crypto-nft-score-model);
        weight: number;
    };
    Background Color: {
        score: ((nft) => @xyo-network/crypto-nft-score-model);
        weight: number;
    };
    Contract Address: {
        score: @xyo-network/crypto-nft-score-model;
        weight: number;
    };
    Description: {
        score: ((nft) => @xyo-network/crypto-nft-score-model);
        weight: number;
    };
    External Url: {
        score: ((nft) => @xyo-network/crypto-nft-score-model);
        weight: number;
    };
    Image: {
        score: ((nft) => @xyo-network/crypto-nft-score-model);
        weight: number;
    };
    Image Data: {
        score: ((nft) => @xyo-network/crypto-nft-score-model);
        weight: number;
    };
    Name: {
        score: ((nft) => @xyo-network/crypto-nft-score-model);
        weight: number;
    };
    Supply: {
        score: @xyo-network/crypto-nft-score-model;
        weight: number;
    };
    Token Id: {
        score: @xyo-network/crypto-nft-score-model;
        weight: number;
    };
    Type: {
        score: @xyo-network/crypto-nft-score-model;
        weight: number;
    };
    YouTube URL: {
        score: ((nft) => @xyo-network/crypto-nft-score-model);
        weight: number;
    };
}

Type declaration

Generated using TypeDoc