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

    Interface iFilterTokensInCollectionSuccessResponse<T>

    interface iFilterTokensInCollectionSuccessResponse<T extends NumberType> {
        pagination: PaginationInfo;
        tokenIds: iUintRange<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    pagination: PaginationInfo
    tokenIds: iUintRange<T>[]