@ecp.eth/sdk / indexer / isMuted
Function: isMuted()
function isMuted(options): Promise<boolean>;
Defined in: packages/sdk/src/indexer/api.ts:766
Checks if an address is marked as a 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