• Retrieves all nodes from an auction AVL tree.

    Returns

    An array of all auction nodes in the tree, in allocation order

    Example

    const tree = await fetchAuctionAVLTreeV1(umi, treePda);
    const allNodes = getAllAuctionTreeNodes(tree);
    console.log(`Tree contains ${allNodes.length} nodes`);

    Parameters

    Returns AuctionNode[]

Generated using TypeDoc