Skip to main content

Mirror SDK

Mirroring and projection operations.

Operations

Generated Reference

Overview

Available Operations

lucidGetAgentReceipts

Paginated receipts filtered by agent passport ID. Admin auth required.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetAgentReceiptsResponse>

Errors

lucidGetAgentEpoch

Get the current open epoch for an agent. Checks both in-memory state and database for coverage across restarts.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetAgentEpochResponse>

Errors

lucidGetAgentProof

Get the latest MMR proof for an agent (most recent anchored epoch).

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<models.AgentProof>

Errors

lucidGetAgentRunProof

Get proof details for a specific run_id (leaf-level proof with receipt data).

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<models.AgentRunProof>

Errors