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

    Type Alias PackedStateTreeInfo

    Packed compressed account and state tree info.

    type PackedStateTreeInfo = {
        rootIndex: number;
        proveByIndex: boolean;
        merkleTreePubkeyIndex: number;
        queuePubkeyIndex: number;
        leafIndex: number;
    }
    Index

    Properties

    rootIndex: number

    Recent valid root index.

    proveByIndex: boolean

    Whether the account can be proven by index or by merkle proof

    merkleTreePubkeyIndex: number

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

    queuePubkeyIndex: number

    Index of the queue in which the account is stored.

    leafIndex: number

    Index of the leaf in the state tree.