@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,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, TransactionBuilder } from '@metaplex-foundation/umi';
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
10
|
+
export type LendingAccountSettleEmissionsInstructionAccounts = {
|
11
|
+
marginfiAccount: PublicKey | Pda;
|
12
|
+
bank: PublicKey | Pda;
|
13
|
+
};
|
14
|
+
export type LendingAccountSettleEmissionsInstructionData = {
|
15
|
+
discriminator: Array<number>;
|
16
|
+
};
|
17
|
+
export type LendingAccountSettleEmissionsInstructionDataArgs = {};
|
18
|
+
export declare function getLendingAccountSettleEmissionsInstructionDataSerializer(): Serializer<LendingAccountSettleEmissionsInstructionDataArgs, LendingAccountSettleEmissionsInstructionData>;
|
19
|
+
export declare function lendingAccountSettleEmissions(context: Pick<Context, 'programs'>, input: LendingAccountSettleEmissionsInstructionAccounts): TransactionBuilder;
|
20
|
+
//# sourceMappingURL=lendingAccountSettleEmissions.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lendingAccountSettleEmissions.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/instructions/lendingAccountSettleEmissions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAKX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,gDAAgD,GAAG;IAC7D,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,IAAI,EAAE,SAAS,GAAG,GAAG,CAAC;CACvB,CAAC;AAGF,MAAM,MAAM,4CAA4C,GAAG;IACzD,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,gDAAgD,GAAG,EAAE,CAAC;AAElE,wBAAgB,yDAAyD,IAAI,UAAU,CACrF,gDAAgD,EAChD,4CAA4C,CAC7C,CAkBA;AAGD,wBAAgB,6BAA6B,CAC3C,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,gDAAgD,GACtD,kBAAkB,CAuCpB"}
|
@@ -0,0 +1,46 @@
|
|
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.lendingAccountSettleEmissions = exports.getLendingAccountSettleEmissionsInstructionDataSerializer = 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 getLendingAccountSettleEmissionsInstructionDataSerializer() {
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'LendingAccountSettleEmissionsInstructionData' }), (value) => ({
|
16
|
+
...value,
|
17
|
+
discriminator: [161, 58, 136, 174, 242, 223, 156, 176],
|
18
|
+
}));
|
19
|
+
}
|
20
|
+
exports.getLendingAccountSettleEmissionsInstructionDataSerializer = getLendingAccountSettleEmissionsInstructionDataSerializer;
|
21
|
+
// Instruction.
|
22
|
+
function lendingAccountSettleEmissions(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
|
+
bank: { index: 1, isWritable: true, value: input.bank ?? null },
|
33
|
+
};
|
34
|
+
// Accounts in order.
|
35
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
36
|
+
// Keys and Signers.
|
37
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
38
|
+
// Data.
|
39
|
+
const data = getLendingAccountSettleEmissionsInstructionDataSerializer().serialize({});
|
40
|
+
// Bytes Created On Chain.
|
41
|
+
const bytesCreatedOnChain = 0;
|
42
|
+
return (0, umi_1.transactionBuilder)([
|
43
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
44
|
+
]);
|
45
|
+
}
|
46
|
+
exports.lendingAccountSettleEmissions = lendingAccountSettleEmissions;
|
@@ -0,0 +1,25 @@
|
|
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 LendingAccountStartFlashloanInstructionAccounts = {
|
11
|
+
marginfiAccount: PublicKey | Pda;
|
12
|
+
signer: Signer;
|
13
|
+
ixsSysvar: PublicKey | Pda;
|
14
|
+
};
|
15
|
+
export type LendingAccountStartFlashloanInstructionData = {
|
16
|
+
discriminator: Array<number>;
|
17
|
+
endIndex: bigint;
|
18
|
+
};
|
19
|
+
export type LendingAccountStartFlashloanInstructionDataArgs = {
|
20
|
+
endIndex: number | bigint;
|
21
|
+
};
|
22
|
+
export declare function getLendingAccountStartFlashloanInstructionDataSerializer(): Serializer<LendingAccountStartFlashloanInstructionDataArgs, LendingAccountStartFlashloanInstructionData>;
|
23
|
+
export type LendingAccountStartFlashloanInstructionArgs = LendingAccountStartFlashloanInstructionDataArgs;
|
24
|
+
export declare function lendingAccountStartFlashloan(context: Pick<Context, 'programs'>, input: LendingAccountStartFlashloanInstructionAccounts & LendingAccountStartFlashloanInstructionArgs): TransactionBuilder;
|
25
|
+
//# sourceMappingURL=lendingAccountStartFlashloan.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lendingAccountStartFlashloan.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/instructions/lendingAccountStartFlashloan.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,+CAA+C,GAAG;IAC5D,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,SAAS,GAAG,GAAG,CAAC;CAC5B,CAAC;AAGF,MAAM,MAAM,2CAA2C,GAAG;IACxD,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,+CAA+C,GAAG;IAC5D,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B,CAAC;AAEF,wBAAgB,wDAAwD,IAAI,UAAU,CACpF,+CAA+C,EAC/C,2CAA2C,CAC5C,CAqBA;AAGD,MAAM,MAAM,2CAA2C,GACrD,+CAA+C,CAAC;AAGlD,wBAAgB,4BAA4B,CAC1C,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,+CAA+C,GACpD,2CAA2C,GAC5C,kBAAkB,CAuDpB"}
|
@@ -0,0 +1,62 @@
|
|
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.lendingAccountStartFlashloan = exports.getLendingAccountStartFlashloanInstructionDataSerializer = 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 getLendingAccountStartFlashloanInstructionDataSerializer() {
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([
|
16
|
+
['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })],
|
17
|
+
['endIndex', (0, serializers_1.u64)()],
|
18
|
+
], { description: 'LendingAccountStartFlashloanInstructionData' }), (value) => ({
|
19
|
+
...value,
|
20
|
+
discriminator: [14, 131, 33, 220, 81, 186, 180, 107],
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
exports.getLendingAccountStartFlashloanInstructionDataSerializer = getLendingAccountStartFlashloanInstructionDataSerializer;
|
24
|
+
// Instruction.
|
25
|
+
function lendingAccountStartFlashloan(context, input) {
|
26
|
+
// Program ID.
|
27
|
+
const programId = context.programs.getPublicKey('marginfi', 'MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA');
|
28
|
+
// Accounts.
|
29
|
+
const resolvedAccounts = {
|
30
|
+
marginfiAccount: {
|
31
|
+
index: 0,
|
32
|
+
isWritable: true,
|
33
|
+
value: input.marginfiAccount ?? null,
|
34
|
+
},
|
35
|
+
signer: {
|
36
|
+
index: 1,
|
37
|
+
isWritable: false,
|
38
|
+
value: input.signer ?? null,
|
39
|
+
},
|
40
|
+
ixsSysvar: {
|
41
|
+
index: 2,
|
42
|
+
isWritable: false,
|
43
|
+
value: input.ixsSysvar ?? null,
|
44
|
+
},
|
45
|
+
};
|
46
|
+
// Arguments.
|
47
|
+
const resolvedArgs = {
|
48
|
+
...input,
|
49
|
+
};
|
50
|
+
// Accounts in order.
|
51
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
52
|
+
// Keys and Signers.
|
53
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
54
|
+
// Data.
|
55
|
+
const data = getLendingAccountStartFlashloanInstructionDataSerializer().serialize(resolvedArgs);
|
56
|
+
// Bytes Created On Chain.
|
57
|
+
const bytesCreatedOnChain = 0;
|
58
|
+
return (0, umi_1.transactionBuilder)([
|
59
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
60
|
+
]);
|
61
|
+
}
|
62
|
+
exports.lendingAccountStartFlashloan = lendingAccountStartFlashloan;
|
@@ -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, Option, OptionOrNullable, Pda, PublicKey, Signer, TransactionBuilder } from '@metaplex-foundation/umi';
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
10
|
+
export type LendingAccountWithdrawInstructionAccounts = {
|
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 LendingAccountWithdrawInstructionData = {
|
21
|
+
discriminator: Array<number>;
|
22
|
+
amount: bigint;
|
23
|
+
withdrawAll: Option<boolean>;
|
24
|
+
};
|
25
|
+
export type LendingAccountWithdrawInstructionDataArgs = {
|
26
|
+
amount: number | bigint;
|
27
|
+
withdrawAll: OptionOrNullable<boolean>;
|
28
|
+
};
|
29
|
+
export declare function getLendingAccountWithdrawInstructionDataSerializer(): Serializer<LendingAccountWithdrawInstructionDataArgs, LendingAccountWithdrawInstructionData>;
|
30
|
+
export type LendingAccountWithdrawInstructionArgs = LendingAccountWithdrawInstructionDataArgs;
|
31
|
+
export declare function lendingAccountWithdraw(context: Pick<Context, 'programs'>, input: LendingAccountWithdrawInstructionAccounts & LendingAccountWithdrawInstructionArgs): TransactionBuilder;
|
32
|
+
//# sourceMappingURL=lendingAccountWithdraw.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lendingAccountWithdraw.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/instructions/lendingAccountWithdraw.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,yCAAyC,GAAG;IACtD,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,qCAAqC,GAAG;IAClD,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,yCAAyC,GAAG;IACtD,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,WAAW,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;CACxC,CAAC;AAEF,wBAAgB,kDAAkD,IAAI,UAAU,CAC9E,yCAAyC,EACzC,qCAAqC,CACtC,CAsBA;AAGD,MAAM,MAAM,qCAAqC,GAC/C,yCAAyC,CAAC;AAG5C,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,yCAAyC,GAC9C,qCAAqC,GACtC,kBAAkB,CAkFpB"}
|
@@ -0,0 +1,87 @@
|
|
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.lendingAccountWithdraw = exports.getLendingAccountWithdrawInstructionDataSerializer = 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 getLendingAccountWithdrawInstructionDataSerializer() {
|
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
|
+
['withdrawAll', (0, serializers_1.option)((0, serializers_1.bool)())],
|
19
|
+
], { description: 'LendingAccountWithdrawInstructionData' }), (value) => ({
|
20
|
+
...value,
|
21
|
+
discriminator: [36, 72, 74, 19, 210, 210, 192, 192],
|
22
|
+
}));
|
23
|
+
}
|
24
|
+
exports.getLendingAccountWithdrawInstructionDataSerializer = getLendingAccountWithdrawInstructionDataSerializer;
|
25
|
+
// Instruction.
|
26
|
+
function lendingAccountWithdraw(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
|
+
destinationTokenAccount: {
|
48
|
+
index: 4,
|
49
|
+
isWritable: true,
|
50
|
+
value: input.destinationTokenAccount ?? null,
|
51
|
+
},
|
52
|
+
bankLiquidityVaultAuthority: {
|
53
|
+
index: 5,
|
54
|
+
isWritable: true,
|
55
|
+
value: input.bankLiquidityVaultAuthority ?? null,
|
56
|
+
},
|
57
|
+
bankLiquidityVault: {
|
58
|
+
index: 6,
|
59
|
+
isWritable: true,
|
60
|
+
value: input.bankLiquidityVault ?? null,
|
61
|
+
},
|
62
|
+
tokenProgram: {
|
63
|
+
index: 7,
|
64
|
+
isWritable: false,
|
65
|
+
value: input.tokenProgram ?? null,
|
66
|
+
},
|
67
|
+
};
|
68
|
+
// Arguments.
|
69
|
+
const resolvedArgs = { ...input };
|
70
|
+
// Default values.
|
71
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
72
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
|
73
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
74
|
+
}
|
75
|
+
// Accounts in order.
|
76
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
77
|
+
// Keys and Signers.
|
78
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
79
|
+
// Data.
|
80
|
+
const data = getLendingAccountWithdrawInstructionDataSerializer().serialize(resolvedArgs);
|
81
|
+
// Bytes Created On Chain.
|
82
|
+
const bytesCreatedOnChain = 0;
|
83
|
+
return (0, umi_1.transactionBuilder)([
|
84
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
85
|
+
]);
|
86
|
+
}
|
87
|
+
exports.lendingAccountWithdraw = lendingAccountWithdraw;
|
@@ -0,0 +1,27 @@
|
|
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 LendingAccountWithdrawEmissionsInstructionAccounts = {
|
11
|
+
marginfiGroup: PublicKey | Pda;
|
12
|
+
marginfiAccount: PublicKey | Pda;
|
13
|
+
signer: Signer;
|
14
|
+
bank: PublicKey | Pda;
|
15
|
+
emissionsMint: PublicKey | Pda;
|
16
|
+
emissionsAuth: PublicKey | Pda;
|
17
|
+
emissionsVault: PublicKey | Pda;
|
18
|
+
destinationAccount: PublicKey | Pda;
|
19
|
+
tokenProgram?: PublicKey | Pda;
|
20
|
+
};
|
21
|
+
export type LendingAccountWithdrawEmissionsInstructionData = {
|
22
|
+
discriminator: Array<number>;
|
23
|
+
};
|
24
|
+
export type LendingAccountWithdrawEmissionsInstructionDataArgs = {};
|
25
|
+
export declare function getLendingAccountWithdrawEmissionsInstructionDataSerializer(): Serializer<LendingAccountWithdrawEmissionsInstructionDataArgs, LendingAccountWithdrawEmissionsInstructionData>;
|
26
|
+
export declare function lendingAccountWithdrawEmissions(context: Pick<Context, 'programs'>, input: LendingAccountWithdrawEmissionsInstructionAccounts): TransactionBuilder;
|
27
|
+
//# sourceMappingURL=lendingAccountWithdrawEmissions.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lendingAccountWithdrawEmissions.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.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,kDAAkD,GAAG;IAC/D,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,aAAa,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,aAAa,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;CAChC,CAAC;AAGF,MAAM,MAAM,8CAA8C,GAAG;IAC3D,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,kDAAkD,GAAG,EAAE,CAAC;AAEpE,wBAAgB,2DAA2D,IAAI,UAAU,CACvF,kDAAkD,EAClD,8CAA8C,CAC/C,CAkBA;AAGD,wBAAgB,+BAA+B,CAC7C,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,kDAAkD,GACxD,kBAAkB,CAmFpB"}
|
@@ -0,0 +1,86 @@
|
|
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.lendingAccountWithdrawEmissions = exports.getLendingAccountWithdrawEmissionsInstructionDataSerializer = 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 getLendingAccountWithdrawEmissionsInstructionDataSerializer() {
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'LendingAccountWithdrawEmissionsInstructionData' }), (value) => ({
|
16
|
+
...value,
|
17
|
+
discriminator: [234, 22, 84, 214, 118, 176, 140, 170],
|
18
|
+
}));
|
19
|
+
}
|
20
|
+
exports.getLendingAccountWithdrawEmissionsInstructionDataSerializer = getLendingAccountWithdrawEmissionsInstructionDataSerializer;
|
21
|
+
// Instruction.
|
22
|
+
function lendingAccountWithdrawEmissions(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
|
+
emissionsMint: {
|
44
|
+
index: 4,
|
45
|
+
isWritable: false,
|
46
|
+
value: input.emissionsMint ?? null,
|
47
|
+
},
|
48
|
+
emissionsAuth: {
|
49
|
+
index: 5,
|
50
|
+
isWritable: false,
|
51
|
+
value: input.emissionsAuth ?? null,
|
52
|
+
},
|
53
|
+
emissionsVault: {
|
54
|
+
index: 6,
|
55
|
+
isWritable: true,
|
56
|
+
value: input.emissionsVault ?? null,
|
57
|
+
},
|
58
|
+
destinationAccount: {
|
59
|
+
index: 7,
|
60
|
+
isWritable: true,
|
61
|
+
value: input.destinationAccount ?? null,
|
62
|
+
},
|
63
|
+
tokenProgram: {
|
64
|
+
index: 8,
|
65
|
+
isWritable: false,
|
66
|
+
value: input.tokenProgram ?? null,
|
67
|
+
},
|
68
|
+
};
|
69
|
+
// Default values.
|
70
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
71
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
|
72
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
73
|
+
}
|
74
|
+
// Accounts in order.
|
75
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
76
|
+
// Keys and Signers.
|
77
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
78
|
+
// Data.
|
79
|
+
const data = getLendingAccountWithdrawEmissionsInstructionDataSerializer().serialize({});
|
80
|
+
// Bytes Created On Chain.
|
81
|
+
const bytesCreatedOnChain = 0;
|
82
|
+
return (0, umi_1.transactionBuilder)([
|
83
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
84
|
+
]);
|
85
|
+
}
|
86
|
+
exports.lendingAccountWithdrawEmissions = lendingAccountWithdrawEmissions;
|
@@ -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, TransactionBuilder } from '@metaplex-foundation/umi';
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
10
|
+
export type LendingPoolAccrueBankInterestInstructionAccounts = {
|
11
|
+
marginfiGroup: PublicKey | Pda;
|
12
|
+
bank: PublicKey | Pda;
|
13
|
+
};
|
14
|
+
export type LendingPoolAccrueBankInterestInstructionData = {
|
15
|
+
discriminator: Array<number>;
|
16
|
+
};
|
17
|
+
export type LendingPoolAccrueBankInterestInstructionDataArgs = {};
|
18
|
+
export declare function getLendingPoolAccrueBankInterestInstructionDataSerializer(): Serializer<LendingPoolAccrueBankInterestInstructionDataArgs, LendingPoolAccrueBankInterestInstructionData>;
|
19
|
+
export declare function lendingPoolAccrueBankInterest(context: Pick<Context, 'programs'>, input: LendingPoolAccrueBankInterestInstructionAccounts): TransactionBuilder;
|
20
|
+
//# sourceMappingURL=lendingPoolAccrueBankInterest.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lendingPoolAccrueBankInterest.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAKX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,gDAAgD,GAAG;IAC7D,aAAa,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,IAAI,EAAE,SAAS,GAAG,GAAG,CAAC;CACvB,CAAC;AAGF,MAAM,MAAM,4CAA4C,GAAG;IACzD,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,gDAAgD,GAAG,EAAE,CAAC;AAElE,wBAAgB,yDAAyD,IAAI,UAAU,CACrF,gDAAgD,EAChD,4CAA4C,CAC7C,CAkBA;AAGD,wBAAgB,6BAA6B,CAC3C,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,gDAAgD,GACtD,kBAAkB,CAuCpB"}
|
@@ -0,0 +1,46 @@
|
|
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.lendingPoolAccrueBankInterest = exports.getLendingPoolAccrueBankInterestInstructionDataSerializer = 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 getLendingPoolAccrueBankInterestInstructionDataSerializer() {
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'LendingPoolAccrueBankInterestInstructionData' }), (value) => ({
|
16
|
+
...value,
|
17
|
+
discriminator: [108, 201, 30, 87, 47, 65, 97, 188],
|
18
|
+
}));
|
19
|
+
}
|
20
|
+
exports.getLendingPoolAccrueBankInterestInstructionDataSerializer = getLendingPoolAccrueBankInterestInstructionDataSerializer;
|
21
|
+
// Instruction.
|
22
|
+
function lendingPoolAccrueBankInterest(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
|
+
bank: { index: 1, isWritable: true, value: input.bank ?? null },
|
33
|
+
};
|
34
|
+
// Accounts in order.
|
35
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
36
|
+
// Keys and Signers.
|
37
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
38
|
+
// Data.
|
39
|
+
const data = getLendingPoolAccrueBankInterestInstructionDataSerializer().serialize({});
|
40
|
+
// Bytes Created On Chain.
|
41
|
+
const bytesCreatedOnChain = 0;
|
42
|
+
return (0, umi_1.transactionBuilder)([
|
43
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
44
|
+
]);
|
45
|
+
}
|
46
|
+
exports.lendingPoolAccrueBankInterest = lendingPoolAccrueBankInterest;
|
@@ -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
|
+
import { Context, Pda, PublicKey, Signer, TransactionBuilder } from '@metaplex-foundation/umi';
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
10
|
+
import { BankConfigCompact, BankConfigCompactArgs } from '../types';
|
11
|
+
export type LendingPoolAddBankInstructionAccounts = {
|
12
|
+
marginfiGroup: PublicKey | Pda;
|
13
|
+
admin: Signer;
|
14
|
+
feePayer?: Signer;
|
15
|
+
bankMint: PublicKey | Pda;
|
16
|
+
bank: Signer;
|
17
|
+
liquidityVaultAuthority: PublicKey | Pda;
|
18
|
+
liquidityVault: PublicKey | Pda;
|
19
|
+
insuranceVaultAuthority: PublicKey | Pda;
|
20
|
+
insuranceVault: PublicKey | Pda;
|
21
|
+
feeVaultAuthority: PublicKey | Pda;
|
22
|
+
feeVault: PublicKey | Pda;
|
23
|
+
rent?: PublicKey | Pda;
|
24
|
+
tokenProgram?: PublicKey | Pda;
|
25
|
+
systemProgram?: PublicKey | Pda;
|
26
|
+
};
|
27
|
+
export type LendingPoolAddBankInstructionData = {
|
28
|
+
discriminator: Array<number>;
|
29
|
+
bankConfig: BankConfigCompact;
|
30
|
+
};
|
31
|
+
export type LendingPoolAddBankInstructionDataArgs = {
|
32
|
+
bankConfig: BankConfigCompactArgs;
|
33
|
+
};
|
34
|
+
export declare function getLendingPoolAddBankInstructionDataSerializer(): Serializer<LendingPoolAddBankInstructionDataArgs, LendingPoolAddBankInstructionData>;
|
35
|
+
export type LendingPoolAddBankInstructionArgs = LendingPoolAddBankInstructionDataArgs;
|
36
|
+
export declare function lendingPoolAddBank(context: Pick<Context, 'payer' | 'programs'>, input: LendingPoolAddBankInstructionAccounts & LendingPoolAddBankInstructionArgs): TransactionBuilder;
|
37
|
+
//# sourceMappingURL=lendingPoolAddBank.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lendingPoolAddBank.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/instructions/lendingPoolAddBank.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,MAAM,EACN,kBAAkB,EAGnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAKX,MAAM,sCAAsC,CAAC;AAM9C,OAAO,EACL,iBAAiB,EACjB,qBAAqB,EAEtB,MAAM,UAAU,CAAC;AAGlB,MAAM,MAAM,qCAAqC,GAAG;IAClD,aAAa,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,SAAS,GAAG,GAAG,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB,EAAE,SAAS,GAAG,GAAG,CAAC;IACzC,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,uBAAuB,EAAE,SAAS,GAAG,GAAG,CAAC;IACzC,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,iBAAiB,EAAE,SAAS,GAAG,GAAG,CAAC;IACnC,QAAQ,EAAE,SAAS,GAAG,GAAG,CAAC;IAC1B,IAAI,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IACvB,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,aAAa,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;CACjC,CAAC;AAGF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,UAAU,EAAE,iBAAiB,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,qCAAqC,GAAG;IAClD,UAAU,EAAE,qBAAqB,CAAC;CACnC,CAAC;AAEF,wBAAgB,8CAA8C,IAAI,UAAU,CAC1E,qCAAqC,EACrC,iCAAiC,CAClC,CAqBA;AAGD,MAAM,MAAM,iCAAiC,GAC3C,qCAAqC,CAAC;AAGxC,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,OAAO,GAAG,UAAU,CAAC,EAC5C,KAAK,EAAE,qCAAqC,GAC1C,iCAAiC,GAClC,kBAAkB,CA+HpB"}
|
@@ -0,0 +1,127 @@
|
|
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.lendingPoolAddBank = exports.getLendingPoolAddBankInstructionDataSerializer = 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
|
+
const types_1 = require("../types");
|
15
|
+
function getLendingPoolAddBankInstructionDataSerializer() {
|
16
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([
|
17
|
+
['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })],
|
18
|
+
['bankConfig', (0, types_1.getBankConfigCompactSerializer)()],
|
19
|
+
], { description: 'LendingPoolAddBankInstructionData' }), (value) => ({
|
20
|
+
...value,
|
21
|
+
discriminator: [215, 68, 72, 78, 208, 218, 103, 182],
|
22
|
+
}));
|
23
|
+
}
|
24
|
+
exports.getLendingPoolAddBankInstructionDataSerializer = getLendingPoolAddBankInstructionDataSerializer;
|
25
|
+
// Instruction.
|
26
|
+
function lendingPoolAddBank(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
|
+
admin: {
|
37
|
+
index: 1,
|
38
|
+
isWritable: true,
|
39
|
+
value: input.admin ?? null,
|
40
|
+
},
|
41
|
+
feePayer: {
|
42
|
+
index: 2,
|
43
|
+
isWritable: true,
|
44
|
+
value: input.feePayer ?? null,
|
45
|
+
},
|
46
|
+
bankMint: {
|
47
|
+
index: 3,
|
48
|
+
isWritable: false,
|
49
|
+
value: input.bankMint ?? null,
|
50
|
+
},
|
51
|
+
bank: { index: 4, isWritable: true, value: input.bank ?? null },
|
52
|
+
liquidityVaultAuthority: {
|
53
|
+
index: 5,
|
54
|
+
isWritable: false,
|
55
|
+
value: input.liquidityVaultAuthority ?? null,
|
56
|
+
},
|
57
|
+
liquidityVault: {
|
58
|
+
index: 6,
|
59
|
+
isWritable: true,
|
60
|
+
value: input.liquidityVault ?? null,
|
61
|
+
},
|
62
|
+
insuranceVaultAuthority: {
|
63
|
+
index: 7,
|
64
|
+
isWritable: false,
|
65
|
+
value: input.insuranceVaultAuthority ?? null,
|
66
|
+
},
|
67
|
+
insuranceVault: {
|
68
|
+
index: 8,
|
69
|
+
isWritable: true,
|
70
|
+
value: input.insuranceVault ?? null,
|
71
|
+
},
|
72
|
+
feeVaultAuthority: {
|
73
|
+
index: 9,
|
74
|
+
isWritable: false,
|
75
|
+
value: input.feeVaultAuthority ?? null,
|
76
|
+
},
|
77
|
+
feeVault: {
|
78
|
+
index: 10,
|
79
|
+
isWritable: true,
|
80
|
+
value: input.feeVault ?? null,
|
81
|
+
},
|
82
|
+
rent: {
|
83
|
+
index: 11,
|
84
|
+
isWritable: false,
|
85
|
+
value: input.rent ?? null,
|
86
|
+
},
|
87
|
+
tokenProgram: {
|
88
|
+
index: 12,
|
89
|
+
isWritable: false,
|
90
|
+
value: input.tokenProgram ?? null,
|
91
|
+
},
|
92
|
+
systemProgram: {
|
93
|
+
index: 13,
|
94
|
+
isWritable: false,
|
95
|
+
value: input.systemProgram ?? null,
|
96
|
+
},
|
97
|
+
};
|
98
|
+
// Arguments.
|
99
|
+
const resolvedArgs = { ...input };
|
100
|
+
// Default values.
|
101
|
+
if (!resolvedAccounts.feePayer.value) {
|
102
|
+
resolvedAccounts.feePayer.value = context.payer;
|
103
|
+
}
|
104
|
+
if (!resolvedAccounts.rent.value) {
|
105
|
+
resolvedAccounts.rent.value = (0, umi_1.publicKey)('SysvarRent111111111111111111111111111111111');
|
106
|
+
}
|
107
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
108
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
|
109
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
110
|
+
}
|
111
|
+
if (!resolvedAccounts.systemProgram.value) {
|
112
|
+
resolvedAccounts.systemProgram.value = context.programs.getPublicKey('splSystem', '11111111111111111111111111111111');
|
113
|
+
resolvedAccounts.systemProgram.isWritable = false;
|
114
|
+
}
|
115
|
+
// Accounts in order.
|
116
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
117
|
+
// Keys and Signers.
|
118
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
119
|
+
// Data.
|
120
|
+
const data = getLendingPoolAddBankInstructionDataSerializer().serialize(resolvedArgs);
|
121
|
+
// Bytes Created On Chain.
|
122
|
+
const bytesCreatedOnChain = 0;
|
123
|
+
return (0, umi_1.transactionBuilder)([
|
124
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
125
|
+
]);
|
126
|
+
}
|
127
|
+
exports.lendingPoolAddBank = lendingPoolAddBank;
|