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

    Interface VerifyAttestationRootInclusionInput

    interface VerifyAttestationRootInclusionInput {
        expectedChainId: number;
        expectedPublisher: string;
        expectedRoot: string;
        expectedUtcDay: string;
        index: number;
        leaf: AttestationRootInclusionLeaf;
        leafCount: number;
        leafHash: string;
        proof: readonly AttestationRootProofStep[];
    }
    Index
    expectedChainId: number
    expectedPublisher: string
    expectedRoot: string
    expectedUtcDay: string
    index: number
    leafCount: number
    leafHash: string
    proof: readonly AttestationRootProofStep[]