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

    Interface iSearchClaimsPayload

    interface iSearchClaimsPayload {
        bookmark?: string;
        fetchPrivateParams?: boolean;
        searchValue?: string;
    }

    Implemented by

    Index

    Properties

    bookmark?: string

    Bookmark to start from. Obtained from previous request. Leave blank to start from the beginning. Only applicable when no additional criteria is specified.

    fetchPrivateParams?: boolean

    Fetch private parameters for the claim. Only applicable if you are the creator / manager of the claim. Otherwise, it will be the public read-only view.

    searchValue?: string

    If provided, we will only return claims with names that regex match the search value.