@caravan/sdk API - v0.0.0
    Preparing search index...

    Interface Attestation

    interface Attestation {
        manifestHash: `0x${string}`;
        outcome: AttestationOutcome;
        poolId: string;
        realizedUnitPrice?: string;
        role: AttestationRole;
    }
    Index
    manifestHash: `0x${string}`
    poolId: string
    realizedUnitPrice?: string