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

    Interface NewAddressParamsPacked

    interface NewAddressParamsPacked {
        seed: number[];
        addressMerkleTreeRootIndex: number;
        addressMerkleTreeAccountIndex: number;
        addressQueueAccountIndex: number;
    }
    Index

    Properties

    seed: number[]

    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.

    addressMerkleTreeAccountIndex: number

    Index of the address merkle tree account in the remaining accounts array

    addressQueueAccountIndex: number

    Index of the address queue account in the remaining accounts array