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

    Interface NewAddressParams

    interface NewAddressParams {
        seed: Uint8Array;
        addressMerkleTreeRootIndex: number;
        addressMerkleTreePubkey: PublicKey;
        addressQueuePubkey: PublicKey;
    }
    Index

    Properties

    seed: Uint8Array

    Seed for the compressed account. Must be seed used to derive newAccountAddress

    addressMerkleTreeRootIndex: number

    Recent state root index of the address tree. The expiry is tied to the validity proof.

    addressMerkleTreePubkey: PublicKey

    Address tree pubkey. Must be base pubkey used to derive new address

    addressQueuePubkey: PublicKey

    Address space queue pubkey. Associated with the state tree.