Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / indexer

indexer

Ethereum Comments Protocol SDK Indexer Functionality for indexing and querying comments data

Type Aliases

Type AliasDescription
FetchAuthorDataOptionsThe options for fetchAuthorData()
FetchCommentRepliesOptionsThe options for fetchCommentReplies()
FetchCommentsOptionsThe options for fetchComments()
IndexerAPIAuthorDataSchemaType-
IndexerAPIAuthorEnsDataSchemaType-
IndexerAPICommentModerationStatusSchemaType-
IndexerAPICommentOutputSchemaType-
IndexerAPICommentSchemaType-
IndexerAPICommentWithRepliesOutputSchemaType-
IndexerAPICommentWithRepliesSchemaType-
IndexerAPICommentZeroExSwapSchemaType-
IndexerAPICursorPaginationSchemaType-
IndexerAPIExtraSchemaType-
IndexerAPIFarcasterDataSchemaType-
IndexerAPIListCommentRepliesOutputSchemaType-
IndexerAPIListCommentRepliesSchemaType-
IndexerAPIListCommentsOutputSchemaType-
IndexerAPIListCommentsSchemaType-
IndexerAPIModerationChangeModerationStatusOnCommentOutputSchemaType-
IndexerAPIModerationChangeModerationStatusOnCommentSchemaType-
IndexerAPIModerationGetPendingCommentsOutputSchemaType-
IndexerAPIModerationGetPendingCommentsSchemaType-
IndexerAPIPaginationSchemaType-
IsMutedOptionsThe options for isMuted()

Variables

VariableDescription
IndexerAPIAuthorDataSchema-
IndexerAPIAuthorEnsDataSchema-
IndexerAPICommentModerationStatusSchema-
IndexerAPICommentOutputSchema-
IndexerAPICommentSchema-
IndexerAPICommentWithRepliesOutputSchema-
IndexerAPICommentWithRepliesSchema-
IndexerAPICommentZeroExSwapSchema-
IndexerAPICursorPaginationSchema-
IndexerAPIExtraSchema-
IndexerAPIFarcasterDataSchema-
IndexerAPIListCommentRepliesOutputSchema-
IndexerAPIListCommentRepliesSchema-
IndexerAPIListCommentsOutputSchema-
IndexerAPIListCommentsSchema-
IndexerAPIModerationChangeModerationStatusOnCommentOutputSchema-
IndexerAPIModerationChangeModerationStatusOnCommentSchema-
IndexerAPIModerationGetPendingCommentsOutputSchema-
IndexerAPIModerationGetPendingCommentsSchema-
IndexerAPIPaginationSchema-
IndexerAPIZeroExTokenAmountSchema-

Functions

FunctionDescription
fetchAuthorDataFetch author data from the Indexer API
fetchCommentRepliesFetch replies for a comment from the Indexer API
fetchCommentsFetch comments from the Indexer API
getCommentCursorGet the cursor for a comment
isMutedChecks if an address is marked as a muted on the indexer of your choice.