@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,84 @@
|
|
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.marginfiRefreshData = exports.getMarginfiRefreshDataInstructionDataSerializer = 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 getMarginfiRefreshDataInstructionDataSerializer() {
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.u8)()]], {
|
16
|
+
description: 'MarginfiRefreshDataInstructionData',
|
17
|
+
}), (value) => ({ ...value, discriminator: 7 }));
|
18
|
+
}
|
19
|
+
exports.getMarginfiRefreshDataInstructionDataSerializer = getMarginfiRefreshDataInstructionDataSerializer;
|
20
|
+
// Instruction.
|
21
|
+
function marginfiRefreshData(context, input) {
|
22
|
+
// Program ID.
|
23
|
+
const programId = context.programs.getPublicKey('solauto', 'AutoyKBRaHSBHy9RsmXCZMy6nNFAg5FYijrvZyQcNLV');
|
24
|
+
// Accounts.
|
25
|
+
const resolvedAccounts = {
|
26
|
+
signer: {
|
27
|
+
index: 0,
|
28
|
+
isWritable: false,
|
29
|
+
value: input.signer ?? null,
|
30
|
+
},
|
31
|
+
marginfiProgram: {
|
32
|
+
index: 1,
|
33
|
+
isWritable: false,
|
34
|
+
value: input.marginfiProgram ?? null,
|
35
|
+
},
|
36
|
+
marginfiGroup: {
|
37
|
+
index: 2,
|
38
|
+
isWritable: false,
|
39
|
+
value: input.marginfiGroup ?? null,
|
40
|
+
},
|
41
|
+
marginfiAccount: {
|
42
|
+
index: 3,
|
43
|
+
isWritable: false,
|
44
|
+
value: input.marginfiAccount ?? null,
|
45
|
+
},
|
46
|
+
supplyBank: {
|
47
|
+
index: 4,
|
48
|
+
isWritable: true,
|
49
|
+
value: input.supplyBank ?? null,
|
50
|
+
},
|
51
|
+
supplyPriceOracle: {
|
52
|
+
index: 5,
|
53
|
+
isWritable: false,
|
54
|
+
value: input.supplyPriceOracle ?? null,
|
55
|
+
},
|
56
|
+
debtBank: {
|
57
|
+
index: 6,
|
58
|
+
isWritable: true,
|
59
|
+
value: input.debtBank ?? null,
|
60
|
+
},
|
61
|
+
debtPriceOracle: {
|
62
|
+
index: 7,
|
63
|
+
isWritable: false,
|
64
|
+
value: input.debtPriceOracle ?? null,
|
65
|
+
},
|
66
|
+
solautoPosition: {
|
67
|
+
index: 8,
|
68
|
+
isWritable: true,
|
69
|
+
value: input.solautoPosition ?? null,
|
70
|
+
},
|
71
|
+
};
|
72
|
+
// Accounts in order.
|
73
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
74
|
+
// Keys and Signers.
|
75
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
76
|
+
// Data.
|
77
|
+
const data = getMarginfiRefreshDataInstructionDataSerializer().serialize({});
|
78
|
+
// Bytes Created On Chain.
|
79
|
+
const bytesCreatedOnChain = 0;
|
80
|
+
return (0, umi_1.transactionBuilder)([
|
81
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
82
|
+
]);
|
83
|
+
}
|
84
|
+
exports.marginfiRefreshData = marginfiRefreshData;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
/**
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
4
|
+
* to add features, then rerun kinobi to update it.
|
5
|
+
*
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
7
|
+
*/
|
8
|
+
import { Context, Pda, PublicKey, Signer, TransactionBuilder } from '@metaplex-foundation/umi';
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
10
|
+
import { UpdatePositionData, UpdatePositionDataArgs } from '../types';
|
11
|
+
export type UpdatePositionInstructionAccounts = {
|
12
|
+
signer: Signer;
|
13
|
+
systemProgram?: PublicKey | Pda;
|
14
|
+
tokenProgram?: PublicKey | Pda;
|
15
|
+
solautoPosition: PublicKey | Pda;
|
16
|
+
debtMint?: PublicKey | Pda;
|
17
|
+
positionDebtTa?: PublicKey | Pda;
|
18
|
+
signerDebtTa?: PublicKey | Pda;
|
19
|
+
};
|
20
|
+
export type UpdatePositionInstructionData = {
|
21
|
+
discriminator: number;
|
22
|
+
updatePositionData: UpdatePositionData;
|
23
|
+
};
|
24
|
+
export type UpdatePositionInstructionDataArgs = {
|
25
|
+
updatePositionData: UpdatePositionDataArgs;
|
26
|
+
};
|
27
|
+
export declare function getUpdatePositionInstructionDataSerializer(): Serializer<UpdatePositionInstructionDataArgs, UpdatePositionInstructionData>;
|
28
|
+
export type UpdatePositionInstructionArgs = UpdatePositionInstructionDataArgs;
|
29
|
+
export declare function updatePosition(context: Pick<Context, 'programs'>, input: UpdatePositionInstructionAccounts & UpdatePositionInstructionArgs): TransactionBuilder;
|
30
|
+
//# sourceMappingURL=updatePosition.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"updatePosition.d.ts","sourceRoot":"","sources":["../../../src/generated/instructions/updatePosition.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,MAAM,EACN,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAIX,MAAM,sCAAsC,CAAC;AAM9C,OAAO,EACL,kBAAkB,EAClB,sBAAsB,EAEvB,MAAM,UAAU,CAAC;AAGlB,MAAM,MAAM,iCAAiC,GAAG;IAC9C,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,QAAQ,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3B,cAAc,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;CAChC,CAAC;AAGF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,kBAAkB,CAAC;CACxC,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,kBAAkB,EAAE,sBAAsB,CAAC;CAC5C,CAAC;AAEF,wBAAgB,0CAA0C,IAAI,UAAU,CACtE,iCAAiC,EACjC,6BAA6B,CAC9B,CAkBA;AAGD,MAAM,MAAM,6BAA6B,GAAG,iCAAiC,CAAC;AAG9E,wBAAgB,cAAc,CAC5B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,iCAAiC,GAAG,6BAA6B,GACvE,kBAAkB,CAwFpB"}
|
@@ -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.updatePosition = exports.getUpdatePositionInstructionDataSerializer = 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 getUpdatePositionInstructionDataSerializer() {
|
16
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([
|
17
|
+
['discriminator', (0, serializers_1.u8)()],
|
18
|
+
['updatePositionData', (0, types_1.getUpdatePositionDataSerializer)()],
|
19
|
+
], { description: 'UpdatePositionInstructionData' }), (value) => ({ ...value, discriminator: 3 }));
|
20
|
+
}
|
21
|
+
exports.getUpdatePositionInstructionDataSerializer = getUpdatePositionInstructionDataSerializer;
|
22
|
+
// Instruction.
|
23
|
+
function updatePosition(context, input) {
|
24
|
+
// Program ID.
|
25
|
+
const programId = context.programs.getPublicKey('solauto', 'AutoyKBRaHSBHy9RsmXCZMy6nNFAg5FYijrvZyQcNLV');
|
26
|
+
// Accounts.
|
27
|
+
const resolvedAccounts = {
|
28
|
+
signer: {
|
29
|
+
index: 0,
|
30
|
+
isWritable: false,
|
31
|
+
value: input.signer ?? null,
|
32
|
+
},
|
33
|
+
systemProgram: {
|
34
|
+
index: 1,
|
35
|
+
isWritable: false,
|
36
|
+
value: input.systemProgram ?? null,
|
37
|
+
},
|
38
|
+
tokenProgram: {
|
39
|
+
index: 2,
|
40
|
+
isWritable: false,
|
41
|
+
value: input.tokenProgram ?? null,
|
42
|
+
},
|
43
|
+
solautoPosition: {
|
44
|
+
index: 3,
|
45
|
+
isWritable: true,
|
46
|
+
value: input.solautoPosition ?? null,
|
47
|
+
},
|
48
|
+
debtMint: {
|
49
|
+
index: 4,
|
50
|
+
isWritable: false,
|
51
|
+
value: input.debtMint ?? null,
|
52
|
+
},
|
53
|
+
positionDebtTa: {
|
54
|
+
index: 5,
|
55
|
+
isWritable: true,
|
56
|
+
value: input.positionDebtTa ?? null,
|
57
|
+
},
|
58
|
+
signerDebtTa: {
|
59
|
+
index: 6,
|
60
|
+
isWritable: true,
|
61
|
+
value: input.signerDebtTa ?? null,
|
62
|
+
},
|
63
|
+
};
|
64
|
+
// Arguments.
|
65
|
+
const resolvedArgs = { ...input };
|
66
|
+
// Default values.
|
67
|
+
if (!resolvedAccounts.systemProgram.value) {
|
68
|
+
resolvedAccounts.systemProgram.value = context.programs.getPublicKey('splSystem', '11111111111111111111111111111111');
|
69
|
+
resolvedAccounts.systemProgram.isWritable = false;
|
70
|
+
}
|
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 = getUpdatePositionInstructionDataSerializer().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.updatePosition = updatePosition;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
/**
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
4
|
+
* to add features, then rerun kinobi to update it.
|
5
|
+
*
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
7
|
+
*/
|
8
|
+
import { Context, Option, OptionOrNullable, Pda, PublicKey, Signer, TransactionBuilder } from '@metaplex-foundation/umi';
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
10
|
+
export type UpdateReferralStatesInstructionAccounts = {
|
11
|
+
signer: Signer;
|
12
|
+
systemProgram?: PublicKey | Pda;
|
13
|
+
rent?: PublicKey | Pda;
|
14
|
+
signerReferralState: PublicKey | Pda;
|
15
|
+
referredByState?: PublicKey | Pda;
|
16
|
+
referredByAuthority?: PublicKey | Pda;
|
17
|
+
};
|
18
|
+
export type UpdateReferralStatesInstructionData = {
|
19
|
+
discriminator: number;
|
20
|
+
referralFeesDestMint: Option<PublicKey>;
|
21
|
+
addressLookupTable: Option<PublicKey>;
|
22
|
+
};
|
23
|
+
export type UpdateReferralStatesInstructionDataArgs = {
|
24
|
+
referralFeesDestMint: OptionOrNullable<PublicKey>;
|
25
|
+
addressLookupTable: OptionOrNullable<PublicKey>;
|
26
|
+
};
|
27
|
+
export declare function getUpdateReferralStatesInstructionDataSerializer(): Serializer<UpdateReferralStatesInstructionDataArgs, UpdateReferralStatesInstructionData>;
|
28
|
+
export type UpdateReferralStatesInstructionArgs = UpdateReferralStatesInstructionDataArgs;
|
29
|
+
export declare function updateReferralStates(context: Pick<Context, 'programs'>, input: UpdateReferralStatesInstructionAccounts & UpdateReferralStatesInstructionArgs): TransactionBuilder;
|
30
|
+
//# sourceMappingURL=updateReferralStates.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"updateReferralStates.d.ts","sourceRoot":"","sources":["../../../src/generated/instructions/updateReferralStates.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,MAAM,EACN,gBAAgB,EAChB,GAAG,EACH,SAAS,EACT,MAAM,EACN,kBAAkB,EAGnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAMX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,uCAAuC,GAAG;IACpD,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,IAAI,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IACvB,mBAAmB,EAAE,SAAS,GAAG,GAAG,CAAC;IACrC,eAAe,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAClC,mBAAmB,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;CACvC,CAAC;AAGF,MAAM,MAAM,mCAAmC,GAAG;IAChD,aAAa,EAAE,MAAM,CAAC;IACtB,oBAAoB,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC;IACxC,kBAAkB,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC;CACvC,CAAC;AAEF,MAAM,MAAM,uCAAuC,GAAG;IACpD,oBAAoB,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAC;IAClD,kBAAkB,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAC;CACjD,CAAC;AAEF,wBAAgB,gDAAgD,IAAI,UAAU,CAC5E,uCAAuC,EACvC,mCAAmC,CACpC,CAmBA;AAGD,MAAM,MAAM,mCAAmC,GAC7C,uCAAuC,CAAC;AAG1C,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,uCAAuC,GAC5C,mCAAmC,GACpC,kBAAkB,CA6EpB"}
|
@@ -0,0 +1,77 @@
|
|
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.updateReferralStates = exports.getUpdateReferralStatesInstructionDataSerializer = 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 getUpdateReferralStatesInstructionDataSerializer() {
|
15
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([
|
16
|
+
['discriminator', (0, serializers_1.u8)()],
|
17
|
+
['referralFeesDestMint', (0, serializers_1.option)((0, serializers_1.publicKey)())],
|
18
|
+
['addressLookupTable', (0, serializers_1.option)((0, serializers_1.publicKey)())],
|
19
|
+
], { description: 'UpdateReferralStatesInstructionData' }), (value) => ({ ...value, discriminator: 0 }));
|
20
|
+
}
|
21
|
+
exports.getUpdateReferralStatesInstructionDataSerializer = getUpdateReferralStatesInstructionDataSerializer;
|
22
|
+
// Instruction.
|
23
|
+
function updateReferralStates(context, input) {
|
24
|
+
// Program ID.
|
25
|
+
const programId = context.programs.getPublicKey('solauto', 'AutoyKBRaHSBHy9RsmXCZMy6nNFAg5FYijrvZyQcNLV');
|
26
|
+
// Accounts.
|
27
|
+
const resolvedAccounts = {
|
28
|
+
signer: {
|
29
|
+
index: 0,
|
30
|
+
isWritable: false,
|
31
|
+
value: input.signer ?? null,
|
32
|
+
},
|
33
|
+
systemProgram: {
|
34
|
+
index: 1,
|
35
|
+
isWritable: false,
|
36
|
+
value: input.systemProgram ?? null,
|
37
|
+
},
|
38
|
+
rent: { index: 2, isWritable: false, value: input.rent ?? null },
|
39
|
+
signerReferralState: {
|
40
|
+
index: 3,
|
41
|
+
isWritable: true,
|
42
|
+
value: input.signerReferralState ?? null,
|
43
|
+
},
|
44
|
+
referredByState: {
|
45
|
+
index: 4,
|
46
|
+
isWritable: true,
|
47
|
+
value: input.referredByState ?? null,
|
48
|
+
},
|
49
|
+
referredByAuthority: {
|
50
|
+
index: 5,
|
51
|
+
isWritable: false,
|
52
|
+
value: input.referredByAuthority ?? null,
|
53
|
+
},
|
54
|
+
};
|
55
|
+
// Arguments.
|
56
|
+
const resolvedArgs = { ...input };
|
57
|
+
// Default values.
|
58
|
+
if (!resolvedAccounts.systemProgram.value) {
|
59
|
+
resolvedAccounts.systemProgram.value = context.programs.getPublicKey('splSystem', '11111111111111111111111111111111');
|
60
|
+
resolvedAccounts.systemProgram.isWritable = false;
|
61
|
+
}
|
62
|
+
if (!resolvedAccounts.rent.value) {
|
63
|
+
resolvedAccounts.rent.value = (0, umi_1.publicKey)('SysvarRent111111111111111111111111111111111');
|
64
|
+
}
|
65
|
+
// Accounts in order.
|
66
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
67
|
+
// Keys and Signers.
|
68
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
69
|
+
// Data.
|
70
|
+
const data = getUpdateReferralStatesInstructionDataSerializer().serialize(resolvedArgs);
|
71
|
+
// Bytes Created On Chain.
|
72
|
+
const bytesCreatedOnChain = 0;
|
73
|
+
return (0, umi_1.transactionBuilder)([
|
74
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
75
|
+
]);
|
76
|
+
}
|
77
|
+
exports.updateReferralStates = updateReferralStates;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/**
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
4
|
+
* to add features, then rerun kinobi to update it.
|
5
|
+
*
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
7
|
+
*/
|
8
|
+
export * from './solauto';
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/programs/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,WAAW,CAAC"}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
5
|
+
* to add features, then rerun kinobi to update it.
|
6
|
+
*
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
8
|
+
*/
|
9
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
12
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
13
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
14
|
+
}
|
15
|
+
Object.defineProperty(o, k2, desc);
|
16
|
+
}) : (function(o, m, k, k2) {
|
17
|
+
if (k2 === undefined) k2 = k;
|
18
|
+
o[k2] = m[k];
|
19
|
+
}));
|
20
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
21
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
22
|
+
};
|
23
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
24
|
+
__exportStar(require("./solauto"), exports);
|
@@ -0,0 +1,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 SOLAUTO_PROGRAM_ID: PublicKey<"AutoyKBRaHSBHy9RsmXCZMy6nNFAg5FYijrvZyQcNLV">;
|
10
|
+
export declare function createSolautoProgram(): Program;
|
11
|
+
export declare function getSolautoProgram<T extends Program = Program>(context: Pick<Context, 'programs'>, clusterFilter?: ClusterFilter): T;
|
12
|
+
export declare function getSolautoProgramId(context: Pick<Context, 'programs'>, clusterFilter?: ClusterFilter): PublicKey;
|
13
|
+
//# sourceMappingURL=solauto.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"solauto.d.ts","sourceRoot":"","sources":["../../../src/generated/programs/solauto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,aAAa,EACb,OAAO,EACP,OAAO,EACP,SAAS,EACV,MAAM,0BAA0B,CAAC;AAGlC,eAAO,MAAM,kBAAkB,0DAC4E,CAAC;AAE5G,wBAAgB,oBAAoB,IAAI,OAAO,CAc9C;AAED,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO,EAC3D,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,aAAa,CAAC,EAAE,aAAa,GAC5B,CAAC,CAEH;AAED,wBAAgB,mBAAmB,CACjC,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.getSolautoProgramId = exports.getSolautoProgram = exports.createSolautoProgram = exports.SOLAUTO_PROGRAM_ID = void 0;
|
11
|
+
const errors_1 = require("../errors");
|
12
|
+
exports.SOLAUTO_PROGRAM_ID = 'AutoyKBRaHSBHy9RsmXCZMy6nNFAg5FYijrvZyQcNLV';
|
13
|
+
function createSolautoProgram() {
|
14
|
+
return {
|
15
|
+
name: 'solauto',
|
16
|
+
publicKey: exports.SOLAUTO_PROGRAM_ID,
|
17
|
+
getErrorFromCode(code, cause) {
|
18
|
+
return (0, errors_1.getSolautoErrorFromCode)(code, this, cause);
|
19
|
+
},
|
20
|
+
getErrorFromName(name, cause) {
|
21
|
+
return (0, errors_1.getSolautoErrorFromName)(name, this, cause);
|
22
|
+
},
|
23
|
+
isOnCluster() {
|
24
|
+
return true;
|
25
|
+
},
|
26
|
+
};
|
27
|
+
}
|
28
|
+
exports.createSolautoProgram = createSolautoProgram;
|
29
|
+
function getSolautoProgram(context, clusterFilter) {
|
30
|
+
return context.programs.get('solauto', clusterFilter);
|
31
|
+
}
|
32
|
+
exports.getSolautoProgram = getSolautoProgram;
|
33
|
+
function getSolautoProgramId(context, clusterFilter) {
|
34
|
+
return context.programs.getPublicKey('solauto', exports.SOLAUTO_PROGRAM_ID, clusterFilter);
|
35
|
+
}
|
36
|
+
exports.getSolautoProgramId = getSolautoProgramId;
|
@@ -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/generated/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,26 @@
|
|
1
|
+
/**
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
4
|
+
* to add features, then rerun kinobi to update it.
|
5
|
+
*
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
7
|
+
*/
|
8
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
9
|
+
export type AutomationSettings = {
|
10
|
+
targetPeriods: number;
|
11
|
+
periodsPassed: number;
|
12
|
+
padding1: Array<number>;
|
13
|
+
unixStartDate: bigint;
|
14
|
+
intervalSeconds: bigint;
|
15
|
+
padding: Uint8Array;
|
16
|
+
};
|
17
|
+
export type AutomationSettingsArgs = {
|
18
|
+
targetPeriods: number;
|
19
|
+
periodsPassed: number;
|
20
|
+
padding1: Array<number>;
|
21
|
+
unixStartDate: number | bigint;
|
22
|
+
intervalSeconds: number | bigint;
|
23
|
+
padding: Uint8Array;
|
24
|
+
};
|
25
|
+
export declare function getAutomationSettingsSerializer(): Serializer<AutomationSettingsArgs, AutomationSettings>;
|
26
|
+
//# sourceMappingURL=automationSettings.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"automationSettings.d.ts","sourceRoot":"","sources":["../../../src/generated/types/automationSettings.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,UAAU,EAOX,MAAM,sCAAsC,CAAC;AAE9C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,UAAU,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,eAAe,EAAE,MAAM,GAAG,MAAM,CAAC;IACjC,OAAO,EAAE,UAAU,CAAC;CACrB,CAAC;AAEF,wBAAgB,+BAA+B,IAAI,UAAU,CAC3D,sBAAsB,EACtB,kBAAkB,CACnB,CAYA"}
|
@@ -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.getAutomationSettingsSerializer = void 0;
|
11
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
12
|
+
function getAutomationSettingsSerializer() {
|
13
|
+
return (0, serializers_1.struct)([
|
14
|
+
['targetPeriods', (0, serializers_1.u16)()],
|
15
|
+
['periodsPassed', (0, serializers_1.u16)()],
|
16
|
+
['padding1', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 4 })],
|
17
|
+
['unixStartDate', (0, serializers_1.u64)()],
|
18
|
+
['intervalSeconds', (0, serializers_1.u64)()],
|
19
|
+
['padding', (0, serializers_1.bytes)({ size: 32 })],
|
20
|
+
], { description: 'AutomationSettings' });
|
21
|
+
}
|
22
|
+
exports.getAutomationSettingsSerializer = getAutomationSettingsSerializer;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
/**
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
4
|
+
* to add features, then rerun kinobi to update it.
|
5
|
+
*
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
7
|
+
*/
|
8
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
9
|
+
export type AutomationSettingsInp = {
|
10
|
+
targetPeriods: number;
|
11
|
+
periodsPassed: number;
|
12
|
+
unixStartDate: bigint;
|
13
|
+
intervalSeconds: bigint;
|
14
|
+
};
|
15
|
+
export type AutomationSettingsInpArgs = {
|
16
|
+
targetPeriods: number;
|
17
|
+
periodsPassed: number;
|
18
|
+
unixStartDate: number | bigint;
|
19
|
+
intervalSeconds: number | bigint;
|
20
|
+
};
|
21
|
+
export declare function getAutomationSettingsInpSerializer(): Serializer<AutomationSettingsInpArgs, AutomationSettingsInp>;
|
22
|
+
//# sourceMappingURL=automationSettingsInp.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"automationSettingsInp.d.ts","sourceRoot":"","sources":["../../../src/generated/types/automationSettingsInp.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,UAAU,EAIX,MAAM,sCAAsC,CAAC;AAE9C,MAAM,MAAM,qBAAqB,GAAG;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,eAAe,EAAE,MAAM,GAAG,MAAM,CAAC;CAClC,CAAC;AAEF,wBAAgB,kCAAkC,IAAI,UAAU,CAC9D,yBAAyB,EACzB,qBAAqB,CACtB,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.getAutomationSettingsInpSerializer = void 0;
|
11
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
12
|
+
function getAutomationSettingsInpSerializer() {
|
13
|
+
return (0, serializers_1.struct)([
|
14
|
+
['targetPeriods', (0, serializers_1.u16)()],
|
15
|
+
['periodsPassed', (0, serializers_1.u16)()],
|
16
|
+
['unixStartDate', (0, serializers_1.u64)()],
|
17
|
+
['intervalSeconds', (0, serializers_1.u64)()],
|
18
|
+
], { description: 'AutomationSettingsInp' });
|
19
|
+
}
|
20
|
+
exports.getAutomationSettingsInpSerializer = getAutomationSettingsInpSerializer;
|