@haven-fi/solauto-sdk 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- 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,166 @@
|
|
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
|
+
Option,
|
12
|
+
OptionOrNullable,
|
13
|
+
Pda,
|
14
|
+
PublicKey,
|
15
|
+
Signer,
|
16
|
+
TransactionBuilder,
|
17
|
+
publicKey,
|
18
|
+
transactionBuilder,
|
19
|
+
} from '@metaplex-foundation/umi';
|
20
|
+
import {
|
21
|
+
Serializer,
|
22
|
+
mapSerializer,
|
23
|
+
option,
|
24
|
+
publicKey as publicKeySerializer,
|
25
|
+
struct,
|
26
|
+
u8,
|
27
|
+
} from '@metaplex-foundation/umi/serializers';
|
28
|
+
import {
|
29
|
+
ResolvedAccount,
|
30
|
+
ResolvedAccountsWithIndices,
|
31
|
+
getAccountMetasAndSigners,
|
32
|
+
} from '../shared';
|
33
|
+
|
34
|
+
// Accounts.
|
35
|
+
export type UpdateReferralStatesInstructionAccounts = {
|
36
|
+
signer: Signer;
|
37
|
+
systemProgram?: PublicKey | Pda;
|
38
|
+
rent?: PublicKey | Pda;
|
39
|
+
signerReferralState: PublicKey | Pda;
|
40
|
+
referredByState?: PublicKey | Pda;
|
41
|
+
referredByAuthority?: PublicKey | Pda;
|
42
|
+
};
|
43
|
+
|
44
|
+
// Data.
|
45
|
+
export type UpdateReferralStatesInstructionData = {
|
46
|
+
discriminator: number;
|
47
|
+
referralFeesDestMint: Option<PublicKey>;
|
48
|
+
addressLookupTable: Option<PublicKey>;
|
49
|
+
};
|
50
|
+
|
51
|
+
export type UpdateReferralStatesInstructionDataArgs = {
|
52
|
+
referralFeesDestMint: OptionOrNullable<PublicKey>;
|
53
|
+
addressLookupTable: OptionOrNullable<PublicKey>;
|
54
|
+
};
|
55
|
+
|
56
|
+
export function getUpdateReferralStatesInstructionDataSerializer(): Serializer<
|
57
|
+
UpdateReferralStatesInstructionDataArgs,
|
58
|
+
UpdateReferralStatesInstructionData
|
59
|
+
> {
|
60
|
+
return mapSerializer<
|
61
|
+
UpdateReferralStatesInstructionDataArgs,
|
62
|
+
any,
|
63
|
+
UpdateReferralStatesInstructionData
|
64
|
+
>(
|
65
|
+
struct<UpdateReferralStatesInstructionData>(
|
66
|
+
[
|
67
|
+
['discriminator', u8()],
|
68
|
+
['referralFeesDestMint', option(publicKeySerializer())],
|
69
|
+
['addressLookupTable', option(publicKeySerializer())],
|
70
|
+
],
|
71
|
+
{ description: 'UpdateReferralStatesInstructionData' }
|
72
|
+
),
|
73
|
+
(value) => ({ ...value, discriminator: 0 })
|
74
|
+
) as Serializer<
|
75
|
+
UpdateReferralStatesInstructionDataArgs,
|
76
|
+
UpdateReferralStatesInstructionData
|
77
|
+
>;
|
78
|
+
}
|
79
|
+
|
80
|
+
// Args.
|
81
|
+
export type UpdateReferralStatesInstructionArgs =
|
82
|
+
UpdateReferralStatesInstructionDataArgs;
|
83
|
+
|
84
|
+
// Instruction.
|
85
|
+
export function updateReferralStates(
|
86
|
+
context: Pick<Context, 'programs'>,
|
87
|
+
input: UpdateReferralStatesInstructionAccounts &
|
88
|
+
UpdateReferralStatesInstructionArgs
|
89
|
+
): TransactionBuilder {
|
90
|
+
// Program ID.
|
91
|
+
const programId = context.programs.getPublicKey(
|
92
|
+
'solauto',
|
93
|
+
'AutoyKBRaHSBHy9RsmXCZMy6nNFAg5FYijrvZyQcNLV'
|
94
|
+
);
|
95
|
+
|
96
|
+
// Accounts.
|
97
|
+
const resolvedAccounts = {
|
98
|
+
signer: {
|
99
|
+
index: 0,
|
100
|
+
isWritable: false as boolean,
|
101
|
+
value: input.signer ?? null,
|
102
|
+
},
|
103
|
+
systemProgram: {
|
104
|
+
index: 1,
|
105
|
+
isWritable: false as boolean,
|
106
|
+
value: input.systemProgram ?? null,
|
107
|
+
},
|
108
|
+
rent: { index: 2, isWritable: false as boolean, value: input.rent ?? null },
|
109
|
+
signerReferralState: {
|
110
|
+
index: 3,
|
111
|
+
isWritable: true as boolean,
|
112
|
+
value: input.signerReferralState ?? null,
|
113
|
+
},
|
114
|
+
referredByState: {
|
115
|
+
index: 4,
|
116
|
+
isWritable: true as boolean,
|
117
|
+
value: input.referredByState ?? null,
|
118
|
+
},
|
119
|
+
referredByAuthority: {
|
120
|
+
index: 5,
|
121
|
+
isWritable: false as boolean,
|
122
|
+
value: input.referredByAuthority ?? null,
|
123
|
+
},
|
124
|
+
} satisfies ResolvedAccountsWithIndices;
|
125
|
+
|
126
|
+
// Arguments.
|
127
|
+
const resolvedArgs: UpdateReferralStatesInstructionArgs = { ...input };
|
128
|
+
|
129
|
+
// Default values.
|
130
|
+
if (!resolvedAccounts.systemProgram.value) {
|
131
|
+
resolvedAccounts.systemProgram.value = context.programs.getPublicKey(
|
132
|
+
'splSystem',
|
133
|
+
'11111111111111111111111111111111'
|
134
|
+
);
|
135
|
+
resolvedAccounts.systemProgram.isWritable = false;
|
136
|
+
}
|
137
|
+
if (!resolvedAccounts.rent.value) {
|
138
|
+
resolvedAccounts.rent.value = publicKey(
|
139
|
+
'SysvarRent111111111111111111111111111111111'
|
140
|
+
);
|
141
|
+
}
|
142
|
+
|
143
|
+
// Accounts in order.
|
144
|
+
const orderedAccounts: ResolvedAccount[] = Object.values(
|
145
|
+
resolvedAccounts
|
146
|
+
).sort((a, b) => a.index - b.index);
|
147
|
+
|
148
|
+
// Keys and Signers.
|
149
|
+
const [keys, signers] = getAccountMetasAndSigners(
|
150
|
+
orderedAccounts,
|
151
|
+
'programId',
|
152
|
+
programId
|
153
|
+
);
|
154
|
+
|
155
|
+
// Data.
|
156
|
+
const data = getUpdateReferralStatesInstructionDataSerializer().serialize(
|
157
|
+
resolvedArgs as UpdateReferralStatesInstructionDataArgs
|
158
|
+
);
|
159
|
+
|
160
|
+
// Bytes Created On Chain.
|
161
|
+
const bytesCreatedOnChain = 0;
|
162
|
+
|
163
|
+
return transactionBuilder([
|
164
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
165
|
+
]);
|
166
|
+
}
|
@@ -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
|
+
|
9
|
+
export * from './solauto';
|
@@ -0,0 +1,52 @@
|
|
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
|
+
ClusterFilter,
|
11
|
+
Context,
|
12
|
+
Program,
|
13
|
+
PublicKey,
|
14
|
+
} from '@metaplex-foundation/umi';
|
15
|
+
import { getSolautoErrorFromCode, getSolautoErrorFromName } from '../errors';
|
16
|
+
|
17
|
+
export const SOLAUTO_PROGRAM_ID =
|
18
|
+
'AutoyKBRaHSBHy9RsmXCZMy6nNFAg5FYijrvZyQcNLV' as PublicKey<'AutoyKBRaHSBHy9RsmXCZMy6nNFAg5FYijrvZyQcNLV'>;
|
19
|
+
|
20
|
+
export function createSolautoProgram(): Program {
|
21
|
+
return {
|
22
|
+
name: 'solauto',
|
23
|
+
publicKey: SOLAUTO_PROGRAM_ID,
|
24
|
+
getErrorFromCode(code: number, cause?: Error) {
|
25
|
+
return getSolautoErrorFromCode(code, this, cause);
|
26
|
+
},
|
27
|
+
getErrorFromName(name: string, cause?: Error) {
|
28
|
+
return getSolautoErrorFromName(name, this, cause);
|
29
|
+
},
|
30
|
+
isOnCluster() {
|
31
|
+
return true;
|
32
|
+
},
|
33
|
+
};
|
34
|
+
}
|
35
|
+
|
36
|
+
export function getSolautoProgram<T extends Program = Program>(
|
37
|
+
context: Pick<Context, 'programs'>,
|
38
|
+
clusterFilter?: ClusterFilter
|
39
|
+
): T {
|
40
|
+
return context.programs.get<T>('solauto', clusterFilter);
|
41
|
+
}
|
42
|
+
|
43
|
+
export function getSolautoProgramId(
|
44
|
+
context: Pick<Context, 'programs'>,
|
45
|
+
clusterFilter?: ClusterFilter
|
46
|
+
): PublicKey {
|
47
|
+
return context.programs.getPublicKey(
|
48
|
+
'solauto',
|
49
|
+
SOLAUTO_PROGRAM_ID,
|
50
|
+
clusterFilter
|
51
|
+
);
|
52
|
+
}
|
@@ -0,0 +1,117 @@
|
|
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
|
+
AccountMeta,
|
11
|
+
isSigner,
|
12
|
+
Pda,
|
13
|
+
publicKey,
|
14
|
+
PublicKey,
|
15
|
+
Signer,
|
16
|
+
isPda,
|
17
|
+
} from '@metaplex-foundation/umi';
|
18
|
+
|
19
|
+
/**
|
20
|
+
* Transforms the given object such that the given keys are optional.
|
21
|
+
* @internal
|
22
|
+
*/
|
23
|
+
export type PickPartial<T, K extends keyof T> = Omit<T, K> &
|
24
|
+
Partial<Pick<T, K>>;
|
25
|
+
|
26
|
+
/**
|
27
|
+
* Asserts that the given value is not null or undefined.
|
28
|
+
* @internal
|
29
|
+
*/
|
30
|
+
export function expectSome<T>(value: T | null | undefined): T {
|
31
|
+
if (value == null) {
|
32
|
+
throw new Error('Expected a value but received null or undefined.');
|
33
|
+
}
|
34
|
+
return value;
|
35
|
+
}
|
36
|
+
|
37
|
+
/**
|
38
|
+
* Asserts that the given value is a PublicKey.
|
39
|
+
* @internal
|
40
|
+
*/
|
41
|
+
export function expectPublicKey(
|
42
|
+
value: PublicKey | Pda | Signer | null | undefined
|
43
|
+
): PublicKey {
|
44
|
+
if (!value) {
|
45
|
+
throw new Error('Expected a PublicKey.');
|
46
|
+
}
|
47
|
+
return publicKey(value, false);
|
48
|
+
}
|
49
|
+
|
50
|
+
/**
|
51
|
+
* Asserts that the given value is a PDA.
|
52
|
+
* @internal
|
53
|
+
*/
|
54
|
+
export function expectPda(
|
55
|
+
value: PublicKey | Pda | Signer | null | undefined
|
56
|
+
): Pda {
|
57
|
+
if (!value || !Array.isArray(value) || !isPda(value)) {
|
58
|
+
throw new Error('Expected a PDA.');
|
59
|
+
}
|
60
|
+
return value;
|
61
|
+
}
|
62
|
+
|
63
|
+
/**
|
64
|
+
* Defines an instruction account to resolve.
|
65
|
+
* @internal
|
66
|
+
*/
|
67
|
+
export type ResolvedAccount<T = PublicKey | Pda | Signer | null> = {
|
68
|
+
isWritable: boolean;
|
69
|
+
value: T;
|
70
|
+
};
|
71
|
+
|
72
|
+
/**
|
73
|
+
* Defines a set of instruction account to resolve.
|
74
|
+
* @internal
|
75
|
+
*/
|
76
|
+
export type ResolvedAccounts = Record<string, ResolvedAccount>;
|
77
|
+
|
78
|
+
/**
|
79
|
+
* Defines a set of instruction account to resolve with their indices.
|
80
|
+
* @internal
|
81
|
+
*/
|
82
|
+
export type ResolvedAccountsWithIndices = Record<
|
83
|
+
string,
|
84
|
+
ResolvedAccount & { index: number }
|
85
|
+
>;
|
86
|
+
|
87
|
+
/**
|
88
|
+
* Get account metas and signers from resolved accounts.
|
89
|
+
* @internal
|
90
|
+
*/
|
91
|
+
export function getAccountMetasAndSigners(
|
92
|
+
accounts: ResolvedAccount[],
|
93
|
+
optionalAccountStrategy: 'omitted' | 'programId',
|
94
|
+
programId: PublicKey
|
95
|
+
): [AccountMeta[], Signer[]] {
|
96
|
+
const keys: AccountMeta[] = [];
|
97
|
+
const signers: Signer[] = [];
|
98
|
+
|
99
|
+
accounts.forEach((account) => {
|
100
|
+
if (!account.value) {
|
101
|
+
if (optionalAccountStrategy === 'omitted') return;
|
102
|
+
keys.push({ pubkey: programId, isSigner: false, isWritable: false });
|
103
|
+
return;
|
104
|
+
}
|
105
|
+
|
106
|
+
if (isSigner(account.value)) {
|
107
|
+
signers.push(account.value);
|
108
|
+
}
|
109
|
+
keys.push({
|
110
|
+
pubkey: publicKey(account.value, false),
|
111
|
+
isSigner: isSigner(account.value),
|
112
|
+
isWritable: account.isWritable,
|
113
|
+
});
|
114
|
+
});
|
115
|
+
|
116
|
+
return [keys, signers];
|
117
|
+
}
|
@@ -0,0 +1,52 @@
|
|
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
|
+
Serializer,
|
11
|
+
array,
|
12
|
+
bytes,
|
13
|
+
struct,
|
14
|
+
u16,
|
15
|
+
u64,
|
16
|
+
u8,
|
17
|
+
} from '@metaplex-foundation/umi/serializers';
|
18
|
+
|
19
|
+
export type AutomationSettings = {
|
20
|
+
targetPeriods: number;
|
21
|
+
periodsPassed: number;
|
22
|
+
padding1: Array<number>;
|
23
|
+
unixStartDate: bigint;
|
24
|
+
intervalSeconds: bigint;
|
25
|
+
padding: Uint8Array;
|
26
|
+
};
|
27
|
+
|
28
|
+
export type AutomationSettingsArgs = {
|
29
|
+
targetPeriods: number;
|
30
|
+
periodsPassed: number;
|
31
|
+
padding1: Array<number>;
|
32
|
+
unixStartDate: number | bigint;
|
33
|
+
intervalSeconds: number | bigint;
|
34
|
+
padding: Uint8Array;
|
35
|
+
};
|
36
|
+
|
37
|
+
export function getAutomationSettingsSerializer(): Serializer<
|
38
|
+
AutomationSettingsArgs,
|
39
|
+
AutomationSettings
|
40
|
+
> {
|
41
|
+
return struct<AutomationSettings>(
|
42
|
+
[
|
43
|
+
['targetPeriods', u16()],
|
44
|
+
['periodsPassed', u16()],
|
45
|
+
['padding1', array(u8(), { size: 4 })],
|
46
|
+
['unixStartDate', u64()],
|
47
|
+
['intervalSeconds', u64()],
|
48
|
+
['padding', bytes({ size: 32 })],
|
49
|
+
],
|
50
|
+
{ description: 'AutomationSettings' }
|
51
|
+
) as Serializer<AutomationSettingsArgs, AutomationSettings>;
|
52
|
+
}
|
@@ -0,0 +1,43 @@
|
|
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
|
+
Serializer,
|
11
|
+
struct,
|
12
|
+
u16,
|
13
|
+
u64,
|
14
|
+
} from '@metaplex-foundation/umi/serializers';
|
15
|
+
|
16
|
+
export type AutomationSettingsInp = {
|
17
|
+
targetPeriods: number;
|
18
|
+
periodsPassed: number;
|
19
|
+
unixStartDate: bigint;
|
20
|
+
intervalSeconds: bigint;
|
21
|
+
};
|
22
|
+
|
23
|
+
export type AutomationSettingsInpArgs = {
|
24
|
+
targetPeriods: number;
|
25
|
+
periodsPassed: number;
|
26
|
+
unixStartDate: number | bigint;
|
27
|
+
intervalSeconds: number | bigint;
|
28
|
+
};
|
29
|
+
|
30
|
+
export function getAutomationSettingsInpSerializer(): Serializer<
|
31
|
+
AutomationSettingsInpArgs,
|
32
|
+
AutomationSettingsInp
|
33
|
+
> {
|
34
|
+
return struct<AutomationSettingsInp>(
|
35
|
+
[
|
36
|
+
['targetPeriods', u16()],
|
37
|
+
['periodsPassed', u16()],
|
38
|
+
['unixStartDate', u64()],
|
39
|
+
['intervalSeconds', u64()],
|
40
|
+
],
|
41
|
+
{ description: 'AutomationSettingsInp' }
|
42
|
+
) as Serializer<AutomationSettingsInpArgs, AutomationSettingsInp>;
|
43
|
+
}
|
@@ -0,0 +1,45 @@
|
|
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
|
+
Serializer,
|
11
|
+
bytes,
|
12
|
+
struct,
|
13
|
+
u64,
|
14
|
+
} from '@metaplex-foundation/umi/serializers';
|
15
|
+
import {
|
16
|
+
AutomationSettings,
|
17
|
+
AutomationSettingsArgs,
|
18
|
+
getAutomationSettingsSerializer,
|
19
|
+
} from '.';
|
20
|
+
|
21
|
+
export type DCASettings = {
|
22
|
+
automation: AutomationSettings;
|
23
|
+
debtToAddBaseUnit: bigint;
|
24
|
+
padding: Uint8Array;
|
25
|
+
};
|
26
|
+
|
27
|
+
export type DCASettingsArgs = {
|
28
|
+
automation: AutomationSettingsArgs;
|
29
|
+
debtToAddBaseUnit: number | bigint;
|
30
|
+
padding: Uint8Array;
|
31
|
+
};
|
32
|
+
|
33
|
+
export function getDCASettingsSerializer(): Serializer<
|
34
|
+
DCASettingsArgs,
|
35
|
+
DCASettings
|
36
|
+
> {
|
37
|
+
return struct<DCASettings>(
|
38
|
+
[
|
39
|
+
['automation', getAutomationSettingsSerializer()],
|
40
|
+
['debtToAddBaseUnit', u64()],
|
41
|
+
['padding', bytes({ size: 32 })],
|
42
|
+
],
|
43
|
+
{ description: 'DCASettings' }
|
44
|
+
) as Serializer<DCASettingsArgs, DCASettings>;
|
45
|
+
}
|
@@ -0,0 +1,37 @@
|
|
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 { Serializer, struct, u64 } from '@metaplex-foundation/umi/serializers';
|
10
|
+
import {
|
11
|
+
AutomationSettingsInp,
|
12
|
+
AutomationSettingsInpArgs,
|
13
|
+
getAutomationSettingsInpSerializer,
|
14
|
+
} from '.';
|
15
|
+
|
16
|
+
export type DCASettingsInp = {
|
17
|
+
automation: AutomationSettingsInp;
|
18
|
+
debtToAddBaseUnit: bigint;
|
19
|
+
};
|
20
|
+
|
21
|
+
export type DCASettingsInpArgs = {
|
22
|
+
automation: AutomationSettingsInpArgs;
|
23
|
+
debtToAddBaseUnit: number | bigint;
|
24
|
+
};
|
25
|
+
|
26
|
+
export function getDCASettingsInpSerializer(): Serializer<
|
27
|
+
DCASettingsInpArgs,
|
28
|
+
DCASettingsInp
|
29
|
+
> {
|
30
|
+
return struct<DCASettingsInp>(
|
31
|
+
[
|
32
|
+
['automation', getAutomationSettingsInpSerializer()],
|
33
|
+
['debtToAddBaseUnit', u64()],
|
34
|
+
],
|
35
|
+
{ description: 'DCASettingsInp' }
|
36
|
+
) as Serializer<DCASettingsInpArgs, DCASettingsInp>;
|
37
|
+
}
|
@@ -0,0 +1,23 @@
|
|
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 { Serializer, scalarEnum } from '@metaplex-foundation/umi/serializers';
|
10
|
+
|
11
|
+
export enum FeeType {
|
12
|
+
Small,
|
13
|
+
Default,
|
14
|
+
}
|
15
|
+
|
16
|
+
export type FeeTypeArgs = FeeType;
|
17
|
+
|
18
|
+
export function getFeeTypeSerializer(): Serializer<FeeTypeArgs, FeeType> {
|
19
|
+
return scalarEnum<FeeType>(FeeType, { description: 'FeeType' }) as Serializer<
|
20
|
+
FeeTypeArgs,
|
21
|
+
FeeType
|
22
|
+
>;
|
23
|
+
}
|
@@ -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
|
+
|
9
|
+
export * from './automationSettings';
|
10
|
+
export * from './automationSettingsInp';
|
11
|
+
export * from './dCASettings';
|
12
|
+
export * from './dCASettingsInp';
|
13
|
+
export * from './feeType';
|
14
|
+
export * from './lendingPlatform';
|
15
|
+
export * from './podBool';
|
16
|
+
export * from './positionData';
|
17
|
+
export * from './positionState';
|
18
|
+
export * from './positionTokenUsage';
|
19
|
+
export * from './rebalanceData';
|
20
|
+
export * from './solautoAction';
|
21
|
+
export * from './solautoRebalanceType';
|
22
|
+
export * from './solautoSettingsParameters';
|
23
|
+
export * from './solautoSettingsParametersInp';
|
24
|
+
export * from './tokenAmount';
|
25
|
+
export * from './tokenBalanceAmount';
|
26
|
+
export * from './updatePositionData';
|
@@ -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
|
+
|
9
|
+
import { Serializer, scalarEnum } from '@metaplex-foundation/umi/serializers';
|
10
|
+
|
11
|
+
export enum LendingPlatform {
|
12
|
+
Marginfi,
|
13
|
+
Kamino,
|
14
|
+
Solend,
|
15
|
+
}
|
16
|
+
|
17
|
+
export type LendingPlatformArgs = LendingPlatform;
|
18
|
+
|
19
|
+
export function getLendingPlatformSerializer(): Serializer<
|
20
|
+
LendingPlatformArgs,
|
21
|
+
LendingPlatform
|
22
|
+
> {
|
23
|
+
return scalarEnum<LendingPlatform>(LendingPlatform, {
|
24
|
+
description: 'LendingPlatform',
|
25
|
+
}) as Serializer<LendingPlatformArgs, LendingPlatform>;
|
26
|
+
}
|
@@ -0,0 +1,19 @@
|
|
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 { Serializer, bool, struct } from '@metaplex-foundation/umi/serializers';
|
10
|
+
|
11
|
+
export type PodBool = { val: boolean };
|
12
|
+
|
13
|
+
export type PodBoolArgs = PodBool;
|
14
|
+
|
15
|
+
export function getPodBoolSerializer(): Serializer<PodBoolArgs, PodBool> {
|
16
|
+
return struct<PodBool>([['val', bool()]], {
|
17
|
+
description: 'PodBool',
|
18
|
+
}) as Serializer<PodBoolArgs, PodBool>;
|
19
|
+
}
|
@@ -0,0 +1,69 @@
|
|
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 { PublicKey } from '@metaplex-foundation/umi';
|
10
|
+
import {
|
11
|
+
Serializer,
|
12
|
+
array,
|
13
|
+
publicKey as publicKeySerializer,
|
14
|
+
struct,
|
15
|
+
u32,
|
16
|
+
u8,
|
17
|
+
} from '@metaplex-foundation/umi/serializers';
|
18
|
+
import {
|
19
|
+
DCASettings,
|
20
|
+
DCASettingsArgs,
|
21
|
+
LendingPlatform,
|
22
|
+
LendingPlatformArgs,
|
23
|
+
SolautoSettingsParameters,
|
24
|
+
SolautoSettingsParametersArgs,
|
25
|
+
getDCASettingsSerializer,
|
26
|
+
getLendingPlatformSerializer,
|
27
|
+
getSolautoSettingsParametersSerializer,
|
28
|
+
} from '.';
|
29
|
+
|
30
|
+
export type PositionData = {
|
31
|
+
lendingPlatform: LendingPlatform;
|
32
|
+
padding1: Array<number>;
|
33
|
+
protocolAccount: PublicKey;
|
34
|
+
supplyMint: PublicKey;
|
35
|
+
debtMint: PublicKey;
|
36
|
+
settingParams: SolautoSettingsParameters;
|
37
|
+
dca: DCASettings;
|
38
|
+
padding: Array<number>;
|
39
|
+
};
|
40
|
+
|
41
|
+
export type PositionDataArgs = {
|
42
|
+
lendingPlatform: LendingPlatformArgs;
|
43
|
+
padding1: Array<number>;
|
44
|
+
protocolAccount: PublicKey;
|
45
|
+
supplyMint: PublicKey;
|
46
|
+
debtMint: PublicKey;
|
47
|
+
settingParams: SolautoSettingsParametersArgs;
|
48
|
+
dca: DCASettingsArgs;
|
49
|
+
padding: Array<number>;
|
50
|
+
};
|
51
|
+
|
52
|
+
export function getPositionDataSerializer(): Serializer<
|
53
|
+
PositionDataArgs,
|
54
|
+
PositionData
|
55
|
+
> {
|
56
|
+
return struct<PositionData>(
|
57
|
+
[
|
58
|
+
['lendingPlatform', getLendingPlatformSerializer()],
|
59
|
+
['padding1', array(u8(), { size: 7 })],
|
60
|
+
['protocolAccount', publicKeySerializer()],
|
61
|
+
['supplyMint', publicKeySerializer()],
|
62
|
+
['debtMint', publicKeySerializer()],
|
63
|
+
['settingParams', getSolautoSettingsParametersSerializer()],
|
64
|
+
['dca', getDCASettingsSerializer()],
|
65
|
+
['padding', array(u32(), { size: 4 })],
|
66
|
+
],
|
67
|
+
{ description: 'PositionData' }
|
68
|
+
) as Serializer<PositionDataArgs, PositionData>;
|
69
|
+
}
|