Interface CalculatePointsPayload

interface CalculatePointsPayload {
    address?: string;
    bookmark?: string;
    groupId: string;
    pageId: string;
    skipCache?: boolean;
}

Properties

address?: string

The address to calculate points for

bookmark?: string

The pagination bookmark to start from

groupId: string

The group ID to calculate points for

pageId: string

The page ID to calculate points for

skipCache?: boolean

Skip the cache and calculate points from scratch