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

    Interface iGetCollectionSuccessResponse<T>

    interface iGetCollectionSuccessResponse<T extends NumberType> {
        collection: iBitBadgesCollection<T>;
        metadata: iMetadata<T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    collection: iBitBadgesCollection<T>

    The collection details

    metadata: iMetadata<T>

    The current collection metadata