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

    Type Alias MerkleContextLegacy

    use MerkleContext instead.

    Legacy MerkleContext.

    type MerkleContextLegacy = {
        merkleTree: PublicKey;
        nullifierQueue: PublicKey;
        hash: number[];
        leafIndex: number;
    }
    Index

    Properties

    merkleTree: PublicKey

    State tree

    nullifierQueue: PublicKey

    Nullifier queue

    hash: number[]

    Poseidon hash of the account. Stored as leaf in state tree

    leafIndex: number

    Position of hash in the State tree