Interface MetadataFetchOptions

Defines the options for fetching metadata.

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

Properties

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

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

doNotFetchCollectionMetadata?: boolean

If true, collection metadata will not be fetched.

uris?: string[]

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