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

    Interface RevealResult

    interface RevealResult {
        batchHash: `0x${string}`;
        manifest: StagedRevealView;
        manifestId: string;
        paymentReceipt: string | null;
    }
    Index
    batchHash: `0x${string}`
    manifestId: string
    paymentReceipt: string | null