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

    Interface iGetOnChainDynamicStoreValuesPaginatedSuccessResponse<T>

    interface iGetOnChainDynamicStoreValuesPaginatedSuccessResponse<
        T extends NumberType = NumberType,
    > {
        pagination: PaginationInfo;
        values: iDynamicStoreValueDoc<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    pagination: PaginationInfo