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

    Type Alias MerkleContextWithNewAddressProof

    type MerkleContextWithNewAddressProof = {
        root: BN;
        rootIndex: number;
        value: BN;
        leafLowerRangeValue: BN;
        leafHigherRangeValue: BN;
        nextIndex: BN;
        merkleProofHashedIndexedElementLeaf: BN[];
        indexHashedIndexedElementLeaf: BN;
        treeInfo: AddressTreeInfo;
    }
    Index

    Properties

    root: BN
    rootIndex: number
    value: BN
    leafLowerRangeValue: BN
    leafHigherRangeValue: BN
    nextIndex: BN
    merkleProofHashedIndexedElementLeaf: BN[]
    indexHashedIndexedElementLeaf: BN
    treeInfo: AddressTreeInfo