aftermath-ts-sdk - v3.3.3
Preparing search index...
packages/rewards/rewardsTypes
ApiRewardsGetHistoryResponse
Interface ApiRewardsGetHistoryResponse
Response containing the user's rewards history.
interface
ApiRewardsGetHistoryResponse
{
history
:
RewardsHistoryEntry
[]
;
pagination
:
RewardsPaginationInfo
;
}
Index
Properties
history
pagination
Properties
history
history
:
RewardsHistoryEntry
[]
Array of historical reward entries.
pagination
pagination
:
RewardsPaginationInfo
Pagination info.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
history
pagination
aftermath-ts-sdk - v3.3.3
Loading...
Response containing the user's rewards history.