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

    Interface iTokenMetadata<T>

    interface iTokenMetadata<T extends NumberType> {
        customData: string;
        tokenIds: iUintRange<T>[];
        uri: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    customData: string

    Arbitrary custom data that can be stored on-chain

    tokenIds: iUintRange<T>[]

    The token IDs corresponding to the URI.

    uri: string

    The URI where to fetch the token metadata from.