Connection type for claim rewards, following the Relay specification

interface ClaimRewardsConnection {
    edges: readonly ClaimRewardEdge[];
    pageInfo: PageInfo;
    totalCount: number;
}

Properties

edges: readonly ClaimRewardEdge[]

Array of claim reward records with cursors

pageInfo: PageInfo

Pagination information

totalCount: number

Total number of records available