Skip to main content

Reputationcrosschain SDK

Cross-chain reputation operations.

Operations

Generated Reference

Overview

Available Operations

lucidGetUnifiedReputation

Aggregate reputation across all chains into a unified score.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetUnifiedReputationResponse>

Errors

lucidGetReputationBreakdown

Get per-chain reputation breakdown with feedback records.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetReputationBreakdownResponse>

Errors

lucidGetReceiptBasedReputation

Compute a sybil-resistant reputation score derived from verified receipts. Only counts receipts with valid hashes and signatures.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetReceiptBasedReputationResponse>

Errors

lucidSubmitReputationOnChain

Submit receipt-based reputation to the on-chain Reputation Registry.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidSubmitReputationOnChainResponse>

Errors

lucidGetReputationIndexerStatus

Get the status of the cross-chain reputation indexer across all chains.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetReputationIndexerStatusResponse>

Errors