@gurge/sdk 0.3.4 → 0.3.7
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/common/src/API/API.d.ts +127 -0
- package/common/src/API/accessCodeCalls.d.ts +23 -0
- package/common/src/API/admin-calls.d.ts +9 -0
- package/common/src/API/brotherhoodCalls.d.ts +82 -0
- package/common/src/API/callLifiAPI.d.ts +33 -0
- package/common/src/API/callMonitor.d.ts +9 -0
- package/common/src/API/callNearIntentsAPI.d.ts +3 -0
- package/common/src/API/callOdosAPI.d.ts +63 -0
- package/common/src/API/callOkxAPI.d.ts +10 -0
- package/common/src/API/callOneInchAPI.d.ts +18 -0
- package/common/src/API/callRelayer.d.ts +41 -0
- package/common/src/API/checkRisk.d.ts +1 -0
- package/common/src/API/dashboardAccountCalls.d.ts +24 -0
- package/common/src/API/dashboardAccountMemberCalls.d.ts +34 -0
- package/common/src/API/dashboardBalanceCalls.d.ts +12 -0
- package/common/src/API/dashboardContactCalls.d.ts +9 -0
- package/common/src/API/dashboardPayoutCalls.d.ts +14 -0
- package/common/src/API/dashboardTransactionCalls.d.ts +3 -0
- package/common/src/API/deposit-and-withdraw-status-calls.d.ts +21 -0
- package/common/src/API/enclaveRecipientInfoCalls.d.ts +14 -0
- package/common/src/API/enclaveSignatureCalls.d.ts +5 -0
- package/common/src/API/enclaveUtxoCalls.d.ts +46 -0
- package/common/src/API/fetchCommitmentsCache.d.ts +19 -0
- package/common/src/API/generate-trading-points.d.ts +27 -0
- package/common/src/API/get-token-data.d.ts +6 -0
- package/common/src/API/get-token-price-chart-data.d.ts +16 -0
- package/common/src/API/getAnyRecipientInfo.d.ts +1 -0
- package/common/src/API/getCoingeckoPrice.d.ts +21 -0
- package/common/src/API/getGasEstimates.d.ts +10 -0
- package/common/src/API/getServerURL.d.ts +7 -0
- package/common/src/API/getTokenPrice.d.ts +10 -0
- package/common/src/API/getWebsiteURL.d.ts +5 -0
- package/common/src/API/index.d.ts +25 -0
- package/common/src/API/kycCalls.d.ts +14 -0
- package/common/src/API/leaderboardCalls.d.ts +14 -0
- package/common/src/API/onrampCalls.d.ts +20 -0
- package/common/src/API/privacy-score-calls.d.ts +17 -0
- package/common/src/API/privateSendEmailNotificationsCalls.d.ts +8 -0
- package/common/src/API/privateSendNonceCalls.d.ts +13 -0
- package/common/src/API/privateSendRecipientInfoCalls.d.ts +11 -0
- package/common/src/API/proxyAccountsCalls.d.ts +6 -0
- package/common/src/API/referralsCalls.d.ts +22 -0
- package/common/src/API/relayCalls.d.ts +5 -0
- package/common/src/API/resolve-sns.d.ts +1 -0
- package/common/src/API/rewardsUserCalls.d.ts +60 -0
- package/common/src/API/scheduled-transactions-calls.d.ts +20 -0
- package/common/src/API/seedless-calls.d.ts +53 -0
- package/common/src/API/send-telegram-callback.d.ts +7 -0
- package/common/src/API/simulate-batch-tx.d.ts +3 -0
- package/common/src/API/simulate-transaction.d.ts +5 -0
- package/common/src/API/snapshot-event-calls.d.ts +7 -0
- package/common/src/API/temporaryWalletCalls.d.ts +13 -0
- package/common/src/API/tenderly.api.d.ts +20 -0
- package/common/src/API/token-calls.d.ts +4 -0
- package/common/src/API/tronSubsidyCalls.d.ts +13 -0
- package/common/src/API/weeklyAnalyticCalls.d.ts +22 -0
- package/common/src/constants/activity.constants.d.ts +2 -0
- package/common/src/constants/addresses.constants.d.ts +70 -0
- package/common/src/constants/assets.constants.d.ts +13 -0
- package/common/src/constants/auth.constants.d.ts +2 -0
- package/common/src/constants/backend.constants.d.ts +12 -0
- package/common/src/constants/balance.constants.d.ts +1 -0
- package/common/src/constants/bridging.constants.d.ts +25 -0
- package/common/src/constants/chains.constants.d.ts +70 -0
- package/common/src/constants/coingecko.constants.d.ts +43 -0
- package/common/src/constants/contracts.constants.d.ts +119 -0
- package/common/src/constants/conversion.constants.d.ts +1 -0
- package/common/src/constants/deploy-data/index.d.ts +14 -0
- package/common/src/constants/deploy-data/mergeDeployData.d.ts +4 -0
- package/common/src/constants/events.constants.d.ts +1 -0
- package/common/src/constants/fees.constants.d.ts +9 -0
- package/common/src/constants/function-signatures.constants.d.ts +4 -0
- package/common/src/constants/images.constants.d.ts +1 -0
- package/common/src/constants/index.d.ts +37 -0
- package/common/src/constants/kyc.constants.d.ts +29 -0
- package/common/src/constants/lifi.constants.d.ts +3 -0
- package/common/src/constants/link.constant.d.ts +1 -0
- package/common/src/constants/mediaUrls.constants.d.ts +45 -0
- package/common/src/constants/mystery-boxes.constants.d.ts +0 -0
- package/common/src/constants/oauthUrls.constants.d.ts +4 -0
- package/common/src/constants/okx.constants.d.ts +2 -0
- package/common/src/constants/pay.constants.d.ts +1 -0
- package/common/src/constants/permit2.constants.d.ts +7 -0
- package/common/src/constants/presale.constants.d.ts +87 -0
- package/common/src/constants/price-impact.constants.d.ts +2 -0
- package/common/src/constants/protocol.constants.d.ts +62 -0
- package/common/src/constants/reorg-depths.constants.d.ts +17 -0
- package/common/src/constants/rewards.constants.d.ts +17 -0
- package/common/src/constants/save-depths.d.ts +19 -0
- package/common/src/constants/schedule.constants.d.ts +2 -0
- package/common/src/constants/server.constants.d.ts +142 -0
- package/common/src/constants/tasks.constants.d.ts +9 -0
- package/common/src/constants/token.limits.constants.d.ts +5 -0
- package/common/src/constants/tokens.constants.d.ts +4 -0
- package/common/src/constants/tx-confirmation.constants.d.ts +4 -0
- package/common/src/constants/vite.constants.d.ts +15 -0
- package/common/src/constants/wallet.constants.d.ts +1 -0
- package/common/src/crypto/babyJub.d.ts +16 -0
- package/common/src/crypto/ecdh-dual-path.d.ts +13 -0
- package/common/src/crypto/ecdh-sealed-keys.d.ts +22 -0
- package/common/src/crypto/ecdh.d.ts +2 -0
- package/common/src/crypto/eddsa.d.ts +8 -0
- package/common/src/crypto/index.d.ts +7 -0
- package/common/src/crypto/poseidon.d.ts +15 -0
- package/common/src/crypto/preProcessing.d.ts +1 -0
- package/common/src/data-structures/AccountActions/AccountActions.d.ts +17 -0
- package/common/src/data-structures/AccountActions/index.d.ts +1 -0
- package/common/src/data-structures/ApprovalDBs/EventsPublicApprovalsDB.d.ts +18 -0
- package/common/src/data-structures/ApprovalDBs/index.d.ts +1 -0
- package/common/src/data-structures/BlockchainEvent/BlockchainEvent.d.ts +14 -0
- package/common/src/data-structures/Hinkal/Hinkal.d.ts +116 -0
- package/common/src/data-structures/Hinkal/HinkalPrivateBalanceController.d.ts +19 -0
- package/common/src/data-structures/Hinkal/IHinkal.d.ts +103 -0
- package/common/src/data-structures/Hinkal/handleAutoDepositBack.d.ts +3 -0
- package/common/src/data-structures/Hinkal/hinkalActionReceive.d.ts +7 -0
- package/common/src/data-structures/Hinkal/hinkalClaimUtxo.d.ts +5 -0
- package/common/src/data-structures/Hinkal/hinkalDeposit.d.ts +6 -0
- package/common/src/data-structures/Hinkal/hinkalDepositAndBridge.d.ts +4 -0
- package/common/src/data-structures/Hinkal/hinkalDepositAndWithdraw.d.ts +6 -0
- package/common/src/data-structures/Hinkal/hinkalDepositOnChainUtxos.d.ts +8 -0
- package/common/src/data-structures/Hinkal/hinkalGetRecipientInfo.d.ts +2 -0
- package/common/src/data-structures/Hinkal/hinkalGetZkMeProvider.d.ts +28 -0
- package/common/src/data-structures/Hinkal/hinkalMultiSend.d.ts +3 -0
- package/common/src/data-structures/Hinkal/hinkalNearDepositAndBridge.d.ts +6 -0
- package/common/src/data-structures/Hinkal/hinkalPalEvmDeposit.d.ts +9 -0
- package/common/src/data-structures/Hinkal/hinkalPalSolanaDepositPrepare.d.ts +9 -0
- package/common/src/data-structures/Hinkal/hinkalPalTronDepositPrepare.d.ts +9 -0
- package/common/src/data-structures/Hinkal/hinkalPrivateWallet.d.ts +6 -0
- package/common/src/data-structures/Hinkal/hinkalProoflessDeposit.d.ts +8 -0
- package/common/src/data-structures/Hinkal/hinkalProoflessDeposit.utils.d.ts +7 -0
- package/common/src/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.d.ts +6 -0
- package/common/src/data-structures/Hinkal/hinkalProxySwap.d.ts +7 -0
- package/common/src/data-structures/Hinkal/hinkalProxyToPrivate.d.ts +6 -0
- package/common/src/data-structures/Hinkal/hinkalSignSubAccount.d.ts +4 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaClaimUtxo.d.ts +5 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaDeposit.d.ts +8 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.d.ts +24 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaProoflessDeposit.d.ts +5 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySend.d.ts +6 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaProxyShield.d.ts +6 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySwap.d.ts +6 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaSwap.d.ts +4 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaTransfer.d.ts +31 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaWithdraw.d.ts +4 -0
- package/common/src/data-structures/Hinkal/hinkalSwap.d.ts +7 -0
- package/common/src/data-structures/Hinkal/hinkalTransfer.d.ts +4 -0
- package/common/src/data-structures/Hinkal/hinkalWithdraw.d.ts +7 -0
- package/common/src/data-structures/Hinkal/hinkalWithdrawStuckUtxos.d.ts +3 -0
- package/common/src/data-structures/Hinkal/index.d.ts +25 -0
- package/common/src/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.d.ts +22 -0
- package/common/src/data-structures/Hinkal/resetMerkleTrees.d.ts +2 -0
- package/common/src/data-structures/IndexedDB/activity-db.d.ts +14 -0
- package/common/src/data-structures/IndexedDB/balances-db.d.ts +13 -0
- package/common/src/data-structures/IndexedDB/contact-db.d.ts +12 -0
- package/common/src/data-structures/IndexedDB/index.d.ts +8 -0
- package/common/src/data-structures/IndexedDB/key-val-store.d.ts +6 -0
- package/common/src/data-structures/IndexedDB/pay-activity-db.d.ts +9 -0
- package/common/src/data-structures/IndexedDB/prices-db.d.ts +9 -0
- package/common/src/data-structures/IndexedDB/private-balances-db.d.ts +9 -0
- package/common/src/data-structures/IndexedDB/signatures-db.d.ts +10 -0
- package/common/src/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.d.ts +20 -0
- package/common/src/data-structures/TokenDBs/AlchemyPublicTokensDB.d.ts +19 -0
- package/common/src/data-structures/TokenDBs/ArcPublicTokensDB.d.ts +11 -0
- package/common/src/data-structures/TokenDBs/EventsPublicTokensDB.d.ts +18 -0
- package/common/src/data-structures/TokenDBs/IPublicTokensDB.d.ts +6 -0
- package/common/src/data-structures/TokenDBs/PrivateTokensDB.d.ts +11 -0
- package/common/src/data-structures/TokenDBs/PublicTokensDB.d.ts +9 -0
- package/common/src/data-structures/TokenDBs/index.d.ts +4 -0
- package/common/src/data-structures/TokenDBs/token-visibility-db.d.ts +17 -0
- package/common/src/data-structures/ValueCache/ValueCache.d.ts +10 -0
- package/common/src/data-structures/ValueCache/index.d.ts +1 -0
- package/common/src/data-structures/WalletManager/WalletManager.d.ts +51 -0
- package/common/src/data-structures/WalletManager/index.d.ts +1 -0
- package/common/src/data-structures/cacheDevices/AttachableMemoryCacheDevice.d.ts +8 -0
- package/common/src/data-structures/cacheDevices/BaseCacheDevice.d.ts +11 -0
- package/common/src/data-structures/cacheDevices/FileCacheDevice.d.ts +10 -0
- package/common/src/data-structures/cacheDevices/LocalStorageCacheDevice.d.ts +8 -0
- package/common/src/data-structures/cacheDevices/index.d.ts +2 -0
- package/common/src/data-structures/crypto-keys/decodeUTXO.d.ts +28 -0
- package/common/src/data-structures/crypto-keys/encryptDecryptUtxo.d.ts +18 -0
- package/common/src/data-structures/crypto-keys/index.d.ts +4 -0
- package/common/src/data-structures/crypto-keys/keyUtils.d.ts +2 -0
- package/common/src/data-structures/crypto-keys/keys.d.ts +131 -0
- package/common/src/data-structures/custom-token-registry/CustomTokenRegistry.d.ts +12 -0
- package/common/src/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.d.ts +34 -0
- package/common/src/data-structures/event-service/evm/AbstractEventService.d.ts +14 -0
- package/common/src/data-structures/event-service/evm/AbstractNullifierSnapshotService.d.ts +22 -0
- package/common/src/data-structures/event-service/evm/AbstractSnapshotService.d.ts +22 -0
- package/common/src/data-structures/event-service/evm/BlockchainEventEmitter.d.ts +37 -0
- package/common/src/data-structures/event-service/evm/ClientBlockchainEventEmitter.d.ts +11 -0
- package/common/src/data-structures/event-service/evm/PollingBlockchainEventEmitter.d.ts +6 -0
- package/common/src/data-structures/event-service/helpers/ClientEventHelper.d.ts +10 -0
- package/common/src/data-structures/event-service/helpers/PollingEventHelper.d.ts +7 -0
- package/common/src/data-structures/event-service/index.d.ts +14 -0
- package/common/src/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.d.ts +34 -0
- package/common/src/data-structures/event-service/solana/AbstractSolanaEventService.d.ts +17 -0
- package/common/src/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.d.ts +22 -0
- package/common/src/data-structures/event-service/solana/AbstractSolanaSnapshotService.d.ts +21 -0
- package/common/src/data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.d.ts +11 -0
- package/common/src/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.d.ts +6 -0
- package/common/src/data-structures/event-service/solana/SolanaBlockchainEventEmitter.d.ts +42 -0
- package/common/src/data-structures/http/BasicHttpClient.d.ts +11 -0
- package/common/src/data-structures/http/HttpClient.d.ts +10 -0
- package/common/src/data-structures/http/index.d.ts +2 -0
- package/common/src/data-structures/index.d.ts +21 -0
- package/common/src/data-structures/merkle-tree/MerkleTree.d.ts +82 -0
- package/common/src/data-structures/merkle-tree/MerkleTreeIncompleteError.d.ts +3 -0
- package/common/src/data-structures/merkle-tree/index.d.ts +2 -0
- package/common/src/data-structures/presale/PresaleContractWrapper.d.ts +23 -0
- package/common/src/data-structures/presale/index.d.ts +1 -0
- package/common/src/data-structures/provider-adapter/IProviderAdapter.d.ts +40 -0
- package/common/src/data-structures/snapshot/SnapshotFetcherService.d.ts +14 -0
- package/common/src/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.d.ts +8 -0
- package/common/src/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.d.ts +8 -0
- package/common/src/data-structures/snapshot/index.d.ts +5 -0
- package/common/src/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.d.ts +8 -0
- package/common/src/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.d.ts +8 -0
- package/common/src/data-structures/token-price-fetcher/TokenChecker.d.ts +9 -0
- package/common/src/data-structures/token-price-fetcher/index.d.ts +1 -0
- package/common/src/data-structures/transactions-manager/history/history.types.d.ts +16 -0
- package/common/src/data-structures/transactions-manager/index.d.ts +1 -0
- package/common/src/data-structures/utxo/Utxo.d.ts +69 -0
- package/common/src/error-handling/customErrors/ErrorWithAmount.d.ts +4 -0
- package/common/src/error-handling/customErrors/ErrorWithIndex.d.ts +4 -0
- package/common/src/error-handling/customErrors/ErrorWithTx.d.ts +4 -0
- package/common/src/error-handling/customErrors/FeeOverTransactionValueError.d.ts +9 -0
- package/common/src/error-handling/customErrors/HttpError.d.ts +4 -0
- package/common/src/error-handling/customErrors/SimulationFailureError.d.ts +10 -0
- package/common/src/error-handling/customErrors/customErrors.helpers.d.ts +5 -0
- package/common/src/error-handling/customErrors/index.d.ts +7 -0
- package/common/src/error-handling/error-codes.constants.d.ts +250 -0
- package/common/src/error-handling/get-error.message.d.ts +5 -0
- package/common/src/error-handling/index.d.ts +6 -0
- package/common/src/error-handling/isInsufficientFundsError.d.ts +1 -0
- package/common/src/error-handling/logError.d.ts +1 -0
- package/common/src/error-handling/logger.d.ts +5 -0
- package/common/src/error-handling/retrySolanaError.d.ts +1 -0
- package/common/src/error-handling/types.d.ts +10 -0
- package/common/src/externalABIs/BUSD.d.ts +38 -0
- package/common/src/externalABIs/DAI.d.ts +45 -0
- package/common/src/externalABIs/SanctionsList.d.ts +35 -0
- package/common/src/externalABIs/USDC.d.ts +28 -0
- package/common/src/externalABIs/USDR.d.ts +28 -0
- package/common/src/externalABIs/USDR3CRV.d.ts +49 -0
- package/common/src/externalABIs/USDT.d.ts +41 -0
- package/common/src/externalABIs/WETH.d.ts +38 -0
- package/common/src/externalABIs/amToken.d.ts +28 -0
- package/common/src/externalABIs/index.d.ts +254 -0
- package/common/src/externalABIs/swapAbi.d.ts +77 -0
- package/common/src/functions/auto-deposit-back-helpers/get-gas-token-records.d.ts +9 -0
- package/common/src/functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.d.ts +3 -0
- package/common/src/functions/auto-deposit-back-helpers/index.d.ts +4 -0
- package/common/src/functions/auto-deposit-back-helpers/select-gas-token.d.ts +13 -0
- package/common/src/functions/auto-deposit-back-helpers/update-hinkal.d.ts +3 -0
- package/common/src/functions/connectors.types.d.ts +22 -0
- package/common/src/functions/index.d.ts +13 -0
- package/common/src/functions/kyc/aiPriseHelper.d.ts +0 -0
- package/common/src/functions/kyc/checkTokenLimitsUSD.d.ts +1 -0
- package/common/src/functions/kyc/index.d.ts +3 -0
- package/common/src/functions/kyc/openDefaultPassportWindow.d.ts +1 -0
- package/common/src/functions/kyc/passportHelper.d.ts +3 -0
- package/common/src/functions/kyc/zkMeHelper.d.ts +4 -0
- package/common/src/functions/pre-transaction/addressTableLookup.d.ts +4 -0
- package/common/src/functions/pre-transaction/buildCommitmentValidationData.d.ts +14 -0
- package/common/src/functions/pre-transaction/calculateSolanaNullifierCount.d.ts +2 -0
- package/common/src/functions/pre-transaction/constructAdminData.d.ts +3 -0
- package/common/src/functions/pre-transaction/convert-okx-instructions.d.ts +11 -0
- package/common/src/functions/pre-transaction/ensureAmountChanges.d.ts +2 -0
- package/common/src/functions/pre-transaction/getExternalSwapAddress.d.ts +2 -0
- package/common/src/functions/pre-transaction/getFeeStructure.d.ts +5 -0
- package/common/src/functions/pre-transaction/getSolanaCalldataHash.d.ts +4 -0
- package/common/src/functions/pre-transaction/getVolatileTransferAmount.d.ts +9 -0
- package/common/src/functions/pre-transaction/index.d.ts +19 -0
- package/common/src/functions/pre-transaction/interaction-to-action.d.ts +2 -0
- package/common/src/functions/pre-transaction/merge-with-fee-structure-emporium.d.ts +3 -0
- package/common/src/functions/pre-transaction/merge-with-fee-structure.d.ts +2 -0
- package/common/src/functions/pre-transaction/outputUtxoProcessing.d.ts +5 -0
- package/common/src/functions/pre-transaction/process-gas-estimates.d.ts +5 -0
- package/common/src/functions/pre-transaction/recipientUtxoProcessing.d.ts +3 -0
- package/common/src/functions/pre-transaction/sendInitNullifiersTransaction.d.ts +11 -0
- package/common/src/functions/pre-transaction/sendV0Transaction.d.ts +18 -0
- package/common/src/functions/pre-transaction/solana-public-signals.d.ts +21 -0
- package/common/src/functions/pre-transaction/solana.d.ts +14 -0
- package/common/src/functions/pre-transaction/solanaTransfer.utils.d.ts +6 -0
- package/common/src/functions/pre-transaction/store-instructions.d.ts +4 -0
- package/common/src/functions/pre-transaction/store-proof.d.ts +7 -0
- package/common/src/functions/pre-transaction/waitForDepositedUtxosInMerkleTree.d.ts +3 -0
- package/common/src/functions/private-wallet/emporium.helpers.d.ts +47 -0
- package/common/src/functions/private-wallet/emporium.swap.helpers.d.ts +4 -0
- package/common/src/functions/private-wallet/index.d.ts +3 -0
- package/common/src/functions/private-wallet/opProducer.d.ts +5 -0
- package/common/src/functions/snarkjs/common.snarkjs.d.ts +23 -0
- package/common/src/functions/snarkjs/constant.d.ts +149 -0
- package/common/src/functions/snarkjs/constructGeneralZkProof.d.ts +13 -0
- package/common/src/functions/snarkjs/constructSolanaZkProof.d.ts +13 -0
- package/common/src/functions/snarkjs/fetchMerkleTreeSiblings.d.ts +11 -0
- package/common/src/functions/snarkjs/fetchOnChainRootHashes.d.ts +3 -0
- package/common/src/functions/snarkjs/generateCircomData.d.ts +5 -0
- package/common/src/functions/snarkjs/generateMainAndCommitmentZkProof.d.ts +11 -0
- package/common/src/functions/snarkjs/generateZkProof.d.ts +5 -0
- package/common/src/functions/snarkjs/generateZkProofEnclave.d.ts +5 -0
- package/common/src/functions/snarkjs/generateZkProofSelf.d.ts +5 -0
- package/common/src/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.d.ts +16 -0
- package/common/src/functions/snarkjs/getOriginalSender.d.ts +1 -0
- package/common/src/functions/snarkjs/getZKFiles.d.ts +3 -0
- package/common/src/functions/snarkjs/index.d.ts +8 -0
- package/common/src/functions/snarkjs/signedMessageHash.d.ts +31 -0
- package/common/src/functions/snarkjs/verifyCommitmentValidationData.d.ts +4 -0
- package/common/src/functions/utils/addresses.d.ts +11 -0
- package/common/src/functions/utils/aggregateTokenAmounts.d.ts +2 -0
- package/common/src/functions/utils/amounts.utils.d.ts +25 -0
- package/common/src/functions/utils/arraysMatch.d.ts +1 -0
- package/common/src/functions/utils/auth.utils.d.ts +5 -0
- package/common/src/functions/utils/bit.operations.d.ts +3 -0
- package/common/src/functions/utils/buildClaimableDepositPlan.d.ts +16 -0
- package/common/src/functions/utils/bytes32.utils.d.ts +2 -0
- package/common/src/functions/utils/cacheDevice.utils.d.ts +3 -0
- package/common/src/functions/utils/cacheFunctions.d.ts +16 -0
- package/common/src/functions/utils/caseInsensitive.utils.d.ts +3 -0
- package/common/src/functions/utils/convertEmporiumOpToCallInfo.d.ts +2 -0
- package/common/src/functions/utils/convertIntegrationProviderToExternalActionId.d.ts +3 -0
- package/common/src/functions/utils/create-provider.d.ts +4 -0
- package/common/src/functions/utils/customEnclaveFunctionsRegister.d.ts +18 -0
- package/common/src/functions/utils/deposit-claimable.utils.d.ts +6 -0
- package/common/src/functions/utils/dispatchBalanceRefreshes.d.ts +4 -0
- package/common/src/functions/utils/enclave-recipient-info-storage.d.ts +2 -0
- package/common/src/functions/utils/enclave-signature-storage.d.ts +1 -0
- package/common/src/functions/utils/enclave-utxo-storage.d.ts +7 -0
- package/common/src/functions/utils/encodeTokenWithId.d.ts +2 -0
- package/common/src/functions/utils/encryptInputForEnclave.d.ts +8 -0
- package/common/src/functions/utils/enum.utils.d.ts +9 -0
- package/common/src/functions/utils/erc20tokenFunctions.d.ts +16 -0
- package/common/src/functions/utils/evmNetworkFunctions.d.ts +3 -0
- package/common/src/functions/utils/external-action.utils.d.ts +3 -0
- package/common/src/functions/utils/fees.utils.d.ts +6 -0
- package/common/src/functions/utils/formatter.d.ts +1 -0
- package/common/src/functions/utils/get-signature-header.d.ts +5 -0
- package/common/src/functions/utils/getBlockExplorerUrl.d.ts +1 -0
- package/common/src/functions/utils/getContractAddress.d.ts +2 -0
- package/common/src/functions/utils/getDataFromTransaction.d.ts +33 -0
- package/common/src/functions/utils/getRecipientInfoFromUserKeys.d.ts +4 -0
- package/common/src/functions/utils/getSignerFromContract.d.ts +3 -0
- package/common/src/functions/utils/getUtxosFromReceipt.utils.d.ts +6 -0
- package/common/src/functions/utils/getUtxosFromReceiptSolana.d.ts +7 -0
- package/common/src/functions/utils/getWalletGroupKey.utils.d.ts +1 -0
- package/common/src/functions/utils/inLogicMetadata.d.ts +2 -0
- package/common/src/functions/utils/index.d.ts +72 -0
- package/common/src/functions/utils/involves-permit2-op.d.ts +7 -0
- package/common/src/functions/utils/ipfs.d.ts +8 -0
- package/common/src/functions/utils/is-valid-url.d.ts +1 -0
- package/common/src/functions/utils/lifi.utils.d.ts +4 -0
- package/common/src/functions/utils/memoize.utils.d.ts +1 -0
- package/common/src/functions/utils/merkleTree.utils.d.ts +2 -0
- package/common/src/functions/utils/mnemonics.d.ts +1 -0
- package/common/src/functions/utils/mutexes.utils.d.ts +2 -0
- package/common/src/functions/utils/nearIntents.utils.d.ts +11 -0
- package/common/src/functions/utils/networks.utils.d.ts +1 -0
- package/common/src/functions/utils/nftTokenFunctions.d.ts +2 -0
- package/common/src/functions/utils/nickname.utils.d.ts +1 -0
- package/common/src/functions/utils/pay-routing.utils.d.ts +4 -0
- package/common/src/functions/utils/postToOffscreen.d.ts +2 -0
- package/common/src/functions/utils/prepareHinkal.d.ts +11 -0
- package/common/src/functions/utils/process.utils.d.ts +13 -0
- package/common/src/functions/utils/proxyAvatar.utils.d.ts +2 -0
- package/common/src/functions/utils/publicBalance.utils.d.ts +7 -0
- package/common/src/functions/utils/reloadPage.d.ts +1 -0
- package/common/src/functions/utils/requireEnv.d.ts +1 -0
- package/common/src/functions/utils/resolve-sync.utils.d.ts +6 -0
- package/common/src/functions/utils/rpc-int-encode.d.ts +1 -0
- package/common/src/functions/utils/serialize-utxos.utils.d.ts +3 -0
- package/common/src/functions/utils/serialize.utils.d.ts +10 -0
- package/common/src/functions/utils/solana-memo.d.ts +3 -0
- package/common/src/functions/utils/solanaMint.utils.d.ts +10 -0
- package/common/src/functions/utils/solanaSendPreflight.utils.d.ts +6 -0
- package/common/src/functions/utils/string.utils.d.ts +16 -0
- package/common/src/functions/utils/time.utils.d.ts +20 -0
- package/common/src/functions/utils/token-check.utils.d.ts +4 -0
- package/common/src/functions/utils/transfer-claimable.utils.d.ts +9 -0
- package/common/src/functions/utils/trimFieldValues.d.ts +4 -0
- package/common/src/functions/utils/tron.utils.d.ts +43 -0
- package/common/src/functions/utils/tronSimulation.utils.d.ts +1 -0
- package/common/src/functions/utils/tx-confirmation.utils.d.ts +10 -0
- package/common/src/functions/utils/upToDateState.d.ts +2 -0
- package/common/src/functions/utils/userAgent.d.ts +2 -0
- package/common/src/functions/utils/validateUsername.d.ts +5 -0
- package/common/src/functions/utils/walletBalances.utils.d.ts +2 -0
- package/common/src/functions/web3/EIP-712.d.ts +23 -0
- package/common/src/functions/web3/connectors.utils.d.ts +8 -0
- package/common/src/functions/web3/crypto.d.ts +1 -0
- package/common/src/functions/web3/etherFunctions.d.ts +20 -0
- package/common/src/functions/web3/events/balanceChangedHandler.d.ts +5 -0
- package/common/src/functions/web3/events/getInputUtxoAndBalance.d.ts +38 -0
- package/common/src/functions/web3/events/getInputUtxosEnclave.d.ts +9 -0
- package/common/src/functions/web3/events/getShieldedBalance.d.ts +18 -0
- package/common/src/functions/web3/events/getTransactionLogEvents.d.ts +13 -0
- package/common/src/functions/web3/events/index.d.ts +4 -0
- package/common/src/functions/web3/fetchSolanaMerkleTreeRootHash.d.ts +3 -0
- package/common/src/functions/web3/functionCalls/approveToken.d.ts +4 -0
- package/common/src/functions/web3/functionCalls/approveTokensToHinkal.d.ts +4 -0
- package/common/src/functions/web3/functionCalls/constructBatchCall.d.ts +7 -0
- package/common/src/functions/web3/functionCalls/estimateGasRelayer.d.ts +4 -0
- package/common/src/functions/web3/functionCalls/getRootHash.d.ts +2 -0
- package/common/src/functions/web3/functionCalls/recoverTransactionFromError.d.ts +2 -0
- package/common/src/functions/web3/functionCalls/relayFunctions.d.ts +3 -0
- package/common/src/functions/web3/functionCalls/transactCallDirect.d.ts +6 -0
- package/common/src/functions/web3/functionCalls/transactCallDirectTron.d.ts +12 -0
- package/common/src/functions/web3/functionCalls/transactCallRelayer.d.ts +37 -0
- package/common/src/functions/web3/functionCalls/waitForErc20Approvals.d.ts +11 -0
- package/common/src/functions/web3/getContractMetadata.d.ts +5 -0
- package/common/src/functions/web3/getPublicAddressBalance.d.ts +2 -0
- package/common/src/functions/web3/getSolanaPriorityFee.d.ts +3 -0
- package/common/src/functions/web3/getTokenHolder.d.ts +1 -0
- package/common/src/functions/web3/index.d.ts +14 -0
- package/common/src/functions/web3/lifiAPI.d.ts +6 -0
- package/common/src/functions/web3/odosAPI.d.ts +5 -0
- package/common/src/functions/web3/okxAPI.d.ts +8 -0
- package/common/src/functions/web3/oneInchAPI.d.ts +5 -0
- package/common/src/functions/web3/runContractFunction.d.ts +16 -0
- package/common/src/functions/web3/signAndSendSerializedTransaction.d.ts +2 -0
- package/common/src/functions/web3/uniswapAPI.d.ts +16 -0
- package/common/src/index.d.ts +9 -0
- package/common/src/mutexes/index.d.ts +1 -0
- package/common/src/mutexes/mutex.d.ts +2 -0
- package/common/src/providers/EthersProviderAdapter.d.ts +36 -0
- package/common/src/providers/SolanaProviderAdapter.d.ts +52 -0
- package/common/src/providers/TronProviderAdapter.d.ts +39 -0
- package/common/src/providers/WagmiProviderAdapter.d.ts +48 -0
- package/common/src/providers/exportProviers.d.ts +3 -0
- package/common/src/types/API.types.d.ts +25 -0
- package/common/src/types/ICacheDevice.d.ts +5 -0
- package/common/src/types/IMultiThreadedUtxoUtils.d.ts +8 -0
- package/common/src/types/RewardUserEnums.d.ts +11 -0
- package/common/src/types/TransactionSimulator.types.d.ts +16 -0
- package/common/src/types/WeeklyAnalytics.types.d.ts +37 -0
- package/common/src/types/activities.types.d.ts +77 -0
- package/common/src/types/admin.types.d.ts +42 -0
- package/common/src/types/all-points.types.d.ts +7 -0
- package/common/src/types/approvals.types.d.ts +41 -0
- package/common/src/types/balances.types.d.ts +39 -0
- package/common/src/types/big-intable.types.d.ts +3 -0
- package/common/src/types/bridging-tx.types.d.ts +17 -0
- package/common/src/types/brotherhood-user.types.d.ts +11 -0
- package/common/src/types/cache.types.d.ts +58 -0
- package/common/src/types/chains.types.d.ts +11 -0
- package/common/src/types/circom-data.types.d.ts +107 -0
- package/common/src/types/coingecko.types.d.ts +220 -0
- package/common/src/types/commitments.types.d.ts +42 -0
- package/common/src/types/confirmation-request.types.d.ts +10 -0
- package/common/src/types/connector.types.d.ts +5 -0
- package/common/src/types/contacts.types.d.ts +7 -0
- package/common/src/types/crypto.types.d.ts +8 -0
- package/common/src/types/dashboard-account.d.ts +101 -0
- package/common/src/types/dashboard-payout.types.d.ts +29 -0
- package/common/src/types/dashboard-transaction.types.d.ts +22 -0
- package/common/src/types/eip5792.types.d.ts +33 -0
- package/common/src/types/ethereum-network.types.d.ts +62 -0
- package/common/src/types/events.types.d.ts +5 -0
- package/common/src/types/external-action.types.d.ts +17 -0
- package/common/src/types/fee.types.d.ts +13 -0
- package/common/src/types/generatePoints.d.ts +14 -0
- package/common/src/types/hinkal.types.d.ts +102 -0
- package/common/src/types/http.types.d.ts +8 -0
- package/common/src/types/index.d.ts +61 -0
- package/common/src/types/kyc.types.d.ts +41 -0
- package/common/src/types/message.types.d.ts +5 -0
- package/common/src/types/near-intents.types.d.ts +60 -0
- package/common/src/types/new-rewards.type.d.ts +153 -0
- package/common/src/types/offscreen.types.d.ts +9 -0
- package/common/src/types/okx.types.d.ts +57 -0
- package/common/src/types/onramp.types.d.ts +58 -0
- package/common/src/types/pay-activities.types.d.ts +32 -0
- package/common/src/types/pay-routing.types.d.ts +9 -0
- package/common/src/types/presaleReferral.types.d.ts +4 -0
- package/common/src/types/proxy.types.d.ts +19 -0
- package/common/src/types/referral.types.d.ts +12 -0
- package/common/src/types/remote-proof.types.d.ts +15 -0
- package/common/src/types/rewards.types.d.ts +34 -0
- package/common/src/types/schedule.types.d.ts +7 -0
- package/common/src/types/scheduled-transactions.types.d.ts +49 -0
- package/common/src/types/session.types.d.ts +13 -0
- package/common/src/types/signature.types.d.ts +10 -0
- package/common/src/types/slippage.types.d.ts +3 -0
- package/common/src/types/snark.types.d.ts +40 -0
- package/common/src/types/solana.types.d.ts +87 -0
- package/common/src/types/tenderly.api.types.d.ts +196 -0
- package/common/src/types/token-prices.types.d.ts +18 -0
- package/common/src/types/token-with-id.types.d.ts +4 -0
- package/common/src/types/token.types.d.ts +88 -0
- package/common/src/types/transaction.types.d.ts +160 -0
- package/common/src/types/transactions.types.d.ts +79 -0
- package/common/src/types/tron.types.d.ts +15 -0
- package/common/src/types/wc.types.d.ts +78 -0
- package/common/src/types/with-id.types.d.ts +3 -0
- package/common/src/webworker/WorkerWrapper.d.ts +9 -0
- package/common/src/webworker/package.json +1 -1
- package/common/src/webworker/performTaskWithWorker.d.ts +5 -0
- package/common/src/webworker/snarkjsWorker/snarkjsWorker.types.d.ts +14 -0
- package/common/src/webworker/snarkjsWorker/snarkjsWorkerLauncher.d.ts +1 -0
- package/common/src/webworker/snarkjsWorker/snarkjsWorkerLogic.d.ts +2 -0
- package/common/src/webworker/snarkjsWorker/snarkjsWorkerNode.d.ts +1 -0
- package/common/src/webworker/utxoWorker/utxoWorker.types.d.ts +31 -0
- package/common/src/webworker/utxoWorker/utxoWorkerLauncher.d.ts +1 -0
- package/common/src/webworker/utxoWorker/utxoWorkerLogic.d.ts +5 -0
- package/common/src/webworker/utxoWorker/utxoWorkerNode.d.ts +1 -0
- package/common/src/webworker/viteWorkerURL.constant.cjs +3 -3
- package/common/src/webworker/viteWorkerURL.constant.d.ts +9 -0
- package/common/src/webworker/viteWorkerURL.constant.mjs +3 -3
- package/common/src/webworker/worker.registry.d.ts +10 -0
- package/common/src/webworker/worker.types.d.ts +33 -0
- package/common/src/webworker/workerErrorHandler.d.ts +1 -0
- package/common/src/webworker/workerFactory.d.ts +10 -0
- package/common/src/webworker/workerProxy.d.ts +39 -0
- package/common/src/webworker/zkProofWorker/zkProofWorker.types.d.ts +26 -0
- package/common/src/webworker/zkProofWorker/zkProofWorkerLauncher.d.ts +1 -0
- package/common/src/webworker/zkProofWorker/zkProofWorkerLogic.d.ts +4 -0
- package/common/src/webworker/zkProofWorker/zkProofWorkerNode.d.ts +1 -0
- package/functions/utils/getERC20Token.d.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { IHinkal } from '../../../data-structures/Hinkal/IHinkal';
|
|
2
|
+
import { UserKeys } from '../../../data-structures/crypto-keys/keys';
|
|
3
|
+
import { Utxo } from '../../../data-structures/utxo/Utxo';
|
|
4
|
+
import { EncryptedOutputWithSign } from '../../../types/commitments.types';
|
|
5
|
+
import { TokenWithId } from '../../../types/token-with-id.types';
|
|
6
|
+
interface IGetInputUtxos {
|
|
7
|
+
hinkal: IHinkal;
|
|
8
|
+
chainId: number;
|
|
9
|
+
tokenWithId?: TokenWithId | TokenWithId[];
|
|
10
|
+
minInput?: number;
|
|
11
|
+
sliceIfMore6?: boolean;
|
|
12
|
+
tokenId?: number;
|
|
13
|
+
passedShieldedPrivateKey?: string;
|
|
14
|
+
passedShieldedPublicKey?: string;
|
|
15
|
+
ethAddress?: string;
|
|
16
|
+
resetCacheBefore?: boolean;
|
|
17
|
+
allowRemoteDecryption?: boolean;
|
|
18
|
+
ensuredTokensWithId?: TokenWithId[];
|
|
19
|
+
useBlockedUtxos?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export declare const getInputUtxosRemotely: (hinkal: IHinkal, userKeys: UserKeys, currentChainId: number, shieldedPublicKey: string) => Promise<Utxo[]>;
|
|
22
|
+
export declare const attemptGetInputUtxosRemotely: (hinkal: IHinkal, userKeys: UserKeys, currentChainId: number, ethereumAddress: string, shieldedPublicKey: string, hinkalOutputs: EncryptedOutputWithSign<boolean>[], cachedEncryptedOutputs: EncryptedOutputWithSign<boolean>[], lastOutput: string, lastOutputIndex: number) => Promise<Utxo[]>;
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @param hinkal instance of the hinkal class
|
|
26
|
+
* @param erc20TokenAddress erc20 token address
|
|
27
|
+
* @param minInput min number of input UTXOs
|
|
28
|
+
* @param sliceIfMore6 max upper bound on input UTXOs controller
|
|
29
|
+
* @returns UTXOs for particular erc20 token address
|
|
30
|
+
*/
|
|
31
|
+
export declare const getInputUtxoAndBalance: ({ hinkal, chainId, passedShieldedPublicKey, ethAddress, resetCacheBefore, allowRemoteDecryption, useBlockedUtxos, }: IGetInputUtxos) => Promise<{
|
|
32
|
+
inputUtxos: Utxo[];
|
|
33
|
+
}>;
|
|
34
|
+
export declare const getInputUtxoAndBalanceOfStuckUtxos: ({ hinkal, chainId, passedShieldedPublicKey, ethAddress, resetCacheBefore, allowRemoteDecryption, }: IGetInputUtxos) => Promise<{
|
|
35
|
+
inputUtxos: Utxo[];
|
|
36
|
+
}>;
|
|
37
|
+
export declare const getInputUtxoAndBalancePerToken: ({ hinkal, tokenWithId, minInput, sliceIfMore6, chainId, passedShieldedPrivateKey, passedShieldedPublicKey, ethAddress, resetCacheBefore, ensuredTokensWithId, allowRemoteDecryption, useBlockedUtxos, }: IGetInputUtxos) => Promise<Map<string, Utxo[]>>;
|
|
38
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IHinkal } from '../../../data-structures/Hinkal/IHinkal';
|
|
2
|
+
import { Utxo } from '../../../data-structures/utxo/Utxo';
|
|
3
|
+
import { UserKeys } from '../../../data-structures/crypto-keys/keys';
|
|
4
|
+
import { EncryptedOutputWithSign } from '../../../types/commitments.types';
|
|
5
|
+
export declare const getInputUtxosEnclave: (hinkal: IHinkal, chainId: number, userKeys: UserKeys) => Promise<{
|
|
6
|
+
utxos: Utxo[];
|
|
7
|
+
encryptedOutputs: EncryptedOutputWithSign<boolean>[];
|
|
8
|
+
lastOutput: string;
|
|
9
|
+
}>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TokenBalance } from '../../../types/token.types';
|
|
2
|
+
import { Utxo } from '../../../data-structures/utxo/Utxo';
|
|
3
|
+
import { IHinkal } from '../../../data-structures/Hinkal/IHinkal';
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @param UserKeys to access user's encryption keys
|
|
7
|
+
* @returns shielded balance
|
|
8
|
+
*/
|
|
9
|
+
export declare const getShieldedBalance: (hinkal: IHinkal, chainId: number, passedShieldedPrivateKey: string, passedShieldedPublicKey: string, ethAddress: string, resetCacheBefore?: boolean, allowRemoteDecryption?: boolean, updateTokensListBefore?: boolean, useBlockedUtxos?: boolean) => Promise<Map<string, TokenBalance>>;
|
|
10
|
+
/**
|
|
11
|
+
*
|
|
12
|
+
* @param hinkal hinkal instance to get userKeys
|
|
13
|
+
* @param erc20Addresses array of erc20 tokens
|
|
14
|
+
* @param amountChanges array of token amounts
|
|
15
|
+
* @param maxInput to pad until maxInput number
|
|
16
|
+
* @returns return padded UTXOs for every erc20 token
|
|
17
|
+
*/
|
|
18
|
+
export declare const addPaddingToUtxos: (hinkal: IHinkal, chainId: number, erc20Addresses: string[], amountChanges: bigint[], maxInput?: number, tokenIds?: number[], forceEmptyUtxos?: boolean, useBlockedUtxos?: boolean) => Promise<Utxo[][]>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ethers } from 'ethers';
|
|
2
|
+
type ABIType = ConstructorParameters<typeof ethers.Interface>[0];
|
|
3
|
+
export declare function getTransactionLogEvents(chainId: number, txHash: string, contractAddress: string, contractABI: ABIType): Promise<{
|
|
4
|
+
transactionHash: string;
|
|
5
|
+
from: string;
|
|
6
|
+
to: string | null;
|
|
7
|
+
blockNumber: number;
|
|
8
|
+
events: {
|
|
9
|
+
name: string;
|
|
10
|
+
args: ethers.Result;
|
|
11
|
+
}[];
|
|
12
|
+
}>;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ethers } from 'ethers';
|
|
2
|
+
import { IHinkal } from '../../../data-structures/Hinkal/IHinkal';
|
|
3
|
+
import { ERC20Token } from '../../../types/token.types';
|
|
4
|
+
export declare const approveTokenToHinkal: (hinkal: IHinkal, chainId: number, contractToApprove: ethers.Contract, amount: bigint, token: ERC20Token) => Promise<Uint8Array | undefined>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ethers } from 'ethers';
|
|
2
|
+
import { IHinkal } from '../../../data-structures/Hinkal/IHinkal';
|
|
3
|
+
import { ERC20Token } from '../../../types/token.types';
|
|
4
|
+
export declare const approveTokensToHinkal: (hinkal: IHinkal, chainId: number, contractForApproval: ethers.Contract, tokensToApprove: ERC20Token[], amounts: bigint[]) => Promise<void>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ethers } from 'ethers';
|
|
2
|
+
import { CircomDataType, DimDataType, StealthAddressStructure } from '../../../types/circom-data.types';
|
|
3
|
+
import { NewZkCallDataType } from '../../../types/snark.types';
|
|
4
|
+
import { Call } from '../../../types/eip5792.types';
|
|
5
|
+
export declare const buildApproveAndTransactCalls: (tokenAddresses: string[], amounts: bigint[], spenderAddress: string, contractForTransaction: ethers.Contract, zkCallData: NewZkCallDataType, dimData: DimDataType, circomData: CircomDataType, ethValue: bigint) => Call[];
|
|
6
|
+
export declare const buildApproveAndDepositWrapperCalls: (tokenAddresses: string[], amounts: bigint[], wrapperAddress: string, wrapperInterface: ethers.Interface, feeRecipient: string, feeToken: string, feeAmount: bigint, depositErc20Addresses: string[], depositAmounts: bigint[], depositTokenIds: bigint[], stealthAddressStructures: StealthAddressStructure[], ethValue: bigint) => Call[];
|
|
7
|
+
export declare const buildApproveAndProoflessDepositCalls: (tokenAddresses: string[], amounts: bigint[], spenderAddress: string, contractForTransaction: ethers.Contract, prooflessDepositTokenAddresses: string[], prooflessDepositAmountChanges: bigint[], prooflessDepositTokenIds: bigint[], stealthAddressStructures: StealthAddressStructure[], ethValue: bigint) => Call[];
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { CircomDataType, DimDataType } from '../../../types/circom-data.types';
|
|
2
|
+
import { NewZkCallDataType } from '../../../types/snark.types';
|
|
3
|
+
import { AuthorizationData } from '../../../types/hinkal.types';
|
|
4
|
+
export declare const estimateGasRelayer: (chainId: number, newZkCallData: NewZkCallDataType, dimData: DimDataType, circomData: CircomDataType, authorizationData?: AuthorizationData) => Promise<bigint>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ethers } from 'ethers';
|
|
2
|
+
import { IHinkal } from '../../../data-structures/Hinkal/IHinkal';
|
|
3
|
+
import { CircomDataType, DimDataType } from '../../../types/circom-data.types';
|
|
4
|
+
import { ERC20Token } from '../../../types/token.types';
|
|
5
|
+
import { NewZkCallDataType } from '../../../types/snark.types';
|
|
6
|
+
export declare const transactCallDirect: (hinkal: IHinkal, chainId: number, amount: bigint | bigint[], tokenToApprove: ERC20Token | ERC20Token[], newZkCallData: NewZkCallDataType, circomData: CircomDataType, dimData: DimDataType, contractApproval?: ethers.Contract, contractTransaction?: ethers.Contract, preEstimateGas?: boolean, returnTxData?: boolean) => Promise<ethers.TransactionResponse | ethers.TransactionRequest>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IHinkal } from '../../../data-structures/Hinkal/IHinkal';
|
|
2
|
+
import { createTronCallData } from '../../utils/tron.utils';
|
|
3
|
+
import { CircomDataType, DimDataType } from '../../../types/circom-data.types';
|
|
4
|
+
import { NewZkCallDataType } from '../../../types/snark.types';
|
|
5
|
+
import { ERC20Token } from '../../../types/token.types';
|
|
6
|
+
import { Types as TronWebTypes } from 'tronweb';
|
|
7
|
+
export declare const transactCallDirectTron: (hinkal: IHinkal, chainId: number, amount: bigint | bigint[], tokenToApprove: ERC20Token | ERC20Token[], // in hex format
|
|
8
|
+
newZkCallData: NewZkCallDataType, circomData: CircomDataType, dimData: DimDataType, contractApproval?: TronWebTypes.ContractInstance<any>, // in base58 format
|
|
9
|
+
contractTransaction?: TronWebTypes.ContractInstance<any>, // in base58 format
|
|
10
|
+
preEstimateGas?: boolean) => Promise<string>;
|
|
11
|
+
/** Builds an unsigned Tron `transact` transaction (no approve/send). Used for PAL / deposit-and-withdraw prepare flows. */
|
|
12
|
+
export declare const buildTronUnsignedTransactTransaction: (hinkal: IHinkal, chainId: number, amount: bigint, token: ERC20Token, newZkCallData: NewZkCallDataType, circomData: CircomDataType, dimData: DimDataType, contractAddressHex: string, contractAbi: Parameters<typeof createTronCallData>[0]) => Promise<TronWebTypes.Transaction>;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { AdminDataType, AuthorizationData, CircomDataType, CommitmentValidationDataType, DimDataType, NewZkCallDataType } from '../../../types';
|
|
2
|
+
import { SolanaTransactionBody } from '../../../types/solana.types';
|
|
3
|
+
export interface RelayerResponseInterface {
|
|
4
|
+
status: string;
|
|
5
|
+
message: string;
|
|
6
|
+
error?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const transactCallRelayer: (chainId: number, newZkCallData: NewZkCallDataType, dimData: DimDataType, circomData: CircomDataType, commitmentValidationData?: CommitmentValidationDataType, withUniswapWorkAround?: boolean, authorizationData?: AuthorizationData, adminData?: AdminDataType, tronProofSignature?: {
|
|
9
|
+
v: number;
|
|
10
|
+
r: string;
|
|
11
|
+
s: string;
|
|
12
|
+
}) => Promise<string>;
|
|
13
|
+
export declare const solanaTransactCallRelayer: (body: SolanaTransactionBody) => Promise<string>;
|
|
14
|
+
export interface RelayerBatchResponseInterface {
|
|
15
|
+
status: string;
|
|
16
|
+
message: {
|
|
17
|
+
scheduleId: string;
|
|
18
|
+
};
|
|
19
|
+
error?: string;
|
|
20
|
+
}
|
|
21
|
+
export interface BatchTransactionParams {
|
|
22
|
+
zkCallData: NewZkCallDataType;
|
|
23
|
+
dimData: DimDataType;
|
|
24
|
+
circomData: CircomDataType;
|
|
25
|
+
commitmentValidationData?: CommitmentValidationDataType;
|
|
26
|
+
withUniswapWorkAround?: boolean;
|
|
27
|
+
authorizationData?: AuthorizationData;
|
|
28
|
+
adminData?: AdminDataType;
|
|
29
|
+
recipientAddress?: string;
|
|
30
|
+
tronProofSignature?: {
|
|
31
|
+
v: number;
|
|
32
|
+
r: string;
|
|
33
|
+
s: string;
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export declare const transactCallRelayerBatch: (chainId: number, transactions: BatchTransactionParams[], hashedEthereumAddress: string, txCompletionTime?: number, ref?: string, hashedDashboardAccountId?: string) => Promise<string>;
|
|
37
|
+
export declare const solanaTransactCallRelayerBatch: (chainId: number, transactions: SolanaTransactionBody[], hashedEthereumAddress: string, txCompletionTime?: number, ref?: string, hashedDashboardAccountId?: string) => Promise<string>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IHinkal } from '../../../data-structures/Hinkal/IHinkal';
|
|
2
|
+
import { TronWeb } from 'tronweb';
|
|
3
|
+
type ApprovalRequirement = {
|
|
4
|
+
tokenAddress: string;
|
|
5
|
+
requiredAmount: bigint;
|
|
6
|
+
};
|
|
7
|
+
export declare const waitForErc20Approvals: (hinkal: IHinkal, chainId: number, ownerAddress: string, spenderAddress: string, requirements: ApprovalRequirement[], maxAttempts?: number, intervalMs?: number) => Promise<void>;
|
|
8
|
+
export declare const waitForTronErc20Approvals: (tronWeb: TronWeb, ownerAddress: string, // Tron base58 owner address
|
|
9
|
+
spenderAddress: string, // Tron base58 spender address
|
|
10
|
+
requirements: ApprovalRequirement[], maxAttempts?: number, intervalMs?: number) => Promise<void>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ContractMetadata, ContractType } from '../../types/ethereum-network.types';
|
|
2
|
+
import { ethers } from 'ethers';
|
|
3
|
+
export declare const getContractMetadata: (contractType: ContractType, chainId: number) => ContractMetadata;
|
|
4
|
+
export declare const getContract: (contractType: ContractType, chainId: number, contractAddress?: string, runner?: ethers.ContractRunner) => ethers.Contract;
|
|
5
|
+
export declare const getContractWithFetcherByChainId: (chainId: number, contractType: ContractType, contractAddress?: string | undefined) => ethers.Contract;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getTokenHolder: (chainId: number, tokenAddress: string) => Promise<string | undefined>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from './etherFunctions';
|
|
2
|
+
export * from './events';
|
|
3
|
+
export * from './uniswapAPI';
|
|
4
|
+
export * from './odosAPI';
|
|
5
|
+
export * from './oneInchAPI';
|
|
6
|
+
export * from './lifiAPI';
|
|
7
|
+
export * from './okxAPI';
|
|
8
|
+
export * from './runContractFunction';
|
|
9
|
+
export * from './getTokenHolder';
|
|
10
|
+
export * from './EIP-712';
|
|
11
|
+
export * from './signAndSendSerializedTransaction';
|
|
12
|
+
export * from './connectors.utils';
|
|
13
|
+
export * from './crypto';
|
|
14
|
+
export * from './getSolanaPriorityFee';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ERC20Token } from '../../types/token.types';
|
|
2
|
+
export declare const getLifiPrice: (inSwapToken: ERC20Token, outSwapToken: ERC20Token, inSwapAmount: string, bridgingSlippage: number, fromAddress: string, toAddress?: string) => Promise<{
|
|
3
|
+
lifiDataValue: string;
|
|
4
|
+
outSwapAmountValue: bigint;
|
|
5
|
+
extraNativeTokenFee: bigint;
|
|
6
|
+
}>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ERC20Token } from '../../types';
|
|
2
|
+
export declare const getOdosPrice: (chainId: number, inSwapToken: ERC20Token, outSwapToken: ERC20Token, inSwapAmount: string, slippagePercentage?: number) => Promise<{
|
|
3
|
+
outSwapAmountValue: bigint;
|
|
4
|
+
odosDataValue: string;
|
|
5
|
+
}>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PublicKey } from '@solana/web3.js';
|
|
2
|
+
import { ERC20Token } from '../../types';
|
|
3
|
+
import { OKXQuote } from '../../types/okx.types';
|
|
4
|
+
export declare const createOKXQuote: (fromTokenAddress: PublicKey, toTokenAddress: PublicKey, amount: bigint, userWalletAddress: string, slippagePercent?: number) => OKXQuote;
|
|
5
|
+
export declare const getOKXPrice: (chainId: number, inSwapToken: ERC20Token, outSwapToken: ERC20Token, inSwapAmount: string, slippagePercentage?: number, proxyWalletAddress?: string, isProxyEnvironment?: boolean) => Promise<{
|
|
6
|
+
outSwapAmountValue: bigint;
|
|
7
|
+
okxDataValue: string;
|
|
8
|
+
}>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ERC20Token } from '../../types';
|
|
2
|
+
export declare const getOneInchPrice: (chainId: number, inSwapToken: ERC20Token, outSwapToken: ERC20Token, inSwapAmount: string, slippagePercentage?: number) => Promise<{
|
|
3
|
+
outSwapAmountValue: bigint;
|
|
4
|
+
oneInchDataValue: string;
|
|
5
|
+
}>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ethers } from 'ethers';
|
|
2
|
+
interface IRunTransaction {
|
|
3
|
+
provider: ethers.Provider;
|
|
4
|
+
contractFunction: ethers.ContractMethod;
|
|
5
|
+
args: unknown[];
|
|
6
|
+
gasLimit?: number;
|
|
7
|
+
gasPrice?: bigint;
|
|
8
|
+
confirmations?: number;
|
|
9
|
+
waitTime?: number;
|
|
10
|
+
nonce?: number;
|
|
11
|
+
}
|
|
12
|
+
interface IRunContractFunction extends IRunTransaction {
|
|
13
|
+
provider: ethers.Provider;
|
|
14
|
+
}
|
|
15
|
+
export declare const runContractFunction: ({ provider, contractFunction, args, gasLimit, nonce, confirmations, }: IRunContractFunction) => Promise<ethers.TransactionReceipt>;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ethers } from 'ethers';
|
|
2
|
+
import { ERC20Token } from '../../types';
|
|
3
|
+
import { IHinkal } from '../../data-structures/Hinkal/IHinkal';
|
|
4
|
+
interface PoolAndFee {
|
|
5
|
+
poolAddress: string;
|
|
6
|
+
fee: number;
|
|
7
|
+
token1Balance: bigint;
|
|
8
|
+
}
|
|
9
|
+
export declare const searchPoolAndFee: (token1Contract: ethers.Contract, factory: ethers.Contract, token0Address: string, token1Address: string) => Promise<PoolAndFee>;
|
|
10
|
+
export declare const getUniswapPriceHelper: (hinkal: IHinkal, chainId: number, token0: ERC20Token, token1: ERC20Token, fee: number, inSwapAmount: bigint) => Promise<bigint>;
|
|
11
|
+
export declare const getUniswapFee: (hinkal: IHinkal, chainId: number, token0: ERC20Token, token1: ERC20Token) => Promise<number>;
|
|
12
|
+
export declare const getUniswapPrice: (hinkal: IHinkal, chainId: number, inSwapAmount: string, inSwapToken: ERC20Token, outSwapToken: ERC20Token) => Promise<{
|
|
13
|
+
tokenPrice: bigint;
|
|
14
|
+
poolFee: string;
|
|
15
|
+
}>;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './API';
|
|
2
|
+
export * from './constants';
|
|
3
|
+
export * from './crypto';
|
|
4
|
+
export * from './data-structures';
|
|
5
|
+
export * from './error-handling';
|
|
6
|
+
export * from './externalABIs';
|
|
7
|
+
export * from './functions';
|
|
8
|
+
export * from './types';
|
|
9
|
+
export * from './mutexes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './mutex';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { ChainEventListener, IProviderAdapter } from '../data-structures/provider-adapter/IProviderAdapter';
|
|
2
|
+
import { ContractType, EthereumNetwork } from '../types/ethereum-network.types';
|
|
3
|
+
import { ethers } from 'ethers';
|
|
4
|
+
export declare class EthersProviderAdapter implements IProviderAdapter<ethers.Signer> {
|
|
5
|
+
private signer;
|
|
6
|
+
private chainId;
|
|
7
|
+
private fetchProviders;
|
|
8
|
+
protected chainEventListener?: ChainEventListener;
|
|
9
|
+
constructor();
|
|
10
|
+
initConnector(): void;
|
|
11
|
+
initSigner(signer: ethers.Signer): void;
|
|
12
|
+
init(chainId?: number): Promise<void>;
|
|
13
|
+
disconnectFromConnector(): Promise<void>;
|
|
14
|
+
connectToConnector(): Promise<number>;
|
|
15
|
+
waitForTransaction(chainId: number, transactionHash: string, confirmations: number): Promise<boolean>;
|
|
16
|
+
signMessage(message: string): Promise<string>;
|
|
17
|
+
signTypedData(domain: ethers.TypedDataDomain, types: Record<string, ethers.TypedDataField[]>, value: Record<string, unknown>): Promise<string>;
|
|
18
|
+
switchNetwork(network: EthereumNetwork): Promise<void>;
|
|
19
|
+
getAddress(): Promise<string>;
|
|
20
|
+
setChainEventListener(chainEventListener: ChainEventListener): void;
|
|
21
|
+
onAccountChanged(): Promise<unknown>;
|
|
22
|
+
onChainChanged(chainId?: number): Promise<unknown>;
|
|
23
|
+
release(): void;
|
|
24
|
+
private removeListeners;
|
|
25
|
+
getContract(chainId: number, contractType: ContractType, contractAddress?: undefined, runner?: ethers.ContractRunner): ethers.Contract;
|
|
26
|
+
getContractWithSigner(chainId: number, contract: ContractType, contractAddress?: undefined): ethers.Contract;
|
|
27
|
+
getContractWithFetcher(chainId: number, contract: ContractType, contractAddress?: undefined): ethers.Contract;
|
|
28
|
+
sendTransaction(tx: ethers.TransactionRequest): Promise<ethers.TransactionResponse>;
|
|
29
|
+
connectAndPatchProvider(): Promise<number>;
|
|
30
|
+
getChainId(): number | undefined;
|
|
31
|
+
isPermitterAvailable(): boolean;
|
|
32
|
+
getGasPrice(chainId: number): Promise<bigint>;
|
|
33
|
+
}
|
|
34
|
+
export declare const ethersProvierAdapter: EthersProviderAdapter;
|
|
35
|
+
declare const _default: <T = unknown>() => IProviderAdapter<T>;
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { Connection, PublicKey, Transaction } from '@solana/web3.js';
|
|
2
|
+
import { ChainEventListener, IProviderAdapter } from '../data-structures/provider-adapter/IProviderAdapter';
|
|
3
|
+
import { ContractType, EthereumNetwork } from '../types/ethereum-network.types';
|
|
4
|
+
import { ethers } from 'ethers';
|
|
5
|
+
import { AnchorProvider, Idl, Program } from '@coral-xyz/anchor';
|
|
6
|
+
import { SolanaWallet } from '../types/solana.types';
|
|
7
|
+
export declare class SolanaProviderAdapter implements IProviderAdapter<SolanaWallet> {
|
|
8
|
+
private chainId;
|
|
9
|
+
private connection;
|
|
10
|
+
private wallet;
|
|
11
|
+
private ethereumAddress;
|
|
12
|
+
private connectHandler?;
|
|
13
|
+
private disconnectHandler?;
|
|
14
|
+
private chainEventListener?;
|
|
15
|
+
private anchorProvider?;
|
|
16
|
+
constructor(chainId: number, ethereumAddress?: string);
|
|
17
|
+
initConnector(connector: SolanaWallet): void;
|
|
18
|
+
init(chainId?: number): Promise<void>;
|
|
19
|
+
connectToConnector(): Promise<number>;
|
|
20
|
+
disconnectFromConnector(): Promise<void>;
|
|
21
|
+
connectAndPatchProvider(): Promise<number>;
|
|
22
|
+
getChainId(): number | undefined;
|
|
23
|
+
waitForTransaction(_chainId: number, transactionHash: string, _confirmations: number): Promise<boolean>;
|
|
24
|
+
signMessage(message: string | Uint8Array): Promise<string>;
|
|
25
|
+
signTransactionWithoutBroadcast(tx: Transaction): Promise<{
|
|
26
|
+
signature: string;
|
|
27
|
+
transactionMessageB64: string;
|
|
28
|
+
}>;
|
|
29
|
+
getAddress(): Promise<string>;
|
|
30
|
+
setChainEventListener(chainEventListener: ChainEventListener): void;
|
|
31
|
+
switchNetwork(network: EthereumNetwork): Promise<void>;
|
|
32
|
+
signTypedData(_domain: ethers.TypedDataDomain, _types: Record<string, ethers.TypedDataField[]>, _value: Record<string, unknown>): Promise<string>;
|
|
33
|
+
onAccountChanged(): Promise<unknown>;
|
|
34
|
+
onChainChanged(chainId?: number): Promise<unknown>;
|
|
35
|
+
release(): void;
|
|
36
|
+
getContract(_chainId: number, _contractType: ContractType, _contractAddress?: string, _runner?: ethers.ContractRunner): ethers.Contract;
|
|
37
|
+
getContractWithSigner(_chainId: number, _contractType: ContractType, _contractAddress?: string): ethers.Contract;
|
|
38
|
+
getContractWithFetcher(_chainId: number, _contractType: ContractType, _contractAddress?: string): ethers.Contract;
|
|
39
|
+
sendTransaction(_tx: ethers.TransactionRequest): Promise<ethers.TransactionResponse>;
|
|
40
|
+
getGasPrice(_chainId: number): Promise<bigint>;
|
|
41
|
+
isPermitterAvailable(): boolean;
|
|
42
|
+
getConnection(): Connection;
|
|
43
|
+
private initializeAnchorProvider;
|
|
44
|
+
getAnchorProvider(): AnchorProvider;
|
|
45
|
+
getSolanaProgram(idl: Idl): Program;
|
|
46
|
+
getSolanaPublicKey(): PublicKey;
|
|
47
|
+
private setupWalletListeners;
|
|
48
|
+
private removeWalletListeners;
|
|
49
|
+
isSolanaLedger(): boolean;
|
|
50
|
+
}
|
|
51
|
+
declare const _default: <T = unknown>(chainId: number, ethereumAddress?: string) => IProviderAdapter<T>;
|
|
52
|
+
export default _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { ChainEventListener, IProviderAdapter } from '../data-structures/provider-adapter/IProviderAdapter';
|
|
2
|
+
import { ContractType, EthereumNetwork } from '../types/ethereum-network.types';
|
|
3
|
+
import { TronWallet } from '../types';
|
|
4
|
+
import { ethers } from 'ethers';
|
|
5
|
+
import { TronWeb } from 'tronweb';
|
|
6
|
+
export declare class TronProviderAdapter implements IProviderAdapter<TronWallet> {
|
|
7
|
+
private chainId;
|
|
8
|
+
private tronWeb;
|
|
9
|
+
private address;
|
|
10
|
+
private signerAdapter;
|
|
11
|
+
private chainEventListener?;
|
|
12
|
+
private accountsChangedHandler?;
|
|
13
|
+
constructor(_chainId: number);
|
|
14
|
+
initConnector(_connector: TronWallet): void;
|
|
15
|
+
init(chainId?: number): Promise<void>;
|
|
16
|
+
createSignableTronWeb: (chainId: number, address: string) => TronWeb;
|
|
17
|
+
connectToConnector(): Promise<number>;
|
|
18
|
+
disconnectFromConnector(): Promise<void>;
|
|
19
|
+
connectAndPatchProvider(): Promise<number>;
|
|
20
|
+
getChainId(): number | undefined;
|
|
21
|
+
waitForTransaction(_chainId: number, transactionHash: string, confirmations: number): Promise<boolean>;
|
|
22
|
+
signMessage(message: string | Uint8Array): Promise<string>;
|
|
23
|
+
getAddress(): Promise<string>;
|
|
24
|
+
setChainEventListener(chainEventListener: ChainEventListener): void;
|
|
25
|
+
switchNetwork(network: EthereumNetwork): Promise<void>;
|
|
26
|
+
signTypedData(_domain: ethers.TypedDataDomain, _types: Record<string, ethers.TypedDataField[]>, _value: Record<string, unknown>): Promise<string>;
|
|
27
|
+
onAccountChanged(): Promise<unknown>;
|
|
28
|
+
onChainChanged(_chainId?: number): Promise<unknown>;
|
|
29
|
+
release(): void;
|
|
30
|
+
getContract(chainId: number, contractType: ContractType, contractAddress?: string, runner?: ethers.ContractRunner): ethers.Contract;
|
|
31
|
+
getContractWithSigner(_chainId: number, _contractType: ContractType, _contractAddress?: string): ethers.Contract;
|
|
32
|
+
getContractWithFetcher(chainId: number, contractType: ContractType, contractAddress?: string): ethers.Contract;
|
|
33
|
+
sendTransaction(_tx: ethers.TransactionRequest): Promise<ethers.TransactionResponse>;
|
|
34
|
+
getGasPrice(_chainId: number): Promise<bigint>;
|
|
35
|
+
isPermitterAvailable(): boolean;
|
|
36
|
+
getTronWeb(): TronWeb;
|
|
37
|
+
}
|
|
38
|
+
declare const _default: <T = unknown>(chainId: number) => IProviderAdapter<T>;
|
|
39
|
+
export default _default;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ChainEventListener, IProviderAdapter } from '../data-structures/provider-adapter/IProviderAdapter';
|
|
2
|
+
import { ContractType, EthereumNetwork } from '../types/ethereum-network.types';
|
|
3
|
+
import { ethers } from 'ethers';
|
|
4
|
+
import { Connector } from 'wagmi';
|
|
5
|
+
import { Call } from '../types/eip5792.types';
|
|
6
|
+
export declare class WagmiProviderAdapter implements IProviderAdapter<Connector> {
|
|
7
|
+
private connector;
|
|
8
|
+
private chainId;
|
|
9
|
+
private originalProvider;
|
|
10
|
+
private fetchProviders;
|
|
11
|
+
private signer;
|
|
12
|
+
private chainEventListener?;
|
|
13
|
+
private config?;
|
|
14
|
+
private unsubscribeFns;
|
|
15
|
+
constructor();
|
|
16
|
+
initConnector(connector: Connector): void;
|
|
17
|
+
initConfig(config: any): void;
|
|
18
|
+
init(chainId?: number): Promise<void>;
|
|
19
|
+
disconnectFromConnector(): Promise<void>;
|
|
20
|
+
connectToConnector(connector: Connector): Promise<number>;
|
|
21
|
+
getChainId(): number | undefined;
|
|
22
|
+
waitForTransaction(chainId: number, transactionHash: string, confirmations: number): Promise<boolean>;
|
|
23
|
+
signMessage(message: string): Promise<string>;
|
|
24
|
+
signTypedData(domain: ethers.TypedDataDomain, types: Record<string, ethers.TypedDataField[]>, value: Record<string, unknown>): Promise<string>;
|
|
25
|
+
switchNetwork(network: EthereumNetwork): Promise<import('viem').Chain>;
|
|
26
|
+
getAddress(): Promise<string>;
|
|
27
|
+
setChainEventListener(chainEventListener: ChainEventListener): void;
|
|
28
|
+
onAccountChanged(): Promise<unknown>;
|
|
29
|
+
onChainChanged(chainId?: number): Promise<unknown>;
|
|
30
|
+
release(): void;
|
|
31
|
+
private removeListeners;
|
|
32
|
+
getContract(chainId: number, contractType: ContractType, contractAddress?: undefined, runner?: ethers.ContractRunner): ethers.Contract;
|
|
33
|
+
getContractWithSigner(chainId: number, contract: ContractType, contractAddress?: undefined): ethers.Contract;
|
|
34
|
+
getContractWithFetcher(chainId: number, contract: ContractType, contractAddress?: undefined): ethers.Contract;
|
|
35
|
+
sendTransaction(tx: ethers.TransactionRequest): Promise<ethers.TransactionResponse>;
|
|
36
|
+
connectAndPatchProvider(connector: Connector): Promise<number>;
|
|
37
|
+
isPermitterAvailable(): boolean;
|
|
38
|
+
getGasPrice(chainId: number): Promise<bigint>;
|
|
39
|
+
private static readonly FALLBACK_METHODS;
|
|
40
|
+
private wrapTransportWithRpcFallback;
|
|
41
|
+
walletClientToSigner(walletClient: any, chainId: number): Promise<ethers.JsonRpcSigner>;
|
|
42
|
+
supportsBatchCall(chainId: number): Promise<boolean>;
|
|
43
|
+
private waitForBatchTransactionStatus;
|
|
44
|
+
sendBatchCallsTransaction(chainId: number, calls: Call[]): Promise<ethers.TransactionResponse>;
|
|
45
|
+
}
|
|
46
|
+
export declare const wagmiProviderAdapter: WagmiProviderAdapter;
|
|
47
|
+
declare const _default: <T = unknown>() => IProviderAdapter<T>;
|
|
48
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface ThirdPartyLeaderBoardItem {
|
|
2
|
+
nickname: string;
|
|
3
|
+
points: number;
|
|
4
|
+
}
|
|
5
|
+
interface AssetChange {
|
|
6
|
+
type: string;
|
|
7
|
+
amount: string | null;
|
|
8
|
+
raw_amount: string;
|
|
9
|
+
dollar_value: string;
|
|
10
|
+
from: string;
|
|
11
|
+
to: string;
|
|
12
|
+
token_info: {
|
|
13
|
+
standard: string;
|
|
14
|
+
type: string;
|
|
15
|
+
contract_address: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export type AssetChanges = AssetChange[] | null;
|
|
19
|
+
export interface CallInfo<T = bigint> {
|
|
20
|
+
from: string;
|
|
21
|
+
to: string;
|
|
22
|
+
calldata: string;
|
|
23
|
+
value: T;
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Utxo } from '../data-structures/utxo/Utxo';
|
|
2
|
+
import { UserKeys } from '../data-structures/crypto-keys/keys';
|
|
3
|
+
import { EncryptedOutputWithSign, OutputsWithSignAndLast } from './commitments.types';
|
|
4
|
+
export interface IMultiThreadedUtxoUtils {
|
|
5
|
+
batchProcess(encryptedOutputs: EncryptedOutputWithSign[], lastOutput: string, userKeys: UserKeys, chainId: number): Promise<OutputsWithSignAndLast>;
|
|
6
|
+
buildBatchProcess(encryptedOutputs: EncryptedOutputWithSign[], userKeys: UserKeys, chainId: number): Promise<Utxo[]>;
|
|
7
|
+
batchFilterUtxosWithNullifier(allUtxos: Utxo[], nullifiers: Set<string>): Promise<Utxo[]>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { TokenChanges } from './token.types';
|
|
2
|
+
import { TxParametersBase } from './wc.types';
|
|
3
|
+
export interface TransactionSimulatorResult<T = bigint> {
|
|
4
|
+
tokenChanges: TokenChanges<T>[];
|
|
5
|
+
tokenChangesPerTx?: TokenChanges<T>[][];
|
|
6
|
+
error?: string;
|
|
7
|
+
errorReason?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface ITransactionSimulator {
|
|
10
|
+
simulateTransaction(txParameters: TxParametersBase): Promise<TransactionSimulatorResult>;
|
|
11
|
+
}
|
|
12
|
+
export interface VolatileTokenTransferResult {
|
|
13
|
+
success: boolean;
|
|
14
|
+
balanceDifference?: bigint;
|
|
15
|
+
error?: string;
|
|
16
|
+
}
|