@haven-fi/solauto-sdk 1.0.176 → 1.0.177
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/constants/generalAccounts.d.ts.map +1 -1
- package/dist/constants/generalAccounts.js +0 -1
- package/dist/constants/solautoConstants.d.ts +0 -1
- package/dist/constants/solautoConstants.d.ts.map +1 -1
- package/dist/constants/solautoConstants.js +3 -3
- package/dist/generated/errors/solauto.d.ts +8 -26
- package/dist/generated/errors/solauto.d.ts.map +1 -1
- package/dist/generated/errors/solauto.js +26 -59
- package/dist/jupiter-sdk/accounts/index.d.ts +9 -0
- package/dist/jupiter-sdk/accounts/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/accounts/index.js +24 -0
- package/dist/jupiter-sdk/accounts/tokenLedger.d.ts +32 -0
- package/dist/jupiter-sdk/accounts/tokenLedger.d.ts.map +1 -0
- package/dist/jupiter-sdk/accounts/tokenLedger.js +68 -0
- package/dist/jupiter-sdk/errors/index.d.ts +9 -0
- package/dist/jupiter-sdk/errors/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/errors/index.js +24 -0
- package/dist/jupiter-sdk/errors/jupiter.d.ts +127 -0
- package/dist/jupiter-sdk/errors/jupiter.d.ts.map +1 -0
- package/dist/jupiter-sdk/errors/jupiter.js +229 -0
- package/dist/jupiter-sdk/index.d.ts +14 -0
- package/dist/jupiter-sdk/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/index.js +29 -0
- package/dist/jupiter-sdk/instructions/aldrinSwap.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/aldrinSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/aldrinSwap.js +95 -0
- package/dist/jupiter-sdk/instructions/aldrinV2Swap.d.ts +30 -0
- package/dist/jupiter-sdk/instructions/aldrinV2Swap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/aldrinV2Swap.js +100 -0
- package/dist/jupiter-sdk/instructions/balansolSwap.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/balansolSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/balansolSwap.js +130 -0
- package/dist/jupiter-sdk/instructions/claim.d.ts +25 -0
- package/dist/jupiter-sdk/instructions/claim.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/claim.js +64 -0
- package/dist/jupiter-sdk/instructions/claimToken.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/claimToken.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/claimToken.js +93 -0
- package/dist/jupiter-sdk/instructions/cloneSwap.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/cloneSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/cloneSwap.js +120 -0
- package/dist/jupiter-sdk/instructions/createOpenOrders.d.ts +24 -0
- package/dist/jupiter-sdk/instructions/createOpenOrders.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/createOpenOrders.js +76 -0
- package/dist/jupiter-sdk/instructions/createProgramOpenOrders.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/createProgramOpenOrders.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/createProgramOpenOrders.js +86 -0
- package/dist/jupiter-sdk/instructions/createTokenAccount.d.ts +27 -0
- package/dist/jupiter-sdk/instructions/createTokenAccount.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/createTokenAccount.js +70 -0
- package/dist/jupiter-sdk/instructions/createTokenLedger.d.ts +21 -0
- package/dist/jupiter-sdk/instructions/createTokenLedger.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/createTokenLedger.js +62 -0
- package/dist/jupiter-sdk/instructions/cremaSwap.d.ts +33 -0
- package/dist/jupiter-sdk/instructions/cremaSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/cremaSwap.js +119 -0
- package/dist/jupiter-sdk/instructions/cropperSwap.d.ts +30 -0
- package/dist/jupiter-sdk/instructions/cropperSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/cropperSwap.js +103 -0
- package/dist/jupiter-sdk/instructions/cykuraSwap.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/cykuraSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/cykuraSwap.js +99 -0
- package/dist/jupiter-sdk/instructions/deltafiSwap.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/deltafiSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/deltafiSwap.js +109 -0
- package/dist/jupiter-sdk/instructions/dradexSwap.d.ts +35 -0
- package/dist/jupiter-sdk/instructions/dradexSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/dradexSwap.js +121 -0
- package/dist/jupiter-sdk/instructions/exactOutRoute.d.ts +42 -0
- package/dist/jupiter-sdk/instructions/exactOutRoute.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/exactOutRoute.js +109 -0
- package/dist/jupiter-sdk/instructions/goosefxSwap.d.ts +33 -0
- package/dist/jupiter-sdk/instructions/goosefxSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/goosefxSwap.js +115 -0
- package/dist/jupiter-sdk/instructions/goosefxV2Swap.d.ts +38 -0
- package/dist/jupiter-sdk/instructions/goosefxV2Swap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/goosefxV2Swap.js +140 -0
- package/dist/jupiter-sdk/instructions/heliumTreasuryManagementRedeemV0.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/heliumTreasuryManagementRedeemV0.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/heliumTreasuryManagementRedeemV0.js +91 -0
- package/dist/jupiter-sdk/instructions/index.d.ts +72 -0
- package/dist/jupiter-sdk/instructions/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/index.js +87 -0
- package/dist/jupiter-sdk/instructions/invariantSwap.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/invariantSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/invariantSwap.js +95 -0
- package/dist/jupiter-sdk/instructions/lifinitySwap.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/lifinitySwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/lifinitySwap.js +113 -0
- package/dist/jupiter-sdk/instructions/lifinityV2Swap.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/lifinityV2Swap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/lifinityV2Swap.js +113 -0
- package/dist/jupiter-sdk/instructions/marcoPoloSwap.d.ts +36 -0
- package/dist/jupiter-sdk/instructions/marcoPoloSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/marcoPoloSwap.js +137 -0
- package/dist/jupiter-sdk/instructions/marinadeDeposit.d.ts +36 -0
- package/dist/jupiter-sdk/instructions/marinadeDeposit.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/marinadeDeposit.js +144 -0
- package/dist/jupiter-sdk/instructions/marinadeUnstake.d.ts +30 -0
- package/dist/jupiter-sdk/instructions/marinadeUnstake.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/marinadeUnstake.js +105 -0
- package/dist/jupiter-sdk/instructions/mercurialSwap.d.ts +25 -0
- package/dist/jupiter-sdk/instructions/mercurialSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/mercurialSwap.js +76 -0
- package/dist/jupiter-sdk/instructions/meteoraDlmmSwap.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/meteoraDlmmSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/meteoraDlmmSwap.js +119 -0
- package/dist/jupiter-sdk/instructions/meteoraSwap.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/meteoraSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/meteoraSwap.js +120 -0
- package/dist/jupiter-sdk/instructions/moonshotWrappedBuy.d.ts +33 -0
- package/dist/jupiter-sdk/instructions/moonshotWrappedBuy.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/moonshotWrappedBuy.js +119 -0
- package/dist/jupiter-sdk/instructions/moonshotWrappedSell.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/moonshotWrappedSell.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/moonshotWrappedSell.js +106 -0
- package/dist/jupiter-sdk/instructions/obricSwap.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/obricSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/obricSwap.js +106 -0
- package/dist/jupiter-sdk/instructions/oneIntroSwap.d.ts +30 -0
- package/dist/jupiter-sdk/instructions/oneIntroSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/oneIntroSwap.js +100 -0
- package/dist/jupiter-sdk/instructions/openBookV2Swap.d.ts +35 -0
- package/dist/jupiter-sdk/instructions/openBookV2Swap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/openBookV2Swap.js +125 -0
- package/dist/jupiter-sdk/instructions/perpsAddLiquidity.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/perpsAddLiquidity.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/perpsAddLiquidity.js +110 -0
- package/dist/jupiter-sdk/instructions/perpsRemoveLiquidity.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/perpsRemoveLiquidity.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/perpsRemoveLiquidity.js +110 -0
- package/dist/jupiter-sdk/instructions/perpsSwap.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/perpsSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/perpsSwap.js +120 -0
- package/dist/jupiter-sdk/instructions/perpsV2AddLiquidity.d.ts +33 -0
- package/dist/jupiter-sdk/instructions/perpsV2AddLiquidity.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/perpsV2AddLiquidity.js +115 -0
- package/dist/jupiter-sdk/instructions/perpsV2RemoveLiquidity.d.ts +33 -0
- package/dist/jupiter-sdk/instructions/perpsV2RemoveLiquidity.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/perpsV2RemoveLiquidity.js +112 -0
- package/dist/jupiter-sdk/instructions/perpsV2Swap.d.ts +36 -0
- package/dist/jupiter-sdk/instructions/perpsV2Swap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/perpsV2Swap.js +130 -0
- package/dist/jupiter-sdk/instructions/phoenixSwap.d.ts +27 -0
- package/dist/jupiter-sdk/instructions/phoenixSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/phoenixSwap.js +89 -0
- package/dist/jupiter-sdk/instructions/pumpdotfunWrappedBuy.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/pumpdotfunWrappedBuy.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/pumpdotfunWrappedBuy.js +123 -0
- package/dist/jupiter-sdk/instructions/pumpdotfunWrappedSell.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/pumpdotfunWrappedSell.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/pumpdotfunWrappedSell.js +107 -0
- package/dist/jupiter-sdk/instructions/raydiumClmmSwap.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/raydiumClmmSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/raydiumClmmSwap.js +102 -0
- package/dist/jupiter-sdk/instructions/raydiumClmmSwapV2.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/raydiumClmmSwapV2.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/raydiumClmmSwapV2.js +117 -0
- package/dist/jupiter-sdk/instructions/raydiumCpSwap.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/raydiumCpSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/raydiumCpSwap.js +116 -0
- package/dist/jupiter-sdk/instructions/raydiumSwap.d.ts +36 -0
- package/dist/jupiter-sdk/instructions/raydiumSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/raydiumSwap.js +134 -0
- package/dist/jupiter-sdk/instructions/route.d.ts +40 -0
- package/dist/jupiter-sdk/instructions/route.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/route.js +99 -0
- package/dist/jupiter-sdk/instructions/routeWithTokenLedger.d.ts +39 -0
- package/dist/jupiter-sdk/instructions/routeWithTokenLedger.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/routeWithTokenLedger.js +103 -0
- package/dist/jupiter-sdk/instructions/saberAddDecimals.d.ts +26 -0
- package/dist/jupiter-sdk/instructions/saberAddDecimals.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/saberAddDecimals.js +81 -0
- package/dist/jupiter-sdk/instructions/saberSwap.d.ts +28 -0
- package/dist/jupiter-sdk/instructions/saberSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/saberSwap.js +87 -0
- package/dist/jupiter-sdk/instructions/senchaSwap.d.ts +28 -0
- package/dist/jupiter-sdk/instructions/senchaSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/senchaSwap.js +90 -0
- package/dist/jupiter-sdk/instructions/serumSwap.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/serumSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/serumSwap.js +122 -0
- package/dist/jupiter-sdk/instructions/setTokenLedger.d.ts +20 -0
- package/dist/jupiter-sdk/instructions/setTokenLedger.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/setTokenLedger.js +46 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsExactOutRoute.d.ts +46 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsExactOutRoute.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsExactOutRoute.js +120 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsRoute.d.ts +46 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsRoute.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsRoute.js +120 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsRouteWithTokenLedger.d.ts +45 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsRouteWithTokenLedger.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsRouteWithTokenLedger.js +126 -0
- package/dist/jupiter-sdk/instructions/stabbleStableSwap.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/stabbleStableSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/stabbleStableSwap.js +101 -0
- package/dist/jupiter-sdk/instructions/stabbleWeightedSwap.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/stabbleWeightedSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/stabbleWeightedSwap.js +101 -0
- package/dist/jupiter-sdk/instructions/stepSwap.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/stepSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/stepSwap.js +98 -0
- package/dist/jupiter-sdk/instructions/symmetrySwap.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/symmetrySwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/symmetrySwap.js +114 -0
- package/dist/jupiter-sdk/instructions/tokenSwap.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/tokenSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/tokenSwap.js +98 -0
- package/dist/jupiter-sdk/instructions/tokenSwapV2.d.ts +33 -0
- package/dist/jupiter-sdk/instructions/tokenSwapV2.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/tokenSwapV2.js +114 -0
- package/dist/jupiter-sdk/instructions/whirlpoolSwap.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/whirlpoolSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/whirlpoolSwap.js +104 -0
- package/dist/jupiter-sdk/instructions/whirlpoolSwapV2.d.ts +35 -0
- package/dist/jupiter-sdk/instructions/whirlpoolSwapV2.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/whirlpoolSwapV2.js +119 -0
- package/dist/jupiter-sdk/programs/index.d.ts +9 -0
- package/dist/jupiter-sdk/programs/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/programs/index.js +24 -0
- package/dist/jupiter-sdk/programs/jupiter.d.ts +13 -0
- package/dist/jupiter-sdk/programs/jupiter.d.ts.map +1 -0
- package/dist/jupiter-sdk/programs/jupiter.js +36 -0
- package/dist/jupiter-sdk/shared/index.d.ts +54 -0
- package/dist/jupiter-sdk/shared/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/shared/index.js +69 -0
- package/dist/jupiter-sdk/types/accountsType.d.ts +15 -0
- package/dist/jupiter-sdk/types/accountsType.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/accountsType.js +22 -0
- package/dist/jupiter-sdk/types/amountWithSlippage.d.ts +18 -0
- package/dist/jupiter-sdk/types/amountWithSlippage.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/amountWithSlippage.js +17 -0
- package/dist/jupiter-sdk/types/index.d.ts +15 -0
- package/dist/jupiter-sdk/types/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/index.js +30 -0
- package/dist/jupiter-sdk/types/remainingAccountsInfo.d.ts +17 -0
- package/dist/jupiter-sdk/types/remainingAccountsInfo.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/remainingAccountsInfo.js +15 -0
- package/dist/jupiter-sdk/types/remainingAccountsSlice.d.ts +19 -0
- package/dist/jupiter-sdk/types/remainingAccountsSlice.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/remainingAccountsSlice.js +18 -0
- package/dist/jupiter-sdk/types/routePlanStep.d.ts +23 -0
- package/dist/jupiter-sdk/types/routePlanStep.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/routePlanStep.js +20 -0
- package/dist/jupiter-sdk/types/side.d.ts +15 -0
- package/dist/jupiter-sdk/types/side.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/side.js +20 -0
- package/dist/jupiter-sdk/types/swap.d.ts +372 -0
- package/dist/jupiter-sdk/types/swap.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/swap.js +188 -0
- package/dist/transactions/transactionUtils.d.ts +5 -0
- package/dist/transactions/transactionUtils.d.ts.map +1 -1
- package/dist/transactions/transactionUtils.js +46 -4
- package/dist/transactions/transactionsManager.d.ts +2 -1
- package/dist/transactions/transactionsManager.d.ts.map +1 -1
- package/dist/transactions/transactionsManager.js +12 -20
- package/package.json +1 -1
- package/src/constants/generalAccounts.ts +0 -3
- package/src/constants/solautoConstants.ts +1 -2
- package/src/generated/errors/solauto.ts +30 -88
- package/src/jupiter-sdk/accounts/index.ts +9 -0
- package/src/jupiter-sdk/accounts/tokenLedger.ts +146 -0
- package/src/jupiter-sdk/errors/index.ts +9 -0
- package/src/jupiter-sdk/errors/jupiter.ts +282 -0
- package/src/jupiter-sdk/index.ts +14 -0
- package/src/jupiter-sdk/instructions/aldrinSwap.ts +165 -0
- package/src/jupiter-sdk/instructions/aldrinV2Swap.ts +171 -0
- package/src/jupiter-sdk/instructions/balansolSwap.ts +211 -0
- package/src/jupiter-sdk/instructions/claim.ts +128 -0
- package/src/jupiter-sdk/instructions/claimToken.ts +171 -0
- package/src/jupiter-sdk/instructions/cloneSwap.ts +195 -0
- package/src/jupiter-sdk/instructions/createOpenOrders.ts +148 -0
- package/src/jupiter-sdk/instructions/createProgramOpenOrders.ts +170 -0
- package/src/jupiter-sdk/instructions/createTokenAccount.ts +152 -0
- package/src/jupiter-sdk/instructions/createTokenLedger.ts +128 -0
- package/src/jupiter-sdk/instructions/cremaSwap.ts +193 -0
- package/src/jupiter-sdk/instructions/cropperSwap.ts +174 -0
- package/src/jupiter-sdk/instructions/cykuraSwap.ts +169 -0
- package/src/jupiter-sdk/instructions/deltafiSwap.ts +181 -0
- package/src/jupiter-sdk/instructions/dradexSwap.ts +200 -0
- package/src/jupiter-sdk/instructions/exactOutRoute.ts +208 -0
- package/src/jupiter-sdk/instructions/goosefxSwap.ts +189 -0
- package/src/jupiter-sdk/instructions/goosefxV2Swap.ts +222 -0
- package/src/jupiter-sdk/instructions/heliumTreasuryManagementRedeemV0.ts +169 -0
- package/src/jupiter-sdk/instructions/index.ts +72 -0
- package/src/jupiter-sdk/instructions/invariantSwap.ts +168 -0
- package/src/jupiter-sdk/instructions/lifinitySwap.ts +186 -0
- package/src/jupiter-sdk/instructions/lifinityV2Swap.ts +189 -0
- package/src/jupiter-sdk/instructions/marcoPoloSwap.ts +223 -0
- package/src/jupiter-sdk/instructions/marinadeDeposit.ts +230 -0
- package/src/jupiter-sdk/instructions/marinadeUnstake.ts +182 -0
- package/src/jupiter-sdk/instructions/mercurialSwap.ts +145 -0
- package/src/jupiter-sdk/instructions/meteoraDlmmSwap.ts +193 -0
- package/src/jupiter-sdk/instructions/meteoraSwap.ts +195 -0
- package/src/jupiter-sdk/instructions/moonshotWrappedBuy.ts +201 -0
- package/src/jupiter-sdk/instructions/moonshotWrappedSell.ts +186 -0
- package/src/jupiter-sdk/instructions/obricSwap.ts +178 -0
- package/src/jupiter-sdk/instructions/oneIntroSwap.ts +171 -0
- package/src/jupiter-sdk/instructions/openBookV2Swap.ts +207 -0
- package/src/jupiter-sdk/instructions/perpsAddLiquidity.ts +186 -0
- package/src/jupiter-sdk/instructions/perpsRemoveLiquidity.ts +188 -0
- package/src/jupiter-sdk/instructions/perpsSwap.ts +195 -0
- package/src/jupiter-sdk/instructions/perpsV2AddLiquidity.ts +194 -0
- package/src/jupiter-sdk/instructions/perpsV2RemoveLiquidity.ts +193 -0
- package/src/jupiter-sdk/instructions/perpsV2Swap.ts +207 -0
- package/src/jupiter-sdk/instructions/phoenixSwap.ts +157 -0
- package/src/jupiter-sdk/instructions/pumpdotfunWrappedBuy.ts +209 -0
- package/src/jupiter-sdk/instructions/pumpdotfunWrappedSell.ts +190 -0
- package/src/jupiter-sdk/instructions/raydiumClmmSwap.ts +175 -0
- package/src/jupiter-sdk/instructions/raydiumClmmSwapV2.ts +193 -0
- package/src/jupiter-sdk/instructions/raydiumCpSwap.ts +189 -0
- package/src/jupiter-sdk/instructions/raydiumSwap.ts +211 -0
- package/src/jupiter-sdk/instructions/route.ts +189 -0
- package/src/jupiter-sdk/instructions/routeWithTokenLedger.ts +201 -0
- package/src/jupiter-sdk/instructions/saberAddDecimals.ts +151 -0
- package/src/jupiter-sdk/instructions/saberSwap.ts +156 -0
- package/src/jupiter-sdk/instructions/senchaSwap.ts +159 -0
- package/src/jupiter-sdk/instructions/serumSwap.ts +200 -0
- package/src/jupiter-sdk/instructions/setTokenLedger.ts +106 -0
- package/src/jupiter-sdk/instructions/sharedAccountsExactOutRoute.ts +226 -0
- package/src/jupiter-sdk/instructions/sharedAccountsRoute.ts +225 -0
- package/src/jupiter-sdk/instructions/sharedAccountsRouteWithTokenLedger.ts +231 -0
- package/src/jupiter-sdk/instructions/stabbleStableSwap.ts +176 -0
- package/src/jupiter-sdk/instructions/stabbleWeightedSwap.ts +178 -0
- package/src/jupiter-sdk/instructions/stepSwap.ts +168 -0
- package/src/jupiter-sdk/instructions/symmetrySwap.ts +187 -0
- package/src/jupiter-sdk/instructions/tokenSwap.ts +168 -0
- package/src/jupiter-sdk/instructions/tokenSwapV2.ts +185 -0
- package/src/jupiter-sdk/instructions/whirlpoolSwap.ts +179 -0
- package/src/jupiter-sdk/instructions/whirlpoolSwapV2.ts +194 -0
- package/src/jupiter-sdk/programs/index.ts +9 -0
- package/src/jupiter-sdk/programs/jupiter.ts +52 -0
- package/src/jupiter-sdk/shared/index.ts +117 -0
- package/src/jupiter-sdk/types/accountsType.ts +25 -0
- package/src/jupiter-sdk/types/amountWithSlippage.ts +34 -0
- package/src/jupiter-sdk/types/index.ts +15 -0
- package/src/jupiter-sdk/types/remainingAccountsInfo.ts +34 -0
- package/src/jupiter-sdk/types/remainingAccountsSlice.ts +33 -0
- package/src/jupiter-sdk/types/routePlanStep.ts +39 -0
- package/src/jupiter-sdk/types/side.ts +23 -0
- package/src/jupiter-sdk/types/swap.ts +566 -0
- package/src/transactions/transactionUtils.ts +72 -5
- package/src/transactions/transactionsManager.ts +26 -29
@@ -0,0 +1,225 @@
|
|
1
|
+
/**
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
4
|
+
* to add features, then rerun kinobi to update it.
|
5
|
+
*
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
7
|
+
*/
|
8
|
+
|
9
|
+
import {
|
10
|
+
Context,
|
11
|
+
Pda,
|
12
|
+
PublicKey,
|
13
|
+
Signer,
|
14
|
+
TransactionBuilder,
|
15
|
+
transactionBuilder,
|
16
|
+
} from '@metaplex-foundation/umi';
|
17
|
+
import {
|
18
|
+
Serializer,
|
19
|
+
array,
|
20
|
+
mapSerializer,
|
21
|
+
struct,
|
22
|
+
u16,
|
23
|
+
u64,
|
24
|
+
u8,
|
25
|
+
} from '@metaplex-foundation/umi/serializers';
|
26
|
+
import {
|
27
|
+
ResolvedAccount,
|
28
|
+
ResolvedAccountsWithIndices,
|
29
|
+
getAccountMetasAndSigners,
|
30
|
+
} from '../shared';
|
31
|
+
import {
|
32
|
+
RoutePlanStep,
|
33
|
+
RoutePlanStepArgs,
|
34
|
+
getRoutePlanStepSerializer,
|
35
|
+
} from '../types';
|
36
|
+
|
37
|
+
// Accounts.
|
38
|
+
export type SharedAccountsRouteInstructionAccounts = {
|
39
|
+
tokenProgram?: PublicKey | Pda;
|
40
|
+
programAuthority: PublicKey | Pda;
|
41
|
+
userTransferAuthority: Signer;
|
42
|
+
sourceTokenAccount: PublicKey | Pda;
|
43
|
+
programSourceTokenAccount: PublicKey | Pda;
|
44
|
+
programDestinationTokenAccount: PublicKey | Pda;
|
45
|
+
destinationTokenAccount: PublicKey | Pda;
|
46
|
+
sourceMint: PublicKey | Pda;
|
47
|
+
destinationMint: PublicKey | Pda;
|
48
|
+
platformFeeAccount?: PublicKey | Pda;
|
49
|
+
token2022Program?: PublicKey | Pda;
|
50
|
+
eventAuthority: PublicKey | Pda;
|
51
|
+
program: PublicKey | Pda;
|
52
|
+
};
|
53
|
+
|
54
|
+
// Data.
|
55
|
+
export type SharedAccountsRouteInstructionData = {
|
56
|
+
discriminator: Array<number>;
|
57
|
+
id: number;
|
58
|
+
routePlan: Array<RoutePlanStep>;
|
59
|
+
inAmount: bigint;
|
60
|
+
quotedOutAmount: bigint;
|
61
|
+
slippageBps: number;
|
62
|
+
platformFeeBps: number;
|
63
|
+
};
|
64
|
+
|
65
|
+
export type SharedAccountsRouteInstructionDataArgs = {
|
66
|
+
id: number;
|
67
|
+
routePlan: Array<RoutePlanStepArgs>;
|
68
|
+
inAmount: number | bigint;
|
69
|
+
quotedOutAmount: number | bigint;
|
70
|
+
slippageBps: number;
|
71
|
+
platformFeeBps: number;
|
72
|
+
};
|
73
|
+
|
74
|
+
export function getSharedAccountsRouteInstructionDataSerializer(): Serializer<
|
75
|
+
SharedAccountsRouteInstructionDataArgs,
|
76
|
+
SharedAccountsRouteInstructionData
|
77
|
+
> {
|
78
|
+
return mapSerializer<
|
79
|
+
SharedAccountsRouteInstructionDataArgs,
|
80
|
+
any,
|
81
|
+
SharedAccountsRouteInstructionData
|
82
|
+
>(
|
83
|
+
struct<SharedAccountsRouteInstructionData>(
|
84
|
+
[
|
85
|
+
['discriminator', array(u8(), { size: 8 })],
|
86
|
+
['id', u8()],
|
87
|
+
['routePlan', array(getRoutePlanStepSerializer())],
|
88
|
+
['inAmount', u64()],
|
89
|
+
['quotedOutAmount', u64()],
|
90
|
+
['slippageBps', u16()],
|
91
|
+
['platformFeeBps', u8()],
|
92
|
+
],
|
93
|
+
{ description: 'SharedAccountsRouteInstructionData' }
|
94
|
+
),
|
95
|
+
(value) => ({
|
96
|
+
...value,
|
97
|
+
discriminator: [193, 32, 155, 51, 65, 214, 156, 129],
|
98
|
+
})
|
99
|
+
) as Serializer<
|
100
|
+
SharedAccountsRouteInstructionDataArgs,
|
101
|
+
SharedAccountsRouteInstructionData
|
102
|
+
>;
|
103
|
+
}
|
104
|
+
|
105
|
+
// Args.
|
106
|
+
export type SharedAccountsRouteInstructionArgs =
|
107
|
+
SharedAccountsRouteInstructionDataArgs;
|
108
|
+
|
109
|
+
// Instruction.
|
110
|
+
export function sharedAccountsRoute(
|
111
|
+
context: Pick<Context, 'programs'>,
|
112
|
+
input: SharedAccountsRouteInstructionAccounts &
|
113
|
+
SharedAccountsRouteInstructionArgs
|
114
|
+
): TransactionBuilder {
|
115
|
+
// Program ID.
|
116
|
+
const programId = context.programs.getPublicKey(
|
117
|
+
'jupiter',
|
118
|
+
'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
|
119
|
+
);
|
120
|
+
|
121
|
+
// Accounts.
|
122
|
+
const resolvedAccounts = {
|
123
|
+
tokenProgram: {
|
124
|
+
index: 0,
|
125
|
+
isWritable: false as boolean,
|
126
|
+
value: input.tokenProgram ?? null,
|
127
|
+
},
|
128
|
+
programAuthority: {
|
129
|
+
index: 1,
|
130
|
+
isWritable: false as boolean,
|
131
|
+
value: input.programAuthority ?? null,
|
132
|
+
},
|
133
|
+
userTransferAuthority: {
|
134
|
+
index: 2,
|
135
|
+
isWritable: false as boolean,
|
136
|
+
value: input.userTransferAuthority ?? null,
|
137
|
+
},
|
138
|
+
sourceTokenAccount: {
|
139
|
+
index: 3,
|
140
|
+
isWritable: true as boolean,
|
141
|
+
value: input.sourceTokenAccount ?? null,
|
142
|
+
},
|
143
|
+
programSourceTokenAccount: {
|
144
|
+
index: 4,
|
145
|
+
isWritable: true as boolean,
|
146
|
+
value: input.programSourceTokenAccount ?? null,
|
147
|
+
},
|
148
|
+
programDestinationTokenAccount: {
|
149
|
+
index: 5,
|
150
|
+
isWritable: true as boolean,
|
151
|
+
value: input.programDestinationTokenAccount ?? null,
|
152
|
+
},
|
153
|
+
destinationTokenAccount: {
|
154
|
+
index: 6,
|
155
|
+
isWritable: true as boolean,
|
156
|
+
value: input.destinationTokenAccount ?? null,
|
157
|
+
},
|
158
|
+
sourceMint: {
|
159
|
+
index: 7,
|
160
|
+
isWritable: false as boolean,
|
161
|
+
value: input.sourceMint ?? null,
|
162
|
+
},
|
163
|
+
destinationMint: {
|
164
|
+
index: 8,
|
165
|
+
isWritable: false as boolean,
|
166
|
+
value: input.destinationMint ?? null,
|
167
|
+
},
|
168
|
+
platformFeeAccount: {
|
169
|
+
index: 9,
|
170
|
+
isWritable: true as boolean,
|
171
|
+
value: input.platformFeeAccount ?? null,
|
172
|
+
},
|
173
|
+
token2022Program: {
|
174
|
+
index: 10,
|
175
|
+
isWritable: false as boolean,
|
176
|
+
value: input.token2022Program ?? null,
|
177
|
+
},
|
178
|
+
eventAuthority: {
|
179
|
+
index: 11,
|
180
|
+
isWritable: false as boolean,
|
181
|
+
value: input.eventAuthority ?? null,
|
182
|
+
},
|
183
|
+
program: {
|
184
|
+
index: 12,
|
185
|
+
isWritable: false as boolean,
|
186
|
+
value: input.program ?? null,
|
187
|
+
},
|
188
|
+
} satisfies ResolvedAccountsWithIndices;
|
189
|
+
|
190
|
+
// Arguments.
|
191
|
+
const resolvedArgs: SharedAccountsRouteInstructionArgs = { ...input };
|
192
|
+
|
193
|
+
// Default values.
|
194
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
195
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
|
196
|
+
'splToken',
|
197
|
+
'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
|
198
|
+
);
|
199
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
200
|
+
}
|
201
|
+
|
202
|
+
// Accounts in order.
|
203
|
+
const orderedAccounts: ResolvedAccount[] = Object.values(
|
204
|
+
resolvedAccounts
|
205
|
+
).sort((a, b) => a.index - b.index);
|
206
|
+
|
207
|
+
// Keys and Signers.
|
208
|
+
const [keys, signers] = getAccountMetasAndSigners(
|
209
|
+
orderedAccounts,
|
210
|
+
'programId',
|
211
|
+
programId
|
212
|
+
);
|
213
|
+
|
214
|
+
// Data.
|
215
|
+
const data = getSharedAccountsRouteInstructionDataSerializer().serialize(
|
216
|
+
resolvedArgs as SharedAccountsRouteInstructionDataArgs
|
217
|
+
);
|
218
|
+
|
219
|
+
// Bytes Created On Chain.
|
220
|
+
const bytesCreatedOnChain = 0;
|
221
|
+
|
222
|
+
return transactionBuilder([
|
223
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
224
|
+
]);
|
225
|
+
}
|
@@ -0,0 +1,231 @@
|
|
1
|
+
/**
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
4
|
+
* to add features, then rerun kinobi to update it.
|
5
|
+
*
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
7
|
+
*/
|
8
|
+
|
9
|
+
import {
|
10
|
+
Context,
|
11
|
+
Pda,
|
12
|
+
PublicKey,
|
13
|
+
Signer,
|
14
|
+
TransactionBuilder,
|
15
|
+
transactionBuilder,
|
16
|
+
} from '@metaplex-foundation/umi';
|
17
|
+
import {
|
18
|
+
Serializer,
|
19
|
+
array,
|
20
|
+
mapSerializer,
|
21
|
+
struct,
|
22
|
+
u16,
|
23
|
+
u64,
|
24
|
+
u8,
|
25
|
+
} from '@metaplex-foundation/umi/serializers';
|
26
|
+
import {
|
27
|
+
ResolvedAccount,
|
28
|
+
ResolvedAccountsWithIndices,
|
29
|
+
getAccountMetasAndSigners,
|
30
|
+
} from '../shared';
|
31
|
+
import {
|
32
|
+
RoutePlanStep,
|
33
|
+
RoutePlanStepArgs,
|
34
|
+
getRoutePlanStepSerializer,
|
35
|
+
} from '../types';
|
36
|
+
|
37
|
+
// Accounts.
|
38
|
+
export type SharedAccountsRouteWithTokenLedgerInstructionAccounts = {
|
39
|
+
tokenProgram?: PublicKey | Pda;
|
40
|
+
programAuthority: PublicKey | Pda;
|
41
|
+
userTransferAuthority: Signer;
|
42
|
+
sourceTokenAccount: PublicKey | Pda;
|
43
|
+
programSourceTokenAccount: PublicKey | Pda;
|
44
|
+
programDestinationTokenAccount: PublicKey | Pda;
|
45
|
+
destinationTokenAccount: PublicKey | Pda;
|
46
|
+
sourceMint: PublicKey | Pda;
|
47
|
+
destinationMint: PublicKey | Pda;
|
48
|
+
platformFeeAccount?: PublicKey | Pda;
|
49
|
+
token2022Program?: PublicKey | Pda;
|
50
|
+
tokenLedger: PublicKey | Pda;
|
51
|
+
eventAuthority: PublicKey | Pda;
|
52
|
+
program: PublicKey | Pda;
|
53
|
+
};
|
54
|
+
|
55
|
+
// Data.
|
56
|
+
export type SharedAccountsRouteWithTokenLedgerInstructionData = {
|
57
|
+
discriminator: Array<number>;
|
58
|
+
id: number;
|
59
|
+
routePlan: Array<RoutePlanStep>;
|
60
|
+
quotedOutAmount: bigint;
|
61
|
+
slippageBps: number;
|
62
|
+
platformFeeBps: number;
|
63
|
+
};
|
64
|
+
|
65
|
+
export type SharedAccountsRouteWithTokenLedgerInstructionDataArgs = {
|
66
|
+
id: number;
|
67
|
+
routePlan: Array<RoutePlanStepArgs>;
|
68
|
+
quotedOutAmount: number | bigint;
|
69
|
+
slippageBps: number;
|
70
|
+
platformFeeBps: number;
|
71
|
+
};
|
72
|
+
|
73
|
+
export function getSharedAccountsRouteWithTokenLedgerInstructionDataSerializer(): Serializer<
|
74
|
+
SharedAccountsRouteWithTokenLedgerInstructionDataArgs,
|
75
|
+
SharedAccountsRouteWithTokenLedgerInstructionData
|
76
|
+
> {
|
77
|
+
return mapSerializer<
|
78
|
+
SharedAccountsRouteWithTokenLedgerInstructionDataArgs,
|
79
|
+
any,
|
80
|
+
SharedAccountsRouteWithTokenLedgerInstructionData
|
81
|
+
>(
|
82
|
+
struct<SharedAccountsRouteWithTokenLedgerInstructionData>(
|
83
|
+
[
|
84
|
+
['discriminator', array(u8(), { size: 8 })],
|
85
|
+
['id', u8()],
|
86
|
+
['routePlan', array(getRoutePlanStepSerializer())],
|
87
|
+
['quotedOutAmount', u64()],
|
88
|
+
['slippageBps', u16()],
|
89
|
+
['platformFeeBps', u8()],
|
90
|
+
],
|
91
|
+
{ description: 'SharedAccountsRouteWithTokenLedgerInstructionData' }
|
92
|
+
),
|
93
|
+
(value) => ({
|
94
|
+
...value,
|
95
|
+
discriminator: [230, 121, 143, 80, 119, 159, 106, 170],
|
96
|
+
})
|
97
|
+
) as Serializer<
|
98
|
+
SharedAccountsRouteWithTokenLedgerInstructionDataArgs,
|
99
|
+
SharedAccountsRouteWithTokenLedgerInstructionData
|
100
|
+
>;
|
101
|
+
}
|
102
|
+
|
103
|
+
// Args.
|
104
|
+
export type SharedAccountsRouteWithTokenLedgerInstructionArgs =
|
105
|
+
SharedAccountsRouteWithTokenLedgerInstructionDataArgs;
|
106
|
+
|
107
|
+
// Instruction.
|
108
|
+
export function sharedAccountsRouteWithTokenLedger(
|
109
|
+
context: Pick<Context, 'programs'>,
|
110
|
+
input: SharedAccountsRouteWithTokenLedgerInstructionAccounts &
|
111
|
+
SharedAccountsRouteWithTokenLedgerInstructionArgs
|
112
|
+
): TransactionBuilder {
|
113
|
+
// Program ID.
|
114
|
+
const programId = context.programs.getPublicKey(
|
115
|
+
'jupiter',
|
116
|
+
'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
|
117
|
+
);
|
118
|
+
|
119
|
+
// Accounts.
|
120
|
+
const resolvedAccounts = {
|
121
|
+
tokenProgram: {
|
122
|
+
index: 0,
|
123
|
+
isWritable: false as boolean,
|
124
|
+
value: input.tokenProgram ?? null,
|
125
|
+
},
|
126
|
+
programAuthority: {
|
127
|
+
index: 1,
|
128
|
+
isWritable: false as boolean,
|
129
|
+
value: input.programAuthority ?? null,
|
130
|
+
},
|
131
|
+
userTransferAuthority: {
|
132
|
+
index: 2,
|
133
|
+
isWritable: false as boolean,
|
134
|
+
value: input.userTransferAuthority ?? null,
|
135
|
+
},
|
136
|
+
sourceTokenAccount: {
|
137
|
+
index: 3,
|
138
|
+
isWritable: true as boolean,
|
139
|
+
value: input.sourceTokenAccount ?? null,
|
140
|
+
},
|
141
|
+
programSourceTokenAccount: {
|
142
|
+
index: 4,
|
143
|
+
isWritable: true as boolean,
|
144
|
+
value: input.programSourceTokenAccount ?? null,
|
145
|
+
},
|
146
|
+
programDestinationTokenAccount: {
|
147
|
+
index: 5,
|
148
|
+
isWritable: true as boolean,
|
149
|
+
value: input.programDestinationTokenAccount ?? null,
|
150
|
+
},
|
151
|
+
destinationTokenAccount: {
|
152
|
+
index: 6,
|
153
|
+
isWritable: true as boolean,
|
154
|
+
value: input.destinationTokenAccount ?? null,
|
155
|
+
},
|
156
|
+
sourceMint: {
|
157
|
+
index: 7,
|
158
|
+
isWritable: false as boolean,
|
159
|
+
value: input.sourceMint ?? null,
|
160
|
+
},
|
161
|
+
destinationMint: {
|
162
|
+
index: 8,
|
163
|
+
isWritable: false as boolean,
|
164
|
+
value: input.destinationMint ?? null,
|
165
|
+
},
|
166
|
+
platformFeeAccount: {
|
167
|
+
index: 9,
|
168
|
+
isWritable: true as boolean,
|
169
|
+
value: input.platformFeeAccount ?? null,
|
170
|
+
},
|
171
|
+
token2022Program: {
|
172
|
+
index: 10,
|
173
|
+
isWritable: false as boolean,
|
174
|
+
value: input.token2022Program ?? null,
|
175
|
+
},
|
176
|
+
tokenLedger: {
|
177
|
+
index: 11,
|
178
|
+
isWritable: false as boolean,
|
179
|
+
value: input.tokenLedger ?? null,
|
180
|
+
},
|
181
|
+
eventAuthority: {
|
182
|
+
index: 12,
|
183
|
+
isWritable: false as boolean,
|
184
|
+
value: input.eventAuthority ?? null,
|
185
|
+
},
|
186
|
+
program: {
|
187
|
+
index: 13,
|
188
|
+
isWritable: false as boolean,
|
189
|
+
value: input.program ?? null,
|
190
|
+
},
|
191
|
+
} satisfies ResolvedAccountsWithIndices;
|
192
|
+
|
193
|
+
// Arguments.
|
194
|
+
const resolvedArgs: SharedAccountsRouteWithTokenLedgerInstructionArgs = {
|
195
|
+
...input,
|
196
|
+
};
|
197
|
+
|
198
|
+
// Default values.
|
199
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
200
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
|
201
|
+
'splToken',
|
202
|
+
'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
|
203
|
+
);
|
204
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
205
|
+
}
|
206
|
+
|
207
|
+
// Accounts in order.
|
208
|
+
const orderedAccounts: ResolvedAccount[] = Object.values(
|
209
|
+
resolvedAccounts
|
210
|
+
).sort((a, b) => a.index - b.index);
|
211
|
+
|
212
|
+
// Keys and Signers.
|
213
|
+
const [keys, signers] = getAccountMetasAndSigners(
|
214
|
+
orderedAccounts,
|
215
|
+
'programId',
|
216
|
+
programId
|
217
|
+
);
|
218
|
+
|
219
|
+
// Data.
|
220
|
+
const data =
|
221
|
+
getSharedAccountsRouteWithTokenLedgerInstructionDataSerializer().serialize(
|
222
|
+
resolvedArgs as SharedAccountsRouteWithTokenLedgerInstructionDataArgs
|
223
|
+
);
|
224
|
+
|
225
|
+
// Bytes Created On Chain.
|
226
|
+
const bytesCreatedOnChain = 0;
|
227
|
+
|
228
|
+
return transactionBuilder([
|
229
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
230
|
+
]);
|
231
|
+
}
|
@@ -0,0 +1,176 @@
|
|
1
|
+
/**
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
4
|
+
* to add features, then rerun kinobi to update it.
|
5
|
+
*
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
7
|
+
*/
|
8
|
+
|
9
|
+
import {
|
10
|
+
Context,
|
11
|
+
Pda,
|
12
|
+
PublicKey,
|
13
|
+
TransactionBuilder,
|
14
|
+
transactionBuilder,
|
15
|
+
} from '@metaplex-foundation/umi';
|
16
|
+
import {
|
17
|
+
Serializer,
|
18
|
+
array,
|
19
|
+
mapSerializer,
|
20
|
+
struct,
|
21
|
+
u8,
|
22
|
+
} from '@metaplex-foundation/umi/serializers';
|
23
|
+
import {
|
24
|
+
ResolvedAccount,
|
25
|
+
ResolvedAccountsWithIndices,
|
26
|
+
getAccountMetasAndSigners,
|
27
|
+
} from '../shared';
|
28
|
+
|
29
|
+
// Accounts.
|
30
|
+
export type StabbleStableSwapInstructionAccounts = {
|
31
|
+
swapProgram: PublicKey | Pda;
|
32
|
+
user: PublicKey | Pda;
|
33
|
+
userTokenIn: PublicKey | Pda;
|
34
|
+
userTokenOut: PublicKey | Pda;
|
35
|
+
vaultTokenIn: PublicKey | Pda;
|
36
|
+
vaultTokenOut: PublicKey | Pda;
|
37
|
+
beneficiaryTokenOut: PublicKey | Pda;
|
38
|
+
pool: PublicKey | Pda;
|
39
|
+
withdrawAuthority: PublicKey | Pda;
|
40
|
+
vault: PublicKey | Pda;
|
41
|
+
vaultAuthority: PublicKey | Pda;
|
42
|
+
vaultProgram: PublicKey | Pda;
|
43
|
+
tokenProgram?: PublicKey | Pda;
|
44
|
+
};
|
45
|
+
|
46
|
+
// Data.
|
47
|
+
export type StabbleStableSwapInstructionData = { discriminator: Array<number> };
|
48
|
+
|
49
|
+
export type StabbleStableSwapInstructionDataArgs = {};
|
50
|
+
|
51
|
+
export function getStabbleStableSwapInstructionDataSerializer(): Serializer<
|
52
|
+
StabbleStableSwapInstructionDataArgs,
|
53
|
+
StabbleStableSwapInstructionData
|
54
|
+
> {
|
55
|
+
return mapSerializer<
|
56
|
+
StabbleStableSwapInstructionDataArgs,
|
57
|
+
any,
|
58
|
+
StabbleStableSwapInstructionData
|
59
|
+
>(
|
60
|
+
struct<StabbleStableSwapInstructionData>(
|
61
|
+
[['discriminator', array(u8(), { size: 8 })]],
|
62
|
+
{ description: 'StabbleStableSwapInstructionData' }
|
63
|
+
),
|
64
|
+
(value) => ({
|
65
|
+
...value,
|
66
|
+
discriminator: [144, 73, 163, 148, 143, 34, 40, 144],
|
67
|
+
})
|
68
|
+
) as Serializer<
|
69
|
+
StabbleStableSwapInstructionDataArgs,
|
70
|
+
StabbleStableSwapInstructionData
|
71
|
+
>;
|
72
|
+
}
|
73
|
+
|
74
|
+
// Instruction.
|
75
|
+
export function stabbleStableSwap(
|
76
|
+
context: Pick<Context, 'programs'>,
|
77
|
+
input: StabbleStableSwapInstructionAccounts
|
78
|
+
): TransactionBuilder {
|
79
|
+
// Program ID.
|
80
|
+
const programId = context.programs.getPublicKey(
|
81
|
+
'jupiter',
|
82
|
+
'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
|
83
|
+
);
|
84
|
+
|
85
|
+
// Accounts.
|
86
|
+
const resolvedAccounts = {
|
87
|
+
swapProgram: {
|
88
|
+
index: 0,
|
89
|
+
isWritable: false as boolean,
|
90
|
+
value: input.swapProgram ?? null,
|
91
|
+
},
|
92
|
+
user: { index: 1, isWritable: false as boolean, value: input.user ?? null },
|
93
|
+
userTokenIn: {
|
94
|
+
index: 2,
|
95
|
+
isWritable: true as boolean,
|
96
|
+
value: input.userTokenIn ?? null,
|
97
|
+
},
|
98
|
+
userTokenOut: {
|
99
|
+
index: 3,
|
100
|
+
isWritable: true as boolean,
|
101
|
+
value: input.userTokenOut ?? null,
|
102
|
+
},
|
103
|
+
vaultTokenIn: {
|
104
|
+
index: 4,
|
105
|
+
isWritable: true as boolean,
|
106
|
+
value: input.vaultTokenIn ?? null,
|
107
|
+
},
|
108
|
+
vaultTokenOut: {
|
109
|
+
index: 5,
|
110
|
+
isWritable: true as boolean,
|
111
|
+
value: input.vaultTokenOut ?? null,
|
112
|
+
},
|
113
|
+
beneficiaryTokenOut: {
|
114
|
+
index: 6,
|
115
|
+
isWritable: true as boolean,
|
116
|
+
value: input.beneficiaryTokenOut ?? null,
|
117
|
+
},
|
118
|
+
pool: { index: 7, isWritable: true as boolean, value: input.pool ?? null },
|
119
|
+
withdrawAuthority: {
|
120
|
+
index: 8,
|
121
|
+
isWritable: false as boolean,
|
122
|
+
value: input.withdrawAuthority ?? null,
|
123
|
+
},
|
124
|
+
vault: {
|
125
|
+
index: 9,
|
126
|
+
isWritable: false as boolean,
|
127
|
+
value: input.vault ?? null,
|
128
|
+
},
|
129
|
+
vaultAuthority: {
|
130
|
+
index: 10,
|
131
|
+
isWritable: false as boolean,
|
132
|
+
value: input.vaultAuthority ?? null,
|
133
|
+
},
|
134
|
+
vaultProgram: {
|
135
|
+
index: 11,
|
136
|
+
isWritable: false as boolean,
|
137
|
+
value: input.vaultProgram ?? null,
|
138
|
+
},
|
139
|
+
tokenProgram: {
|
140
|
+
index: 12,
|
141
|
+
isWritable: false as boolean,
|
142
|
+
value: input.tokenProgram ?? null,
|
143
|
+
},
|
144
|
+
} satisfies ResolvedAccountsWithIndices;
|
145
|
+
|
146
|
+
// Default values.
|
147
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
148
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
|
149
|
+
'splToken',
|
150
|
+
'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
|
151
|
+
);
|
152
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
153
|
+
}
|
154
|
+
|
155
|
+
// Accounts in order.
|
156
|
+
const orderedAccounts: ResolvedAccount[] = Object.values(
|
157
|
+
resolvedAccounts
|
158
|
+
).sort((a, b) => a.index - b.index);
|
159
|
+
|
160
|
+
// Keys and Signers.
|
161
|
+
const [keys, signers] = getAccountMetasAndSigners(
|
162
|
+
orderedAccounts,
|
163
|
+
'programId',
|
164
|
+
programId
|
165
|
+
);
|
166
|
+
|
167
|
+
// Data.
|
168
|
+
const data = getStabbleStableSwapInstructionDataSerializer().serialize({});
|
169
|
+
|
170
|
+
// Bytes Created On Chain.
|
171
|
+
const bytesCreatedOnChain = 0;
|
172
|
+
|
173
|
+
return transactionBuilder([
|
174
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
175
|
+
]);
|
176
|
+
}
|