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

    Interface GetMetadataForCollectionPayload

    interface GetMetadataForCollectionPayload {
        metadataToFetch?: MetadataFetchOptions;
        tokenFloorPricesToFetch?: iUintRange<NumberType>[] | NumberType[];
    }
    Index

    Properties

    metadataToFetch?: MetadataFetchOptions

    If present, we will fetch the metadata corresponding to the specified options.

    Consider using pruneMetadataToFetch for filtering out previously fetched metadata.

    tokenFloorPricesToFetch?: iUintRange<NumberType>[] | NumberType[]

    If present, we will fetch the floor price for the specified token IDs.