Skip to content

@ecp.eth/sdk


@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

IsMutedOptions

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