@lightprotocol/stateless.js - v0.23.1
    Preparing search index...

    Interface AccountDataWithTreeInfo

    interface AccountDataWithTreeInfo {
        key: string;
        data: any;
        treeInfo: TreeInfo;
    }
    Index

    Properties

    Properties

    key: string
    data: any
    treeInfo: TreeInfo