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

    Type Alias AccountProofInput

    Compressed account-related proof metadata.

    type AccountProofInput = {
        hash: BN;
        treeInfo: TreeInfo;
        leafIndex: number;
        rootIndex: number;
        proveByIndex: boolean;
    }
    Index

    Properties

    hash: BN
    treeInfo: TreeInfo
    leafIndex: number
    rootIndex: number
    proveByIndex: boolean