Function findBestLstSuperStakeIxs

  • Finds best Jupiter Swap instructions for a generic lstMint

    Without doing any extra steps like checking if you can get a better rate by staking directly with that LST platform

    Parameters

    Returns Promise<{
        ixs: TransactionInstruction[];
        lookupTables: AddressLookupTableAccount[];
        method: "jupiter" | "marinade";
    }>

Generated using TypeDoc