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

    Interface iBatchTokenDetails<T>

    interface iBatchTokenDetails<T extends NumberType> {
        collectionId: string;
        tokenIds: iUintRange<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    collectionId: string

    The collection ID of this element's token details.

    tokenIds: iUintRange<T>[]

    The corresponding token IDs for this collection ID.