Helius SDK - v2.2.2
    Preparing search index...

    Interface AddressWithTree

    An address paired with its Merkle tree (for V2 proof requests).

    interface AddressWithTree {
        address: string;
        tree: string;
    }
    Index

    Properties

    Properties

    address: string

    Base58-encoded public key of the new address.

    tree: string

    Base58-encoded public key of the address Merkle tree to prove non-inclusion in.