@haven-fi/solauto-sdk 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/clients/index.d.ts +2 -0
- package/dist/clients/index.d.ts.map +1 -0
- package/dist/clients/index.js +17 -0
- package/dist/clients/solautoClient.d.ts +73 -0
- package/dist/clients/solautoClient.d.ts.map +1 -0
- package/dist/clients/solautoClient.js +416 -0
- package/dist/clients/solautoMarginfiClient.d.ts +40 -0
- package/dist/clients/solautoMarginfiClient.d.ts.map +1 -0
- package/dist/clients/solautoMarginfiClient.js +313 -0
- package/dist/constants/generalAccounts.d.ts +5 -0
- package/dist/constants/generalAccounts.d.ts.map +1 -0
- package/dist/constants/generalAccounts.js +8 -0
- package/dist/constants/index.d.ts +6 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +21 -0
- package/dist/constants/marginfiAccounts.d.ts +7 -0
- package/dist/constants/marginfiAccounts.d.ts.map +1 -0
- package/dist/constants/marginfiAccounts.js +23 -0
- package/dist/constants/pythConstants.d.ts +5 -0
- package/dist/constants/pythConstants.d.ts.map +1 -0
- package/dist/constants/pythConstants.js +10 -0
- package/dist/constants/solautoConstants.d.ts +19 -0
- package/dist/constants/solautoConstants.d.ts.map +1 -0
- package/dist/constants/solautoConstants.js +35 -0
- package/dist/constants/tokenConstants.d.ts +3 -0
- package/dist/constants/tokenConstants.d.ts.map +1 -0
- package/dist/constants/tokenConstants.js +10 -0
- package/dist/generated/accounts/index.d.ts +10 -0
- package/dist/generated/accounts/index.d.ts.map +1 -0
- package/dist/generated/accounts/index.js +25 -0
- package/dist/generated/accounts/referralState.d.ts +37 -0
- package/dist/generated/accounts/referralState.d.ts.map +1 -0
- package/dist/generated/accounts/referralState.js +73 -0
- package/dist/generated/accounts/solautoPosition.d.ts +58 -0
- package/dist/generated/accounts/solautoPosition.d.ts.map +1 -0
- package/dist/generated/accounts/solautoPosition.js +82 -0
- package/dist/generated/errors/index.d.ts +9 -0
- package/dist/generated/errors/index.d.ts.map +1 -0
- package/dist/generated/errors/index.js +24 -0
- package/dist/generated/errors/solauto.d.ts +91 -0
- package/dist/generated/errors/solauto.d.ts.map +1 -0
- package/dist/generated/errors/solauto.js +163 -0
- package/dist/generated/index.d.ts +14 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/index.js +29 -0
- package/dist/generated/instructions/cancelDCA.d.ts +26 -0
- package/dist/generated/instructions/cancelDCA.d.ts.map +1 -0
- package/dist/generated/instructions/cancelDCA.js +92 -0
- package/dist/generated/instructions/claimReferralFees.d.ts +26 -0
- package/dist/generated/instructions/claimReferralFees.d.ts.map +1 -0
- package/dist/generated/instructions/claimReferralFees.js +87 -0
- package/dist/generated/instructions/closePosition.d.ts +28 -0
- package/dist/generated/instructions/closePosition.d.ts.map +1 -0
- package/dist/generated/instructions/closePosition.js +102 -0
- package/dist/generated/instructions/convertReferralFees.d.ts +27 -0
- package/dist/generated/instructions/convertReferralFees.d.ts.map +1 -0
- package/dist/generated/instructions/convertReferralFees.js +96 -0
- package/dist/generated/instructions/index.d.ts +18 -0
- package/dist/generated/instructions/index.d.ts.map +1 -0
- package/dist/generated/instructions/index.js +33 -0
- package/dist/generated/instructions/marginfiOpenPosition.d.ts +46 -0
- package/dist/generated/instructions/marginfiOpenPosition.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiOpenPosition.js +161 -0
- package/dist/generated/instructions/marginfiProtocolInteraction.d.ts +42 -0
- package/dist/generated/instructions/marginfiProtocolInteraction.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiProtocolInteraction.js +150 -0
- package/dist/generated/instructions/marginfiRebalance.d.ts +49 -0
- package/dist/generated/instructions/marginfiRebalance.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiRebalance.js +164 -0
- package/dist/generated/instructions/marginfiRefreshData.d.ts +27 -0
- package/dist/generated/instructions/marginfiRefreshData.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiRefreshData.js +84 -0
- package/dist/generated/instructions/updatePosition.d.ts +30 -0
- package/dist/generated/instructions/updatePosition.d.ts.map +1 -0
- package/dist/generated/instructions/updatePosition.js +87 -0
- package/dist/generated/instructions/updateReferralStates.d.ts +30 -0
- package/dist/generated/instructions/updateReferralStates.d.ts.map +1 -0
- package/dist/generated/instructions/updateReferralStates.js +77 -0
- package/dist/generated/programs/index.d.ts +9 -0
- package/dist/generated/programs/index.d.ts.map +1 -0
- package/dist/generated/programs/index.js +24 -0
- package/dist/generated/programs/solauto.d.ts +13 -0
- package/dist/generated/programs/solauto.d.ts.map +1 -0
- package/dist/generated/programs/solauto.js +36 -0
- package/dist/generated/shared/index.d.ts +54 -0
- package/dist/generated/shared/index.d.ts.map +1 -0
- package/dist/generated/shared/index.js +70 -0
- package/dist/generated/types/automationSettings.d.ts +26 -0
- package/dist/generated/types/automationSettings.d.ts.map +1 -0
- package/dist/generated/types/automationSettings.js +22 -0
- package/dist/generated/types/automationSettingsInp.d.ts +22 -0
- package/dist/generated/types/automationSettingsInp.d.ts.map +1 -0
- package/dist/generated/types/automationSettingsInp.js +20 -0
- package/dist/generated/types/dCASettings.d.ts +21 -0
- package/dist/generated/types/dCASettings.d.ts.map +1 -0
- package/dist/generated/types/dCASettings.js +20 -0
- package/dist/generated/types/dCASettingsInp.d.ts +19 -0
- package/dist/generated/types/dCASettingsInp.d.ts.map +1 -0
- package/dist/generated/types/dCASettingsInp.js +19 -0
- package/dist/generated/types/feeType.d.ts +15 -0
- package/dist/generated/types/feeType.d.ts.map +1 -0
- package/dist/generated/types/feeType.js +20 -0
- package/dist/generated/types/index.d.ts +26 -0
- package/dist/generated/types/index.d.ts.map +1 -0
- package/dist/generated/types/index.js +41 -0
- package/dist/generated/types/lendingPlatform.d.ts +16 -0
- package/dist/generated/types/lendingPlatform.d.ts.map +1 -0
- package/dist/generated/types/lendingPlatform.js +23 -0
- package/dist/generated/types/podBool.d.ts +14 -0
- package/dist/generated/types/podBool.d.ts.map +1 -0
- package/dist/generated/types/podBool.js +17 -0
- package/dist/generated/types/positionData.d.ts +32 -0
- package/dist/generated/types/positionData.d.ts.map +1 -0
- package/dist/generated/types/positionData.js +25 -0
- package/dist/generated/types/positionState.d.ts +35 -0
- package/dist/generated/types/positionState.d.ts.map +1 -0
- package/dist/generated/types/positionState.js +27 -0
- package/dist/generated/types/positionTokenUsage.d.ts +36 -0
- package/dist/generated/types/positionTokenUsage.d.ts.map +1 -0
- package/dist/generated/types/positionTokenUsage.js +27 -0
- package/dist/generated/types/rebalanceData.d.ts +29 -0
- package/dist/generated/types/rebalanceData.d.ts.map +1 -0
- package/dist/generated/types/rebalanceData.js +24 -0
- package/dist/generated/types/solautoAction.d.ts +44 -0
- package/dist/generated/types/solautoAction.d.ts.map +1 -0
- package/dist/generated/types/solautoAction.js +51 -0
- package/dist/generated/types/solautoRebalanceType.d.ts +17 -0
- package/dist/generated/types/solautoRebalanceType.d.ts.map +1 -0
- package/dist/generated/types/solautoRebalanceType.js +24 -0
- package/dist/generated/types/solautoSettingsParameters.d.ts +31 -0
- package/dist/generated/types/solautoSettingsParameters.d.ts.map +1 -0
- package/dist/generated/types/solautoSettingsParameters.js +25 -0
- package/dist/generated/types/solautoSettingsParametersInp.d.ts +28 -0
- package/dist/generated/types/solautoSettingsParametersInp.d.ts.map +1 -0
- package/dist/generated/types/solautoSettingsParametersInp.js +23 -0
- package/dist/generated/types/tokenAmount.d.ts +18 -0
- package/dist/generated/types/tokenAmount.d.ts.map +1 -0
- package/dist/generated/types/tokenAmount.js +18 -0
- package/dist/generated/types/tokenBalanceAmount.d.ts +27 -0
- package/dist/generated/types/tokenBalanceAmount.d.ts.map +1 -0
- package/dist/generated/types/tokenBalanceAmount.js +33 -0
- package/dist/generated/types/updatePositionData.d.ts +22 -0
- package/dist/generated/types/updatePositionData.d.ts.map +1 -0
- package/dist/generated/types/updatePositionData.js +20 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +22 -0
- package/dist/marginfi-sdk/accounts/bank.d.ts +136 -0
- package/dist/marginfi-sdk/accounts/bank.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/bank.js +124 -0
- package/dist/marginfi-sdk/accounts/index.d.ts +11 -0
- package/dist/marginfi-sdk/accounts/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/index.js +26 -0
- package/dist/marginfi-sdk/accounts/marginfiAccount.d.ts +58 -0
- package/dist/marginfi-sdk/accounts/marginfiAccount.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/marginfiAccount.js +76 -0
- package/dist/marginfi-sdk/accounts/marginfiGroup.d.ts +35 -0
- package/dist/marginfi-sdk/accounts/marginfiGroup.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/marginfiGroup.js +71 -0
- package/dist/marginfi-sdk/errors/index.d.ts +9 -0
- package/dist/marginfi-sdk/errors/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/errors/index.js +24 -0
- package/dist/marginfi-sdk/errors/marginfi.d.ts +283 -0
- package/dist/marginfi-sdk/errors/marginfi.d.ts.map +1 -0
- package/dist/marginfi-sdk/errors/marginfi.js +515 -0
- package/dist/marginfi-sdk/index.d.ts +14 -0
- package/dist/marginfi-sdk/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/index.js +29 -0
- package/dist/marginfi-sdk/instructions/index.d.ts +32 -0
- package/dist/marginfi-sdk/instructions/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/index.js +47 -0
- package/dist/marginfi-sdk/instructions/lendingAccountBorrow.d.ts +30 -0
- package/dist/marginfi-sdk/instructions/lendingAccountBorrow.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountBorrow.js +83 -0
- package/dist/marginfi-sdk/instructions/lendingAccountCloseBalance.d.ts +22 -0
- package/dist/marginfi-sdk/instructions/lendingAccountCloseBalance.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountCloseBalance.js +53 -0
- package/dist/marginfi-sdk/instructions/lendingAccountDeposit.d.ts +29 -0
- package/dist/marginfi-sdk/instructions/lendingAccountDeposit.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountDeposit.js +81 -0
- package/dist/marginfi-sdk/instructions/lendingAccountEndFlashloan.d.ts +20 -0
- package/dist/marginfi-sdk/instructions/lendingAccountEndFlashloan.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountEndFlashloan.js +50 -0
- package/dist/marginfi-sdk/instructions/lendingAccountLiquidate.d.ts +32 -0
- package/dist/marginfi-sdk/instructions/lendingAccountLiquidate.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountLiquidate.js +100 -0
- package/dist/marginfi-sdk/instructions/lendingAccountRepay.d.ts +31 -0
- package/dist/marginfi-sdk/instructions/lendingAccountRepay.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountRepay.js +82 -0
- package/dist/marginfi-sdk/instructions/lendingAccountSettleEmissions.d.ts +20 -0
- package/dist/marginfi-sdk/instructions/lendingAccountSettleEmissions.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountSettleEmissions.js +46 -0
- package/dist/marginfi-sdk/instructions/lendingAccountStartFlashloan.d.ts +25 -0
- package/dist/marginfi-sdk/instructions/lendingAccountStartFlashloan.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountStartFlashloan.js +62 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdraw.d.ts +32 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdraw.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdraw.js +87 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.d.ts +27 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.js +86 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.d.ts +20 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.js +46 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBank.d.ts +37 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBank.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBank.js +127 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.d.ts +39 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.js +128 -0
- package/dist/marginfi-sdk/instructions/lendingPoolCollectBankFees.d.ts +25 -0
- package/dist/marginfi-sdk/instructions/lendingPoolCollectBankFees.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolCollectBankFees.js +76 -0
- package/dist/marginfi-sdk/instructions/lendingPoolConfigureBank.d.ts +46 -0
- package/dist/marginfi-sdk/instructions/lendingPoolConfigureBank.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolConfigureBank.js +67 -0
- package/dist/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.d.ts +26 -0
- package/dist/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.js +81 -0
- package/dist/marginfi-sdk/instructions/lendingPoolSetupEmissions.d.ts +35 -0
- package/dist/marginfi-sdk/instructions/lendingPoolSetupEmissions.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolSetupEmissions.js +97 -0
- package/dist/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.d.ts +33 -0
- package/dist/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.js +85 -0
- package/dist/marginfi-sdk/instructions/marginfiAccountInitialize.d.ts +23 -0
- package/dist/marginfi-sdk/instructions/marginfiAccountInitialize.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/marginfiAccountInitialize.js +76 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupConfigure.d.ts +24 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupConfigure.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupConfigure.js +52 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupInitialize.d.ts +21 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupInitialize.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupInitialize.js +57 -0
- package/dist/marginfi-sdk/instructions/setAccountFlag.d.ts +26 -0
- package/dist/marginfi-sdk/instructions/setAccountFlag.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/setAccountFlag.js +60 -0
- package/dist/marginfi-sdk/instructions/setNewAccountAuthority.d.ts +23 -0
- package/dist/marginfi-sdk/instructions/setNewAccountAuthority.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/setNewAccountAuthority.js +69 -0
- package/dist/marginfi-sdk/instructions/unsetAccountFlag.d.ts +26 -0
- package/dist/marginfi-sdk/instructions/unsetAccountFlag.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/unsetAccountFlag.js +57 -0
- package/dist/marginfi-sdk/programs/index.d.ts +9 -0
- package/dist/marginfi-sdk/programs/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/programs/index.js +24 -0
- package/dist/marginfi-sdk/programs/marginfi.d.ts +13 -0
- package/dist/marginfi-sdk/programs/marginfi.d.ts.map +1 -0
- package/dist/marginfi-sdk/programs/marginfi.js +36 -0
- package/dist/marginfi-sdk/shared/index.d.ts +54 -0
- package/dist/marginfi-sdk/shared/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/shared/index.js +70 -0
- package/dist/marginfi-sdk/types/accountEventHeader.d.ts +23 -0
- package/dist/marginfi-sdk/types/accountEventHeader.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/accountEventHeader.js +20 -0
- package/dist/marginfi-sdk/types/balance.d.ts +32 -0
- package/dist/marginfi-sdk/types/balance.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balance.js +25 -0
- package/dist/marginfi-sdk/types/balanceDecreaseType.d.ts +17 -0
- package/dist/marginfi-sdk/types/balanceDecreaseType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balanceDecreaseType.js +24 -0
- package/dist/marginfi-sdk/types/balanceIncreaseType.d.ts +17 -0
- package/dist/marginfi-sdk/types/balanceIncreaseType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balanceIncreaseType.js +24 -0
- package/dist/marginfi-sdk/types/balanceSide.d.ts +15 -0
- package/dist/marginfi-sdk/types/balanceSide.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balanceSide.js +22 -0
- package/dist/marginfi-sdk/types/bankConfig.d.ts +67 -0
- package/dist/marginfi-sdk/types/bankConfig.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankConfig.js +32 -0
- package/dist/marginfi-sdk/types/bankConfigCompact.d.ts +65 -0
- package/dist/marginfi-sdk/types/bankConfigCompact.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankConfigCompact.js +31 -0
- package/dist/marginfi-sdk/types/bankOperationalState.d.ts +16 -0
- package/dist/marginfi-sdk/types/bankOperationalState.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankOperationalState.js +23 -0
- package/dist/marginfi-sdk/types/bankVaultType.d.ts +16 -0
- package/dist/marginfi-sdk/types/bankVaultType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankVaultType.js +23 -0
- package/dist/marginfi-sdk/types/groupEventHeader.d.ts +19 -0
- package/dist/marginfi-sdk/types/groupEventHeader.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/groupEventHeader.js +18 -0
- package/dist/marginfi-sdk/types/index.d.ts +31 -0
- package/dist/marginfi-sdk/types/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/index.js +46 -0
- package/dist/marginfi-sdk/types/interestRateConfig.d.ts +31 -0
- package/dist/marginfi-sdk/types/interestRateConfig.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/interestRateConfig.js +25 -0
- package/dist/marginfi-sdk/types/interestRateConfigCompact.d.ts +29 -0
- package/dist/marginfi-sdk/types/interestRateConfigCompact.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/interestRateConfigCompact.js +24 -0
- package/dist/marginfi-sdk/types/interestRateConfigOpt.d.ts +30 -0
- package/dist/marginfi-sdk/types/interestRateConfigOpt.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/interestRateConfigOpt.js +24 -0
- package/dist/marginfi-sdk/types/lendingAccount.d.ts +19 -0
- package/dist/marginfi-sdk/types/lendingAccount.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/lendingAccount.js +19 -0
- package/dist/marginfi-sdk/types/liquidationBalances.d.ts +17 -0
- package/dist/marginfi-sdk/types/liquidationBalances.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/liquidationBalances.js +20 -0
- package/dist/marginfi-sdk/types/oracleConfig.d.ts +20 -0
- package/dist/marginfi-sdk/types/oracleConfig.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/oracleConfig.js +19 -0
- package/dist/marginfi-sdk/types/oraclePriceType.d.ts +15 -0
- package/dist/marginfi-sdk/types/oraclePriceType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/oraclePriceType.js +22 -0
- package/dist/marginfi-sdk/types/oracleSetup.d.ts +17 -0
- package/dist/marginfi-sdk/types/oracleSetup.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/oracleSetup.js +24 -0
- package/dist/marginfi-sdk/types/priceBias.d.ts +15 -0
- package/dist/marginfi-sdk/types/priceBias.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/priceBias.js +22 -0
- package/dist/marginfi-sdk/types/requirementType.d.ts +16 -0
- package/dist/marginfi-sdk/types/requirementType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/requirementType.js +23 -0
- package/dist/marginfi-sdk/types/riskRequirementType.d.ts +16 -0
- package/dist/marginfi-sdk/types/riskRequirementType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/riskRequirementType.js +23 -0
- package/dist/marginfi-sdk/types/riskTier.d.ts +15 -0
- package/dist/marginfi-sdk/types/riskTier.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/riskTier.js +22 -0
- package/dist/marginfi-sdk/types/wrappedI80F48.d.ts +16 -0
- package/dist/marginfi-sdk/types/wrappedI80F48.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/wrappedI80F48.js +17 -0
- package/dist/transactions/index.d.ts +3 -0
- package/dist/transactions/index.d.ts.map +1 -0
- package/dist/transactions/index.js +18 -0
- package/dist/transactions/transactionUtils.d.ts +12 -0
- package/dist/transactions/transactionUtils.d.ts.map +1 -0
- package/dist/transactions/transactionUtils.js +262 -0
- package/dist/transactions/transactionsManager.d.ts +42 -0
- package/dist/transactions/transactionsManager.d.ts.map +1 -0
- package/dist/transactions/transactionsManager.js +246 -0
- package/dist/types/accounts.d.ts +8 -0
- package/dist/types/accounts.d.ts.map +1 -0
- package/dist/types/accounts.js +2 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +17 -0
- package/dist/utils/accountUtils.d.ts +11 -0
- package/dist/utils/accountUtils.d.ts.map +1 -0
- package/dist/utils/accountUtils.js +60 -0
- package/dist/utils/deleteme.d.ts +2 -0
- package/dist/utils/deleteme.d.ts.map +1 -0
- package/dist/utils/deleteme.js +21 -0
- package/dist/utils/generalUtils.d.ts +11 -0
- package/dist/utils/generalUtils.d.ts.map +1 -0
- package/dist/utils/generalUtils.js +107 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +24 -0
- package/dist/utils/jitoUtils.d.ts +15 -0
- package/dist/utils/jitoUtils.d.ts.map +1 -0
- package/dist/utils/jitoUtils.js +108 -0
- package/dist/utils/jupiterUtils.d.ts +21 -0
- package/dist/utils/jupiterUtils.d.ts.map +1 -0
- package/dist/utils/jupiterUtils.js +61 -0
- package/dist/utils/local/shared.d.ts +3 -0
- package/dist/utils/local/shared.d.ts.map +1 -0
- package/dist/utils/local/shared.js +63 -0
- package/dist/utils/local/updateMarginfiLUT.d.ts +2 -0
- package/dist/utils/local/updateMarginfiLUT.d.ts.map +1 -0
- package/dist/utils/local/updateMarginfiLUT.js +22 -0
- package/dist/utils/local/updateSolautoLUT.d.ts +2 -0
- package/dist/utils/local/updateSolautoLUT.d.ts.map +1 -0
- package/dist/utils/local/updateSolautoLUT.js +13 -0
- package/dist/utils/marginfiUtils.d.ts +14 -0
- package/dist/utils/marginfiUtils.d.ts.map +1 -0
- package/dist/utils/marginfiUtils.js +201 -0
- package/dist/utils/numberUtils.d.ts +9 -0
- package/dist/utils/numberUtils.d.ts.map +1 -0
- package/dist/utils/numberUtils.js +62 -0
- package/dist/utils/solanaUtils.d.ts +18 -0
- package/dist/utils/solanaUtils.d.ts.map +1 -0
- package/dist/utils/solanaUtils.js +183 -0
- package/dist/utils/solauto/generalUtils.d.ts +51 -0
- package/dist/utils/solauto/generalUtils.d.ts.map +1 -0
- package/dist/utils/solauto/generalUtils.js +271 -0
- package/dist/utils/solauto/index.d.ts +3 -0
- package/dist/utils/solauto/index.d.ts.map +1 -0
- package/dist/utils/solauto/index.js +18 -0
- package/dist/utils/solauto/rebalanceUtils.d.ts +17 -0
- package/dist/utils/solauto/rebalanceUtils.d.ts.map +1 -0
- package/dist/utils/solauto/rebalanceUtils.js +199 -0
- package/package.json +37 -0
- package/src/clients/index.ts +1 -0
- package/src/clients/solautoClient.ts +684 -0
- package/src/clients/solautoMarginfiClient.ts +496 -0
- package/src/constants/README.md +9 -0
- package/src/constants/generalAccounts.ts +8 -0
- package/src/constants/index.ts +5 -0
- package/src/constants/marginfiAccounts.ts +24 -0
- package/src/constants/pythConstants.ts +10 -0
- package/src/constants/solautoConstants.ts +54 -0
- package/src/constants/tokenConstants.ts +9 -0
- package/src/generated/accounts/index.ts +10 -0
- package/src/generated/accounts/referralState.ts +159 -0
- package/src/generated/accounts/solautoPosition.ts +205 -0
- package/src/generated/errors/index.ts +9 -0
- package/src/generated/errors/solauto.ts +228 -0
- package/src/generated/index.ts +14 -0
- package/src/generated/instructions/cancelDCA.ts +161 -0
- package/src/generated/instructions/claimReferralFees.ts +159 -0
- package/src/generated/instructions/closePosition.ts +176 -0
- package/src/generated/instructions/convertReferralFees.ts +172 -0
- package/src/generated/instructions/index.ts +18 -0
- package/src/generated/instructions/marginfiOpenPosition.ts +275 -0
- package/src/generated/instructions/marginfiProtocolInteraction.ts +257 -0
- package/src/generated/instructions/marginfiRebalance.ts +274 -0
- package/src/generated/instructions/marginfiRefreshData.ts +147 -0
- package/src/generated/instructions/updatePosition.ts +173 -0
- package/src/generated/instructions/updateReferralStates.ts +166 -0
- package/src/generated/programs/index.ts +9 -0
- package/src/generated/programs/solauto.ts +52 -0
- package/src/generated/shared/index.ts +117 -0
- package/src/generated/types/automationSettings.ts +52 -0
- package/src/generated/types/automationSettingsInp.ts +43 -0
- package/src/generated/types/dCASettings.ts +45 -0
- package/src/generated/types/dCASettingsInp.ts +37 -0
- package/src/generated/types/feeType.ts +23 -0
- package/src/generated/types/index.ts +26 -0
- package/src/generated/types/lendingPlatform.ts +26 -0
- package/src/generated/types/podBool.ts +19 -0
- package/src/generated/types/positionData.ts +69 -0
- package/src/generated/types/positionState.ts +72 -0
- package/src/generated/types/positionTokenUsage.ts +67 -0
- package/src/generated/types/rebalanceData.ts +60 -0
- package/src/generated/types/solautoAction.ts +101 -0
- package/src/generated/types/solautoRebalanceType.ts +27 -0
- package/src/generated/types/solautoSettingsParameters.ts +62 -0
- package/src/generated/types/solautoSettingsParametersInp.ts +58 -0
- package/src/generated/types/tokenAmount.ts +29 -0
- package/src/generated/types/tokenBalanceAmount.ts +67 -0
- package/src/generated/types/updatePositionData.ts +49 -0
- package/src/index.ts +6 -0
- package/src/marginfi-sdk/accounts/bank.ts +311 -0
- package/src/marginfi-sdk/accounts/index.ts +11 -0
- package/src/marginfi-sdk/accounts/marginfiAccount.ts +195 -0
- package/src/marginfi-sdk/accounts/marginfiGroup.ts +164 -0
- package/src/marginfi-sdk/errors/index.ts +9 -0
- package/src/marginfi-sdk/errors/marginfi.ts +650 -0
- package/src/marginfi-sdk/index.ts +14 -0
- package/src/marginfi-sdk/instructions/index.ts +32 -0
- package/src/marginfi-sdk/instructions/lendingAccountBorrow.ts +167 -0
- package/src/marginfi-sdk/instructions/lendingAccountCloseBalance.ts +118 -0
- package/src/marginfi-sdk/instructions/lendingAccountDeposit.ts +164 -0
- package/src/marginfi-sdk/instructions/lendingAccountEndFlashloan.ts +113 -0
- package/src/marginfi-sdk/instructions/lendingAccountLiquidate.ts +186 -0
- package/src/marginfi-sdk/instructions/lendingAccountRepay.ts +171 -0
- package/src/marginfi-sdk/instructions/lendingAccountSettleEmissions.ts +108 -0
- package/src/marginfi-sdk/instructions/lendingAccountStartFlashloan.ts +138 -0
- package/src/marginfi-sdk/instructions/lendingAccountWithdraw.ts +177 -0
- package/src/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.ts +160 -0
- package/src/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.ts +108 -0
- package/src/marginfi-sdk/instructions/lendingPoolAddBank.ts +226 -0
- package/src/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.ts +231 -0
- package/src/marginfi-sdk/instructions/lendingPoolCollectBankFees.ts +147 -0
- package/src/marginfi-sdk/instructions/lendingPoolConfigureBank.ts +181 -0
- package/src/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.ts +154 -0
- package/src/marginfi-sdk/instructions/lendingPoolSetupEmissions.ts +190 -0
- package/src/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.ts +176 -0
- package/src/marginfi-sdk/instructions/marginfiAccountInitialize.ts +146 -0
- package/src/marginfi-sdk/instructions/marginfiGroupConfigure.ts +129 -0
- package/src/marginfi-sdk/instructions/marginfiGroupInitialize.ts +126 -0
- package/src/marginfi-sdk/instructions/setAccountFlag.ts +132 -0
- package/src/marginfi-sdk/instructions/setNewAccountAuthority.ts +137 -0
- package/src/marginfi-sdk/instructions/unsetAccountFlag.ts +130 -0
- package/src/marginfi-sdk/programs/index.ts +9 -0
- package/src/marginfi-sdk/programs/marginfi.ts +52 -0
- package/src/marginfi-sdk/shared/index.ts +117 -0
- package/src/marginfi-sdk/types/accountEventHeader.ts +44 -0
- package/src/marginfi-sdk/types/balance.ts +61 -0
- package/src/marginfi-sdk/types/balanceDecreaseType.ts +27 -0
- package/src/marginfi-sdk/types/balanceIncreaseType.ts +27 -0
- package/src/marginfi-sdk/types/balanceSide.ts +25 -0
- package/src/marginfi-sdk/types/bankConfig.ts +117 -0
- package/src/marginfi-sdk/types/bankConfigCompact.ts +114 -0
- package/src/marginfi-sdk/types/bankOperationalState.ts +26 -0
- package/src/marginfi-sdk/types/bankVaultType.ts +26 -0
- package/src/marginfi-sdk/types/groupEventHeader.ts +38 -0
- package/src/marginfi-sdk/types/index.ts +31 -0
- package/src/marginfi-sdk/types/interestRateConfig.ts +60 -0
- package/src/marginfi-sdk/types/interestRateConfigCompact.ts +52 -0
- package/src/marginfi-sdk/types/interestRateConfigOpt.ts +57 -0
- package/src/marginfi-sdk/types/lendingAccount.ts +38 -0
- package/src/marginfi-sdk/types/liquidationBalances.ts +33 -0
- package/src/marginfi-sdk/types/oracleConfig.ts +36 -0
- package/src/marginfi-sdk/types/oraclePriceType.ts +25 -0
- package/src/marginfi-sdk/types/oracleSetup.ts +27 -0
- package/src/marginfi-sdk/types/priceBias.ts +22 -0
- package/src/marginfi-sdk/types/requirementType.ts +26 -0
- package/src/marginfi-sdk/types/riskRequirementType.ts +26 -0
- package/src/marginfi-sdk/types/riskTier.ts +22 -0
- package/src/marginfi-sdk/types/wrappedI80F48.ts +22 -0
- package/src/transactions/index.ts +2 -0
- package/src/transactions/transactionUtils.ts +518 -0
- package/src/transactions/transactionsManager.ts +344 -0
- package/src/types/accounts.ts +7 -0
- package/src/types/index.ts +1 -0
- package/src/utils/accountUtils.ts +92 -0
- package/src/utils/deleteme.ts +40 -0
- package/src/utils/generalUtils.ts +123 -0
- package/src/utils/index.ts +8 -0
- package/src/utils/jitoUtils.ts +192 -0
- package/src/utils/jupiterUtils.ts +114 -0
- package/src/utils/local/shared.ts +85 -0
- package/src/utils/local/updateMarginfiLUT.ts +33 -0
- package/src/utils/local/updateSolautoLUT.ts +15 -0
- package/src/utils/marginfiUtils.ts +383 -0
- package/src/utils/numberUtils.ts +77 -0
- package/src/utils/solanaUtils.ts +333 -0
- package/src/utils/solauto/generalUtils.ts +371 -0
- package/src/utils/solauto/index.ts +2 -0
- package/src/utils/solauto/rebalanceUtils.ts +359 -0
- package/tests/shared.ts +15 -0
- package/tests/transactions/solautoMarginfi.ts +144 -0
- package/tests/unit/lookupTables.ts +40 -0
- package/tests/unit/rebalanceCalculations.ts +432 -0
- package/tsconfig.json +22 -0
|
@@ -0,0 +1,57 @@
|
|
|
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.unsetAccountFlag = exports.getUnsetAccountFlagInstructionDataSerializer = 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 getUnsetAccountFlagInstructionDataSerializer() {
|
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([
|
|
16
|
+
['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })],
|
|
17
|
+
['flag', (0, serializers_1.u64)()],
|
|
18
|
+
], { description: 'UnsetAccountFlagInstructionData' }), (value) => ({ ...value, discriminator: [56, 81, 56, 85, 92, 49, 255, 70] }));
|
|
19
|
+
}
|
|
20
|
+
exports.getUnsetAccountFlagInstructionDataSerializer = getUnsetAccountFlagInstructionDataSerializer;
|
|
21
|
+
// Instruction.
|
|
22
|
+
function unsetAccountFlag(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
|
+
admin: {
|
|
38
|
+
index: 2,
|
|
39
|
+
isWritable: false,
|
|
40
|
+
value: input.admin ?? null,
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
// Arguments.
|
|
44
|
+
const resolvedArgs = { ...input };
|
|
45
|
+
// Accounts in order.
|
|
46
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
|
47
|
+
// Keys and Signers.
|
|
48
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
|
49
|
+
// Data.
|
|
50
|
+
const data = getUnsetAccountFlagInstructionDataSerializer().serialize(resolvedArgs);
|
|
51
|
+
// Bytes Created On Chain.
|
|
52
|
+
const bytesCreatedOnChain = 0;
|
|
53
|
+
return (0, umi_1.transactionBuilder)([
|
|
54
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
|
55
|
+
]);
|
|
56
|
+
}
|
|
57
|
+
exports.unsetAccountFlag = unsetAccountFlag;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
4
|
+
* to add features, then rerun kinobi to update it.
|
|
5
|
+
*
|
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
|
7
|
+
*/
|
|
8
|
+
export * from './marginfi';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/programs/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
5
|
+
* to add features, then rerun kinobi to update it.
|
|
6
|
+
*
|
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
|
8
|
+
*/
|
|
9
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
12
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
13
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
14
|
+
}
|
|
15
|
+
Object.defineProperty(o, k2, desc);
|
|
16
|
+
}) : (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
}));
|
|
20
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
21
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24
|
+
__exportStar(require("./marginfi"), exports);
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { ClusterFilter, Context, Program, PublicKey } from '@metaplex-foundation/umi';
|
|
9
|
+
export declare const MARGINFI_PROGRAM_ID: PublicKey<"MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA">;
|
|
10
|
+
export declare function createMarginfiProgram(): Program;
|
|
11
|
+
export declare function getMarginfiProgram<T extends Program = Program>(context: Pick<Context, 'programs'>, clusterFilter?: ClusterFilter): T;
|
|
12
|
+
export declare function getMarginfiProgramId(context: Pick<Context, 'programs'>, clusterFilter?: ClusterFilter): PublicKey;
|
|
13
|
+
//# sourceMappingURL=marginfi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"marginfi.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/programs/marginfi.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,aAAa,EACb,OAAO,EACP,OAAO,EACP,SAAS,EACV,MAAM,0BAA0B,CAAC;AAGlC,eAAO,MAAM,mBAAmB,0DAC2E,CAAC;AAE5G,wBAAgB,qBAAqB,IAAI,OAAO,CAc/C;AAED,wBAAgB,kBAAkB,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO,EAC5D,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,aAAa,CAAC,EAAE,aAAa,GAC5B,CAAC,CAEH;AAED,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,aAAa,CAAC,EAAE,aAAa,GAC5B,SAAS,CAMX"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.getMarginfiProgramId = exports.getMarginfiProgram = exports.createMarginfiProgram = exports.MARGINFI_PROGRAM_ID = void 0;
|
|
11
|
+
const errors_1 = require("../errors");
|
|
12
|
+
exports.MARGINFI_PROGRAM_ID = 'MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA';
|
|
13
|
+
function createMarginfiProgram() {
|
|
14
|
+
return {
|
|
15
|
+
name: 'marginfi',
|
|
16
|
+
publicKey: exports.MARGINFI_PROGRAM_ID,
|
|
17
|
+
getErrorFromCode(code, cause) {
|
|
18
|
+
return (0, errors_1.getMarginfiErrorFromCode)(code, this, cause);
|
|
19
|
+
},
|
|
20
|
+
getErrorFromName(name, cause) {
|
|
21
|
+
return (0, errors_1.getMarginfiErrorFromName)(name, this, cause);
|
|
22
|
+
},
|
|
23
|
+
isOnCluster() {
|
|
24
|
+
return true;
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
exports.createMarginfiProgram = createMarginfiProgram;
|
|
29
|
+
function getMarginfiProgram(context, clusterFilter) {
|
|
30
|
+
return context.programs.get('marginfi', clusterFilter);
|
|
31
|
+
}
|
|
32
|
+
exports.getMarginfiProgram = getMarginfiProgram;
|
|
33
|
+
function getMarginfiProgramId(context, clusterFilter) {
|
|
34
|
+
return context.programs.getPublicKey('marginfi', exports.MARGINFI_PROGRAM_ID, clusterFilter);
|
|
35
|
+
}
|
|
36
|
+
exports.getMarginfiProgramId = getMarginfiProgramId;
|
|
@@ -0,0 +1,54 @@
|
|
|
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 { AccountMeta, Pda, PublicKey, Signer } from '@metaplex-foundation/umi';
|
|
9
|
+
/**
|
|
10
|
+
* Transforms the given object such that the given keys are optional.
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
export type PickPartial<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
|
|
14
|
+
/**
|
|
15
|
+
* Asserts that the given value is not null or undefined.
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare function expectSome<T>(value: T | null | undefined): T;
|
|
19
|
+
/**
|
|
20
|
+
* Asserts that the given value is a PublicKey.
|
|
21
|
+
* @internal
|
|
22
|
+
*/
|
|
23
|
+
export declare function expectPublicKey(value: PublicKey | Pda | Signer | null | undefined): PublicKey;
|
|
24
|
+
/**
|
|
25
|
+
* Asserts that the given value is a PDA.
|
|
26
|
+
* @internal
|
|
27
|
+
*/
|
|
28
|
+
export declare function expectPda(value: PublicKey | Pda | Signer | null | undefined): Pda;
|
|
29
|
+
/**
|
|
30
|
+
* Defines an instruction account to resolve.
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
export type ResolvedAccount<T = PublicKey | Pda | Signer | null> = {
|
|
34
|
+
isWritable: boolean;
|
|
35
|
+
value: T;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Defines a set of instruction account to resolve.
|
|
39
|
+
* @internal
|
|
40
|
+
*/
|
|
41
|
+
export type ResolvedAccounts = Record<string, ResolvedAccount>;
|
|
42
|
+
/**
|
|
43
|
+
* Defines a set of instruction account to resolve with their indices.
|
|
44
|
+
* @internal
|
|
45
|
+
*/
|
|
46
|
+
export type ResolvedAccountsWithIndices = Record<string, ResolvedAccount & {
|
|
47
|
+
index: number;
|
|
48
|
+
}>;
|
|
49
|
+
/**
|
|
50
|
+
* Get account metas and signers from resolved accounts.
|
|
51
|
+
* @internal
|
|
52
|
+
*/
|
|
53
|
+
export declare function getAccountMetasAndSigners(accounts: ResolvedAccount[], optionalAccountStrategy: 'omitted' | 'programId', programId: PublicKey): [AccountMeta[], Signer[]];
|
|
54
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/shared/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,WAAW,EAEX,GAAG,EAEH,SAAS,EACT,MAAM,EAEP,MAAM,0BAA0B,CAAC;AAElC;;;GAGG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACxD,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAEtB;;;GAGG;AACH,wBAAgB,UAAU,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,IAAI,GAAG,SAAS,GAAG,CAAC,CAK5D;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAC7B,KAAK,EAAE,SAAS,GAAG,GAAG,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,GACjD,SAAS,CAKX;AAED;;;GAGG;AACH,wBAAgB,SAAS,CACvB,KAAK,EAAE,SAAS,GAAG,GAAG,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,GACjD,GAAG,CAKL;AAED;;;GAGG;AACH,MAAM,MAAM,eAAe,CAAC,CAAC,GAAG,SAAS,GAAG,GAAG,GAAG,MAAM,GAAG,IAAI,IAAI;IACjE,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,CAAC,CAAC;CACV,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;AAE/D;;;GAGG;AACH,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAC9C,MAAM,EACN,eAAe,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CACpC,CAAC;AAEF;;;GAGG;AACH,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,eAAe,EAAE,EAC3B,uBAAuB,EAAE,SAAS,GAAG,WAAW,EAChD,SAAS,EAAE,SAAS,GACnB,CAAC,WAAW,EAAE,EAAE,MAAM,EAAE,CAAC,CAsB3B"}
|
|
@@ -0,0 +1,70 @@
|
|
|
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.getAccountMetasAndSigners = exports.expectPda = exports.expectPublicKey = exports.expectSome = void 0;
|
|
11
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
|
12
|
+
/**
|
|
13
|
+
* Asserts that the given value is not null or undefined.
|
|
14
|
+
* @internal
|
|
15
|
+
*/
|
|
16
|
+
function expectSome(value) {
|
|
17
|
+
if (value == null) {
|
|
18
|
+
throw new Error('Expected a value but received null or undefined.');
|
|
19
|
+
}
|
|
20
|
+
return value;
|
|
21
|
+
}
|
|
22
|
+
exports.expectSome = expectSome;
|
|
23
|
+
/**
|
|
24
|
+
* Asserts that the given value is a PublicKey.
|
|
25
|
+
* @internal
|
|
26
|
+
*/
|
|
27
|
+
function expectPublicKey(value) {
|
|
28
|
+
if (!value) {
|
|
29
|
+
throw new Error('Expected a PublicKey.');
|
|
30
|
+
}
|
|
31
|
+
return (0, umi_1.publicKey)(value, false);
|
|
32
|
+
}
|
|
33
|
+
exports.expectPublicKey = expectPublicKey;
|
|
34
|
+
/**
|
|
35
|
+
* Asserts that the given value is a PDA.
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
function expectPda(value) {
|
|
39
|
+
if (!value || !Array.isArray(value) || !(0, umi_1.isPda)(value)) {
|
|
40
|
+
throw new Error('Expected a PDA.');
|
|
41
|
+
}
|
|
42
|
+
return value;
|
|
43
|
+
}
|
|
44
|
+
exports.expectPda = expectPda;
|
|
45
|
+
/**
|
|
46
|
+
* Get account metas and signers from resolved accounts.
|
|
47
|
+
* @internal
|
|
48
|
+
*/
|
|
49
|
+
function getAccountMetasAndSigners(accounts, optionalAccountStrategy, programId) {
|
|
50
|
+
const keys = [];
|
|
51
|
+
const signers = [];
|
|
52
|
+
accounts.forEach((account) => {
|
|
53
|
+
if (!account.value) {
|
|
54
|
+
if (optionalAccountStrategy === 'omitted')
|
|
55
|
+
return;
|
|
56
|
+
keys.push({ pubkey: programId, isSigner: false, isWritable: false });
|
|
57
|
+
return;
|
|
58
|
+
}
|
|
59
|
+
if ((0, umi_1.isSigner)(account.value)) {
|
|
60
|
+
signers.push(account.value);
|
|
61
|
+
}
|
|
62
|
+
keys.push({
|
|
63
|
+
pubkey: (0, umi_1.publicKey)(account.value, false),
|
|
64
|
+
isSigner: (0, umi_1.isSigner)(account.value),
|
|
65
|
+
isWritable: account.isWritable,
|
|
66
|
+
});
|
|
67
|
+
});
|
|
68
|
+
return [keys, signers];
|
|
69
|
+
}
|
|
70
|
+
exports.getAccountMetasAndSigners = getAccountMetasAndSigners;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
4
|
+
* to add features, then rerun kinobi to update it.
|
|
5
|
+
*
|
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
|
7
|
+
*/
|
|
8
|
+
import { Option, OptionOrNullable, PublicKey } from '@metaplex-foundation/umi';
|
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
|
10
|
+
export type AccountEventHeader = {
|
|
11
|
+
signer: Option<PublicKey>;
|
|
12
|
+
marginfiAccount: PublicKey;
|
|
13
|
+
marginfiAccountAuthority: PublicKey;
|
|
14
|
+
marginfiGroup: PublicKey;
|
|
15
|
+
};
|
|
16
|
+
export type AccountEventHeaderArgs = {
|
|
17
|
+
signer: OptionOrNullable<PublicKey>;
|
|
18
|
+
marginfiAccount: PublicKey;
|
|
19
|
+
marginfiAccountAuthority: PublicKey;
|
|
20
|
+
marginfiGroup: PublicKey;
|
|
21
|
+
};
|
|
22
|
+
export declare function getAccountEventHeaderSerializer(): Serializer<AccountEventHeaderArgs, AccountEventHeader>;
|
|
23
|
+
//# sourceMappingURL=accountEventHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountEventHeader.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/types/accountEventHeader.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EACL,UAAU,EAIX,MAAM,sCAAsC,CAAC;AAE9C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC;IAC1B,eAAe,EAAE,SAAS,CAAC;IAC3B,wBAAwB,EAAE,SAAS,CAAC;IACpC,aAAa,EAAE,SAAS,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,MAAM,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAC;IACpC,eAAe,EAAE,SAAS,CAAC;IAC3B,wBAAwB,EAAE,SAAS,CAAC;IACpC,aAAa,EAAE,SAAS,CAAC;CAC1B,CAAC;AAEF,wBAAgB,+BAA+B,IAAI,UAAU,CAC3D,sBAAsB,EACtB,kBAAkB,CACnB,CAUA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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.getAccountEventHeaderSerializer = void 0;
|
|
11
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
|
12
|
+
function getAccountEventHeaderSerializer() {
|
|
13
|
+
return (0, serializers_1.struct)([
|
|
14
|
+
['signer', (0, serializers_1.option)((0, serializers_1.publicKey)())],
|
|
15
|
+
['marginfiAccount', (0, serializers_1.publicKey)()],
|
|
16
|
+
['marginfiAccountAuthority', (0, serializers_1.publicKey)()],
|
|
17
|
+
['marginfiGroup', (0, serializers_1.publicKey)()],
|
|
18
|
+
], { description: 'AccountEventHeader' });
|
|
19
|
+
}
|
|
20
|
+
exports.getAccountEventHeaderSerializer = getAccountEventHeaderSerializer;
|
|
@@ -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 { PublicKey } from '@metaplex-foundation/umi';
|
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
|
10
|
+
import { WrappedI80F48, WrappedI80F48Args } from '.';
|
|
11
|
+
export type Balance = {
|
|
12
|
+
active: boolean;
|
|
13
|
+
bankPk: PublicKey;
|
|
14
|
+
autoPadding0: Array<number>;
|
|
15
|
+
assetShares: WrappedI80F48;
|
|
16
|
+
liabilityShares: WrappedI80F48;
|
|
17
|
+
emissionsOutstanding: WrappedI80F48;
|
|
18
|
+
lastUpdate: bigint;
|
|
19
|
+
padding: Array<bigint>;
|
|
20
|
+
};
|
|
21
|
+
export type BalanceArgs = {
|
|
22
|
+
active: boolean;
|
|
23
|
+
bankPk: PublicKey;
|
|
24
|
+
autoPadding0: Array<number>;
|
|
25
|
+
assetShares: WrappedI80F48Args;
|
|
26
|
+
liabilityShares: WrappedI80F48Args;
|
|
27
|
+
emissionsOutstanding: WrappedI80F48Args;
|
|
28
|
+
lastUpdate: number | bigint;
|
|
29
|
+
padding: Array<number | bigint>;
|
|
30
|
+
};
|
|
31
|
+
export declare function getBalanceSerializer(): Serializer<BalanceArgs, Balance>;
|
|
32
|
+
//# sourceMappingURL=balance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"balance.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/types/balance.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EACL,UAAU,EAOX,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,aAAa,EACb,iBAAiB,EAElB,MAAM,GAAG,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG;IACpB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,SAAS,CAAC;IAClB,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,WAAW,EAAE,aAAa,CAAC;IAC3B,eAAe,EAAE,aAAa,CAAC;IAC/B,oBAAoB,EAAE,aAAa,CAAC;IACpC,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,SAAS,CAAC;IAClB,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,WAAW,EAAE,iBAAiB,CAAC;IAC/B,eAAe,EAAE,iBAAiB,CAAC;IACnC,oBAAoB,EAAE,iBAAiB,CAAC;IACxC,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,OAAO,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;CACjC,CAAC;AAEF,wBAAgB,oBAAoB,IAAI,UAAU,CAAC,WAAW,EAAE,OAAO,CAAC,CAcvE"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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.getBalanceSerializer = void 0;
|
|
11
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
|
12
|
+
const _1 = require(".");
|
|
13
|
+
function getBalanceSerializer() {
|
|
14
|
+
return (0, serializers_1.struct)([
|
|
15
|
+
['active', (0, serializers_1.bool)()],
|
|
16
|
+
['bankPk', (0, serializers_1.publicKey)()],
|
|
17
|
+
['autoPadding0', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 7 })],
|
|
18
|
+
['assetShares', (0, _1.getWrappedI80F48Serializer)()],
|
|
19
|
+
['liabilityShares', (0, _1.getWrappedI80F48Serializer)()],
|
|
20
|
+
['emissionsOutstanding', (0, _1.getWrappedI80F48Serializer)()],
|
|
21
|
+
['lastUpdate', (0, serializers_1.u64)()],
|
|
22
|
+
['padding', (0, serializers_1.array)((0, serializers_1.u64)(), { size: 1 })],
|
|
23
|
+
], { description: 'Balance' });
|
|
24
|
+
}
|
|
25
|
+
exports.getBalanceSerializer = getBalanceSerializer;
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { Serializer } from '@metaplex-foundation/umi/serializers';
|
|
9
|
+
export declare enum BalanceDecreaseType {
|
|
10
|
+
Any = 0,
|
|
11
|
+
WithdrawOnly = 1,
|
|
12
|
+
BorrowOnly = 2,
|
|
13
|
+
BypassBorrowLimit = 3
|
|
14
|
+
}
|
|
15
|
+
export type BalanceDecreaseTypeArgs = BalanceDecreaseType;
|
|
16
|
+
export declare function getBalanceDecreaseTypeSerializer(): Serializer<BalanceDecreaseTypeArgs, BalanceDecreaseType>;
|
|
17
|
+
//# sourceMappingURL=balanceDecreaseType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"balanceDecreaseType.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/types/balanceDecreaseType.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,UAAU,EAAc,MAAM,sCAAsC,CAAC;AAE9E,oBAAY,mBAAmB;IAC7B,GAAG,IAAA;IACH,YAAY,IAAA;IACZ,UAAU,IAAA;IACV,iBAAiB,IAAA;CAClB;AAED,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,CAAC;AAE1D,wBAAgB,gCAAgC,IAAI,UAAU,CAC5D,uBAAuB,EACvB,mBAAmB,CACpB,CAIA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
5
|
+
* to add features, then rerun kinobi to update it.
|
|
6
|
+
*
|
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.getBalanceDecreaseTypeSerializer = exports.BalanceDecreaseType = void 0;
|
|
11
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
|
12
|
+
var BalanceDecreaseType;
|
|
13
|
+
(function (BalanceDecreaseType) {
|
|
14
|
+
BalanceDecreaseType[BalanceDecreaseType["Any"] = 0] = "Any";
|
|
15
|
+
BalanceDecreaseType[BalanceDecreaseType["WithdrawOnly"] = 1] = "WithdrawOnly";
|
|
16
|
+
BalanceDecreaseType[BalanceDecreaseType["BorrowOnly"] = 2] = "BorrowOnly";
|
|
17
|
+
BalanceDecreaseType[BalanceDecreaseType["BypassBorrowLimit"] = 3] = "BypassBorrowLimit";
|
|
18
|
+
})(BalanceDecreaseType = exports.BalanceDecreaseType || (exports.BalanceDecreaseType = {}));
|
|
19
|
+
function getBalanceDecreaseTypeSerializer() {
|
|
20
|
+
return (0, serializers_1.scalarEnum)(BalanceDecreaseType, {
|
|
21
|
+
description: 'BalanceDecreaseType',
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
exports.getBalanceDecreaseTypeSerializer = getBalanceDecreaseTypeSerializer;
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { Serializer } from '@metaplex-foundation/umi/serializers';
|
|
9
|
+
export declare enum BalanceIncreaseType {
|
|
10
|
+
Any = 0,
|
|
11
|
+
RepayOnly = 1,
|
|
12
|
+
DepositOnly = 2,
|
|
13
|
+
BypassDepositLimit = 3
|
|
14
|
+
}
|
|
15
|
+
export type BalanceIncreaseTypeArgs = BalanceIncreaseType;
|
|
16
|
+
export declare function getBalanceIncreaseTypeSerializer(): Serializer<BalanceIncreaseTypeArgs, BalanceIncreaseType>;
|
|
17
|
+
//# sourceMappingURL=balanceIncreaseType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"balanceIncreaseType.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/types/balanceIncreaseType.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,UAAU,EAAc,MAAM,sCAAsC,CAAC;AAE9E,oBAAY,mBAAmB;IAC7B,GAAG,IAAA;IACH,SAAS,IAAA;IACT,WAAW,IAAA;IACX,kBAAkB,IAAA;CACnB;AAED,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,CAAC;AAE1D,wBAAgB,gCAAgC,IAAI,UAAU,CAC5D,uBAAuB,EACvB,mBAAmB,CACpB,CAIA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
5
|
+
* to add features, then rerun kinobi to update it.
|
|
6
|
+
*
|
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.getBalanceIncreaseTypeSerializer = exports.BalanceIncreaseType = void 0;
|
|
11
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
|
12
|
+
var BalanceIncreaseType;
|
|
13
|
+
(function (BalanceIncreaseType) {
|
|
14
|
+
BalanceIncreaseType[BalanceIncreaseType["Any"] = 0] = "Any";
|
|
15
|
+
BalanceIncreaseType[BalanceIncreaseType["RepayOnly"] = 1] = "RepayOnly";
|
|
16
|
+
BalanceIncreaseType[BalanceIncreaseType["DepositOnly"] = 2] = "DepositOnly";
|
|
17
|
+
BalanceIncreaseType[BalanceIncreaseType["BypassDepositLimit"] = 3] = "BypassDepositLimit";
|
|
18
|
+
})(BalanceIncreaseType = exports.BalanceIncreaseType || (exports.BalanceIncreaseType = {}));
|
|
19
|
+
function getBalanceIncreaseTypeSerializer() {
|
|
20
|
+
return (0, serializers_1.scalarEnum)(BalanceIncreaseType, {
|
|
21
|
+
description: 'BalanceIncreaseType',
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
exports.getBalanceIncreaseTypeSerializer = getBalanceIncreaseTypeSerializer;
|
|
@@ -0,0 +1,15 @@
|
|
|
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 { Serializer } from '@metaplex-foundation/umi/serializers';
|
|
9
|
+
export declare enum BalanceSide {
|
|
10
|
+
Assets = 0,
|
|
11
|
+
Liabilities = 1
|
|
12
|
+
}
|
|
13
|
+
export type BalanceSideArgs = BalanceSide;
|
|
14
|
+
export declare function getBalanceSideSerializer(): Serializer<BalanceSideArgs, BalanceSide>;
|
|
15
|
+
//# sourceMappingURL=balanceSide.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"balanceSide.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/types/balanceSide.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,UAAU,EAAc,MAAM,sCAAsC,CAAC;AAE9E,oBAAY,WAAW;IACrB,MAAM,IAAA;IACN,WAAW,IAAA;CACZ;AAED,MAAM,MAAM,eAAe,GAAG,WAAW,CAAC;AAE1C,wBAAgB,wBAAwB,IAAI,UAAU,CACpD,eAAe,EACf,WAAW,CACZ,CAIA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.getBalanceSideSerializer = exports.BalanceSide = void 0;
|
|
11
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
|
12
|
+
var BalanceSide;
|
|
13
|
+
(function (BalanceSide) {
|
|
14
|
+
BalanceSide[BalanceSide["Assets"] = 0] = "Assets";
|
|
15
|
+
BalanceSide[BalanceSide["Liabilities"] = 1] = "Liabilities";
|
|
16
|
+
})(BalanceSide = exports.BalanceSide || (exports.BalanceSide = {}));
|
|
17
|
+
function getBalanceSideSerializer() {
|
|
18
|
+
return (0, serializers_1.scalarEnum)(BalanceSide, {
|
|
19
|
+
description: 'BalanceSide',
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
exports.getBalanceSideSerializer = getBalanceSideSerializer;
|
|
@@ -0,0 +1,67 @@
|
|
|
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 { PublicKey } from '@metaplex-foundation/umi';
|
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
|
10
|
+
import { BankOperationalState, BankOperationalStateArgs, InterestRateConfig, InterestRateConfigArgs, OracleSetup, OracleSetupArgs, RiskTier, RiskTierArgs, WrappedI80F48, WrappedI80F48Args } from '.';
|
|
11
|
+
/** TODO: Convert weights to (u64, u64) to avoid precision loss (maybe?) */
|
|
12
|
+
export type BankConfig = {
|
|
13
|
+
assetWeightInit: WrappedI80F48;
|
|
14
|
+
assetWeightMaint: WrappedI80F48;
|
|
15
|
+
liabilityWeightInit: WrappedI80F48;
|
|
16
|
+
liabilityWeightMaint: WrappedI80F48;
|
|
17
|
+
depositLimit: bigint;
|
|
18
|
+
interestRateConfig: InterestRateConfig;
|
|
19
|
+
operationalState: BankOperationalState;
|
|
20
|
+
oracleSetup: OracleSetup;
|
|
21
|
+
oracleKeys: Array<PublicKey>;
|
|
22
|
+
autoPadding0: Array<number>;
|
|
23
|
+
borrowLimit: bigint;
|
|
24
|
+
riskTier: RiskTier;
|
|
25
|
+
autoPadding1: Array<number>;
|
|
26
|
+
/**
|
|
27
|
+
* USD denominated limit for calculating asset value for initialization margin requirements.
|
|
28
|
+
* Example, if total SOL deposits are equal to $1M and the limit it set to $500K,
|
|
29
|
+
* then SOL assets will be discounted by 50%.
|
|
30
|
+
*
|
|
31
|
+
* In other words the max value of liabilities that can be backed by the asset is $500K.
|
|
32
|
+
* This is useful for limiting the damage of orcale attacks.
|
|
33
|
+
*
|
|
34
|
+
* Value is UI USD value, for example value 100 -> $100
|
|
35
|
+
*/
|
|
36
|
+
totalAssetValueInitLimit: bigint;
|
|
37
|
+
padding: Array<bigint>;
|
|
38
|
+
};
|
|
39
|
+
export type BankConfigArgs = {
|
|
40
|
+
assetWeightInit: WrappedI80F48Args;
|
|
41
|
+
assetWeightMaint: WrappedI80F48Args;
|
|
42
|
+
liabilityWeightInit: WrappedI80F48Args;
|
|
43
|
+
liabilityWeightMaint: WrappedI80F48Args;
|
|
44
|
+
depositLimit: number | bigint;
|
|
45
|
+
interestRateConfig: InterestRateConfigArgs;
|
|
46
|
+
operationalState: BankOperationalStateArgs;
|
|
47
|
+
oracleSetup: OracleSetupArgs;
|
|
48
|
+
oracleKeys: Array<PublicKey>;
|
|
49
|
+
autoPadding0: Array<number>;
|
|
50
|
+
borrowLimit: number | bigint;
|
|
51
|
+
riskTier: RiskTierArgs;
|
|
52
|
+
autoPadding1: Array<number>;
|
|
53
|
+
/**
|
|
54
|
+
* USD denominated limit for calculating asset value for initialization margin requirements.
|
|
55
|
+
* Example, if total SOL deposits are equal to $1M and the limit it set to $500K,
|
|
56
|
+
* then SOL assets will be discounted by 50%.
|
|
57
|
+
*
|
|
58
|
+
* In other words the max value of liabilities that can be backed by the asset is $500K.
|
|
59
|
+
* This is useful for limiting the damage of orcale attacks.
|
|
60
|
+
*
|
|
61
|
+
* Value is UI USD value, for example value 100 -> $100
|
|
62
|
+
*/
|
|
63
|
+
totalAssetValueInitLimit: number | bigint;
|
|
64
|
+
padding: Array<number | bigint>;
|
|
65
|
+
};
|
|
66
|
+
export declare function getBankConfigSerializer(): Serializer<BankConfigArgs, BankConfig>;
|
|
67
|
+
//# sourceMappingURL=bankConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bankConfig.d.ts","sourceRoot":"","sources":["../../../src/marginfi-sdk/types/bankConfig.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EACL,UAAU,EAMX,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,oBAAoB,EACpB,wBAAwB,EACxB,kBAAkB,EAClB,sBAAsB,EACtB,WAAW,EACX,eAAe,EACf,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,iBAAiB,EAMlB,MAAM,GAAG,CAAC;AAEX,2EAA2E;AAC3E,MAAM,MAAM,UAAU,GAAG;IACvB,eAAe,EAAE,aAAa,CAAC;IAC/B,gBAAgB,EAAE,aAAa,CAAC;IAChC,mBAAmB,EAAE,aAAa,CAAC;IACnC,oBAAoB,EAAE,aAAa,CAAC;IACpC,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,gBAAgB,EAAE,oBAAoB,CAAC;IACvC,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAC7B,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,QAAQ,CAAC;IACnB,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;;;;;;OASG;IACH,wBAAwB,EAAE,MAAM,CAAC;IACjC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,eAAe,EAAE,iBAAiB,CAAC;IACnC,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,mBAAmB,EAAE,iBAAiB,CAAC;IACvC,oBAAoB,EAAE,iBAAiB,CAAC;IACxC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,kBAAkB,EAAE,sBAAsB,CAAC;IAC3C,gBAAgB,EAAE,wBAAwB,CAAC;IAC3C,WAAW,EAAE,eAAe,CAAC;IAC7B,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAC7B,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,QAAQ,EAAE,YAAY,CAAC;IACvB,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;;;;;;OASG;IACH,wBAAwB,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1C,OAAO,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;CACjC,CAAC;AAEF,wBAAgB,uBAAuB,IAAI,UAAU,CACnD,cAAc,EACd,UAAU,CACX,CAqBA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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.getBankConfigSerializer = void 0;
|
|
11
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
|
12
|
+
const _1 = require(".");
|
|
13
|
+
function getBankConfigSerializer() {
|
|
14
|
+
return (0, serializers_1.struct)([
|
|
15
|
+
['assetWeightInit', (0, _1.getWrappedI80F48Serializer)()],
|
|
16
|
+
['assetWeightMaint', (0, _1.getWrappedI80F48Serializer)()],
|
|
17
|
+
['liabilityWeightInit', (0, _1.getWrappedI80F48Serializer)()],
|
|
18
|
+
['liabilityWeightMaint', (0, _1.getWrappedI80F48Serializer)()],
|
|
19
|
+
['depositLimit', (0, serializers_1.u64)()],
|
|
20
|
+
['interestRateConfig', (0, _1.getInterestRateConfigSerializer)()],
|
|
21
|
+
['operationalState', (0, _1.getBankOperationalStateSerializer)()],
|
|
22
|
+
['oracleSetup', (0, _1.getOracleSetupSerializer)()],
|
|
23
|
+
['oracleKeys', (0, serializers_1.array)((0, serializers_1.publicKey)(), { size: 5 })],
|
|
24
|
+
['autoPadding0', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 6 })],
|
|
25
|
+
['borrowLimit', (0, serializers_1.u64)()],
|
|
26
|
+
['riskTier', (0, _1.getRiskTierSerializer)()],
|
|
27
|
+
['autoPadding1', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 7 })],
|
|
28
|
+
['totalAssetValueInitLimit', (0, serializers_1.u64)()],
|
|
29
|
+
['padding', (0, serializers_1.array)((0, serializers_1.u64)(), { size: 5 })],
|
|
30
|
+
], { description: 'BankConfig' });
|
|
31
|
+
}
|
|
32
|
+
exports.getBankConfigSerializer = getBankConfigSerializer;
|