@lightprotocol/stateless.js - v0.22.1-alpha.1
    Preparing search index...

    Type Alias MerkleContextWithMerkleProof

    MerkleContextWithMerkleProof: MerkleContext & {
        merkleProof: BN254[];
        rootIndex: number;
        root: BN254;
    }

    MerkleContext with merkle proof

    Type Declaration

    • merkleProof: BN254[]

      Recent valid 'hash' proof path, expires after n slots

    • rootIndex: number

      Index of state root the merkleproof is valid for, expires after n slots

    • root: BN254

      Current root