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

    Interface iCalculatePointsPayload

    interface iCalculatePointsPayload {
        address?: string;
        applicationId: string;
        bookmark?: string;
        pageId: string;
        skipCache?: boolean;
    }
    Index

    Properties

    address?: string

    The address to calculate points for

    applicationId: string

    The application ID to calculate points for

    bookmark?: string

    The pagination bookmark to start from

    pageId: string

    The page ID to calculate points for

    skipCache?: boolean

    Skip the cache and calculate points from scratch