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