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

    Interface MetadataFetchOptions

    Defines the options for fetching metadata.

    interface MetadataFetchOptions {
        doNotFetchCollectionMetadata?: boolean;
        tokenIds?: iUintRange<NumberType>[] | NumberType[];
        uris?: string[];
    }
    Index

    Properties

    doNotFetchCollectionMetadata?: boolean

    If true, collection metadata will not be fetched.

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

    If present, the metadata corresponding to the specified token IDs will be fetched.

    uris?: string[]

    If present, the metadata corresponding to the specified URIs will be fetched.