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

    Type Alias AddressTreeInfo

    AddressTreeInfo: Omit<StateTreeInfo, "cpiContext" | "nextTreeInfo"> & {
        nextTreeInfo: AddressTreeInfo | null;
    }

    Type Declaration

    Use TreeInfo instead.

    Address tree info, versioned via TreeType. The protocol stores PDAs in address trees.