bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iFilterSuggestionsSuccessResponse

    interface iFilterSuggestionsSuccessResponse {
        attributes: {
            count: number;
            floorPrice?: { amount: NumberType; denom: string };
            name: string;
            type: string;
            value: string | number | boolean;
        }[];
    }

    Implemented by

    Index

    Properties

    Properties

    attributes: {
        count: number;
        floorPrice?: { amount: NumberType; denom: string };
        name: string;
        type: string;
        value: string | number | boolean;
    }[]