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

    Class TokenMetadataDetails<T>

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    customData: string

    Custom data

    fetchedUri?: string

    The URI that the metadata was fetched from with placeholders replaced.

    metadata?: Metadata<T>

    The metadata fetched by the URI

    tokenIds: UintRangeArray<T>

    The token IDs that correspond to the metadata

    toUploadToIpfs?: boolean

    Flag to denote if the metadata is new and should be updated. Used internally.

    uri: string

    The URI that the metadata was fetched from. This is the original on-chain URI, so may still have placeholders (i.e. {id} or {address})

    Methods