@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,200 @@
|
|
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 DradexSwapInstructionAccounts = {
|
31
|
+
swapProgram: PublicKey | Pda;
|
32
|
+
pair: PublicKey | Pda;
|
33
|
+
market: PublicKey | Pda;
|
34
|
+
eventQueue: PublicKey | Pda;
|
35
|
+
dexUser: PublicKey | Pda;
|
36
|
+
marketUser: PublicKey | Pda;
|
37
|
+
bids: PublicKey | Pda;
|
38
|
+
asks: PublicKey | Pda;
|
39
|
+
t0Vault: PublicKey | Pda;
|
40
|
+
t1Vault: PublicKey | Pda;
|
41
|
+
t0User: PublicKey | Pda;
|
42
|
+
t1User: PublicKey | Pda;
|
43
|
+
master: PublicKey | Pda;
|
44
|
+
signer: PublicKey | Pda;
|
45
|
+
systemProgram?: PublicKey | Pda;
|
46
|
+
tokenProgram?: PublicKey | Pda;
|
47
|
+
logger: PublicKey | Pda;
|
48
|
+
};
|
49
|
+
|
50
|
+
// Data.
|
51
|
+
export type DradexSwapInstructionData = { discriminator: Array<number> };
|
52
|
+
|
53
|
+
export type DradexSwapInstructionDataArgs = {};
|
54
|
+
|
55
|
+
export function getDradexSwapInstructionDataSerializer(): Serializer<
|
56
|
+
DradexSwapInstructionDataArgs,
|
57
|
+
DradexSwapInstructionData
|
58
|
+
> {
|
59
|
+
return mapSerializer<
|
60
|
+
DradexSwapInstructionDataArgs,
|
61
|
+
any,
|
62
|
+
DradexSwapInstructionData
|
63
|
+
>(
|
64
|
+
struct<DradexSwapInstructionData>(
|
65
|
+
[['discriminator', array(u8(), { size: 8 })]],
|
66
|
+
{ description: 'DradexSwapInstructionData' }
|
67
|
+
),
|
68
|
+
(value) => ({
|
69
|
+
...value,
|
70
|
+
discriminator: [34, 146, 160, 38, 51, 85, 58, 151],
|
71
|
+
})
|
72
|
+
) as Serializer<DradexSwapInstructionDataArgs, DradexSwapInstructionData>;
|
73
|
+
}
|
74
|
+
|
75
|
+
// Instruction.
|
76
|
+
export function dradexSwap(
|
77
|
+
context: Pick<Context, 'programs'>,
|
78
|
+
input: DradexSwapInstructionAccounts
|
79
|
+
): TransactionBuilder {
|
80
|
+
// Program ID.
|
81
|
+
const programId = context.programs.getPublicKey(
|
82
|
+
'jupiter',
|
83
|
+
'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
|
84
|
+
);
|
85
|
+
|
86
|
+
// Accounts.
|
87
|
+
const resolvedAccounts = {
|
88
|
+
swapProgram: {
|
89
|
+
index: 0,
|
90
|
+
isWritable: false as boolean,
|
91
|
+
value: input.swapProgram ?? null,
|
92
|
+
},
|
93
|
+
pair: { index: 1, isWritable: true as boolean, value: input.pair ?? null },
|
94
|
+
market: {
|
95
|
+
index: 2,
|
96
|
+
isWritable: true as boolean,
|
97
|
+
value: input.market ?? null,
|
98
|
+
},
|
99
|
+
eventQueue: {
|
100
|
+
index: 3,
|
101
|
+
isWritable: true as boolean,
|
102
|
+
value: input.eventQueue ?? null,
|
103
|
+
},
|
104
|
+
dexUser: {
|
105
|
+
index: 4,
|
106
|
+
isWritable: false as boolean,
|
107
|
+
value: input.dexUser ?? null,
|
108
|
+
},
|
109
|
+
marketUser: {
|
110
|
+
index: 5,
|
111
|
+
isWritable: true as boolean,
|
112
|
+
value: input.marketUser ?? null,
|
113
|
+
},
|
114
|
+
bids: { index: 6, isWritable: true as boolean, value: input.bids ?? null },
|
115
|
+
asks: { index: 7, isWritable: true as boolean, value: input.asks ?? null },
|
116
|
+
t0Vault: {
|
117
|
+
index: 8,
|
118
|
+
isWritable: true as boolean,
|
119
|
+
value: input.t0Vault ?? null,
|
120
|
+
},
|
121
|
+
t1Vault: {
|
122
|
+
index: 9,
|
123
|
+
isWritable: true as boolean,
|
124
|
+
value: input.t1Vault ?? null,
|
125
|
+
},
|
126
|
+
t0User: {
|
127
|
+
index: 10,
|
128
|
+
isWritable: true as boolean,
|
129
|
+
value: input.t0User ?? null,
|
130
|
+
},
|
131
|
+
t1User: {
|
132
|
+
index: 11,
|
133
|
+
isWritable: true as boolean,
|
134
|
+
value: input.t1User ?? null,
|
135
|
+
},
|
136
|
+
master: {
|
137
|
+
index: 12,
|
138
|
+
isWritable: false as boolean,
|
139
|
+
value: input.master ?? null,
|
140
|
+
},
|
141
|
+
signer: {
|
142
|
+
index: 13,
|
143
|
+
isWritable: true as boolean,
|
144
|
+
value: input.signer ?? null,
|
145
|
+
},
|
146
|
+
systemProgram: {
|
147
|
+
index: 14,
|
148
|
+
isWritable: false as boolean,
|
149
|
+
value: input.systemProgram ?? null,
|
150
|
+
},
|
151
|
+
tokenProgram: {
|
152
|
+
index: 15,
|
153
|
+
isWritable: false as boolean,
|
154
|
+
value: input.tokenProgram ?? null,
|
155
|
+
},
|
156
|
+
logger: {
|
157
|
+
index: 16,
|
158
|
+
isWritable: false as boolean,
|
159
|
+
value: input.logger ?? null,
|
160
|
+
},
|
161
|
+
} satisfies ResolvedAccountsWithIndices;
|
162
|
+
|
163
|
+
// Default values.
|
164
|
+
if (!resolvedAccounts.systemProgram.value) {
|
165
|
+
resolvedAccounts.systemProgram.value = context.programs.getPublicKey(
|
166
|
+
'splSystem',
|
167
|
+
'11111111111111111111111111111111'
|
168
|
+
);
|
169
|
+
resolvedAccounts.systemProgram.isWritable = false;
|
170
|
+
}
|
171
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
172
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
|
173
|
+
'splToken',
|
174
|
+
'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
|
175
|
+
);
|
176
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
177
|
+
}
|
178
|
+
|
179
|
+
// Accounts in order.
|
180
|
+
const orderedAccounts: ResolvedAccount[] = Object.values(
|
181
|
+
resolvedAccounts
|
182
|
+
).sort((a, b) => a.index - b.index);
|
183
|
+
|
184
|
+
// Keys and Signers.
|
185
|
+
const [keys, signers] = getAccountMetasAndSigners(
|
186
|
+
orderedAccounts,
|
187
|
+
'programId',
|
188
|
+
programId
|
189
|
+
);
|
190
|
+
|
191
|
+
// Data.
|
192
|
+
const data = getDradexSwapInstructionDataSerializer().serialize({});
|
193
|
+
|
194
|
+
// Bytes Created On Chain.
|
195
|
+
const bytesCreatedOnChain = 0;
|
196
|
+
|
197
|
+
return transactionBuilder([
|
198
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
199
|
+
]);
|
200
|
+
}
|
@@ -0,0 +1,208 @@
|
|
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 ExactOutRouteInstructionAccounts = {
|
39
|
+
tokenProgram?: PublicKey | Pda;
|
40
|
+
userTransferAuthority: Signer;
|
41
|
+
userSourceTokenAccount: PublicKey | Pda;
|
42
|
+
userDestinationTokenAccount: PublicKey | Pda;
|
43
|
+
destinationTokenAccount?: PublicKey | Pda;
|
44
|
+
sourceMint: PublicKey | Pda;
|
45
|
+
destinationMint: PublicKey | Pda;
|
46
|
+
platformFeeAccount?: PublicKey | Pda;
|
47
|
+
token2022Program?: PublicKey | Pda;
|
48
|
+
eventAuthority: PublicKey | Pda;
|
49
|
+
program: PublicKey | Pda;
|
50
|
+
};
|
51
|
+
|
52
|
+
// Data.
|
53
|
+
export type ExactOutRouteInstructionData = {
|
54
|
+
discriminator: Array<number>;
|
55
|
+
routePlan: Array<RoutePlanStep>;
|
56
|
+
outAmount: bigint;
|
57
|
+
quotedInAmount: bigint;
|
58
|
+
slippageBps: number;
|
59
|
+
platformFeeBps: number;
|
60
|
+
};
|
61
|
+
|
62
|
+
export type ExactOutRouteInstructionDataArgs = {
|
63
|
+
routePlan: Array<RoutePlanStepArgs>;
|
64
|
+
outAmount: number | bigint;
|
65
|
+
quotedInAmount: number | bigint;
|
66
|
+
slippageBps: number;
|
67
|
+
platformFeeBps: number;
|
68
|
+
};
|
69
|
+
|
70
|
+
export function getExactOutRouteInstructionDataSerializer(): Serializer<
|
71
|
+
ExactOutRouteInstructionDataArgs,
|
72
|
+
ExactOutRouteInstructionData
|
73
|
+
> {
|
74
|
+
return mapSerializer<
|
75
|
+
ExactOutRouteInstructionDataArgs,
|
76
|
+
any,
|
77
|
+
ExactOutRouteInstructionData
|
78
|
+
>(
|
79
|
+
struct<ExactOutRouteInstructionData>(
|
80
|
+
[
|
81
|
+
['discriminator', array(u8(), { size: 8 })],
|
82
|
+
['routePlan', array(getRoutePlanStepSerializer())],
|
83
|
+
['outAmount', u64()],
|
84
|
+
['quotedInAmount', u64()],
|
85
|
+
['slippageBps', u16()],
|
86
|
+
['platformFeeBps', u8()],
|
87
|
+
],
|
88
|
+
{ description: 'ExactOutRouteInstructionData' }
|
89
|
+
),
|
90
|
+
(value) => ({
|
91
|
+
...value,
|
92
|
+
discriminator: [208, 51, 239, 151, 123, 43, 237, 92],
|
93
|
+
})
|
94
|
+
) as Serializer<
|
95
|
+
ExactOutRouteInstructionDataArgs,
|
96
|
+
ExactOutRouteInstructionData
|
97
|
+
>;
|
98
|
+
}
|
99
|
+
|
100
|
+
// Args.
|
101
|
+
export type ExactOutRouteInstructionArgs = ExactOutRouteInstructionDataArgs;
|
102
|
+
|
103
|
+
// Instruction.
|
104
|
+
export function exactOutRoute(
|
105
|
+
context: Pick<Context, 'programs'>,
|
106
|
+
input: ExactOutRouteInstructionAccounts & ExactOutRouteInstructionArgs
|
107
|
+
): TransactionBuilder {
|
108
|
+
// Program ID.
|
109
|
+
const programId = context.programs.getPublicKey(
|
110
|
+
'jupiter',
|
111
|
+
'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
|
112
|
+
);
|
113
|
+
|
114
|
+
// Accounts.
|
115
|
+
const resolvedAccounts = {
|
116
|
+
tokenProgram: {
|
117
|
+
index: 0,
|
118
|
+
isWritable: false as boolean,
|
119
|
+
value: input.tokenProgram ?? null,
|
120
|
+
},
|
121
|
+
userTransferAuthority: {
|
122
|
+
index: 1,
|
123
|
+
isWritable: false as boolean,
|
124
|
+
value: input.userTransferAuthority ?? null,
|
125
|
+
},
|
126
|
+
userSourceTokenAccount: {
|
127
|
+
index: 2,
|
128
|
+
isWritable: true as boolean,
|
129
|
+
value: input.userSourceTokenAccount ?? null,
|
130
|
+
},
|
131
|
+
userDestinationTokenAccount: {
|
132
|
+
index: 3,
|
133
|
+
isWritable: true as boolean,
|
134
|
+
value: input.userDestinationTokenAccount ?? null,
|
135
|
+
},
|
136
|
+
destinationTokenAccount: {
|
137
|
+
index: 4,
|
138
|
+
isWritable: true as boolean,
|
139
|
+
value: input.destinationTokenAccount ?? null,
|
140
|
+
},
|
141
|
+
sourceMint: {
|
142
|
+
index: 5,
|
143
|
+
isWritable: false as boolean,
|
144
|
+
value: input.sourceMint ?? null,
|
145
|
+
},
|
146
|
+
destinationMint: {
|
147
|
+
index: 6,
|
148
|
+
isWritable: false as boolean,
|
149
|
+
value: input.destinationMint ?? null,
|
150
|
+
},
|
151
|
+
platformFeeAccount: {
|
152
|
+
index: 7,
|
153
|
+
isWritable: true as boolean,
|
154
|
+
value: input.platformFeeAccount ?? null,
|
155
|
+
},
|
156
|
+
token2022Program: {
|
157
|
+
index: 8,
|
158
|
+
isWritable: false as boolean,
|
159
|
+
value: input.token2022Program ?? null,
|
160
|
+
},
|
161
|
+
eventAuthority: {
|
162
|
+
index: 9,
|
163
|
+
isWritable: false as boolean,
|
164
|
+
value: input.eventAuthority ?? null,
|
165
|
+
},
|
166
|
+
program: {
|
167
|
+
index: 10,
|
168
|
+
isWritable: false as boolean,
|
169
|
+
value: input.program ?? null,
|
170
|
+
},
|
171
|
+
} satisfies ResolvedAccountsWithIndices;
|
172
|
+
|
173
|
+
// Arguments.
|
174
|
+
const resolvedArgs: ExactOutRouteInstructionArgs = { ...input };
|
175
|
+
|
176
|
+
// Default values.
|
177
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
178
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
|
179
|
+
'splToken',
|
180
|
+
'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
|
181
|
+
);
|
182
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
183
|
+
}
|
184
|
+
|
185
|
+
// Accounts in order.
|
186
|
+
const orderedAccounts: ResolvedAccount[] = Object.values(
|
187
|
+
resolvedAccounts
|
188
|
+
).sort((a, b) => a.index - b.index);
|
189
|
+
|
190
|
+
// Keys and Signers.
|
191
|
+
const [keys, signers] = getAccountMetasAndSigners(
|
192
|
+
orderedAccounts,
|
193
|
+
'programId',
|
194
|
+
programId
|
195
|
+
);
|
196
|
+
|
197
|
+
// Data.
|
198
|
+
const data = getExactOutRouteInstructionDataSerializer().serialize(
|
199
|
+
resolvedArgs as ExactOutRouteInstructionDataArgs
|
200
|
+
);
|
201
|
+
|
202
|
+
// Bytes Created On Chain.
|
203
|
+
const bytesCreatedOnChain = 0;
|
204
|
+
|
205
|
+
return transactionBuilder([
|
206
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
207
|
+
]);
|
208
|
+
}
|
@@ -0,0 +1,189 @@
|
|
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 GoosefxSwapInstructionAccounts = {
|
31
|
+
swapProgram: PublicKey | Pda;
|
32
|
+
controller: PublicKey | Pda;
|
33
|
+
pair: PublicKey | Pda;
|
34
|
+
sslIn: PublicKey | Pda;
|
35
|
+
sslOut: PublicKey | Pda;
|
36
|
+
liabilityVaultIn: PublicKey | Pda;
|
37
|
+
swappedLiabilityVaultIn: PublicKey | Pda;
|
38
|
+
liabilityVaultOut: PublicKey | Pda;
|
39
|
+
swappedLiabilityVaultOut: PublicKey | Pda;
|
40
|
+
userInAta: PublicKey | Pda;
|
41
|
+
userOutAta: PublicKey | Pda;
|
42
|
+
feeCollectorAta: PublicKey | Pda;
|
43
|
+
userWallet: PublicKey | Pda;
|
44
|
+
feeCollector: PublicKey | Pda;
|
45
|
+
tokenProgram?: PublicKey | Pda;
|
46
|
+
};
|
47
|
+
|
48
|
+
// Data.
|
49
|
+
export type GoosefxSwapInstructionData = { discriminator: Array<number> };
|
50
|
+
|
51
|
+
export type GoosefxSwapInstructionDataArgs = {};
|
52
|
+
|
53
|
+
export function getGoosefxSwapInstructionDataSerializer(): Serializer<
|
54
|
+
GoosefxSwapInstructionDataArgs,
|
55
|
+
GoosefxSwapInstructionData
|
56
|
+
> {
|
57
|
+
return mapSerializer<
|
58
|
+
GoosefxSwapInstructionDataArgs,
|
59
|
+
any,
|
60
|
+
GoosefxSwapInstructionData
|
61
|
+
>(
|
62
|
+
struct<GoosefxSwapInstructionData>(
|
63
|
+
[['discriminator', array(u8(), { size: 8 })]],
|
64
|
+
{ description: 'GoosefxSwapInstructionData' }
|
65
|
+
),
|
66
|
+
(value) => ({
|
67
|
+
...value,
|
68
|
+
discriminator: [222, 136, 46, 123, 189, 125, 124, 122],
|
69
|
+
})
|
70
|
+
) as Serializer<GoosefxSwapInstructionDataArgs, GoosefxSwapInstructionData>;
|
71
|
+
}
|
72
|
+
|
73
|
+
// Instruction.
|
74
|
+
export function goosefxSwap(
|
75
|
+
context: Pick<Context, 'programs'>,
|
76
|
+
input: GoosefxSwapInstructionAccounts
|
77
|
+
): TransactionBuilder {
|
78
|
+
// Program ID.
|
79
|
+
const programId = context.programs.getPublicKey(
|
80
|
+
'jupiter',
|
81
|
+
'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
|
82
|
+
);
|
83
|
+
|
84
|
+
// Accounts.
|
85
|
+
const resolvedAccounts = {
|
86
|
+
swapProgram: {
|
87
|
+
index: 0,
|
88
|
+
isWritable: false as boolean,
|
89
|
+
value: input.swapProgram ?? null,
|
90
|
+
},
|
91
|
+
controller: {
|
92
|
+
index: 1,
|
93
|
+
isWritable: false as boolean,
|
94
|
+
value: input.controller ?? null,
|
95
|
+
},
|
96
|
+
pair: { index: 2, isWritable: true as boolean, value: input.pair ?? null },
|
97
|
+
sslIn: {
|
98
|
+
index: 3,
|
99
|
+
isWritable: true as boolean,
|
100
|
+
value: input.sslIn ?? null,
|
101
|
+
},
|
102
|
+
sslOut: {
|
103
|
+
index: 4,
|
104
|
+
isWritable: true as boolean,
|
105
|
+
value: input.sslOut ?? null,
|
106
|
+
},
|
107
|
+
liabilityVaultIn: {
|
108
|
+
index: 5,
|
109
|
+
isWritable: true as boolean,
|
110
|
+
value: input.liabilityVaultIn ?? null,
|
111
|
+
},
|
112
|
+
swappedLiabilityVaultIn: {
|
113
|
+
index: 6,
|
114
|
+
isWritable: true as boolean,
|
115
|
+
value: input.swappedLiabilityVaultIn ?? null,
|
116
|
+
},
|
117
|
+
liabilityVaultOut: {
|
118
|
+
index: 7,
|
119
|
+
isWritable: true as boolean,
|
120
|
+
value: input.liabilityVaultOut ?? null,
|
121
|
+
},
|
122
|
+
swappedLiabilityVaultOut: {
|
123
|
+
index: 8,
|
124
|
+
isWritable: true as boolean,
|
125
|
+
value: input.swappedLiabilityVaultOut ?? null,
|
126
|
+
},
|
127
|
+
userInAta: {
|
128
|
+
index: 9,
|
129
|
+
isWritable: true as boolean,
|
130
|
+
value: input.userInAta ?? null,
|
131
|
+
},
|
132
|
+
userOutAta: {
|
133
|
+
index: 10,
|
134
|
+
isWritable: true as boolean,
|
135
|
+
value: input.userOutAta ?? null,
|
136
|
+
},
|
137
|
+
feeCollectorAta: {
|
138
|
+
index: 11,
|
139
|
+
isWritable: true as boolean,
|
140
|
+
value: input.feeCollectorAta ?? null,
|
141
|
+
},
|
142
|
+
userWallet: {
|
143
|
+
index: 12,
|
144
|
+
isWritable: false as boolean,
|
145
|
+
value: input.userWallet ?? null,
|
146
|
+
},
|
147
|
+
feeCollector: {
|
148
|
+
index: 13,
|
149
|
+
isWritable: false as boolean,
|
150
|
+
value: input.feeCollector ?? null,
|
151
|
+
},
|
152
|
+
tokenProgram: {
|
153
|
+
index: 14,
|
154
|
+
isWritable: false as boolean,
|
155
|
+
value: input.tokenProgram ?? null,
|
156
|
+
},
|
157
|
+
} satisfies ResolvedAccountsWithIndices;
|
158
|
+
|
159
|
+
// Default values.
|
160
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
161
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
|
162
|
+
'splToken',
|
163
|
+
'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
|
164
|
+
);
|
165
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
166
|
+
}
|
167
|
+
|
168
|
+
// Accounts in order.
|
169
|
+
const orderedAccounts: ResolvedAccount[] = Object.values(
|
170
|
+
resolvedAccounts
|
171
|
+
).sort((a, b) => a.index - b.index);
|
172
|
+
|
173
|
+
// Keys and Signers.
|
174
|
+
const [keys, signers] = getAccountMetasAndSigners(
|
175
|
+
orderedAccounts,
|
176
|
+
'programId',
|
177
|
+
programId
|
178
|
+
);
|
179
|
+
|
180
|
+
// Data.
|
181
|
+
const data = getGoosefxSwapInstructionDataSerializer().serialize({});
|
182
|
+
|
183
|
+
// Bytes Created On Chain.
|
184
|
+
const bytesCreatedOnChain = 0;
|
185
|
+
|
186
|
+
return transactionBuilder([
|
187
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
188
|
+
]);
|
189
|
+
}
|