@lightprotocol/compressed-token - v0.23.0-beta.8
    Preparing search index...

    Interface SelectedAccountsResult

    Result of selectAccountsByPreferredTreeType

    interface SelectedAccountsResult {
        accounts: ParsedTokenAccount[];
        treeType: TreeType;
        totalBalance: BN;
    }
    Index

    Properties

    accounts: ParsedTokenAccount[]

    The selected accounts (all from the same tree type)

    treeType: TreeType

    The tree type of the selected accounts

    totalBalance: BN

    Total balance of selected accounts