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

    Interface iGetDynamicDataStoreValuesPaginatedPayload

    interface iGetDynamicDataStoreValuesPaginatedPayload {
        bookmark?: string;
        dataSecret?: string;
        lookupType?: "username" | "id";
    }
    Index

    Properties

    bookmark?: string

    The pagination bookmark to start from

    dataSecret?: string

    The data secret to fetch. Only needed if you are not signed in as creator. Not applicable to public stores

    lookupType?: "username" | "id"

    The lookup type to fetch (if you need to specify).