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

    Type Alias NewAddressProofInput

    New address proof metadata.

    type NewAddressProofInput = {
        treeInfo: TreeInfo;
        address: number[];
        rootIndex: number;
        root: BN;
    }
    Index

    Properties

    treeInfo: TreeInfo
    address: number[]
    rootIndex: number
    root: BN