@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,30 @@
|
|
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 LendingAccountBorrowInstructionAccounts = {
|
11
|
+
marginfiGroup: PublicKey | Pda;
|
12
|
+
marginfiAccount: PublicKey | Pda;
|
13
|
+
signer: Signer;
|
14
|
+
bank: PublicKey | Pda;
|
15
|
+
destinationTokenAccount: PublicKey | Pda;
|
16
|
+
bankLiquidityVaultAuthority: PublicKey | Pda;
|
17
|
+
bankLiquidityVault: PublicKey | Pda;
|
18
|
+
tokenProgram?: PublicKey | Pda;
|
19
|
+
};
|
20
|
+
export type LendingAccountBorrowInstructionData = {
|
21
|
+
discriminator: Array<number>;
|
22
|
+
amount: bigint;
|
23
|
+
};
|
24
|
+
export type LendingAccountBorrowInstructionDataArgs = {
|
25
|
+
amount: number | bigint;
|
26
|
+
};
|
27
|
+
export declare function getLendingAccountBorrowInstructionDataSerializer(): Serializer<LendingAccountBorrowInstructionDataArgs, LendingAccountBorrowInstructionData>;
|
28
|
+
export type LendingAccountBorrowInstructionArgs = LendingAccountBorrowInstructionDataArgs;
|
29
|
+
export declare function lendingAccountBorrow(context: Pick<Context, 'programs'>, input: LendingAccountBorrowInstructionAccounts & LendingAccountBorrowInstructionArgs): TransactionBuilder;
|
30
|
+
//# sourceMappingURL=lendingAccountBorrow.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lendingAccountBorrow.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/instructions/lendingAccountBorrow.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,EAMX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,uCAAuC,GAAG;IACpD,aAAa,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,SAAS,GAAG,GAAG,CAAC;IACtB,uBAAuB,EAAE,SAAS,GAAG,GAAG,CAAC;IACzC,2BAA2B,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7C,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;CAChC,CAAC;AAGF,MAAM,MAAM,mCAAmC,GAAG;IAChD,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,uCAAuC,GAAG;IACpD,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAC;AAEF,wBAAgB,gDAAgD,IAAI,UAAU,CAC5E,uCAAuC,EACvC,mCAAmC,CACpC,CAkBA;AAGD,MAAM,MAAM,mCAAmC,GAC7C,uCAAuC,CAAC;AAG1C,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,uCAAuC,GAC5C,mCAAmC,GACpC,kBAAkB,CAkFpB"}
|
@@ -0,0 +1,83 @@
|
|
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.lendingAccountBorrow = exports.getLendingAccountBorrowInstructionDataSerializer = void 0;
|
11
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
12
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
13
|
+
const shared_1 = require("../shared");
|
14
|
+
function getLendingAccountBorrowInstructionDataSerializer() {
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([
|
16
|
+
['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })],
|
17
|
+
['amount', (0, serializers_1.u64)()],
|
18
|
+
], { description: 'LendingAccountBorrowInstructionData' }), (value) => ({ ...value, discriminator: [4, 126, 116, 53, 48, 5, 212, 31] }));
|
19
|
+
}
|
20
|
+
exports.getLendingAccountBorrowInstructionDataSerializer = getLendingAccountBorrowInstructionDataSerializer;
|
21
|
+
// Instruction.
|
22
|
+
function lendingAccountBorrow(context, input) {
|
23
|
+
// Program ID.
|
24
|
+
const programId = context.programs.getPublicKey('marginfi', 'MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA');
|
25
|
+
// Accounts.
|
26
|
+
const resolvedAccounts = {
|
27
|
+
marginfiGroup: {
|
28
|
+
index: 0,
|
29
|
+
isWritable: false,
|
30
|
+
value: input.marginfiGroup ?? null,
|
31
|
+
},
|
32
|
+
marginfiAccount: {
|
33
|
+
index: 1,
|
34
|
+
isWritable: true,
|
35
|
+
value: input.marginfiAccount ?? null,
|
36
|
+
},
|
37
|
+
signer: {
|
38
|
+
index: 2,
|
39
|
+
isWritable: false,
|
40
|
+
value: input.signer ?? null,
|
41
|
+
},
|
42
|
+
bank: { index: 3, isWritable: true, value: input.bank ?? null },
|
43
|
+
destinationTokenAccount: {
|
44
|
+
index: 4,
|
45
|
+
isWritable: true,
|
46
|
+
value: input.destinationTokenAccount ?? null,
|
47
|
+
},
|
48
|
+
bankLiquidityVaultAuthority: {
|
49
|
+
index: 5,
|
50
|
+
isWritable: true,
|
51
|
+
value: input.bankLiquidityVaultAuthority ?? null,
|
52
|
+
},
|
53
|
+
bankLiquidityVault: {
|
54
|
+
index: 6,
|
55
|
+
isWritable: true,
|
56
|
+
value: input.bankLiquidityVault ?? null,
|
57
|
+
},
|
58
|
+
tokenProgram: {
|
59
|
+
index: 7,
|
60
|
+
isWritable: false,
|
61
|
+
value: input.tokenProgram ?? null,
|
62
|
+
},
|
63
|
+
};
|
64
|
+
// Arguments.
|
65
|
+
const resolvedArgs = { ...input };
|
66
|
+
// Default values.
|
67
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
68
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
|
69
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
70
|
+
}
|
71
|
+
// Accounts in order.
|
72
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
73
|
+
// Keys and Signers.
|
74
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
75
|
+
// Data.
|
76
|
+
const data = getLendingAccountBorrowInstructionDataSerializer().serialize(resolvedArgs);
|
77
|
+
// Bytes Created On Chain.
|
78
|
+
const bytesCreatedOnChain = 0;
|
79
|
+
return (0, umi_1.transactionBuilder)([
|
80
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
81
|
+
]);
|
82
|
+
}
|
83
|
+
exports.lendingAccountBorrow = lendingAccountBorrow;
|
@@ -0,0 +1,22 @@
|
|
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 LendingAccountCloseBalanceInstructionAccounts = {
|
11
|
+
marginfiGroup: PublicKey | Pda;
|
12
|
+
marginfiAccount: PublicKey | Pda;
|
13
|
+
signer: Signer;
|
14
|
+
bank: PublicKey | Pda;
|
15
|
+
};
|
16
|
+
export type LendingAccountCloseBalanceInstructionData = {
|
17
|
+
discriminator: Array<number>;
|
18
|
+
};
|
19
|
+
export type LendingAccountCloseBalanceInstructionDataArgs = {};
|
20
|
+
export declare function getLendingAccountCloseBalanceInstructionDataSerializer(): Serializer<LendingAccountCloseBalanceInstructionDataArgs, LendingAccountCloseBalanceInstructionData>;
|
21
|
+
export declare function lendingAccountCloseBalance(context: Pick<Context, 'programs'>, input: LendingAccountCloseBalanceInstructionAccounts): TransactionBuilder;
|
22
|
+
//# sourceMappingURL=lendingAccountCloseBalance.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lendingAccountCloseBalance.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/instructions/lendingAccountCloseBalance.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,EAKX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,6CAA6C,GAAG;IAC1D,aAAa,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,SAAS,GAAG,GAAG,CAAC;CACvB,CAAC;AAGF,MAAM,MAAM,yCAAyC,GAAG;IACtD,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,6CAA6C,GAAG,EAAE,CAAC;AAE/D,wBAAgB,sDAAsD,IAAI,UAAU,CAClF,6CAA6C,EAC7C,yCAAyC,CAC1C,CAeA;AAGD,wBAAgB,0BAA0B,CACxC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,6CAA6C,GACnD,kBAAkB,CAiDpB"}
|
@@ -0,0 +1,53 @@
|
|
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.lendingAccountCloseBalance = exports.getLendingAccountCloseBalanceInstructionDataSerializer = void 0;
|
11
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
12
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
13
|
+
const shared_1 = require("../shared");
|
14
|
+
function getLendingAccountCloseBalanceInstructionDataSerializer() {
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'LendingAccountCloseBalanceInstructionData' }), (value) => ({ ...value, discriminator: [245, 54, 41, 4, 243, 202, 31, 17] }));
|
16
|
+
}
|
17
|
+
exports.getLendingAccountCloseBalanceInstructionDataSerializer = getLendingAccountCloseBalanceInstructionDataSerializer;
|
18
|
+
// Instruction.
|
19
|
+
function lendingAccountCloseBalance(context, input) {
|
20
|
+
// Program ID.
|
21
|
+
const programId = context.programs.getPublicKey('marginfi', 'MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA');
|
22
|
+
// Accounts.
|
23
|
+
const resolvedAccounts = {
|
24
|
+
marginfiGroup: {
|
25
|
+
index: 0,
|
26
|
+
isWritable: false,
|
27
|
+
value: input.marginfiGroup ?? null,
|
28
|
+
},
|
29
|
+
marginfiAccount: {
|
30
|
+
index: 1,
|
31
|
+
isWritable: true,
|
32
|
+
value: input.marginfiAccount ?? null,
|
33
|
+
},
|
34
|
+
signer: {
|
35
|
+
index: 2,
|
36
|
+
isWritable: false,
|
37
|
+
value: input.signer ?? null,
|
38
|
+
},
|
39
|
+
bank: { index: 3, isWritable: true, value: input.bank ?? null },
|
40
|
+
};
|
41
|
+
// Accounts in order.
|
42
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
43
|
+
// Keys and Signers.
|
44
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
45
|
+
// Data.
|
46
|
+
const data = getLendingAccountCloseBalanceInstructionDataSerializer().serialize({});
|
47
|
+
// Bytes Created On Chain.
|
48
|
+
const bytesCreatedOnChain = 0;
|
49
|
+
return (0, umi_1.transactionBuilder)([
|
50
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
51
|
+
]);
|
52
|
+
}
|
53
|
+
exports.lendingAccountCloseBalance = lendingAccountCloseBalance;
|
@@ -0,0 +1,29 @@
|
|
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 LendingAccountDepositInstructionAccounts = {
|
11
|
+
marginfiGroup: PublicKey | Pda;
|
12
|
+
marginfiAccount: PublicKey | Pda;
|
13
|
+
signer: Signer;
|
14
|
+
bank: PublicKey | Pda;
|
15
|
+
signerTokenAccount: PublicKey | Pda;
|
16
|
+
bankLiquidityVault: PublicKey | Pda;
|
17
|
+
tokenProgram?: PublicKey | Pda;
|
18
|
+
};
|
19
|
+
export type LendingAccountDepositInstructionData = {
|
20
|
+
discriminator: Array<number>;
|
21
|
+
amount: bigint;
|
22
|
+
};
|
23
|
+
export type LendingAccountDepositInstructionDataArgs = {
|
24
|
+
amount: number | bigint;
|
25
|
+
};
|
26
|
+
export declare function getLendingAccountDepositInstructionDataSerializer(): Serializer<LendingAccountDepositInstructionDataArgs, LendingAccountDepositInstructionData>;
|
27
|
+
export type LendingAccountDepositInstructionArgs = LendingAccountDepositInstructionDataArgs;
|
28
|
+
export declare function lendingAccountDeposit(context: Pick<Context, 'programs'>, input: LendingAccountDepositInstructionAccounts & LendingAccountDepositInstructionArgs): TransactionBuilder;
|
29
|
+
//# sourceMappingURL=lendingAccountDeposit.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lendingAccountDeposit.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/instructions/lendingAccountDeposit.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,EAMX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,wCAAwC,GAAG;IACrD,aAAa,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,SAAS,GAAG,GAAG,CAAC;IACtB,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;CAChC,CAAC;AAGF,MAAM,MAAM,oCAAoC,GAAG;IACjD,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,wCAAwC,GAAG;IACrD,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAC;AAEF,wBAAgB,iDAAiD,IAAI,UAAU,CAC7E,wCAAwC,EACxC,oCAAoC,CACrC,CAqBA;AAGD,MAAM,MAAM,oCAAoC,GAC9C,wCAAwC,CAAC;AAG3C,wBAAgB,qBAAqB,CACnC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,wCAAwC,GAC7C,oCAAoC,GACrC,kBAAkB,CA6EpB"}
|
@@ -0,0 +1,81 @@
|
|
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.lendingAccountDeposit = exports.getLendingAccountDepositInstructionDataSerializer = void 0;
|
11
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
12
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
13
|
+
const shared_1 = require("../shared");
|
14
|
+
function getLendingAccountDepositInstructionDataSerializer() {
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([
|
16
|
+
['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })],
|
17
|
+
['amount', (0, serializers_1.u64)()],
|
18
|
+
], { description: 'LendingAccountDepositInstructionData' }), (value) => ({
|
19
|
+
...value,
|
20
|
+
discriminator: [171, 94, 235, 103, 82, 64, 212, 140],
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
exports.getLendingAccountDepositInstructionDataSerializer = getLendingAccountDepositInstructionDataSerializer;
|
24
|
+
// Instruction.
|
25
|
+
function lendingAccountDeposit(context, input) {
|
26
|
+
// Program ID.
|
27
|
+
const programId = context.programs.getPublicKey('marginfi', 'MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA');
|
28
|
+
// Accounts.
|
29
|
+
const resolvedAccounts = {
|
30
|
+
marginfiGroup: {
|
31
|
+
index: 0,
|
32
|
+
isWritable: false,
|
33
|
+
value: input.marginfiGroup ?? null,
|
34
|
+
},
|
35
|
+
marginfiAccount: {
|
36
|
+
index: 1,
|
37
|
+
isWritable: true,
|
38
|
+
value: input.marginfiAccount ?? null,
|
39
|
+
},
|
40
|
+
signer: {
|
41
|
+
index: 2,
|
42
|
+
isWritable: false,
|
43
|
+
value: input.signer ?? null,
|
44
|
+
},
|
45
|
+
bank: { index: 3, isWritable: true, value: input.bank ?? null },
|
46
|
+
signerTokenAccount: {
|
47
|
+
index: 4,
|
48
|
+
isWritable: true,
|
49
|
+
value: input.signerTokenAccount ?? null,
|
50
|
+
},
|
51
|
+
bankLiquidityVault: {
|
52
|
+
index: 5,
|
53
|
+
isWritable: true,
|
54
|
+
value: input.bankLiquidityVault ?? null,
|
55
|
+
},
|
56
|
+
tokenProgram: {
|
57
|
+
index: 6,
|
58
|
+
isWritable: false,
|
59
|
+
value: input.tokenProgram ?? null,
|
60
|
+
},
|
61
|
+
};
|
62
|
+
// Arguments.
|
63
|
+
const resolvedArgs = { ...input };
|
64
|
+
// Default values.
|
65
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
66
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
|
67
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
68
|
+
}
|
69
|
+
// Accounts in order.
|
70
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
71
|
+
// Keys and Signers.
|
72
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
73
|
+
// Data.
|
74
|
+
const data = getLendingAccountDepositInstructionDataSerializer().serialize(resolvedArgs);
|
75
|
+
// Bytes Created On Chain.
|
76
|
+
const bytesCreatedOnChain = 0;
|
77
|
+
return (0, umi_1.transactionBuilder)([
|
78
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
79
|
+
]);
|
80
|
+
}
|
81
|
+
exports.lendingAccountDeposit = lendingAccountDeposit;
|
@@ -0,0 +1,20 @@
|
|
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 LendingAccountEndFlashloanInstructionAccounts = {
|
11
|
+
marginfiAccount: PublicKey | Pda;
|
12
|
+
signer: Signer;
|
13
|
+
};
|
14
|
+
export type LendingAccountEndFlashloanInstructionData = {
|
15
|
+
discriminator: Array<number>;
|
16
|
+
};
|
17
|
+
export type LendingAccountEndFlashloanInstructionDataArgs = {};
|
18
|
+
export declare function getLendingAccountEndFlashloanInstructionDataSerializer(): Serializer<LendingAccountEndFlashloanInstructionDataArgs, LendingAccountEndFlashloanInstructionData>;
|
19
|
+
export declare function lendingAccountEndFlashloan(context: Pick<Context, 'programs'>, input: LendingAccountEndFlashloanInstructionAccounts): TransactionBuilder;
|
20
|
+
//# sourceMappingURL=lendingAccountEndFlashloan.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lendingAccountEndFlashloan.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/instructions/lendingAccountEndFlashloan.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,EAKX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,6CAA6C,GAAG;IAC1D,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAGF,MAAM,MAAM,yCAAyC,GAAG;IACtD,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,6CAA6C,GAAG,EAAE,CAAC;AAE/D,wBAAgB,sDAAsD,IAAI,UAAU,CAClF,6CAA6C,EAC7C,yCAAyC,CAC1C,CAkBA;AAGD,wBAAgB,0BAA0B,CACxC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,6CAA6C,GACnD,kBAAkB,CA2CpB"}
|
@@ -0,0 +1,50 @@
|
|
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.lendingAccountEndFlashloan = exports.getLendingAccountEndFlashloanInstructionDataSerializer = void 0;
|
11
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
12
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
13
|
+
const shared_1 = require("../shared");
|
14
|
+
function getLendingAccountEndFlashloanInstructionDataSerializer() {
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'LendingAccountEndFlashloanInstructionData' }), (value) => ({
|
16
|
+
...value,
|
17
|
+
discriminator: [105, 124, 201, 106, 153, 2, 8, 156],
|
18
|
+
}));
|
19
|
+
}
|
20
|
+
exports.getLendingAccountEndFlashloanInstructionDataSerializer = getLendingAccountEndFlashloanInstructionDataSerializer;
|
21
|
+
// Instruction.
|
22
|
+
function lendingAccountEndFlashloan(context, input) {
|
23
|
+
// Program ID.
|
24
|
+
const programId = context.programs.getPublicKey('marginfi', 'MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA');
|
25
|
+
// Accounts.
|
26
|
+
const resolvedAccounts = {
|
27
|
+
marginfiAccount: {
|
28
|
+
index: 0,
|
29
|
+
isWritable: true,
|
30
|
+
value: input.marginfiAccount ?? null,
|
31
|
+
},
|
32
|
+
signer: {
|
33
|
+
index: 1,
|
34
|
+
isWritable: false,
|
35
|
+
value: input.signer ?? null,
|
36
|
+
},
|
37
|
+
};
|
38
|
+
// Accounts in order.
|
39
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
40
|
+
// Keys and Signers.
|
41
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
42
|
+
// Data.
|
43
|
+
const data = getLendingAccountEndFlashloanInstructionDataSerializer().serialize({});
|
44
|
+
// Bytes Created On Chain.
|
45
|
+
const bytesCreatedOnChain = 0;
|
46
|
+
return (0, umi_1.transactionBuilder)([
|
47
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
48
|
+
]);
|
49
|
+
}
|
50
|
+
exports.lendingAccountEndFlashloan = lendingAccountEndFlashloan;
|
@@ -0,0 +1,32 @@
|
|
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 LendingAccountLiquidateInstructionAccounts = {
|
11
|
+
marginfiGroup: PublicKey | Pda;
|
12
|
+
assetBank: PublicKey | Pda;
|
13
|
+
liabBank: PublicKey | Pda;
|
14
|
+
liquidatorMarginfiAccount: PublicKey | Pda;
|
15
|
+
signer: Signer;
|
16
|
+
liquidateeMarginfiAccount: PublicKey | Pda;
|
17
|
+
bankLiquidityVaultAuthority: PublicKey | Pda;
|
18
|
+
bankLiquidityVault: PublicKey | Pda;
|
19
|
+
bankInsuranceVault: PublicKey | Pda;
|
20
|
+
tokenProgram?: PublicKey | Pda;
|
21
|
+
};
|
22
|
+
export type LendingAccountLiquidateInstructionData = {
|
23
|
+
discriminator: Array<number>;
|
24
|
+
assetAmount: bigint;
|
25
|
+
};
|
26
|
+
export type LendingAccountLiquidateInstructionDataArgs = {
|
27
|
+
assetAmount: number | bigint;
|
28
|
+
};
|
29
|
+
export declare function getLendingAccountLiquidateInstructionDataSerializer(): Serializer<LendingAccountLiquidateInstructionDataArgs, LendingAccountLiquidateInstructionData>;
|
30
|
+
export type LendingAccountLiquidateInstructionArgs = LendingAccountLiquidateInstructionDataArgs;
|
31
|
+
export declare function lendingAccountLiquidate(context: Pick<Context, 'programs'>, input: LendingAccountLiquidateInstructionAccounts & LendingAccountLiquidateInstructionArgs): TransactionBuilder;
|
32
|
+
//# sourceMappingURL=lendingAccountLiquidate.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lendingAccountLiquidate.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/instructions/lendingAccountLiquidate.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,EAMX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,0CAA0C,GAAG;IACvD,aAAa,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,SAAS,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3B,QAAQ,EAAE,SAAS,GAAG,GAAG,CAAC;IAC1B,yBAAyB,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3C,MAAM,EAAE,MAAM,CAAC;IACf,yBAAyB,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3C,2BAA2B,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7C,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;CAChC,CAAC;AAGF,MAAM,MAAM,sCAAsC,GAAG;IACnD,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,0CAA0C,GAAG;IACvD,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;CAC9B,CAAC;AAEF,wBAAgB,mDAAmD,IAAI,UAAU,CAC/E,0CAA0C,EAC1C,sCAAsC,CACvC,CAqBA;AAGD,MAAM,MAAM,sCAAsC,GAChD,0CAA0C,CAAC;AAG7C,wBAAgB,uBAAuB,CACrC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,0CAA0C,GAC/C,sCAAsC,GACvC,kBAAkB,CAgGpB"}
|
@@ -0,0 +1,100 @@
|
|
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.lendingAccountLiquidate = exports.getLendingAccountLiquidateInstructionDataSerializer = void 0;
|
11
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
12
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
13
|
+
const shared_1 = require("../shared");
|
14
|
+
function getLendingAccountLiquidateInstructionDataSerializer() {
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([
|
16
|
+
['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })],
|
17
|
+
['assetAmount', (0, serializers_1.u64)()],
|
18
|
+
], { description: 'LendingAccountLiquidateInstructionData' }), (value) => ({
|
19
|
+
...value,
|
20
|
+
discriminator: [214, 169, 151, 213, 251, 167, 86, 219],
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
exports.getLendingAccountLiquidateInstructionDataSerializer = getLendingAccountLiquidateInstructionDataSerializer;
|
24
|
+
// Instruction.
|
25
|
+
function lendingAccountLiquidate(context, input) {
|
26
|
+
// Program ID.
|
27
|
+
const programId = context.programs.getPublicKey('marginfi', 'MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA');
|
28
|
+
// Accounts.
|
29
|
+
const resolvedAccounts = {
|
30
|
+
marginfiGroup: {
|
31
|
+
index: 0,
|
32
|
+
isWritable: false,
|
33
|
+
value: input.marginfiGroup ?? null,
|
34
|
+
},
|
35
|
+
assetBank: {
|
36
|
+
index: 1,
|
37
|
+
isWritable: true,
|
38
|
+
value: input.assetBank ?? null,
|
39
|
+
},
|
40
|
+
liabBank: {
|
41
|
+
index: 2,
|
42
|
+
isWritable: true,
|
43
|
+
value: input.liabBank ?? null,
|
44
|
+
},
|
45
|
+
liquidatorMarginfiAccount: {
|
46
|
+
index: 3,
|
47
|
+
isWritable: true,
|
48
|
+
value: input.liquidatorMarginfiAccount ?? null,
|
49
|
+
},
|
50
|
+
signer: {
|
51
|
+
index: 4,
|
52
|
+
isWritable: false,
|
53
|
+
value: input.signer ?? null,
|
54
|
+
},
|
55
|
+
liquidateeMarginfiAccount: {
|
56
|
+
index: 5,
|
57
|
+
isWritable: true,
|
58
|
+
value: input.liquidateeMarginfiAccount ?? null,
|
59
|
+
},
|
60
|
+
bankLiquidityVaultAuthority: {
|
61
|
+
index: 6,
|
62
|
+
isWritable: true,
|
63
|
+
value: input.bankLiquidityVaultAuthority ?? null,
|
64
|
+
},
|
65
|
+
bankLiquidityVault: {
|
66
|
+
index: 7,
|
67
|
+
isWritable: true,
|
68
|
+
value: input.bankLiquidityVault ?? null,
|
69
|
+
},
|
70
|
+
bankInsuranceVault: {
|
71
|
+
index: 8,
|
72
|
+
isWritable: true,
|
73
|
+
value: input.bankInsuranceVault ?? null,
|
74
|
+
},
|
75
|
+
tokenProgram: {
|
76
|
+
index: 9,
|
77
|
+
isWritable: false,
|
78
|
+
value: input.tokenProgram ?? null,
|
79
|
+
},
|
80
|
+
};
|
81
|
+
// Arguments.
|
82
|
+
const resolvedArgs = { ...input };
|
83
|
+
// Default values.
|
84
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
85
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
|
86
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
87
|
+
}
|
88
|
+
// Accounts in order.
|
89
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
90
|
+
// Keys and Signers.
|
91
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
92
|
+
// Data.
|
93
|
+
const data = getLendingAccountLiquidateInstructionDataSerializer().serialize(resolvedArgs);
|
94
|
+
// Bytes Created On Chain.
|
95
|
+
const bytesCreatedOnChain = 0;
|
96
|
+
return (0, umi_1.transactionBuilder)([
|
97
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
98
|
+
]);
|
99
|
+
}
|
100
|
+
exports.lendingAccountLiquidate = lendingAccountLiquidate;
|
@@ -0,0 +1,31 @@
|
|
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, Option, OptionOrNullable, Pda, PublicKey, Signer, TransactionBuilder } from '@metaplex-foundation/umi';
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
10
|
+
export type LendingAccountRepayInstructionAccounts = {
|
11
|
+
marginfiGroup: PublicKey | Pda;
|
12
|
+
marginfiAccount: PublicKey | Pda;
|
13
|
+
signer: Signer;
|
14
|
+
bank: PublicKey | Pda;
|
15
|
+
signerTokenAccount: PublicKey | Pda;
|
16
|
+
bankLiquidityVault: PublicKey | Pda;
|
17
|
+
tokenProgram?: PublicKey | Pda;
|
18
|
+
};
|
19
|
+
export type LendingAccountRepayInstructionData = {
|
20
|
+
discriminator: Array<number>;
|
21
|
+
amount: bigint;
|
22
|
+
repayAll: Option<boolean>;
|
23
|
+
};
|
24
|
+
export type LendingAccountRepayInstructionDataArgs = {
|
25
|
+
amount: number | bigint;
|
26
|
+
repayAll: OptionOrNullable<boolean>;
|
27
|
+
};
|
28
|
+
export declare function getLendingAccountRepayInstructionDataSerializer(): Serializer<LendingAccountRepayInstructionDataArgs, LendingAccountRepayInstructionData>;
|
29
|
+
export type LendingAccountRepayInstructionArgs = LendingAccountRepayInstructionDataArgs;
|
30
|
+
export declare function lendingAccountRepay(context: Pick<Context, 'programs'>, input: LendingAccountRepayInstructionAccounts & LendingAccountRepayInstructionArgs): TransactionBuilder;
|
31
|
+
//# sourceMappingURL=lendingAccountRepay.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lendingAccountRepay.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/instructions/lendingAccountRepay.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,MAAM,EACN,gBAAgB,EAChB,GAAG,EACH,SAAS,EACT,MAAM,EACN,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAQX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,sCAAsC,GAAG;IACnD,aAAa,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,SAAS,GAAG,GAAG,CAAC;IACtB,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;CAChC,CAAC;AAGF,MAAM,MAAM,kCAAkC,GAAG;IAC/C,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG;IACnD,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;CACrC,CAAC;AAEF,wBAAgB,+CAA+C,IAAI,UAAU,CAC3E,sCAAsC,EACtC,kCAAkC,CACnC,CAsBA;AAGD,MAAM,MAAM,kCAAkC,GAC5C,sCAAsC,CAAC;AAGzC,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,sCAAsC,GAC3C,kCAAkC,GACnC,kBAAkB,CA6EpB"}
|
@@ -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.lendingAccountRepay = exports.getLendingAccountRepayInstructionDataSerializer = void 0;
|
11
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
12
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
13
|
+
const shared_1 = require("../shared");
|
14
|
+
function getLendingAccountRepayInstructionDataSerializer() {
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([
|
16
|
+
['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })],
|
17
|
+
['amount', (0, serializers_1.u64)()],
|
18
|
+
['repayAll', (0, serializers_1.option)((0, serializers_1.bool)())],
|
19
|
+
], { description: 'LendingAccountRepayInstructionData' }), (value) => ({
|
20
|
+
...value,
|
21
|
+
discriminator: [79, 209, 172, 177, 222, 51, 173, 151],
|
22
|
+
}));
|
23
|
+
}
|
24
|
+
exports.getLendingAccountRepayInstructionDataSerializer = getLendingAccountRepayInstructionDataSerializer;
|
25
|
+
// Instruction.
|
26
|
+
function lendingAccountRepay(context, input) {
|
27
|
+
// Program ID.
|
28
|
+
const programId = context.programs.getPublicKey('marginfi', 'MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA');
|
29
|
+
// Accounts.
|
30
|
+
const resolvedAccounts = {
|
31
|
+
marginfiGroup: {
|
32
|
+
index: 0,
|
33
|
+
isWritable: false,
|
34
|
+
value: input.marginfiGroup ?? null,
|
35
|
+
},
|
36
|
+
marginfiAccount: {
|
37
|
+
index: 1,
|
38
|
+
isWritable: true,
|
39
|
+
value: input.marginfiAccount ?? null,
|
40
|
+
},
|
41
|
+
signer: {
|
42
|
+
index: 2,
|
43
|
+
isWritable: false,
|
44
|
+
value: input.signer ?? null,
|
45
|
+
},
|
46
|
+
bank: { index: 3, isWritable: true, value: input.bank ?? null },
|
47
|
+
signerTokenAccount: {
|
48
|
+
index: 4,
|
49
|
+
isWritable: true,
|
50
|
+
value: input.signerTokenAccount ?? null,
|
51
|
+
},
|
52
|
+
bankLiquidityVault: {
|
53
|
+
index: 5,
|
54
|
+
isWritable: true,
|
55
|
+
value: input.bankLiquidityVault ?? null,
|
56
|
+
},
|
57
|
+
tokenProgram: {
|
58
|
+
index: 6,
|
59
|
+
isWritable: false,
|
60
|
+
value: input.tokenProgram ?? null,
|
61
|
+
},
|
62
|
+
};
|
63
|
+
// Arguments.
|
64
|
+
const resolvedArgs = { ...input };
|
65
|
+
// Default values.
|
66
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
67
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
|
68
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
69
|
+
}
|
70
|
+
// Accounts in order.
|
71
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
72
|
+
// Keys and Signers.
|
73
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
74
|
+
// Data.
|
75
|
+
const data = getLendingAccountRepayInstructionDataSerializer().serialize(resolvedArgs);
|
76
|
+
// Bytes Created On Chain.
|
77
|
+
const bytesCreatedOnChain = 0;
|
78
|
+
return (0, umi_1.transactionBuilder)([
|
79
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
80
|
+
]);
|
81
|
+
}
|
82
|
+
exports.lendingAccountRepay = lendingAccountRepay;
|