@haven-fi/solauto-sdk 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/clients/index.d.ts +2 -0
- package/dist/clients/index.d.ts.map +1 -0
- package/dist/clients/index.js +17 -0
- package/dist/clients/solautoClient.d.ts +73 -0
- package/dist/clients/solautoClient.d.ts.map +1 -0
- package/dist/clients/solautoClient.js +416 -0
- package/dist/clients/solautoMarginfiClient.d.ts +40 -0
- package/dist/clients/solautoMarginfiClient.d.ts.map +1 -0
- package/dist/clients/solautoMarginfiClient.js +313 -0
- package/dist/constants/generalAccounts.d.ts +5 -0
- package/dist/constants/generalAccounts.d.ts.map +1 -0
- package/dist/constants/generalAccounts.js +8 -0
- package/dist/constants/index.d.ts +6 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +21 -0
- package/dist/constants/marginfiAccounts.d.ts +7 -0
- package/dist/constants/marginfiAccounts.d.ts.map +1 -0
- package/dist/constants/marginfiAccounts.js +23 -0
- package/dist/constants/pythConstants.d.ts +5 -0
- package/dist/constants/pythConstants.d.ts.map +1 -0
- package/dist/constants/pythConstants.js +10 -0
- package/dist/constants/solautoConstants.d.ts +19 -0
- package/dist/constants/solautoConstants.d.ts.map +1 -0
- package/dist/constants/solautoConstants.js +35 -0
- package/dist/constants/tokenConstants.d.ts +3 -0
- package/dist/constants/tokenConstants.d.ts.map +1 -0
- package/dist/constants/tokenConstants.js +10 -0
- package/dist/generated/accounts/index.d.ts +10 -0
- package/dist/generated/accounts/index.d.ts.map +1 -0
- package/dist/generated/accounts/index.js +25 -0
- package/dist/generated/accounts/referralState.d.ts +37 -0
- package/dist/generated/accounts/referralState.d.ts.map +1 -0
- package/dist/generated/accounts/referralState.js +73 -0
- package/dist/generated/accounts/solautoPosition.d.ts +58 -0
- package/dist/generated/accounts/solautoPosition.d.ts.map +1 -0
- package/dist/generated/accounts/solautoPosition.js +82 -0
- package/dist/generated/errors/index.d.ts +9 -0
- package/dist/generated/errors/index.d.ts.map +1 -0
- package/dist/generated/errors/index.js +24 -0
- package/dist/generated/errors/solauto.d.ts +91 -0
- package/dist/generated/errors/solauto.d.ts.map +1 -0
- package/dist/generated/errors/solauto.js +163 -0
- package/dist/generated/index.d.ts +14 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/index.js +29 -0
- package/dist/generated/instructions/cancelDCA.d.ts +26 -0
- package/dist/generated/instructions/cancelDCA.d.ts.map +1 -0
- package/dist/generated/instructions/cancelDCA.js +92 -0
- package/dist/generated/instructions/claimReferralFees.d.ts +26 -0
- package/dist/generated/instructions/claimReferralFees.d.ts.map +1 -0
- package/dist/generated/instructions/claimReferralFees.js +87 -0
- package/dist/generated/instructions/closePosition.d.ts +28 -0
- package/dist/generated/instructions/closePosition.d.ts.map +1 -0
- package/dist/generated/instructions/closePosition.js +102 -0
- package/dist/generated/instructions/convertReferralFees.d.ts +27 -0
- package/dist/generated/instructions/convertReferralFees.d.ts.map +1 -0
- package/dist/generated/instructions/convertReferralFees.js +96 -0
- package/dist/generated/instructions/index.d.ts +18 -0
- package/dist/generated/instructions/index.d.ts.map +1 -0
- package/dist/generated/instructions/index.js +33 -0
- package/dist/generated/instructions/marginfiOpenPosition.d.ts +46 -0
- package/dist/generated/instructions/marginfiOpenPosition.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiOpenPosition.js +161 -0
- package/dist/generated/instructions/marginfiProtocolInteraction.d.ts +42 -0
- package/dist/generated/instructions/marginfiProtocolInteraction.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiProtocolInteraction.js +150 -0
- package/dist/generated/instructions/marginfiRebalance.d.ts +49 -0
- package/dist/generated/instructions/marginfiRebalance.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiRebalance.js +164 -0
- package/dist/generated/instructions/marginfiRefreshData.d.ts +27 -0
- package/dist/generated/instructions/marginfiRefreshData.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiRefreshData.js +84 -0
- package/dist/generated/instructions/updatePosition.d.ts +30 -0
- package/dist/generated/instructions/updatePosition.d.ts.map +1 -0
- package/dist/generated/instructions/updatePosition.js +87 -0
- package/dist/generated/instructions/updateReferralStates.d.ts +30 -0
- package/dist/generated/instructions/updateReferralStates.d.ts.map +1 -0
- package/dist/generated/instructions/updateReferralStates.js +77 -0
- package/dist/generated/programs/index.d.ts +9 -0
- package/dist/generated/programs/index.d.ts.map +1 -0
- package/dist/generated/programs/index.js +24 -0
- package/dist/generated/programs/solauto.d.ts +13 -0
- package/dist/generated/programs/solauto.d.ts.map +1 -0
- package/dist/generated/programs/solauto.js +36 -0
- package/dist/generated/shared/index.d.ts +54 -0
- package/dist/generated/shared/index.d.ts.map +1 -0
- package/dist/generated/shared/index.js +70 -0
- package/dist/generated/types/automationSettings.d.ts +26 -0
- package/dist/generated/types/automationSettings.d.ts.map +1 -0
- package/dist/generated/types/automationSettings.js +22 -0
- package/dist/generated/types/automationSettingsInp.d.ts +22 -0
- package/dist/generated/types/automationSettingsInp.d.ts.map +1 -0
- package/dist/generated/types/automationSettingsInp.js +20 -0
- package/dist/generated/types/dCASettings.d.ts +21 -0
- package/dist/generated/types/dCASettings.d.ts.map +1 -0
- package/dist/generated/types/dCASettings.js +20 -0
- package/dist/generated/types/dCASettingsInp.d.ts +19 -0
- package/dist/generated/types/dCASettingsInp.d.ts.map +1 -0
- package/dist/generated/types/dCASettingsInp.js +19 -0
- package/dist/generated/types/feeType.d.ts +15 -0
- package/dist/generated/types/feeType.d.ts.map +1 -0
- package/dist/generated/types/feeType.js +20 -0
- package/dist/generated/types/index.d.ts +26 -0
- package/dist/generated/types/index.d.ts.map +1 -0
- package/dist/generated/types/index.js +41 -0
- package/dist/generated/types/lendingPlatform.d.ts +16 -0
- package/dist/generated/types/lendingPlatform.d.ts.map +1 -0
- package/dist/generated/types/lendingPlatform.js +23 -0
- package/dist/generated/types/podBool.d.ts +14 -0
- package/dist/generated/types/podBool.d.ts.map +1 -0
- package/dist/generated/types/podBool.js +17 -0
- package/dist/generated/types/positionData.d.ts +32 -0
- package/dist/generated/types/positionData.d.ts.map +1 -0
- package/dist/generated/types/positionData.js +25 -0
- package/dist/generated/types/positionState.d.ts +35 -0
- package/dist/generated/types/positionState.d.ts.map +1 -0
- package/dist/generated/types/positionState.js +27 -0
- package/dist/generated/types/positionTokenUsage.d.ts +36 -0
- package/dist/generated/types/positionTokenUsage.d.ts.map +1 -0
- package/dist/generated/types/positionTokenUsage.js +27 -0
- package/dist/generated/types/rebalanceData.d.ts +29 -0
- package/dist/generated/types/rebalanceData.d.ts.map +1 -0
- package/dist/generated/types/rebalanceData.js +24 -0
- package/dist/generated/types/solautoAction.d.ts +44 -0
- package/dist/generated/types/solautoAction.d.ts.map +1 -0
- package/dist/generated/types/solautoAction.js +51 -0
- package/dist/generated/types/solautoRebalanceType.d.ts +17 -0
- package/dist/generated/types/solautoRebalanceType.d.ts.map +1 -0
- package/dist/generated/types/solautoRebalanceType.js +24 -0
- package/dist/generated/types/solautoSettingsParameters.d.ts +31 -0
- package/dist/generated/types/solautoSettingsParameters.d.ts.map +1 -0
- package/dist/generated/types/solautoSettingsParameters.js +25 -0
- package/dist/generated/types/solautoSettingsParametersInp.d.ts +28 -0
- package/dist/generated/types/solautoSettingsParametersInp.d.ts.map +1 -0
- package/dist/generated/types/solautoSettingsParametersInp.js +23 -0
- package/dist/generated/types/tokenAmount.d.ts +18 -0
- package/dist/generated/types/tokenAmount.d.ts.map +1 -0
- package/dist/generated/types/tokenAmount.js +18 -0
- package/dist/generated/types/tokenBalanceAmount.d.ts +27 -0
- package/dist/generated/types/tokenBalanceAmount.d.ts.map +1 -0
- package/dist/generated/types/tokenBalanceAmount.js +33 -0
- package/dist/generated/types/updatePositionData.d.ts +22 -0
- package/dist/generated/types/updatePositionData.d.ts.map +1 -0
- package/dist/generated/types/updatePositionData.js +20 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +22 -0
- package/dist/marginfi-sdk/accounts/bank.d.ts +136 -0
- package/dist/marginfi-sdk/accounts/bank.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/bank.js +124 -0
- package/dist/marginfi-sdk/accounts/index.d.ts +11 -0
- package/dist/marginfi-sdk/accounts/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/index.js +26 -0
- package/dist/marginfi-sdk/accounts/marginfiAccount.d.ts +58 -0
- package/dist/marginfi-sdk/accounts/marginfiAccount.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/marginfiAccount.js +76 -0
- package/dist/marginfi-sdk/accounts/marginfiGroup.d.ts +35 -0
- package/dist/marginfi-sdk/accounts/marginfiGroup.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/marginfiGroup.js +71 -0
- package/dist/marginfi-sdk/errors/index.d.ts +9 -0
- package/dist/marginfi-sdk/errors/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/errors/index.js +24 -0
- package/dist/marginfi-sdk/errors/marginfi.d.ts +283 -0
- package/dist/marginfi-sdk/errors/marginfi.d.ts.map +1 -0
- package/dist/marginfi-sdk/errors/marginfi.js +515 -0
- package/dist/marginfi-sdk/index.d.ts +14 -0
- package/dist/marginfi-sdk/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/index.js +29 -0
- package/dist/marginfi-sdk/instructions/index.d.ts +32 -0
- package/dist/marginfi-sdk/instructions/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/index.js +47 -0
- package/dist/marginfi-sdk/instructions/lendingAccountBorrow.d.ts +30 -0
- package/dist/marginfi-sdk/instructions/lendingAccountBorrow.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountBorrow.js +83 -0
- package/dist/marginfi-sdk/instructions/lendingAccountCloseBalance.d.ts +22 -0
- package/dist/marginfi-sdk/instructions/lendingAccountCloseBalance.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountCloseBalance.js +53 -0
- package/dist/marginfi-sdk/instructions/lendingAccountDeposit.d.ts +29 -0
- package/dist/marginfi-sdk/instructions/lendingAccountDeposit.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountDeposit.js +81 -0
- package/dist/marginfi-sdk/instructions/lendingAccountEndFlashloan.d.ts +20 -0
- package/dist/marginfi-sdk/instructions/lendingAccountEndFlashloan.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountEndFlashloan.js +50 -0
- package/dist/marginfi-sdk/instructions/lendingAccountLiquidate.d.ts +32 -0
- package/dist/marginfi-sdk/instructions/lendingAccountLiquidate.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountLiquidate.js +100 -0
- package/dist/marginfi-sdk/instructions/lendingAccountRepay.d.ts +31 -0
- package/dist/marginfi-sdk/instructions/lendingAccountRepay.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountRepay.js +82 -0
- package/dist/marginfi-sdk/instructions/lendingAccountSettleEmissions.d.ts +20 -0
- package/dist/marginfi-sdk/instructions/lendingAccountSettleEmissions.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountSettleEmissions.js +46 -0
- package/dist/marginfi-sdk/instructions/lendingAccountStartFlashloan.d.ts +25 -0
- package/dist/marginfi-sdk/instructions/lendingAccountStartFlashloan.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountStartFlashloan.js +62 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdraw.d.ts +32 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdraw.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdraw.js +87 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.d.ts +27 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.js +86 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.d.ts +20 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.js +46 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBank.d.ts +37 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBank.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBank.js +127 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.d.ts +39 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.js +128 -0
- package/dist/marginfi-sdk/instructions/lendingPoolCollectBankFees.d.ts +25 -0
- package/dist/marginfi-sdk/instructions/lendingPoolCollectBankFees.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolCollectBankFees.js +76 -0
- package/dist/marginfi-sdk/instructions/lendingPoolConfigureBank.d.ts +46 -0
- package/dist/marginfi-sdk/instructions/lendingPoolConfigureBank.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolConfigureBank.js +67 -0
- package/dist/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.d.ts +26 -0
- package/dist/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.js +81 -0
- package/dist/marginfi-sdk/instructions/lendingPoolSetupEmissions.d.ts +35 -0
- package/dist/marginfi-sdk/instructions/lendingPoolSetupEmissions.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolSetupEmissions.js +97 -0
- package/dist/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.d.ts +33 -0
- package/dist/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.js +85 -0
- package/dist/marginfi-sdk/instructions/marginfiAccountInitialize.d.ts +23 -0
- package/dist/marginfi-sdk/instructions/marginfiAccountInitialize.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/marginfiAccountInitialize.js +76 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupConfigure.d.ts +24 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupConfigure.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupConfigure.js +52 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupInitialize.d.ts +21 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupInitialize.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupInitialize.js +57 -0
- package/dist/marginfi-sdk/instructions/setAccountFlag.d.ts +26 -0
- package/dist/marginfi-sdk/instructions/setAccountFlag.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/setAccountFlag.js +60 -0
- package/dist/marginfi-sdk/instructions/setNewAccountAuthority.d.ts +23 -0
- package/dist/marginfi-sdk/instructions/setNewAccountAuthority.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/setNewAccountAuthority.js +69 -0
- package/dist/marginfi-sdk/instructions/unsetAccountFlag.d.ts +26 -0
- package/dist/marginfi-sdk/instructions/unsetAccountFlag.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/unsetAccountFlag.js +57 -0
- package/dist/marginfi-sdk/programs/index.d.ts +9 -0
- package/dist/marginfi-sdk/programs/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/programs/index.js +24 -0
- package/dist/marginfi-sdk/programs/marginfi.d.ts +13 -0
- package/dist/marginfi-sdk/programs/marginfi.d.ts.map +1 -0
- package/dist/marginfi-sdk/programs/marginfi.js +36 -0
- package/dist/marginfi-sdk/shared/index.d.ts +54 -0
- package/dist/marginfi-sdk/shared/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/shared/index.js +70 -0
- package/dist/marginfi-sdk/types/accountEventHeader.d.ts +23 -0
- package/dist/marginfi-sdk/types/accountEventHeader.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/accountEventHeader.js +20 -0
- package/dist/marginfi-sdk/types/balance.d.ts +32 -0
- package/dist/marginfi-sdk/types/balance.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balance.js +25 -0
- package/dist/marginfi-sdk/types/balanceDecreaseType.d.ts +17 -0
- package/dist/marginfi-sdk/types/balanceDecreaseType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balanceDecreaseType.js +24 -0
- package/dist/marginfi-sdk/types/balanceIncreaseType.d.ts +17 -0
- package/dist/marginfi-sdk/types/balanceIncreaseType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balanceIncreaseType.js +24 -0
- package/dist/marginfi-sdk/types/balanceSide.d.ts +15 -0
- package/dist/marginfi-sdk/types/balanceSide.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balanceSide.js +22 -0
- package/dist/marginfi-sdk/types/bankConfig.d.ts +67 -0
- package/dist/marginfi-sdk/types/bankConfig.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankConfig.js +32 -0
- package/dist/marginfi-sdk/types/bankConfigCompact.d.ts +65 -0
- package/dist/marginfi-sdk/types/bankConfigCompact.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankConfigCompact.js +31 -0
- package/dist/marginfi-sdk/types/bankOperationalState.d.ts +16 -0
- package/dist/marginfi-sdk/types/bankOperationalState.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankOperationalState.js +23 -0
- package/dist/marginfi-sdk/types/bankVaultType.d.ts +16 -0
- package/dist/marginfi-sdk/types/bankVaultType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankVaultType.js +23 -0
- package/dist/marginfi-sdk/types/groupEventHeader.d.ts +19 -0
- package/dist/marginfi-sdk/types/groupEventHeader.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/groupEventHeader.js +18 -0
- package/dist/marginfi-sdk/types/index.d.ts +31 -0
- package/dist/marginfi-sdk/types/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/index.js +46 -0
- package/dist/marginfi-sdk/types/interestRateConfig.d.ts +31 -0
- package/dist/marginfi-sdk/types/interestRateConfig.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/interestRateConfig.js +25 -0
- package/dist/marginfi-sdk/types/interestRateConfigCompact.d.ts +29 -0
- package/dist/marginfi-sdk/types/interestRateConfigCompact.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/interestRateConfigCompact.js +24 -0
- package/dist/marginfi-sdk/types/interestRateConfigOpt.d.ts +30 -0
- package/dist/marginfi-sdk/types/interestRateConfigOpt.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/interestRateConfigOpt.js +24 -0
- package/dist/marginfi-sdk/types/lendingAccount.d.ts +19 -0
- package/dist/marginfi-sdk/types/lendingAccount.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/lendingAccount.js +19 -0
- package/dist/marginfi-sdk/types/liquidationBalances.d.ts +17 -0
- package/dist/marginfi-sdk/types/liquidationBalances.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/liquidationBalances.js +20 -0
- package/dist/marginfi-sdk/types/oracleConfig.d.ts +20 -0
- package/dist/marginfi-sdk/types/oracleConfig.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/oracleConfig.js +19 -0
- package/dist/marginfi-sdk/types/oraclePriceType.d.ts +15 -0
- package/dist/marginfi-sdk/types/oraclePriceType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/oraclePriceType.js +22 -0
- package/dist/marginfi-sdk/types/oracleSetup.d.ts +17 -0
- package/dist/marginfi-sdk/types/oracleSetup.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/oracleSetup.js +24 -0
- package/dist/marginfi-sdk/types/priceBias.d.ts +15 -0
- package/dist/marginfi-sdk/types/priceBias.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/priceBias.js +22 -0
- package/dist/marginfi-sdk/types/requirementType.d.ts +16 -0
- package/dist/marginfi-sdk/types/requirementType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/requirementType.js +23 -0
- package/dist/marginfi-sdk/types/riskRequirementType.d.ts +16 -0
- package/dist/marginfi-sdk/types/riskRequirementType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/riskRequirementType.js +23 -0
- package/dist/marginfi-sdk/types/riskTier.d.ts +15 -0
- package/dist/marginfi-sdk/types/riskTier.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/riskTier.js +22 -0
- package/dist/marginfi-sdk/types/wrappedI80F48.d.ts +16 -0
- package/dist/marginfi-sdk/types/wrappedI80F48.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/wrappedI80F48.js +17 -0
- package/dist/transactions/index.d.ts +3 -0
- package/dist/transactions/index.d.ts.map +1 -0
- package/dist/transactions/index.js +18 -0
- package/dist/transactions/transactionUtils.d.ts +12 -0
- package/dist/transactions/transactionUtils.d.ts.map +1 -0
- package/dist/transactions/transactionUtils.js +262 -0
- package/dist/transactions/transactionsManager.d.ts +42 -0
- package/dist/transactions/transactionsManager.d.ts.map +1 -0
- package/dist/transactions/transactionsManager.js +246 -0
- package/dist/types/accounts.d.ts +8 -0
- package/dist/types/accounts.d.ts.map +1 -0
- package/dist/types/accounts.js +2 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +17 -0
- package/dist/utils/accountUtils.d.ts +11 -0
- package/dist/utils/accountUtils.d.ts.map +1 -0
- package/dist/utils/accountUtils.js +60 -0
- package/dist/utils/deleteme.d.ts +2 -0
- package/dist/utils/deleteme.d.ts.map +1 -0
- package/dist/utils/deleteme.js +21 -0
- package/dist/utils/generalUtils.d.ts +11 -0
- package/dist/utils/generalUtils.d.ts.map +1 -0
- package/dist/utils/generalUtils.js +107 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +24 -0
- package/dist/utils/jitoUtils.d.ts +15 -0
- package/dist/utils/jitoUtils.d.ts.map +1 -0
- package/dist/utils/jitoUtils.js +108 -0
- package/dist/utils/jupiterUtils.d.ts +21 -0
- package/dist/utils/jupiterUtils.d.ts.map +1 -0
- package/dist/utils/jupiterUtils.js +61 -0
- package/dist/utils/local/shared.d.ts +3 -0
- package/dist/utils/local/shared.d.ts.map +1 -0
- package/dist/utils/local/shared.js +63 -0
- package/dist/utils/local/updateMarginfiLUT.d.ts +2 -0
- package/dist/utils/local/updateMarginfiLUT.d.ts.map +1 -0
- package/dist/utils/local/updateMarginfiLUT.js +22 -0
- package/dist/utils/local/updateSolautoLUT.d.ts +2 -0
- package/dist/utils/local/updateSolautoLUT.d.ts.map +1 -0
- package/dist/utils/local/updateSolautoLUT.js +13 -0
- package/dist/utils/marginfiUtils.d.ts +14 -0
- package/dist/utils/marginfiUtils.d.ts.map +1 -0
- package/dist/utils/marginfiUtils.js +201 -0
- package/dist/utils/numberUtils.d.ts +9 -0
- package/dist/utils/numberUtils.d.ts.map +1 -0
- package/dist/utils/numberUtils.js +62 -0
- package/dist/utils/solanaUtils.d.ts +18 -0
- package/dist/utils/solanaUtils.d.ts.map +1 -0
- package/dist/utils/solanaUtils.js +183 -0
- package/dist/utils/solauto/generalUtils.d.ts +51 -0
- package/dist/utils/solauto/generalUtils.d.ts.map +1 -0
- package/dist/utils/solauto/generalUtils.js +271 -0
- package/dist/utils/solauto/index.d.ts +3 -0
- package/dist/utils/solauto/index.d.ts.map +1 -0
- package/dist/utils/solauto/index.js +18 -0
- package/dist/utils/solauto/rebalanceUtils.d.ts +17 -0
- package/dist/utils/solauto/rebalanceUtils.d.ts.map +1 -0
- package/dist/utils/solauto/rebalanceUtils.js +199 -0
- package/package.json +37 -0
- package/src/clients/index.ts +1 -0
- package/src/clients/solautoClient.ts +684 -0
- package/src/clients/solautoMarginfiClient.ts +496 -0
- package/src/constants/README.md +9 -0
- package/src/constants/generalAccounts.ts +8 -0
- package/src/constants/index.ts +5 -0
- package/src/constants/marginfiAccounts.ts +24 -0
- package/src/constants/pythConstants.ts +10 -0
- package/src/constants/solautoConstants.ts +54 -0
- package/src/constants/tokenConstants.ts +9 -0
- package/src/generated/accounts/index.ts +10 -0
- package/src/generated/accounts/referralState.ts +159 -0
- package/src/generated/accounts/solautoPosition.ts +205 -0
- package/src/generated/errors/index.ts +9 -0
- package/src/generated/errors/solauto.ts +228 -0
- package/src/generated/index.ts +14 -0
- package/src/generated/instructions/cancelDCA.ts +161 -0
- package/src/generated/instructions/claimReferralFees.ts +159 -0
- package/src/generated/instructions/closePosition.ts +176 -0
- package/src/generated/instructions/convertReferralFees.ts +172 -0
- package/src/generated/instructions/index.ts +18 -0
- package/src/generated/instructions/marginfiOpenPosition.ts +275 -0
- package/src/generated/instructions/marginfiProtocolInteraction.ts +257 -0
- package/src/generated/instructions/marginfiRebalance.ts +274 -0
- package/src/generated/instructions/marginfiRefreshData.ts +147 -0
- package/src/generated/instructions/updatePosition.ts +173 -0
- package/src/generated/instructions/updateReferralStates.ts +166 -0
- package/src/generated/programs/index.ts +9 -0
- package/src/generated/programs/solauto.ts +52 -0
- package/src/generated/shared/index.ts +117 -0
- package/src/generated/types/automationSettings.ts +52 -0
- package/src/generated/types/automationSettingsInp.ts +43 -0
- package/src/generated/types/dCASettings.ts +45 -0
- package/src/generated/types/dCASettingsInp.ts +37 -0
- package/src/generated/types/feeType.ts +23 -0
- package/src/generated/types/index.ts +26 -0
- package/src/generated/types/lendingPlatform.ts +26 -0
- package/src/generated/types/podBool.ts +19 -0
- package/src/generated/types/positionData.ts +69 -0
- package/src/generated/types/positionState.ts +72 -0
- package/src/generated/types/positionTokenUsage.ts +67 -0
- package/src/generated/types/rebalanceData.ts +60 -0
- package/src/generated/types/solautoAction.ts +101 -0
- package/src/generated/types/solautoRebalanceType.ts +27 -0
- package/src/generated/types/solautoSettingsParameters.ts +62 -0
- package/src/generated/types/solautoSettingsParametersInp.ts +58 -0
- package/src/generated/types/tokenAmount.ts +29 -0
- package/src/generated/types/tokenBalanceAmount.ts +67 -0
- package/src/generated/types/updatePositionData.ts +49 -0
- package/src/index.ts +6 -0
- package/src/marginfi-sdk/accounts/bank.ts +311 -0
- package/src/marginfi-sdk/accounts/index.ts +11 -0
- package/src/marginfi-sdk/accounts/marginfiAccount.ts +195 -0
- package/src/marginfi-sdk/accounts/marginfiGroup.ts +164 -0
- package/src/marginfi-sdk/errors/index.ts +9 -0
- package/src/marginfi-sdk/errors/marginfi.ts +650 -0
- package/src/marginfi-sdk/index.ts +14 -0
- package/src/marginfi-sdk/instructions/index.ts +32 -0
- package/src/marginfi-sdk/instructions/lendingAccountBorrow.ts +167 -0
- package/src/marginfi-sdk/instructions/lendingAccountCloseBalance.ts +118 -0
- package/src/marginfi-sdk/instructions/lendingAccountDeposit.ts +164 -0
- package/src/marginfi-sdk/instructions/lendingAccountEndFlashloan.ts +113 -0
- package/src/marginfi-sdk/instructions/lendingAccountLiquidate.ts +186 -0
- package/src/marginfi-sdk/instructions/lendingAccountRepay.ts +171 -0
- package/src/marginfi-sdk/instructions/lendingAccountSettleEmissions.ts +108 -0
- package/src/marginfi-sdk/instructions/lendingAccountStartFlashloan.ts +138 -0
- package/src/marginfi-sdk/instructions/lendingAccountWithdraw.ts +177 -0
- package/src/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.ts +160 -0
- package/src/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.ts +108 -0
- package/src/marginfi-sdk/instructions/lendingPoolAddBank.ts +226 -0
- package/src/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.ts +231 -0
- package/src/marginfi-sdk/instructions/lendingPoolCollectBankFees.ts +147 -0
- package/src/marginfi-sdk/instructions/lendingPoolConfigureBank.ts +181 -0
- package/src/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.ts +154 -0
- package/src/marginfi-sdk/instructions/lendingPoolSetupEmissions.ts +190 -0
- package/src/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.ts +176 -0
- package/src/marginfi-sdk/instructions/marginfiAccountInitialize.ts +146 -0
- package/src/marginfi-sdk/instructions/marginfiGroupConfigure.ts +129 -0
- package/src/marginfi-sdk/instructions/marginfiGroupInitialize.ts +126 -0
- package/src/marginfi-sdk/instructions/setAccountFlag.ts +132 -0
- package/src/marginfi-sdk/instructions/setNewAccountAuthority.ts +137 -0
- package/src/marginfi-sdk/instructions/unsetAccountFlag.ts +130 -0
- package/src/marginfi-sdk/programs/index.ts +9 -0
- package/src/marginfi-sdk/programs/marginfi.ts +52 -0
- package/src/marginfi-sdk/shared/index.ts +117 -0
- package/src/marginfi-sdk/types/accountEventHeader.ts +44 -0
- package/src/marginfi-sdk/types/balance.ts +61 -0
- package/src/marginfi-sdk/types/balanceDecreaseType.ts +27 -0
- package/src/marginfi-sdk/types/balanceIncreaseType.ts +27 -0
- package/src/marginfi-sdk/types/balanceSide.ts +25 -0
- package/src/marginfi-sdk/types/bankConfig.ts +117 -0
- package/src/marginfi-sdk/types/bankConfigCompact.ts +114 -0
- package/src/marginfi-sdk/types/bankOperationalState.ts +26 -0
- package/src/marginfi-sdk/types/bankVaultType.ts +26 -0
- package/src/marginfi-sdk/types/groupEventHeader.ts +38 -0
- package/src/marginfi-sdk/types/index.ts +31 -0
- package/src/marginfi-sdk/types/interestRateConfig.ts +60 -0
- package/src/marginfi-sdk/types/interestRateConfigCompact.ts +52 -0
- package/src/marginfi-sdk/types/interestRateConfigOpt.ts +57 -0
- package/src/marginfi-sdk/types/lendingAccount.ts +38 -0
- package/src/marginfi-sdk/types/liquidationBalances.ts +33 -0
- package/src/marginfi-sdk/types/oracleConfig.ts +36 -0
- package/src/marginfi-sdk/types/oraclePriceType.ts +25 -0
- package/src/marginfi-sdk/types/oracleSetup.ts +27 -0
- package/src/marginfi-sdk/types/priceBias.ts +22 -0
- package/src/marginfi-sdk/types/requirementType.ts +26 -0
- package/src/marginfi-sdk/types/riskRequirementType.ts +26 -0
- package/src/marginfi-sdk/types/riskTier.ts +22 -0
- package/src/marginfi-sdk/types/wrappedI80F48.ts +22 -0
- package/src/transactions/index.ts +2 -0
- package/src/transactions/transactionUtils.ts +518 -0
- package/src/transactions/transactionsManager.ts +344 -0
- package/src/types/accounts.ts +7 -0
- package/src/types/index.ts +1 -0
- package/src/utils/accountUtils.ts +92 -0
- package/src/utils/deleteme.ts +40 -0
- package/src/utils/generalUtils.ts +123 -0
- package/src/utils/index.ts +8 -0
- package/src/utils/jitoUtils.ts +192 -0
- package/src/utils/jupiterUtils.ts +114 -0
- package/src/utils/local/shared.ts +85 -0
- package/src/utils/local/updateMarginfiLUT.ts +33 -0
- package/src/utils/local/updateSolautoLUT.ts +15 -0
- package/src/utils/marginfiUtils.ts +383 -0
- package/src/utils/numberUtils.ts +77 -0
- package/src/utils/solanaUtils.ts +333 -0
- package/src/utils/solauto/generalUtils.ts +371 -0
- package/src/utils/solauto/index.ts +2 -0
- package/src/utils/solauto/rebalanceUtils.ts +359 -0
- package/tests/shared.ts +15 -0
- package/tests/transactions/solautoMarginfi.ts +144 -0
- package/tests/unit/lookupTables.ts +40 -0
- package/tests/unit/rebalanceCalculations.ts +432 -0
- package/tsconfig.json +22 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
5
|
+
* to add features, then rerun kinobi to update it.
|
|
6
|
+
*
|
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.getReferralStateSize = exports.getReferralStateGpaBuilder = exports.safeFetchAllReferralState = exports.fetchAllReferralState = exports.safeFetchReferralState = exports.fetchReferralState = exports.deserializeReferralState = exports.getReferralStateAccountDataSerializer = void 0;
|
|
11
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
|
12
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
|
13
|
+
function getReferralStateAccountDataSerializer() {
|
|
14
|
+
return (0, serializers_1.struct)([
|
|
15
|
+
['bump', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 1 })],
|
|
16
|
+
['padding1', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 7 })],
|
|
17
|
+
['authority', (0, serializers_1.publicKey)()],
|
|
18
|
+
['referredByState', (0, serializers_1.publicKey)()],
|
|
19
|
+
['destFeesMint', (0, serializers_1.publicKey)()],
|
|
20
|
+
['lookupTable', (0, serializers_1.publicKey)()],
|
|
21
|
+
['padding', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 96 })],
|
|
22
|
+
], { description: 'ReferralStateAccountData' });
|
|
23
|
+
}
|
|
24
|
+
exports.getReferralStateAccountDataSerializer = getReferralStateAccountDataSerializer;
|
|
25
|
+
function deserializeReferralState(rawAccount) {
|
|
26
|
+
return (0, umi_1.deserializeAccount)(rawAccount, getReferralStateAccountDataSerializer());
|
|
27
|
+
}
|
|
28
|
+
exports.deserializeReferralState = deserializeReferralState;
|
|
29
|
+
async function fetchReferralState(context, publicKey, options) {
|
|
30
|
+
const maybeAccount = await context.rpc.getAccount((0, umi_1.publicKey)(publicKey, false), options);
|
|
31
|
+
(0, umi_1.assertAccountExists)(maybeAccount, 'ReferralState');
|
|
32
|
+
return deserializeReferralState(maybeAccount);
|
|
33
|
+
}
|
|
34
|
+
exports.fetchReferralState = fetchReferralState;
|
|
35
|
+
async function safeFetchReferralState(context, publicKey, options) {
|
|
36
|
+
const maybeAccount = await context.rpc.getAccount((0, umi_1.publicKey)(publicKey, false), options);
|
|
37
|
+
return maybeAccount.exists ? deserializeReferralState(maybeAccount) : null;
|
|
38
|
+
}
|
|
39
|
+
exports.safeFetchReferralState = safeFetchReferralState;
|
|
40
|
+
async function fetchAllReferralState(context, publicKeys, options) {
|
|
41
|
+
const maybeAccounts = await context.rpc.getAccounts(publicKeys.map((key) => (0, umi_1.publicKey)(key, false)), options);
|
|
42
|
+
return maybeAccounts.map((maybeAccount) => {
|
|
43
|
+
(0, umi_1.assertAccountExists)(maybeAccount, 'ReferralState');
|
|
44
|
+
return deserializeReferralState(maybeAccount);
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
exports.fetchAllReferralState = fetchAllReferralState;
|
|
48
|
+
async function safeFetchAllReferralState(context, publicKeys, options) {
|
|
49
|
+
const maybeAccounts = await context.rpc.getAccounts(publicKeys.map((key) => (0, umi_1.publicKey)(key, false)), options);
|
|
50
|
+
return maybeAccounts
|
|
51
|
+
.filter((maybeAccount) => maybeAccount.exists)
|
|
52
|
+
.map((maybeAccount) => deserializeReferralState(maybeAccount));
|
|
53
|
+
}
|
|
54
|
+
exports.safeFetchAllReferralState = safeFetchAllReferralState;
|
|
55
|
+
function getReferralStateGpaBuilder(context) {
|
|
56
|
+
const programId = context.programs.getPublicKey('solauto', 'AutoyKBRaHSBHy9RsmXCZMy6nNFAg5FYijrvZyQcNLV');
|
|
57
|
+
return (0, umi_1.gpaBuilder)(context, programId)
|
|
58
|
+
.registerFields({
|
|
59
|
+
bump: [0, (0, serializers_1.array)((0, serializers_1.u8)(), { size: 1 })],
|
|
60
|
+
padding1: [1, (0, serializers_1.array)((0, serializers_1.u8)(), { size: 7 })],
|
|
61
|
+
authority: [8, (0, serializers_1.publicKey)()],
|
|
62
|
+
referredByState: [40, (0, serializers_1.publicKey)()],
|
|
63
|
+
destFeesMint: [72, (0, serializers_1.publicKey)()],
|
|
64
|
+
lookupTable: [104, (0, serializers_1.publicKey)()],
|
|
65
|
+
padding: [136, (0, serializers_1.array)((0, serializers_1.u8)(), { size: 96 })],
|
|
66
|
+
})
|
|
67
|
+
.deserializeUsing((account) => deserializeReferralState(account));
|
|
68
|
+
}
|
|
69
|
+
exports.getReferralStateGpaBuilder = getReferralStateGpaBuilder;
|
|
70
|
+
function getReferralStateSize() {
|
|
71
|
+
return 232;
|
|
72
|
+
}
|
|
73
|
+
exports.getReferralStateSize = getReferralStateSize;
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
import { Account, Context, Pda, PublicKey, RpcAccount, RpcGetAccountOptions, RpcGetAccountsOptions } from '@metaplex-foundation/umi';
|
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
|
10
|
+
import { FeeType, FeeTypeArgs, PodBool, PodBoolArgs, PositionData, PositionDataArgs, PositionState, PositionStateArgs, RebalanceData, RebalanceDataArgs } from '../types';
|
|
11
|
+
export type SolautoPosition = Account<SolautoPositionAccountData>;
|
|
12
|
+
export type SolautoPositionAccountData = {
|
|
13
|
+
bump: Array<number>;
|
|
14
|
+
positionId: Array<number>;
|
|
15
|
+
selfManaged: PodBool;
|
|
16
|
+
padding1: Array<number>;
|
|
17
|
+
authority: PublicKey;
|
|
18
|
+
position: PositionData;
|
|
19
|
+
state: PositionState;
|
|
20
|
+
rebalance: RebalanceData;
|
|
21
|
+
feeType: FeeType;
|
|
22
|
+
padding2: Array<number>;
|
|
23
|
+
padding: Array<number>;
|
|
24
|
+
};
|
|
25
|
+
export type SolautoPositionAccountDataArgs = {
|
|
26
|
+
bump: Array<number>;
|
|
27
|
+
positionId: Array<number>;
|
|
28
|
+
selfManaged: PodBoolArgs;
|
|
29
|
+
padding1: Array<number>;
|
|
30
|
+
authority: PublicKey;
|
|
31
|
+
position: PositionDataArgs;
|
|
32
|
+
state: PositionStateArgs;
|
|
33
|
+
rebalance: RebalanceDataArgs;
|
|
34
|
+
feeType: FeeTypeArgs;
|
|
35
|
+
padding2: Array<number>;
|
|
36
|
+
padding: Array<number>;
|
|
37
|
+
};
|
|
38
|
+
export declare function getSolautoPositionAccountDataSerializer(): Serializer<SolautoPositionAccountDataArgs, SolautoPositionAccountData>;
|
|
39
|
+
export declare function deserializeSolautoPosition(rawAccount: RpcAccount): SolautoPosition;
|
|
40
|
+
export declare function fetchSolautoPosition(context: Pick<Context, 'rpc'>, publicKey: PublicKey | Pda, options?: RpcGetAccountOptions): Promise<SolautoPosition>;
|
|
41
|
+
export declare function safeFetchSolautoPosition(context: Pick<Context, 'rpc'>, publicKey: PublicKey | Pda, options?: RpcGetAccountOptions): Promise<SolautoPosition | null>;
|
|
42
|
+
export declare function fetchAllSolautoPosition(context: Pick<Context, 'rpc'>, publicKeys: Array<PublicKey | Pda>, options?: RpcGetAccountsOptions): Promise<SolautoPosition[]>;
|
|
43
|
+
export declare function safeFetchAllSolautoPosition(context: Pick<Context, 'rpc'>, publicKeys: Array<PublicKey | Pda>, options?: RpcGetAccountsOptions): Promise<SolautoPosition[]>;
|
|
44
|
+
export declare function getSolautoPositionGpaBuilder(context: Pick<Context, 'rpc' | 'programs'>): import("@metaplex-foundation/umi").GpaBuilder<SolautoPosition, {
|
|
45
|
+
bump: Array<number>;
|
|
46
|
+
positionId: Array<number>;
|
|
47
|
+
selfManaged: PodBoolArgs;
|
|
48
|
+
padding1: Array<number>;
|
|
49
|
+
authority: PublicKey;
|
|
50
|
+
position: PositionDataArgs;
|
|
51
|
+
state: PositionStateArgs;
|
|
52
|
+
rebalance: RebalanceDataArgs;
|
|
53
|
+
feeType: FeeTypeArgs;
|
|
54
|
+
padding2: Array<number>;
|
|
55
|
+
padding: Array<number>;
|
|
56
|
+
}>;
|
|
57
|
+
export declare function getSolautoPositionSize(): number;
|
|
58
|
+
//# sourceMappingURL=solautoPosition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"solautoPosition.d.ts","sourceRoot":"","sources":["../../../src/generated/accounts/solautoPosition.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
5
|
+
* to add features, then rerun kinobi to update it.
|
|
6
|
+
*
|
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.getSolautoPositionSize = exports.getSolautoPositionGpaBuilder = exports.safeFetchAllSolautoPosition = exports.fetchAllSolautoPosition = exports.safeFetchSolautoPosition = exports.fetchSolautoPosition = exports.deserializeSolautoPosition = exports.getSolautoPositionAccountDataSerializer = void 0;
|
|
11
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
|
12
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
|
13
|
+
const types_1 = require("../types");
|
|
14
|
+
function getSolautoPositionAccountDataSerializer() {
|
|
15
|
+
return (0, serializers_1.struct)([
|
|
16
|
+
['bump', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 1 })],
|
|
17
|
+
['positionId', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 1 })],
|
|
18
|
+
['selfManaged', (0, types_1.getPodBoolSerializer)()],
|
|
19
|
+
['padding1', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 5 })],
|
|
20
|
+
['authority', (0, serializers_1.publicKey)()],
|
|
21
|
+
['position', (0, types_1.getPositionDataSerializer)()],
|
|
22
|
+
['state', (0, types_1.getPositionStateSerializer)()],
|
|
23
|
+
['rebalance', (0, types_1.getRebalanceDataSerializer)()],
|
|
24
|
+
['feeType', (0, types_1.getFeeTypeSerializer)()],
|
|
25
|
+
['padding2', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 7 })],
|
|
26
|
+
['padding', (0, serializers_1.array)((0, serializers_1.u32)(), { size: 30 })],
|
|
27
|
+
], { description: 'SolautoPositionAccountData' });
|
|
28
|
+
}
|
|
29
|
+
exports.getSolautoPositionAccountDataSerializer = getSolautoPositionAccountDataSerializer;
|
|
30
|
+
function deserializeSolautoPosition(rawAccount) {
|
|
31
|
+
return (0, umi_1.deserializeAccount)(rawAccount, getSolautoPositionAccountDataSerializer());
|
|
32
|
+
}
|
|
33
|
+
exports.deserializeSolautoPosition = deserializeSolautoPosition;
|
|
34
|
+
async function fetchSolautoPosition(context, publicKey, options) {
|
|
35
|
+
const maybeAccount = await context.rpc.getAccount((0, umi_1.publicKey)(publicKey, false), options);
|
|
36
|
+
(0, umi_1.assertAccountExists)(maybeAccount, 'SolautoPosition');
|
|
37
|
+
return deserializeSolautoPosition(maybeAccount);
|
|
38
|
+
}
|
|
39
|
+
exports.fetchSolautoPosition = fetchSolautoPosition;
|
|
40
|
+
async function safeFetchSolautoPosition(context, publicKey, options) {
|
|
41
|
+
const maybeAccount = await context.rpc.getAccount((0, umi_1.publicKey)(publicKey, false), options);
|
|
42
|
+
return maybeAccount.exists ? deserializeSolautoPosition(maybeAccount) : null;
|
|
43
|
+
}
|
|
44
|
+
exports.safeFetchSolautoPosition = safeFetchSolautoPosition;
|
|
45
|
+
async function fetchAllSolautoPosition(context, publicKeys, options) {
|
|
46
|
+
const maybeAccounts = await context.rpc.getAccounts(publicKeys.map((key) => (0, umi_1.publicKey)(key, false)), options);
|
|
47
|
+
return maybeAccounts.map((maybeAccount) => {
|
|
48
|
+
(0, umi_1.assertAccountExists)(maybeAccount, 'SolautoPosition');
|
|
49
|
+
return deserializeSolautoPosition(maybeAccount);
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
exports.fetchAllSolautoPosition = fetchAllSolautoPosition;
|
|
53
|
+
async function safeFetchAllSolautoPosition(context, publicKeys, options) {
|
|
54
|
+
const maybeAccounts = await context.rpc.getAccounts(publicKeys.map((key) => (0, umi_1.publicKey)(key, false)), options);
|
|
55
|
+
return maybeAccounts
|
|
56
|
+
.filter((maybeAccount) => maybeAccount.exists)
|
|
57
|
+
.map((maybeAccount) => deserializeSolautoPosition(maybeAccount));
|
|
58
|
+
}
|
|
59
|
+
exports.safeFetchAllSolautoPosition = safeFetchAllSolautoPosition;
|
|
60
|
+
function getSolautoPositionGpaBuilder(context) {
|
|
61
|
+
const programId = context.programs.getPublicKey('solauto', 'AutoyKBRaHSBHy9RsmXCZMy6nNFAg5FYijrvZyQcNLV');
|
|
62
|
+
return (0, umi_1.gpaBuilder)(context, programId)
|
|
63
|
+
.registerFields({
|
|
64
|
+
bump: [0, (0, serializers_1.array)((0, serializers_1.u8)(), { size: 1 })],
|
|
65
|
+
positionId: [1, (0, serializers_1.array)((0, serializers_1.u8)(), { size: 1 })],
|
|
66
|
+
selfManaged: [2, (0, types_1.getPodBoolSerializer)()],
|
|
67
|
+
padding1: [3, (0, serializers_1.array)((0, serializers_1.u8)(), { size: 5 })],
|
|
68
|
+
authority: [8, (0, serializers_1.publicKey)()],
|
|
69
|
+
position: [40, (0, types_1.getPositionDataSerializer)()],
|
|
70
|
+
state: [360, (0, types_1.getPositionStateSerializer)()],
|
|
71
|
+
rebalance: [648, (0, types_1.getRebalanceDataSerializer)()],
|
|
72
|
+
feeType: [704, (0, types_1.getFeeTypeSerializer)()],
|
|
73
|
+
padding2: [705, (0, serializers_1.array)((0, serializers_1.u8)(), { size: 7 })],
|
|
74
|
+
padding: [712, (0, serializers_1.array)((0, serializers_1.u32)(), { size: 30 })],
|
|
75
|
+
})
|
|
76
|
+
.deserializeUsing((account) => deserializeSolautoPosition(account));
|
|
77
|
+
}
|
|
78
|
+
exports.getSolautoPositionGpaBuilder = getSolautoPositionGpaBuilder;
|
|
79
|
+
function getSolautoPositionSize() {
|
|
80
|
+
return 832;
|
|
81
|
+
}
|
|
82
|
+
exports.getSolautoPositionSize = getSolautoPositionSize;
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export * from './solauto';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/errors/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
5
|
+
* to add features, then rerun kinobi to update it.
|
|
6
|
+
*
|
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
|
8
|
+
*/
|
|
9
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
12
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
13
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
14
|
+
}
|
|
15
|
+
Object.defineProperty(o, k2, desc);
|
|
16
|
+
}) : (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
}));
|
|
20
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
21
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24
|
+
__exportStar(require("./solauto"), exports);
|
|
@@ -0,0 +1,91 @@
|
|
|
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
|
+
import { Program, ProgramError } from '@metaplex-foundation/umi';
|
|
9
|
+
/** IncorrectAccounts: Missing or incorrect accounts provided for the given instruction */
|
|
10
|
+
export declare class IncorrectAccountsError extends ProgramError {
|
|
11
|
+
readonly name: string;
|
|
12
|
+
readonly code: number;
|
|
13
|
+
constructor(program: Program, cause?: Error);
|
|
14
|
+
}
|
|
15
|
+
/** FailedAccountDeserialization: Failed to deserialize account data, incorrect account was likely given */
|
|
16
|
+
export declare class FailedAccountDeserializationError extends ProgramError {
|
|
17
|
+
readonly name: string;
|
|
18
|
+
readonly code: number;
|
|
19
|
+
constructor(program: Program, cause?: Error);
|
|
20
|
+
}
|
|
21
|
+
/** InvalidPositionSettings: Invalid position settings given */
|
|
22
|
+
export declare class InvalidPositionSettingsError extends ProgramError {
|
|
23
|
+
readonly name: string;
|
|
24
|
+
readonly code: number;
|
|
25
|
+
constructor(program: Program, cause?: Error);
|
|
26
|
+
}
|
|
27
|
+
/** InvalidDCASettings: Invalid DCA settings given */
|
|
28
|
+
export declare class InvalidDCASettingsError extends ProgramError {
|
|
29
|
+
readonly name: string;
|
|
30
|
+
readonly code: number;
|
|
31
|
+
constructor(program: Program, cause?: Error);
|
|
32
|
+
}
|
|
33
|
+
/** InvalidAutomationData: Invalid automation data given */
|
|
34
|
+
export declare class InvalidAutomationDataError extends ProgramError {
|
|
35
|
+
readonly name: string;
|
|
36
|
+
readonly code: number;
|
|
37
|
+
constructor(program: Program, cause?: Error);
|
|
38
|
+
}
|
|
39
|
+
/** StaleProtocolData: Stale protocol data. Refresh instruction must be invoked before taking a protocol action */
|
|
40
|
+
export declare class StaleProtocolDataError extends ProgramError {
|
|
41
|
+
readonly name: string;
|
|
42
|
+
readonly code: number;
|
|
43
|
+
constructor(program: Program, cause?: Error);
|
|
44
|
+
}
|
|
45
|
+
/** UnableToReposition: Unable to adjust position to the desired utilization rate */
|
|
46
|
+
export declare class UnableToRepositionError extends ProgramError {
|
|
47
|
+
readonly name: string;
|
|
48
|
+
readonly code: number;
|
|
49
|
+
constructor(program: Program, cause?: Error);
|
|
50
|
+
}
|
|
51
|
+
/** ExceededValidUtilizationRate: Desired action brought the utilization rate to an unsafe amount */
|
|
52
|
+
export declare class ExceededValidUtilizationRateError extends ProgramError {
|
|
53
|
+
readonly name: string;
|
|
54
|
+
readonly code: number;
|
|
55
|
+
constructor(program: Program, cause?: Error);
|
|
56
|
+
}
|
|
57
|
+
/** InvalidRebalanceCondition: Invalid position condition to rebalance */
|
|
58
|
+
export declare class InvalidRebalanceConditionError extends ProgramError {
|
|
59
|
+
readonly name: string;
|
|
60
|
+
readonly code: number;
|
|
61
|
+
constructor(program: Program, cause?: Error);
|
|
62
|
+
}
|
|
63
|
+
/** InstructionIsCPI: Unable to invoke instruction through a CPI */
|
|
64
|
+
export declare class InstructionIsCPIError extends ProgramError {
|
|
65
|
+
readonly name: string;
|
|
66
|
+
readonly code: number;
|
|
67
|
+
constructor(program: Program, cause?: Error);
|
|
68
|
+
}
|
|
69
|
+
/** RebalanceAbuse: Too many rebalance instruction invocations in the same transaction */
|
|
70
|
+
export declare class RebalanceAbuseError extends ProgramError {
|
|
71
|
+
readonly name: string;
|
|
72
|
+
readonly code: number;
|
|
73
|
+
constructor(program: Program, cause?: Error);
|
|
74
|
+
}
|
|
75
|
+
/** IncorrectInstructions: Incorrect set of instructions in the transaction */
|
|
76
|
+
export declare class IncorrectInstructionsError extends ProgramError {
|
|
77
|
+
readonly name: string;
|
|
78
|
+
readonly code: number;
|
|
79
|
+
constructor(program: Program, cause?: Error);
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Attempts to resolve a custom program error from the provided error code.
|
|
83
|
+
* @category Errors
|
|
84
|
+
*/
|
|
85
|
+
export declare function getSolautoErrorFromCode(code: number, program: Program, cause?: Error): ProgramError | null;
|
|
86
|
+
/**
|
|
87
|
+
* Attempts to resolve a custom program error from the provided error name, i.e. 'Unauthorized'.
|
|
88
|
+
* @category Errors
|
|
89
|
+
*/
|
|
90
|
+
export declare function getSolautoErrorFromName(name: string, program: Program, cause?: Error): ProgramError | null;
|
|
91
|
+
//# sourceMappingURL=solauto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"solauto.d.ts","sourceRoot":"","sources":["../../../src/generated/errors/solauto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AASjE,0FAA0F;AAC1F,qBAAa,sBAAuB,SAAQ,YAAY;IACtD,SAAkB,IAAI,EAAE,MAAM,CAAuB;IAErD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAO;gBAEhB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK;CAO5C;AAID,2GAA2G;AAC3G,qBAAa,iCAAkC,SAAQ,YAAY;IACjE,SAAkB,IAAI,EAAE,MAAM,CAAkC;IAEhE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAO;gBAEhB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK;CAO5C;AAOD,+DAA+D;AAC/D,qBAAa,4BAA6B,SAAQ,YAAY;IAC5D,SAAkB,IAAI,EAAE,MAAM,CAA6B;IAE3D,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAO;gBAEhB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK;CAG5C;AAID,qDAAqD;AACrD,qBAAa,uBAAwB,SAAQ,YAAY;IACvD,SAAkB,IAAI,EAAE,MAAM,CAAwB;IAEtD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAO;gBAEhB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK;CAG5C;AAID,2DAA2D;AAC3D,qBAAa,0BAA2B,SAAQ,YAAY;IAC1D,SAAkB,IAAI,EAAE,MAAM,CAA2B;IAEzD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAO;gBAEhB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK;CAG5C;AAID,kHAAkH;AAClH,qBAAa,sBAAuB,SAAQ,YAAY;IACtD,SAAkB,IAAI,EAAE,MAAM,CAAuB;IAErD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAO;gBAEhB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK;CAO5C;AAID,oFAAoF;AACpF,qBAAa,uBAAwB,SAAQ,YAAY;IACvD,SAAkB,IAAI,EAAE,MAAM,CAAwB;IAEtD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAO;gBAEhB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK;CAO5C;AAID,oGAAoG;AACpG,qBAAa,iCAAkC,SAAQ,YAAY;IACjE,SAAkB,IAAI,EAAE,MAAM,CAAkC;IAEhE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAO;gBAEhB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK;CAO5C;AAOD,yEAAyE;AACzE,qBAAa,8BAA+B,SAAQ,YAAY;IAC9D,SAAkB,IAAI,EAAE,MAAM,CAA+B;IAE7D,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAO;gBAEhB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK;CAG5C;AAID,mEAAmE;AACnE,qBAAa,qBAAsB,SAAQ,YAAY;IACrD,SAAkB,IAAI,EAAE,MAAM,CAAsB;IAEpD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAO;gBAEhB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK;CAG5C;AAID,yFAAyF;AACzF,qBAAa,mBAAoB,SAAQ,YAAY;IACnD,SAAkB,IAAI,EAAE,MAAM,CAAoB;IAElD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAO;gBAEhB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK;CAO5C;AAID,8EAA8E;AAC9E,qBAAa,0BAA2B,SAAQ,YAAY;IAC1D,SAAkB,IAAI,EAAE,MAAM,CAA2B;IAEzD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAO;gBAEhB,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK;CAG5C;AAID;;;GAGG;AACH,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,OAAO,EAChB,KAAK,CAAC,EAAE,KAAK,GACZ,YAAY,GAAG,IAAI,CAGrB;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,OAAO,EAChB,KAAK,CAAC,EAAE,KAAK,GACZ,YAAY,GAAG,IAAI,CAGrB"}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
5
|
+
* to add features, then rerun kinobi to update it.
|
|
6
|
+
*
|
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.getSolautoErrorFromName = exports.getSolautoErrorFromCode = exports.IncorrectInstructionsError = exports.RebalanceAbuseError = exports.InstructionIsCPIError = exports.InvalidRebalanceConditionError = exports.ExceededValidUtilizationRateError = exports.UnableToRepositionError = exports.StaleProtocolDataError = exports.InvalidAutomationDataError = exports.InvalidDCASettingsError = exports.InvalidPositionSettingsError = exports.FailedAccountDeserializationError = exports.IncorrectAccountsError = void 0;
|
|
11
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
|
12
|
+
const codeToErrorMap = new Map();
|
|
13
|
+
const nameToErrorMap = new Map();
|
|
14
|
+
/** IncorrectAccounts: Missing or incorrect accounts provided for the given instruction */
|
|
15
|
+
class IncorrectAccountsError extends umi_1.ProgramError {
|
|
16
|
+
constructor(program, cause) {
|
|
17
|
+
super('Missing or incorrect accounts provided for the given instruction', program, cause);
|
|
18
|
+
this.name = 'IncorrectAccounts';
|
|
19
|
+
this.code = 0x0; // 0
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.IncorrectAccountsError = IncorrectAccountsError;
|
|
23
|
+
codeToErrorMap.set(0x0, IncorrectAccountsError);
|
|
24
|
+
nameToErrorMap.set('IncorrectAccounts', IncorrectAccountsError);
|
|
25
|
+
/** FailedAccountDeserialization: Failed to deserialize account data, incorrect account was likely given */
|
|
26
|
+
class FailedAccountDeserializationError extends umi_1.ProgramError {
|
|
27
|
+
constructor(program, cause) {
|
|
28
|
+
super('Failed to deserialize account data, incorrect account was likely given', program, cause);
|
|
29
|
+
this.name = 'FailedAccountDeserialization';
|
|
30
|
+
this.code = 0x1; // 1
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
exports.FailedAccountDeserializationError = FailedAccountDeserializationError;
|
|
34
|
+
codeToErrorMap.set(0x1, FailedAccountDeserializationError);
|
|
35
|
+
nameToErrorMap.set('FailedAccountDeserialization', FailedAccountDeserializationError);
|
|
36
|
+
/** InvalidPositionSettings: Invalid position settings given */
|
|
37
|
+
class InvalidPositionSettingsError extends umi_1.ProgramError {
|
|
38
|
+
constructor(program, cause) {
|
|
39
|
+
super('Invalid position settings given', program, cause);
|
|
40
|
+
this.name = 'InvalidPositionSettings';
|
|
41
|
+
this.code = 0x2; // 2
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.InvalidPositionSettingsError = InvalidPositionSettingsError;
|
|
45
|
+
codeToErrorMap.set(0x2, InvalidPositionSettingsError);
|
|
46
|
+
nameToErrorMap.set('InvalidPositionSettings', InvalidPositionSettingsError);
|
|
47
|
+
/** InvalidDCASettings: Invalid DCA settings given */
|
|
48
|
+
class InvalidDCASettingsError extends umi_1.ProgramError {
|
|
49
|
+
constructor(program, cause) {
|
|
50
|
+
super('Invalid DCA settings given', program, cause);
|
|
51
|
+
this.name = 'InvalidDCASettings';
|
|
52
|
+
this.code = 0x3; // 3
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
exports.InvalidDCASettingsError = InvalidDCASettingsError;
|
|
56
|
+
codeToErrorMap.set(0x3, InvalidDCASettingsError);
|
|
57
|
+
nameToErrorMap.set('InvalidDCASettings', InvalidDCASettingsError);
|
|
58
|
+
/** InvalidAutomationData: Invalid automation data given */
|
|
59
|
+
class InvalidAutomationDataError extends umi_1.ProgramError {
|
|
60
|
+
constructor(program, cause) {
|
|
61
|
+
super('Invalid automation data given', program, cause);
|
|
62
|
+
this.name = 'InvalidAutomationData';
|
|
63
|
+
this.code = 0x4; // 4
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.InvalidAutomationDataError = InvalidAutomationDataError;
|
|
67
|
+
codeToErrorMap.set(0x4, InvalidAutomationDataError);
|
|
68
|
+
nameToErrorMap.set('InvalidAutomationData', InvalidAutomationDataError);
|
|
69
|
+
/** StaleProtocolData: Stale protocol data. Refresh instruction must be invoked before taking a protocol action */
|
|
70
|
+
class StaleProtocolDataError extends umi_1.ProgramError {
|
|
71
|
+
constructor(program, cause) {
|
|
72
|
+
super('Stale protocol data. Refresh instruction must be invoked before taking a protocol action', program, cause);
|
|
73
|
+
this.name = 'StaleProtocolData';
|
|
74
|
+
this.code = 0x5; // 5
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.StaleProtocolDataError = StaleProtocolDataError;
|
|
78
|
+
codeToErrorMap.set(0x5, StaleProtocolDataError);
|
|
79
|
+
nameToErrorMap.set('StaleProtocolData', StaleProtocolDataError);
|
|
80
|
+
/** UnableToReposition: Unable to adjust position to the desired utilization rate */
|
|
81
|
+
class UnableToRepositionError extends umi_1.ProgramError {
|
|
82
|
+
constructor(program, cause) {
|
|
83
|
+
super('Unable to adjust position to the desired utilization rate', program, cause);
|
|
84
|
+
this.name = 'UnableToReposition';
|
|
85
|
+
this.code = 0x6; // 6
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.UnableToRepositionError = UnableToRepositionError;
|
|
89
|
+
codeToErrorMap.set(0x6, UnableToRepositionError);
|
|
90
|
+
nameToErrorMap.set('UnableToReposition', UnableToRepositionError);
|
|
91
|
+
/** ExceededValidUtilizationRate: Desired action brought the utilization rate to an unsafe amount */
|
|
92
|
+
class ExceededValidUtilizationRateError extends umi_1.ProgramError {
|
|
93
|
+
constructor(program, cause) {
|
|
94
|
+
super('Desired action brought the utilization rate to an unsafe amount', program, cause);
|
|
95
|
+
this.name = 'ExceededValidUtilizationRate';
|
|
96
|
+
this.code = 0x7; // 7
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
exports.ExceededValidUtilizationRateError = ExceededValidUtilizationRateError;
|
|
100
|
+
codeToErrorMap.set(0x7, ExceededValidUtilizationRateError);
|
|
101
|
+
nameToErrorMap.set('ExceededValidUtilizationRate', ExceededValidUtilizationRateError);
|
|
102
|
+
/** InvalidRebalanceCondition: Invalid position condition to rebalance */
|
|
103
|
+
class InvalidRebalanceConditionError extends umi_1.ProgramError {
|
|
104
|
+
constructor(program, cause) {
|
|
105
|
+
super('Invalid position condition to rebalance', program, cause);
|
|
106
|
+
this.name = 'InvalidRebalanceCondition';
|
|
107
|
+
this.code = 0x8; // 8
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
exports.InvalidRebalanceConditionError = InvalidRebalanceConditionError;
|
|
111
|
+
codeToErrorMap.set(0x8, InvalidRebalanceConditionError);
|
|
112
|
+
nameToErrorMap.set('InvalidRebalanceCondition', InvalidRebalanceConditionError);
|
|
113
|
+
/** InstructionIsCPI: Unable to invoke instruction through a CPI */
|
|
114
|
+
class InstructionIsCPIError extends umi_1.ProgramError {
|
|
115
|
+
constructor(program, cause) {
|
|
116
|
+
super('Unable to invoke instruction through a CPI', program, cause);
|
|
117
|
+
this.name = 'InstructionIsCPI';
|
|
118
|
+
this.code = 0x9; // 9
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
exports.InstructionIsCPIError = InstructionIsCPIError;
|
|
122
|
+
codeToErrorMap.set(0x9, InstructionIsCPIError);
|
|
123
|
+
nameToErrorMap.set('InstructionIsCPI', InstructionIsCPIError);
|
|
124
|
+
/** RebalanceAbuse: Too many rebalance instruction invocations in the same transaction */
|
|
125
|
+
class RebalanceAbuseError extends umi_1.ProgramError {
|
|
126
|
+
constructor(program, cause) {
|
|
127
|
+
super('Too many rebalance instruction invocations in the same transaction', program, cause);
|
|
128
|
+
this.name = 'RebalanceAbuse';
|
|
129
|
+
this.code = 0xa; // 10
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
exports.RebalanceAbuseError = RebalanceAbuseError;
|
|
133
|
+
codeToErrorMap.set(0xa, RebalanceAbuseError);
|
|
134
|
+
nameToErrorMap.set('RebalanceAbuse', RebalanceAbuseError);
|
|
135
|
+
/** IncorrectInstructions: Incorrect set of instructions in the transaction */
|
|
136
|
+
class IncorrectInstructionsError extends umi_1.ProgramError {
|
|
137
|
+
constructor(program, cause) {
|
|
138
|
+
super('Incorrect set of instructions in the transaction', program, cause);
|
|
139
|
+
this.name = 'IncorrectInstructions';
|
|
140
|
+
this.code = 0xb; // 11
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
exports.IncorrectInstructionsError = IncorrectInstructionsError;
|
|
144
|
+
codeToErrorMap.set(0xb, IncorrectInstructionsError);
|
|
145
|
+
nameToErrorMap.set('IncorrectInstructions', IncorrectInstructionsError);
|
|
146
|
+
/**
|
|
147
|
+
* Attempts to resolve a custom program error from the provided error code.
|
|
148
|
+
* @category Errors
|
|
149
|
+
*/
|
|
150
|
+
function getSolautoErrorFromCode(code, program, cause) {
|
|
151
|
+
const constructor = codeToErrorMap.get(code);
|
|
152
|
+
return constructor ? new constructor(program, cause) : null;
|
|
153
|
+
}
|
|
154
|
+
exports.getSolautoErrorFromCode = getSolautoErrorFromCode;
|
|
155
|
+
/**
|
|
156
|
+
* Attempts to resolve a custom program error from the provided error name, i.e. 'Unauthorized'.
|
|
157
|
+
* @category Errors
|
|
158
|
+
*/
|
|
159
|
+
function getSolautoErrorFromName(name, program, cause) {
|
|
160
|
+
const constructor = nameToErrorMap.get(name);
|
|
161
|
+
return constructor ? new constructor(program, cause) : null;
|
|
162
|
+
}
|
|
163
|
+
exports.getSolautoErrorFromName = getSolautoErrorFromName;
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export * from './accounts';
|
|
9
|
+
export * from './errors';
|
|
10
|
+
export * from './instructions';
|
|
11
|
+
export * from './programs';
|
|
12
|
+
export * from './shared';
|
|
13
|
+
export * from './types';
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
5
|
+
* to add features, then rerun kinobi to update it.
|
|
6
|
+
*
|
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
|
8
|
+
*/
|
|
9
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
12
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
13
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
14
|
+
}
|
|
15
|
+
Object.defineProperty(o, k2, desc);
|
|
16
|
+
}) : (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
}));
|
|
20
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
21
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24
|
+
__exportStar(require("./accounts"), exports);
|
|
25
|
+
__exportStar(require("./errors"), exports);
|
|
26
|
+
__exportStar(require("./instructions"), exports);
|
|
27
|
+
__exportStar(require("./programs"), exports);
|
|
28
|
+
__exportStar(require("./shared"), exports);
|
|
29
|
+
__exportStar(require("./types"), exports);
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
import { Context, Pda, PublicKey, Signer, TransactionBuilder } from '@metaplex-foundation/umi';
|
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
|
10
|
+
export type CancelDCAInstructionAccounts = {
|
|
11
|
+
signer: Signer;
|
|
12
|
+
systemProgram?: PublicKey | Pda;
|
|
13
|
+
tokenProgram?: PublicKey | Pda;
|
|
14
|
+
ataProgram?: PublicKey | Pda;
|
|
15
|
+
solautoPosition: PublicKey | Pda;
|
|
16
|
+
debtMint?: PublicKey | Pda;
|
|
17
|
+
positionDebtTa?: PublicKey | Pda;
|
|
18
|
+
signerDebtTa?: PublicKey | Pda;
|
|
19
|
+
};
|
|
20
|
+
export type CancelDCAInstructionData = {
|
|
21
|
+
discriminator: number;
|
|
22
|
+
};
|
|
23
|
+
export type CancelDCAInstructionDataArgs = {};
|
|
24
|
+
export declare function getCancelDCAInstructionDataSerializer(): Serializer<CancelDCAInstructionDataArgs, CancelDCAInstructionData>;
|
|
25
|
+
export declare function cancelDCA(context: Pick<Context, 'programs'>, input: CancelDCAInstructionAccounts): TransactionBuilder;
|
|
26
|
+
//# sourceMappingURL=cancelDCA.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancelDCA.d.ts","sourceRoot":"","sources":["../../../src/generated/instructions/cancelDCA.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,MAAM,EACN,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAIX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,4BAA4B,GAAG;IACzC,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,UAAU,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,QAAQ,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3B,cAAc,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;CAChC,CAAC;AAGF,MAAM,MAAM,wBAAwB,GAAG;IAAE,aAAa,EAAE,MAAM,CAAA;CAAE,CAAC;AAEjE,MAAM,MAAM,4BAA4B,GAAG,EAAE,CAAC;AAE9C,wBAAgB,qCAAqC,IAAI,UAAU,CACjE,4BAA4B,EAC5B,wBAAwB,CACzB,CAWA;AAGD,wBAAgB,SAAS,CACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,4BAA4B,GAClC,kBAAkB,CA+FpB"}
|