@ecp.eth/sdk / indexer / isMuted
Function: isMuted()
function isMuted(options): Promise<boolean>;Defined in: packages/sdk/src/indexer/api.ts:796
Checks if an address is marked as muted on the indexer of your choice.
Parameters
options
The options for checking if an address is muted
Returns
Promise<boolean>
A promise that resolves to true if the address is marked as muted, false otherwise
Throws
If there is some request failure.