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

    Type Alias PackedAddressTreeInfo

    Packed tree info for a new program-derived address (PDA).

    type PackedAddressTreeInfo = {
        addressMerkleTreePubkeyIndex: number;
        addressQueuePubkeyIndex: number;
        rootIndex: number;
    }
    Index

    Properties

    addressMerkleTreePubkeyIndex: number

    Index of the merkle tree in which the account is stored.

    addressQueuePubkeyIndex: number

    Index of the queue in which the account is stored.

    rootIndex: number

    Recent valid root index.