@ecp.eth/sdk / indexer / markNotificationsAsSeen
Function: markNotificationsAsSeen()
function markNotificationsAsSeen(options): Promise<{
count: number;
}>;
Defined in: packages/sdk/src/indexer/api.ts:1597
Mark notifications as seen
Parameters
options
MarkNotificationsAsSeenOptions
Returns
Promise
<{
count
: number
;
}>
A promise that resolves to the number of notifications marked as seen