@centrifuge/sdk 0.0.0-alpha.3 → 0.0.0-alpha.30
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/README.md +19 -8
- package/dist/Centrifuge.d.ts +275 -423
- package/dist/Centrifuge.d.ts.map +1 -1
- package/dist/Centrifuge.js +561 -132
- package/dist/Centrifuge.js.map +1 -1
- package/dist/Centrifuge.test.d.ts +2 -0
- package/dist/Centrifuge.test.d.ts.map +1 -0
- package/dist/Centrifuge.test.js +514 -0
- package/dist/Centrifuge.test.js.map +1 -0
- package/dist/abi/Accounting.abi.d.ts +3 -0
- package/dist/abi/Accounting.abi.d.ts.map +1 -0
- package/dist/abi/Accounting.abi.js +33 -0
- package/dist/abi/Accounting.abi.js.map +1 -0
- package/dist/abi/AsyncRequestManager.abi.d.ts +3 -0
- package/dist/abi/AsyncRequestManager.abi.d.ts.map +1 -0
- package/dist/abi/AsyncRequestManager.abi.js +78 -0
- package/dist/abi/AsyncRequestManager.abi.js.map +1 -0
- package/dist/abi/AsyncVault.abi.d.ts +3 -0
- package/dist/abi/AsyncVault.abi.d.ts.map +1 -0
- package/dist/abi/AsyncVault.abi.js +101 -0
- package/dist/abi/AsyncVault.abi.js.map +1 -0
- package/dist/abi/BalanceSheet.abi.d.ts +3 -0
- package/dist/abi/BalanceSheet.abi.d.ts.map +1 -0
- package/dist/abi/BalanceSheet.abi.js +55 -0
- package/dist/abi/BalanceSheet.abi.js.map +1 -0
- package/dist/abi/Currency.abi.d.ts +3 -0
- package/dist/abi/Currency.abi.d.ts.map +1 -0
- package/dist/abi/Currency.abi.js +15 -0
- package/dist/abi/Currency.abi.js.map +1 -0
- package/dist/abi/ERC6909.abi.d.ts +3 -0
- package/dist/abi/ERC6909.abi.d.ts.map +1 -0
- package/dist/abi/ERC6909.abi.js +19 -0
- package/dist/abi/ERC6909.abi.js.map +1 -0
- package/dist/abi/GasService.abi.d.ts +3 -0
- package/dist/abi/GasService.abi.d.ts.map +1 -0
- package/dist/abi/GasService.abi.js +31 -0
- package/dist/abi/GasService.abi.js.map +1 -0
- package/dist/abi/Holdings.abi.d.ts +3 -0
- package/dist/abi/Holdings.abi.d.ts.map +1 -0
- package/dist/abi/Holdings.abi.js +43 -0
- package/dist/abi/Holdings.abi.js.map +1 -0
- package/dist/abi/Hub.abi.d.ts +3 -0
- package/dist/abi/Hub.abi.d.ts.map +1 -0
- package/dist/abi/Hub.abi.js +88 -0
- package/dist/abi/Hub.abi.js.map +1 -0
- package/dist/abi/HubRegistry.abi.d.ts +3 -0
- package/dist/abi/HubRegistry.abi.d.ts.map +1 -0
- package/dist/abi/HubRegistry.abi.js +39 -0
- package/dist/abi/HubRegistry.abi.js.map +1 -0
- package/dist/abi/MessageDispatcher.abi.d.ts +3 -0
- package/dist/abi/MessageDispatcher.abi.d.ts.map +1 -0
- package/dist/abi/MessageDispatcher.abi.js +49 -0
- package/dist/abi/MessageDispatcher.abi.js.map +1 -0
- package/dist/abi/MultiAdapter.abi.d.ts +3 -0
- package/dist/abi/MultiAdapter.abi.d.ts.map +1 -0
- package/dist/abi/MultiAdapter.abi.js +53 -0
- package/dist/abi/MultiAdapter.abi.js.map +1 -0
- package/dist/abi/RestrictionManager.abi.d.ts +3 -0
- package/dist/abi/RestrictionManager.abi.d.ts.map +1 -0
- package/dist/abi/RestrictionManager.abi.js +23 -0
- package/dist/abi/RestrictionManager.abi.js.map +1 -0
- package/dist/abi/ShareClassManager.abi.d.ts +3 -0
- package/dist/abi/ShareClassManager.abi.d.ts.map +1 -0
- package/dist/abi/ShareClassManager.abi.js +89 -0
- package/dist/abi/ShareClassManager.abi.js.map +1 -0
- package/dist/abi/Spoke.abi.d.ts +3 -0
- package/dist/abi/Spoke.abi.d.ts.map +1 -0
- package/dist/abi/Spoke.abi.js +90 -0
- package/dist/abi/Spoke.abi.js.map +1 -0
- package/dist/abi/SyncRequestManager.abi.d.ts +3 -0
- package/dist/abi/SyncRequestManager.abi.d.ts.map +1 -0
- package/dist/abi/SyncRequestManager.abi.js +61 -0
- package/dist/abi/SyncRequestManager.abi.js.map +1 -0
- package/dist/abi/Valuation.abi.d.ts +3 -0
- package/dist/abi/Valuation.abi.d.ts.map +1 -0
- package/dist/abi/Valuation.abi.js +2 -0
- package/dist/abi/Valuation.abi.js.map +1 -0
- package/dist/abi/VaultRouter.abi.d.ts +3 -0
- package/dist/abi/VaultRouter.abi.d.ts.map +1 -0
- package/dist/abi/VaultRouter.abi.js +51 -0
- package/dist/abi/VaultRouter.abi.js.map +1 -0
- package/dist/abi/index.d.ts +8483 -8
- package/dist/abi/index.d.ts.map +1 -1
- package/dist/abi/index.js +36 -16
- package/dist/abi/index.js.map +1 -1
- package/dist/config/chains.d.ts +184 -925
- package/dist/config/chains.d.ts.map +1 -1
- package/dist/config/chains.js +2 -2
- package/dist/config/chains.js.map +1 -1
- package/dist/config/protocol.d.ts +3 -0
- package/dist/config/protocol.d.ts.map +1 -0
- package/dist/config/protocol.js +7 -0
- package/dist/config/protocol.js.map +1 -0
- package/dist/entities/BalanceSheet.d.ts +47 -0
- package/dist/entities/BalanceSheet.d.ts.map +1 -0
- package/dist/entities/BalanceSheet.js +94 -0
- package/dist/entities/BalanceSheet.js.map +1 -0
- package/dist/entities/BalanceSheet.test.d.ts +2 -0
- package/dist/entities/BalanceSheet.test.d.ts.map +1 -0
- package/dist/entities/BalanceSheet.test.js +44 -0
- package/dist/entities/BalanceSheet.test.js.map +1 -0
- package/dist/entities/Entity.d.ts +8 -0
- package/dist/entities/Entity.d.ts.map +1 -0
- package/dist/{Entity.js → entities/Entity.js} +5 -3
- package/dist/entities/Entity.js.map +1 -0
- package/dist/entities/IndexerQueries/assetSnapshots.d.ts +69 -0
- package/dist/entities/IndexerQueries/assetSnapshots.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/assetSnapshots.js +91 -0
- package/dist/entities/IndexerQueries/assetSnapshots.js.map +1 -0
- package/dist/entities/IndexerQueries/assetTransactions.d.ts +93 -0
- package/dist/entities/IndexerQueries/assetTransactions.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/assetTransactions.js +75 -0
- package/dist/entities/IndexerQueries/assetTransactions.js.map +1 -0
- package/dist/entities/IndexerQueries/epochs.d.ts +45 -0
- package/dist/entities/IndexerQueries/epochs.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/epochs.js +51 -0
- package/dist/entities/IndexerQueries/epochs.js.map +1 -0
- package/dist/entities/IndexerQueries/index.d.ts +40 -0
- package/dist/entities/IndexerQueries/index.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/index.js +45 -0
- package/dist/entities/IndexerQueries/index.js.map +1 -0
- package/dist/entities/IndexerQueries/investorTransactions.d.ts +50 -0
- package/dist/entities/IndexerQueries/investorTransactions.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/investorTransactions.js +55 -0
- package/dist/entities/IndexerQueries/investorTransactions.js.map +1 -0
- package/dist/{queries → entities/IndexerQueries}/poolFeeSnapshots.d.ts +8 -8
- package/dist/entities/IndexerQueries/poolFeeSnapshots.d.ts.map +1 -0
- package/dist/{queries → entities/IndexerQueries}/poolFeeSnapshots.js +8 -8
- package/dist/entities/IndexerQueries/poolFeeSnapshots.js.map +1 -0
- package/dist/entities/IndexerQueries/poolFeeTransactions.d.ts +34 -0
- package/dist/entities/IndexerQueries/poolFeeTransactions.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/poolFeeTransactions.js +37 -0
- package/dist/entities/IndexerQueries/poolFeeTransactions.js.map +1 -0
- package/dist/{queries → entities/IndexerQueries}/poolSnapshots.d.ts +30 -24
- package/dist/entities/IndexerQueries/poolSnapshots.d.ts.map +1 -0
- package/dist/{queries → entities/IndexerQueries}/poolSnapshots.js +29 -23
- package/dist/entities/IndexerQueries/poolSnapshots.js.map +1 -0
- package/dist/entities/IndexerQueries/trancheCurrencyBalance.d.ts +76 -0
- package/dist/entities/IndexerQueries/trancheCurrencyBalance.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/trancheCurrencyBalance.js +63 -0
- package/dist/entities/IndexerQueries/trancheCurrencyBalance.js.map +1 -0
- package/dist/{queries → entities/IndexerQueries}/trancheSnapshots.d.ts +7 -7
- package/dist/entities/IndexerQueries/trancheSnapshots.d.ts.map +1 -0
- package/dist/{queries → entities/IndexerQueries}/trancheSnapshots.js +7 -7
- package/dist/entities/IndexerQueries/trancheSnapshots.js.map +1 -0
- package/dist/entities/Investor.d.ts +33 -0
- package/dist/entities/Investor.d.ts.map +1 -0
- package/dist/entities/Investor.js +59 -0
- package/dist/entities/Investor.js.map +1 -0
- package/dist/entities/Investor.test.d.ts +2 -0
- package/dist/entities/Investor.test.d.ts.map +1 -0
- package/dist/entities/Investor.test.js +16 -0
- package/dist/entities/Investor.test.js.map +1 -0
- package/dist/entities/Pool.d.ts +114 -0
- package/dist/entities/Pool.d.ts.map +1 -0
- package/dist/entities/Pool.js +297 -0
- package/dist/entities/Pool.js.map +1 -0
- package/dist/entities/Pool.test.d.ts +2 -0
- package/dist/entities/Pool.test.d.ts.map +1 -0
- package/dist/entities/Pool.test.js +91 -0
- package/dist/entities/Pool.test.js.map +1 -0
- package/dist/entities/PoolNetwork.d.ts +64 -0
- package/dist/entities/PoolNetwork.d.ts.map +1 -0
- package/dist/entities/PoolNetwork.js +248 -0
- package/dist/entities/PoolNetwork.js.map +1 -0
- package/dist/entities/PoolNetwork.test.d.ts +2 -0
- package/dist/entities/PoolNetwork.test.d.ts.map +1 -0
- package/dist/entities/PoolNetwork.test.js +64 -0
- package/dist/entities/PoolNetwork.test.js.map +1 -0
- package/dist/entities/Reports/Processor.d.ts +46 -0
- package/dist/entities/Reports/Processor.d.ts.map +1 -0
- package/dist/entities/Reports/Processor.js +471 -0
- package/dist/entities/Reports/Processor.js.map +1 -0
- package/dist/entities/Reports/Processor.test.d.ts +2 -0
- package/dist/entities/Reports/Processor.test.d.ts.map +1 -0
- package/dist/entities/Reports/Processor.test.js +767 -0
- package/dist/entities/Reports/Processor.test.js.map +1 -0
- package/dist/entities/Reports/Reports.test.d.ts +2 -0
- package/dist/entities/Reports/Reports.test.d.ts.map +1 -0
- package/dist/entities/Reports/Reports.test.js +559 -0
- package/dist/entities/Reports/Reports.test.js.map +1 -0
- package/dist/entities/Reports/index.d.ts +21 -0
- package/dist/entities/Reports/index.d.ts.map +1 -0
- package/dist/entities/Reports/index.js +144 -0
- package/dist/entities/Reports/index.js.map +1 -0
- package/dist/entities/ShareClass.d.ts +162 -0
- package/dist/entities/ShareClass.d.ts.map +1 -0
- package/dist/entities/ShareClass.js +939 -0
- package/dist/entities/ShareClass.js.map +1 -0
- package/dist/entities/ShareClass.test.d.ts +2 -0
- package/dist/entities/ShareClass.test.d.ts.map +1 -0
- package/dist/entities/ShareClass.test.js +108 -0
- package/dist/entities/ShareClass.test.js.map +1 -0
- package/dist/entities/Vault.d.ts +85 -0
- package/dist/entities/Vault.d.ts.map +1 -0
- package/dist/entities/Vault.js +385 -0
- package/dist/entities/Vault.js.map +1 -0
- package/dist/entities/Vault.test.d.ts +2 -0
- package/dist/entities/Vault.test.d.ts.map +1 -0
- package/dist/entities/Vault.test.js +271 -0
- package/dist/entities/Vault.test.js.map +1 -0
- package/dist/index.d.ts +16 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -6
- package/dist/index.js.map +1 -1
- package/dist/tests/mocks/mockAssetSnapshots.d.ts +3 -0
- package/dist/tests/mocks/mockAssetSnapshots.d.ts.map +1 -0
- package/dist/tests/mocks/mockAssetSnapshots.js +56 -0
- package/dist/tests/mocks/mockAssetSnapshots.js.map +1 -0
- package/dist/tests/mocks/mockAssetTransactions.d.ts +3 -0
- package/dist/tests/mocks/mockAssetTransactions.d.ts.map +1 -0
- package/dist/tests/mocks/mockAssetTransactions.js +86 -0
- package/dist/tests/mocks/mockAssetTransactions.js.map +1 -0
- package/dist/tests/mocks/mockEpochs.d.ts +3 -0
- package/dist/tests/mocks/mockEpochs.d.ts.map +1 -0
- package/dist/tests/mocks/mockEpochs.js +26 -0
- package/dist/tests/mocks/mockEpochs.js.map +1 -0
- package/dist/tests/mocks/mockInvestorCurrencyBalance.d.ts +3 -0
- package/dist/tests/mocks/mockInvestorCurrencyBalance.d.ts.map +1 -0
- package/dist/tests/mocks/mockInvestorCurrencyBalance.js +29 -0
- package/dist/tests/mocks/mockInvestorCurrencyBalance.js.map +1 -0
- package/dist/tests/mocks/mockInvestorTransactions.d.ts +3 -0
- package/dist/tests/mocks/mockInvestorTransactions.d.ts.map +1 -0
- package/dist/tests/mocks/mockInvestorTransactions.js +35 -0
- package/dist/tests/mocks/mockInvestorTransactions.js.map +1 -0
- package/dist/tests/mocks/mockPoolFeeSnapshot.d.ts +1 -1
- package/dist/tests/mocks/mockPoolFeeSnapshot.d.ts.map +1 -1
- package/dist/tests/mocks/mockPoolFeeSnapshot.js +29 -29
- package/dist/tests/mocks/mockPoolFeeSnapshot.js.map +1 -1
- package/dist/tests/mocks/mockPoolFeeTransactions.d.ts +11 -0
- package/dist/tests/mocks/mockPoolFeeTransactions.d.ts.map +1 -0
- package/dist/tests/mocks/mockPoolFeeTransactions.js +20 -0
- package/dist/tests/mocks/mockPoolFeeTransactions.js.map +1 -0
- package/dist/tests/mocks/mockPoolMetadata.d.ts.map +1 -1
- package/dist/tests/mocks/mockPoolMetadata.js +5 -15
- package/dist/tests/mocks/mockPoolMetadata.js.map +1 -1
- package/dist/tests/mocks/mockPoolSnapshots.d.ts +1 -1
- package/dist/tests/mocks/mockPoolSnapshots.d.ts.map +1 -1
- package/dist/tests/mocks/mockPoolSnapshots.js +47 -45
- package/dist/tests/mocks/mockPoolSnapshots.js.map +1 -1
- package/dist/tests/mocks/mockTrancheSnapshots.d.ts +1 -1
- package/dist/tests/mocks/mockTrancheSnapshots.d.ts.map +1 -1
- package/dist/tests/mocks/mockTrancheSnapshots.js +21 -21
- package/dist/tests/mocks/mockTrancheSnapshots.js.map +1 -1
- package/dist/tests/setup.d.ts.map +1 -1
- package/dist/tests/setup.js +3 -2
- package/dist/tests/setup.js.map +1 -1
- package/dist/tests/tenderly.js +1 -1
- package/dist/tests/tenderly.js.map +1 -1
- package/dist/tests/utils.d.ts +3 -0
- package/dist/tests/utils.d.ts.map +1 -0
- package/dist/tests/utils.js +4 -0
- package/dist/tests/utils.js.map +1 -0
- package/dist/types/holdings.d.ts +9 -0
- package/dist/types/holdings.d.ts.map +1 -0
- package/dist/types/holdings.js +10 -0
- package/dist/types/holdings.js.map +1 -0
- package/dist/types/index.d.ts +63 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/poolInput.d.ts +71 -0
- package/dist/types/poolInput.d.ts.map +1 -0
- package/dist/types/poolInput.js +2 -0
- package/dist/types/poolInput.js.map +1 -0
- package/dist/types/poolMetadata.d.ts +13 -12
- package/dist/types/poolMetadata.d.ts.map +1 -1
- package/dist/types/reports.d.ts +336 -0
- package/dist/types/reports.d.ts.map +1 -0
- package/dist/types/reports.js +2 -0
- package/dist/types/reports.js.map +1 -0
- package/dist/types/transaction.d.ts +49 -2
- package/dist/types/transaction.d.ts.map +1 -1
- package/dist/types/transaction.js +40 -1
- package/dist/types/transaction.js.map +1 -1
- package/dist/utils/BigInt.d.ts +15 -34
- package/dist/utils/BigInt.d.ts.map +1 -1
- package/dist/utils/BigInt.js +16 -23
- package/dist/utils/BigInt.js.map +1 -1
- package/dist/utils/BigInt.test.d.ts +2 -0
- package/dist/utils/BigInt.test.d.ts.map +1 -0
- package/dist/utils/BigInt.test.js +298 -0
- package/dist/utils/BigInt.test.js.map +1 -0
- package/dist/utils/currencies.d.ts +5 -0
- package/dist/utils/currencies.d.ts.map +1 -0
- package/dist/utils/currencies.js +7 -0
- package/dist/utils/currencies.js.map +1 -0
- package/dist/utils/date.d.ts.map +1 -1
- package/dist/utils/date.js +5 -4
- package/dist/utils/date.js.map +1 -1
- package/dist/utils/decimal.d.ts +2 -2
- package/dist/utils/decimal.d.ts.map +1 -1
- package/dist/utils/decimal.js.map +1 -1
- package/dist/utils/index.d.ts +4 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +24 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/ipfs.d.ts +7 -0
- package/dist/utils/ipfs.d.ts.map +1 -0
- package/dist/utils/ipfs.js +64 -0
- package/dist/utils/ipfs.js.map +1 -0
- package/dist/utils/ipfs.test.d.ts +2 -0
- package/dist/utils/ipfs.test.d.ts.map +1 -0
- package/dist/utils/ipfs.test.js +54 -0
- package/dist/utils/ipfs.test.js.map +1 -0
- package/dist/utils/rx.d.ts +1 -1
- package/dist/utils/rx.d.ts.map +1 -1
- package/dist/utils/rx.js +4 -0
- package/dist/utils/rx.js.map +1 -1
- package/dist/utils/transaction.d.ts +14 -2
- package/dist/utils/transaction.d.ts.map +1 -1
- package/dist/utils/transaction.js +57 -5
- package/dist/utils/transaction.js.map +1 -1
- package/dist/utils/types.d.ts +39 -0
- package/dist/utils/types.d.ts.map +1 -0
- package/dist/utils/types.js +89 -0
- package/dist/utils/types.js.map +1 -0
- package/dist/utils/types.test.d.ts +2 -0
- package/dist/utils/types.test.d.ts.map +1 -0
- package/dist/utils/types.test.js +89 -0
- package/dist/utils/types.test.js.map +1 -0
- package/package.json +13 -8
- package/dist/Account.d.ts +0 -11
- package/dist/Account.d.ts.map +0 -1
- package/dist/Account.js +0 -46
- package/dist/Account.js.map +0 -1
- package/dist/Entity.d.ts +0 -12
- package/dist/Entity.d.ts.map +0 -1
- package/dist/Entity.js.map +0 -1
- package/dist/Pool.d.ts +0 -27
- package/dist/Pool.d.ts.map +0 -1
- package/dist/Pool.js +0 -76
- package/dist/Pool.js.map +0 -1
- package/dist/PoolNetwork.d.ts +0 -82
- package/dist/PoolNetwork.d.ts.map +0 -1
- package/dist/PoolNetwork.js +0 -236
- package/dist/PoolNetwork.js.map +0 -1
- package/dist/Reports/Processor.d.ts +0 -38
- package/dist/Reports/Processor.d.ts.map +0 -1
- package/dist/Reports/Processor.js +0 -167
- package/dist/Reports/Processor.js.map +0 -1
- package/dist/Reports/index.d.ts +0 -24
- package/dist/Reports/index.d.ts.map +0 -1
- package/dist/Reports/index.js +0 -68
- package/dist/Reports/index.js.map +0 -1
- package/dist/Reports/types.d.ts +0 -102
- package/dist/Reports/types.d.ts.map +0 -1
- package/dist/Reports/types.js +0 -2
- package/dist/Reports/types.js.map +0 -1
- package/dist/Vault.d.ts +0 -96
- package/dist/Vault.d.ts.map +0 -1
- package/dist/Vault.js +0 -330
- package/dist/Vault.js.map +0 -1
- package/dist/abi/CentrifugeRouter.abi.json +0 -43
- package/dist/abi/Currency.abi.json +0 -14
- package/dist/abi/Gateway.abi.json +0 -1
- package/dist/abi/InvestmentManager.abi.json +0 -4
- package/dist/abi/LiquidityPool.abi.json +0 -79
- package/dist/abi/PoolManager.abi.json +0 -55
- package/dist/abi/RestrictionManager.abi.json +0 -22
- package/dist/abi/Router.abi.json +0 -1
- package/dist/config/lp.d.ts +0 -17
- package/dist/config/lp.d.ts.map +0 -1
- package/dist/config/lp.js +0 -35
- package/dist/config/lp.js.map +0 -1
- package/dist/queries/poolFeeSnapshots.d.ts.map +0 -1
- package/dist/queries/poolFeeSnapshots.js.map +0 -1
- package/dist/queries/poolSnapshots.d.ts.map +0 -1
- package/dist/queries/poolSnapshots.js.map +0 -1
- package/dist/queries/trancheSnapshots.d.ts.map +0 -1
- package/dist/queries/trancheSnapshots.js.map +0 -1
- package/dist/utils/pinToApi.d.ts +0 -2
- package/dist/utils/pinToApi.d.ts.map +0 -1
- package/dist/utils/pinToApi.js +0 -10
- package/dist/utils/pinToApi.js.map +0 -1
package/dist/Centrifuge.d.ts
CHANGED
|
@@ -1,31 +1,16 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import type {
|
|
5
|
-
import {
|
|
6
|
-
import type {
|
|
7
|
-
import type
|
|
8
|
-
import
|
|
9
|
-
import {
|
|
10
|
-
export type Config = {
|
|
11
|
-
environment: 'mainnet' | 'demo' | 'dev';
|
|
12
|
-
rpcUrls?: Record<number | string, string>;
|
|
13
|
-
indexerUrl: string;
|
|
14
|
-
ipfsUrl: string;
|
|
15
|
-
};
|
|
16
|
-
export type UserProvidedConfig = Partial<Config>;
|
|
17
|
-
type EnvConfig = {
|
|
18
|
-
indexerUrl: string;
|
|
19
|
-
alchemyKey: string;
|
|
20
|
-
infuraKey: string;
|
|
21
|
-
defaultChain: number;
|
|
22
|
-
ipfsUrl: string;
|
|
23
|
-
};
|
|
24
|
-
type DerivedConfig = Config & EnvConfig;
|
|
1
|
+
import { type Abi, type Account, type Chain } from 'viem';
|
|
2
|
+
import { Investor } from './entities/Investor.js';
|
|
3
|
+
import { Pool } from './entities/Pool.js';
|
|
4
|
+
import type { CurrencyDetails, DerivedConfig, HexString, UserProvidedConfig } from './types/index.js';
|
|
5
|
+
import { PoolMetadataInput } from './types/poolInput.js';
|
|
6
|
+
import type { Query } from './types/query.js';
|
|
7
|
+
import { type Signer, type Transaction } from './types/transaction.js';
|
|
8
|
+
import { Balance } from './utils/BigInt.js';
|
|
9
|
+
import { AssetId, PoolId } from './utils/types.js';
|
|
25
10
|
export declare class Centrifuge {
|
|
26
11
|
#private;
|
|
27
12
|
get config(): DerivedConfig;
|
|
28
|
-
getClient(chainId
|
|
13
|
+
getClient(chainId: number): {
|
|
29
14
|
account: undefined;
|
|
30
15
|
batch?: import("viem").ClientConfig["batch"] | undefined;
|
|
31
16
|
cacheTime: number;
|
|
@@ -39,6 +24,10 @@ export declare class Centrifuge {
|
|
|
39
24
|
type: string;
|
|
40
25
|
uid: string;
|
|
41
26
|
call: (parameters: import("viem").CallParameters<Chain>) => Promise<import("viem").CallReturnType>;
|
|
27
|
+
createAccessList: (parameters: import("viem").CreateAccessListParameters<Chain>) => Promise<{
|
|
28
|
+
accessList: import("viem").AccessList;
|
|
29
|
+
gasUsed: bigint;
|
|
30
|
+
}>;
|
|
42
31
|
createBlockFilter: () => Promise<import("viem").CreateBlockFilterReturnType>;
|
|
43
32
|
createContractEventFilter: <const abi extends Abi | readonly unknown[], eventName extends import("viem").ContractEventName<abi> | undefined, args extends import("viem").MaybeExtractEventArgsFromAbi<abi, eventName> | undefined, strict extends boolean | undefined = undefined, fromBlock extends import("viem").BlockNumber | import("viem").BlockTag | undefined = undefined, toBlock extends import("viem").BlockNumber | import("viem").BlockTag | undefined = undefined>(args: import("viem").CreateContractEventFilterParameters<abi, eventName, args, strict, fromBlock, toBlock>) => Promise<import("viem").CreateContractEventFilterReturnType<abi, eventName, args, strict, fromBlock, toBlock>>;
|
|
44
33
|
createEventFilter: <const abiEvent extends import("viem").AbiEvent | undefined = undefined, const abiEvents extends readonly import("viem").AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import("viem").AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined, fromBlock extends import("viem").BlockNumber | import("viem").BlockTag | undefined = undefined, toBlock extends import("viem").BlockNumber | import("viem").BlockTag | undefined = undefined, _EventName extends string | undefined = import("viem").MaybeAbiEventName<abiEvent>, _Args extends import("viem").MaybeExtractEventArgsFromAbi<abiEvents, _EventName> | undefined = undefined>(args?: import("viem").CreateEventFilterParameters<abiEvent, abiEvents, strict, fromBlock, toBlock, _EventName, _Args> | undefined) => Promise<import("viem").CreateEventFilterReturnType<abiEvent, abiEvents, strict, fromBlock, toBlock, _EventName, _Args>>;
|
|
@@ -51,6 +40,8 @@ export declare class Centrifuge {
|
|
|
51
40
|
number: blockTag extends "pending" ? null : bigint;
|
|
52
41
|
nonce: blockTag extends "pending" ? null : `0x${string}`;
|
|
53
42
|
hash: blockTag extends "pending" ? null : `0x${string}`;
|
|
43
|
+
size: bigint;
|
|
44
|
+
gasLimit: bigint;
|
|
54
45
|
timestamp: bigint;
|
|
55
46
|
logsBloom: blockTag extends "pending" ? null : `0x${string}`;
|
|
56
47
|
baseFeePerGas: bigint | null;
|
|
@@ -58,7 +49,6 @@ export declare class Centrifuge {
|
|
|
58
49
|
difficulty: bigint;
|
|
59
50
|
excessBlobGas: bigint;
|
|
60
51
|
extraData: import("viem").Hex;
|
|
61
|
-
gasLimit: bigint;
|
|
62
52
|
gasUsed: bigint;
|
|
63
53
|
miner: import("viem").Address;
|
|
64
54
|
mixHash: import("viem").Hash;
|
|
@@ -67,7 +57,6 @@ export declare class Centrifuge {
|
|
|
67
57
|
receiptsRoot: import("viem").Hex;
|
|
68
58
|
sealFields: import("viem").Hex[];
|
|
69
59
|
sha3Uncles: import("viem").Hash;
|
|
70
|
-
size: bigint;
|
|
71
60
|
stateRoot: import("viem").Hash;
|
|
72
61
|
totalDifficulty: bigint | null;
|
|
73
62
|
transactionsRoot: import("viem").Hash;
|
|
@@ -75,12 +64,15 @@ export declare class Centrifuge {
|
|
|
75
64
|
withdrawals?: import("viem").Withdrawal[] | undefined;
|
|
76
65
|
withdrawalsRoot?: import("viem").Hex | undefined;
|
|
77
66
|
transactions: includeTransactions extends true ? ({
|
|
67
|
+
r: import("viem").Hex;
|
|
68
|
+
s: import("viem").Hex;
|
|
69
|
+
v: bigint;
|
|
70
|
+
value: bigint;
|
|
78
71
|
type: "legacy";
|
|
79
72
|
to: import("viem").Address | null;
|
|
80
73
|
from: import("viem").Address;
|
|
81
74
|
gas: bigint;
|
|
82
75
|
nonce: number;
|
|
83
|
-
value: bigint;
|
|
84
76
|
maxFeePerBlobGas?: undefined;
|
|
85
77
|
gasPrice: bigint;
|
|
86
78
|
maxFeePerGas?: undefined;
|
|
@@ -89,9 +81,6 @@ export declare class Centrifuge {
|
|
|
89
81
|
blobVersionedHashes?: undefined;
|
|
90
82
|
authorizationList?: undefined;
|
|
91
83
|
hash: import("viem").Hash;
|
|
92
|
-
r: import("viem").Hex;
|
|
93
|
-
s: import("viem").Hex;
|
|
94
|
-
v: bigint;
|
|
95
84
|
yParity?: undefined;
|
|
96
85
|
chainId?: number | undefined;
|
|
97
86
|
input: import("viem").Hex;
|
|
@@ -100,12 +89,15 @@ export declare class Centrifuge {
|
|
|
100
89
|
blockHash: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : `0x${string}` : never : never;
|
|
101
90
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
|
|
102
91
|
} | {
|
|
92
|
+
r: import("viem").Hex;
|
|
93
|
+
s: import("viem").Hex;
|
|
94
|
+
v: bigint;
|
|
95
|
+
value: bigint;
|
|
103
96
|
type: "eip2930";
|
|
104
97
|
to: import("viem").Address | null;
|
|
105
98
|
from: import("viem").Address;
|
|
106
99
|
gas: bigint;
|
|
107
100
|
nonce: number;
|
|
108
|
-
value: bigint;
|
|
109
101
|
maxFeePerBlobGas?: undefined;
|
|
110
102
|
gasPrice: bigint;
|
|
111
103
|
maxFeePerGas?: undefined;
|
|
@@ -114,9 +106,6 @@ export declare class Centrifuge {
|
|
|
114
106
|
blobVersionedHashes?: undefined;
|
|
115
107
|
authorizationList?: undefined;
|
|
116
108
|
hash: import("viem").Hash;
|
|
117
|
-
r: import("viem").Hex;
|
|
118
|
-
s: import("viem").Hex;
|
|
119
|
-
v: bigint;
|
|
120
109
|
yParity: number;
|
|
121
110
|
chainId: number;
|
|
122
111
|
input: import("viem").Hex;
|
|
@@ -125,12 +114,15 @@ export declare class Centrifuge {
|
|
|
125
114
|
blockHash: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : `0x${string}` : never : never;
|
|
126
115
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
|
|
127
116
|
} | {
|
|
117
|
+
r: import("viem").Hex;
|
|
118
|
+
s: import("viem").Hex;
|
|
119
|
+
v: bigint;
|
|
120
|
+
value: bigint;
|
|
128
121
|
type: "eip1559";
|
|
129
122
|
to: import("viem").Address | null;
|
|
130
123
|
from: import("viem").Address;
|
|
131
124
|
gas: bigint;
|
|
132
125
|
nonce: number;
|
|
133
|
-
value: bigint;
|
|
134
126
|
maxFeePerBlobGas?: undefined;
|
|
135
127
|
gasPrice?: undefined;
|
|
136
128
|
maxFeePerGas: bigint;
|
|
@@ -139,9 +131,6 @@ export declare class Centrifuge {
|
|
|
139
131
|
blobVersionedHashes?: undefined;
|
|
140
132
|
authorizationList?: undefined;
|
|
141
133
|
hash: import("viem").Hash;
|
|
142
|
-
r: import("viem").Hex;
|
|
143
|
-
s: import("viem").Hex;
|
|
144
|
-
v: bigint;
|
|
145
134
|
yParity: number;
|
|
146
135
|
chainId: number;
|
|
147
136
|
input: import("viem").Hex;
|
|
@@ -150,12 +139,15 @@ export declare class Centrifuge {
|
|
|
150
139
|
blockHash: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : `0x${string}` : never : never;
|
|
151
140
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
|
|
152
141
|
} | {
|
|
142
|
+
r: import("viem").Hex;
|
|
143
|
+
s: import("viem").Hex;
|
|
144
|
+
v: bigint;
|
|
145
|
+
value: bigint;
|
|
153
146
|
type: "eip4844";
|
|
154
147
|
to: import("viem").Address | null;
|
|
155
148
|
from: import("viem").Address;
|
|
156
149
|
gas: bigint;
|
|
157
150
|
nonce: number;
|
|
158
|
-
value: bigint;
|
|
159
151
|
maxFeePerBlobGas: bigint;
|
|
160
152
|
gasPrice?: undefined;
|
|
161
153
|
maxFeePerGas: bigint;
|
|
@@ -164,9 +156,6 @@ export declare class Centrifuge {
|
|
|
164
156
|
blobVersionedHashes: readonly import("viem").Hex[];
|
|
165
157
|
authorizationList?: undefined;
|
|
166
158
|
hash: import("viem").Hash;
|
|
167
|
-
r: import("viem").Hex;
|
|
168
|
-
s: import("viem").Hex;
|
|
169
|
-
v: bigint;
|
|
170
159
|
yParity: number;
|
|
171
160
|
chainId: number;
|
|
172
161
|
input: import("viem").Hex;
|
|
@@ -175,23 +164,23 @@ export declare class Centrifuge {
|
|
|
175
164
|
blockHash: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : `0x${string}` : never : never;
|
|
176
165
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
|
|
177
166
|
} | {
|
|
167
|
+
r: import("viem").Hex;
|
|
168
|
+
s: import("viem").Hex;
|
|
169
|
+
v: bigint;
|
|
170
|
+
value: bigint;
|
|
178
171
|
type: "eip7702";
|
|
179
172
|
to: import("viem").Address | null;
|
|
180
173
|
from: import("viem").Address;
|
|
181
174
|
gas: bigint;
|
|
182
175
|
nonce: number;
|
|
183
|
-
value: bigint;
|
|
184
176
|
maxFeePerBlobGas?: undefined;
|
|
185
177
|
gasPrice?: undefined;
|
|
186
178
|
maxFeePerGas: bigint;
|
|
187
179
|
maxPriorityFeePerGas: bigint;
|
|
188
180
|
accessList: import("viem").AccessList;
|
|
189
181
|
blobVersionedHashes?: undefined;
|
|
190
|
-
authorizationList: import("viem
|
|
182
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
191
183
|
hash: import("viem").Hash;
|
|
192
|
-
r: import("viem").Hex;
|
|
193
|
-
s: import("viem").Hex;
|
|
194
|
-
v: bigint;
|
|
195
184
|
yParity: number;
|
|
196
185
|
chainId: number;
|
|
197
186
|
input: import("viem").Hex;
|
|
@@ -225,12 +214,15 @@ export declare class Centrifuge {
|
|
|
225
214
|
} | undefined) => Promise<import("viem").EstimateMaxPriorityFeePerGasReturnType>;
|
|
226
215
|
getStorageAt: (args: import("viem").GetStorageAtParameters) => Promise<import("viem").GetStorageAtReturnType>;
|
|
227
216
|
getTransaction: <blockTag extends import("viem").BlockTag = "latest">(args: import("viem").GetTransactionParameters<blockTag>) => Promise<{
|
|
217
|
+
r: import("viem").Hex;
|
|
218
|
+
s: import("viem").Hex;
|
|
219
|
+
v: bigint;
|
|
220
|
+
value: bigint;
|
|
228
221
|
type: "legacy";
|
|
229
222
|
to: import("viem").Address | null;
|
|
230
223
|
from: import("viem").Address;
|
|
231
224
|
gas: bigint;
|
|
232
225
|
nonce: number;
|
|
233
|
-
value: bigint;
|
|
234
226
|
maxFeePerBlobGas?: undefined;
|
|
235
227
|
gasPrice: bigint;
|
|
236
228
|
maxFeePerGas?: undefined;
|
|
@@ -239,9 +231,6 @@ export declare class Centrifuge {
|
|
|
239
231
|
blobVersionedHashes?: undefined;
|
|
240
232
|
authorizationList?: undefined;
|
|
241
233
|
hash: import("viem").Hash;
|
|
242
|
-
r: import("viem").Hex;
|
|
243
|
-
s: import("viem").Hex;
|
|
244
|
-
v: bigint;
|
|
245
234
|
yParity?: undefined;
|
|
246
235
|
chainId?: number | undefined;
|
|
247
236
|
input: import("viem").Hex;
|
|
@@ -250,12 +239,15 @@ export declare class Centrifuge {
|
|
|
250
239
|
blockHash: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : `0x${string}` : never : never;
|
|
251
240
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
|
|
252
241
|
} | {
|
|
242
|
+
r: import("viem").Hex;
|
|
243
|
+
s: import("viem").Hex;
|
|
244
|
+
v: bigint;
|
|
245
|
+
value: bigint;
|
|
253
246
|
type: "eip2930";
|
|
254
247
|
to: import("viem").Address | null;
|
|
255
248
|
from: import("viem").Address;
|
|
256
249
|
gas: bigint;
|
|
257
250
|
nonce: number;
|
|
258
|
-
value: bigint;
|
|
259
251
|
maxFeePerBlobGas?: undefined;
|
|
260
252
|
gasPrice: bigint;
|
|
261
253
|
maxFeePerGas?: undefined;
|
|
@@ -264,9 +256,6 @@ export declare class Centrifuge {
|
|
|
264
256
|
blobVersionedHashes?: undefined;
|
|
265
257
|
authorizationList?: undefined;
|
|
266
258
|
hash: import("viem").Hash;
|
|
267
|
-
r: import("viem").Hex;
|
|
268
|
-
s: import("viem").Hex;
|
|
269
|
-
v: bigint;
|
|
270
259
|
yParity: number;
|
|
271
260
|
chainId: number;
|
|
272
261
|
input: import("viem").Hex;
|
|
@@ -275,12 +264,15 @@ export declare class Centrifuge {
|
|
|
275
264
|
blockHash: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : `0x${string}` : never : never;
|
|
276
265
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
|
|
277
266
|
} | {
|
|
267
|
+
r: import("viem").Hex;
|
|
268
|
+
s: import("viem").Hex;
|
|
269
|
+
v: bigint;
|
|
270
|
+
value: bigint;
|
|
278
271
|
type: "eip1559";
|
|
279
272
|
to: import("viem").Address | null;
|
|
280
273
|
from: import("viem").Address;
|
|
281
274
|
gas: bigint;
|
|
282
275
|
nonce: number;
|
|
283
|
-
value: bigint;
|
|
284
276
|
maxFeePerBlobGas?: undefined;
|
|
285
277
|
gasPrice?: undefined;
|
|
286
278
|
maxFeePerGas: bigint;
|
|
@@ -289,9 +281,6 @@ export declare class Centrifuge {
|
|
|
289
281
|
blobVersionedHashes?: undefined;
|
|
290
282
|
authorizationList?: undefined;
|
|
291
283
|
hash: import("viem").Hash;
|
|
292
|
-
r: import("viem").Hex;
|
|
293
|
-
s: import("viem").Hex;
|
|
294
|
-
v: bigint;
|
|
295
284
|
yParity: number;
|
|
296
285
|
chainId: number;
|
|
297
286
|
input: import("viem").Hex;
|
|
@@ -300,12 +289,15 @@ export declare class Centrifuge {
|
|
|
300
289
|
blockHash: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : `0x${string}` : never : never;
|
|
301
290
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
|
|
302
291
|
} | {
|
|
292
|
+
r: import("viem").Hex;
|
|
293
|
+
s: import("viem").Hex;
|
|
294
|
+
v: bigint;
|
|
295
|
+
value: bigint;
|
|
303
296
|
type: "eip4844";
|
|
304
297
|
to: import("viem").Address | null;
|
|
305
298
|
from: import("viem").Address;
|
|
306
299
|
gas: bigint;
|
|
307
300
|
nonce: number;
|
|
308
|
-
value: bigint;
|
|
309
301
|
maxFeePerBlobGas: bigint;
|
|
310
302
|
gasPrice?: undefined;
|
|
311
303
|
maxFeePerGas: bigint;
|
|
@@ -314,9 +306,6 @@ export declare class Centrifuge {
|
|
|
314
306
|
blobVersionedHashes: readonly import("viem").Hex[];
|
|
315
307
|
authorizationList?: undefined;
|
|
316
308
|
hash: import("viem").Hash;
|
|
317
|
-
r: import("viem").Hex;
|
|
318
|
-
s: import("viem").Hex;
|
|
319
|
-
v: bigint;
|
|
320
309
|
yParity: number;
|
|
321
310
|
chainId: number;
|
|
322
311
|
input: import("viem").Hex;
|
|
@@ -325,23 +314,23 @@ export declare class Centrifuge {
|
|
|
325
314
|
blockHash: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : `0x${string}` : never : never;
|
|
326
315
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
|
|
327
316
|
} | {
|
|
317
|
+
r: import("viem").Hex;
|
|
318
|
+
s: import("viem").Hex;
|
|
319
|
+
v: bigint;
|
|
320
|
+
value: bigint;
|
|
328
321
|
type: "eip7702";
|
|
329
322
|
to: import("viem").Address | null;
|
|
330
323
|
from: import("viem").Address;
|
|
331
324
|
gas: bigint;
|
|
332
325
|
nonce: number;
|
|
333
|
-
value: bigint;
|
|
334
326
|
maxFeePerBlobGas?: undefined;
|
|
335
327
|
gasPrice?: undefined;
|
|
336
328
|
maxFeePerGas: bigint;
|
|
337
329
|
maxPriorityFeePerGas: bigint;
|
|
338
330
|
accessList: import("viem").AccessList;
|
|
339
331
|
blobVersionedHashes?: undefined;
|
|
340
|
-
authorizationList: import("viem
|
|
332
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
341
333
|
hash: import("viem").Hash;
|
|
342
|
-
r: import("viem").Hex;
|
|
343
|
-
s: import("viem").Hex;
|
|
344
|
-
v: bigint;
|
|
345
334
|
yParity: number;
|
|
346
335
|
chainId: number;
|
|
347
336
|
input: import("viem").Hex;
|
|
@@ -354,11 +343,11 @@ export declare class Centrifuge {
|
|
|
354
343
|
getTransactionCount: (args: import("viem").GetTransactionCountParameters) => Promise<import("viem").GetTransactionCountReturnType>;
|
|
355
344
|
getTransactionReceipt: (args: import("viem").GetTransactionReceiptParameters) => Promise<import("viem").TransactionReceipt>;
|
|
356
345
|
multicall: <const contracts extends readonly unknown[], allowFailure extends boolean = true>(args: import("viem").MulticallParameters<contracts, allowFailure>) => Promise<import("viem").MulticallReturnType<contracts, allowFailure>>;
|
|
357
|
-
prepareTransactionRequest: <const request extends import("viem").PrepareTransactionRequestRequest<Chain, chainOverride>, chainOverride extends Chain | undefined = undefined, accountOverride extends
|
|
346
|
+
prepareTransactionRequest: <const request extends import("viem").PrepareTransactionRequestRequest<Chain, chainOverride>, chainOverride extends Chain | undefined = undefined, accountOverride extends Account | import("viem").Address | undefined = undefined>(args: import("viem").PrepareTransactionRequestParameters<Chain, Account | undefined, chainOverride, accountOverride, request>) => Promise<import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<Chain, chainOverride>, "transactionRequest", import("viem").TransactionRequest>, "from"> & (import("viem").DeriveChain<Chain, chainOverride> extends infer T_1 ? T_1 extends import("viem").DeriveChain<Chain, chainOverride> ? T_1 extends Chain ? {
|
|
358
347
|
chain: T_1;
|
|
359
348
|
} : {
|
|
360
349
|
chain?: undefined;
|
|
361
|
-
} : never : never) & (import("viem").DeriveAccount<
|
|
350
|
+
} : never : never) & (import("viem").DeriveAccount<Account | undefined, accountOverride> extends infer T_2 ? T_2 extends import("viem").DeriveAccount<Account | undefined, accountOverride> ? T_2 extends Account ? {
|
|
362
351
|
account: T_2;
|
|
363
352
|
from: import("viem").Address;
|
|
364
353
|
} : {
|
|
@@ -425,7 +414,7 @@ export declare class Centrifuge {
|
|
|
425
414
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
426
415
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
427
416
|
accessList?: import("viem").AccessList | undefined;
|
|
428
|
-
authorizationList?: import("viem
|
|
417
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
429
418
|
blobs?: undefined;
|
|
430
419
|
blobVersionedHashes?: undefined;
|
|
431
420
|
gasPrice?: undefined;
|
|
@@ -435,7 +424,7 @@ export declare class Centrifuge {
|
|
|
435
424
|
sidecars?: undefined;
|
|
436
425
|
} | {
|
|
437
426
|
accessList?: import("viem").AccessList | undefined;
|
|
438
|
-
authorizationList?: import("viem
|
|
427
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
439
428
|
blobs?: undefined;
|
|
440
429
|
blobVersionedHashes?: undefined;
|
|
441
430
|
gasPrice?: undefined;
|
|
@@ -506,7 +495,7 @@ export declare class Centrifuge {
|
|
|
506
495
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
507
496
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
508
497
|
accessList?: import("viem").AccessList | undefined;
|
|
509
|
-
authorizationList?: import("viem
|
|
498
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
510
499
|
blobs?: undefined;
|
|
511
500
|
blobVersionedHashes?: undefined;
|
|
512
501
|
gasPrice?: undefined;
|
|
@@ -516,7 +505,7 @@ export declare class Centrifuge {
|
|
|
516
505
|
sidecars?: undefined;
|
|
517
506
|
} | {
|
|
518
507
|
accessList?: import("viem").AccessList | undefined;
|
|
519
|
-
authorizationList?: import("viem
|
|
508
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
520
509
|
blobs?: undefined;
|
|
521
510
|
blobVersionedHashes?: undefined;
|
|
522
511
|
gasPrice?: undefined;
|
|
@@ -587,7 +576,7 @@ export declare class Centrifuge {
|
|
|
587
576
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
588
577
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
589
578
|
accessList?: import("viem").AccessList | undefined;
|
|
590
|
-
authorizationList?: import("viem
|
|
579
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
591
580
|
blobs?: undefined;
|
|
592
581
|
blobVersionedHashes?: undefined;
|
|
593
582
|
gasPrice?: undefined;
|
|
@@ -597,7 +586,7 @@ export declare class Centrifuge {
|
|
|
597
586
|
sidecars?: undefined;
|
|
598
587
|
} | {
|
|
599
588
|
accessList?: import("viem").AccessList | undefined;
|
|
600
|
-
authorizationList?: import("viem
|
|
589
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
601
590
|
blobs?: undefined;
|
|
602
591
|
blobVersionedHashes?: undefined;
|
|
603
592
|
gasPrice?: undefined;
|
|
@@ -668,7 +657,7 @@ export declare class Centrifuge {
|
|
|
668
657
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
669
658
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
670
659
|
accessList?: import("viem").AccessList | undefined;
|
|
671
|
-
authorizationList?: import("viem
|
|
660
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
672
661
|
blobs?: undefined;
|
|
673
662
|
blobVersionedHashes?: undefined;
|
|
674
663
|
gasPrice?: undefined;
|
|
@@ -678,7 +667,7 @@ export declare class Centrifuge {
|
|
|
678
667
|
sidecars?: undefined;
|
|
679
668
|
} | {
|
|
680
669
|
accessList?: import("viem").AccessList | undefined;
|
|
681
|
-
authorizationList?: import("viem
|
|
670
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
682
671
|
blobs?: undefined;
|
|
683
672
|
blobVersionedHashes?: undefined;
|
|
684
673
|
gasPrice?: undefined;
|
|
@@ -749,7 +738,7 @@ export declare class Centrifuge {
|
|
|
749
738
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
750
739
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
751
740
|
accessList?: import("viem").AccessList | undefined;
|
|
752
|
-
authorizationList?: import("viem
|
|
741
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
753
742
|
blobs?: undefined;
|
|
754
743
|
blobVersionedHashes?: undefined;
|
|
755
744
|
gasPrice?: undefined;
|
|
@@ -759,7 +748,7 @@ export declare class Centrifuge {
|
|
|
759
748
|
sidecars?: undefined;
|
|
760
749
|
} | {
|
|
761
750
|
accessList?: import("viem").AccessList | undefined;
|
|
762
|
-
authorizationList?: import("viem
|
|
751
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
763
752
|
blobs?: undefined;
|
|
764
753
|
blobVersionedHashes?: undefined;
|
|
765
754
|
gasPrice?: undefined;
|
|
@@ -830,7 +819,7 @@ export declare class Centrifuge {
|
|
|
830
819
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
831
820
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
832
821
|
accessList?: import("viem").AccessList | undefined;
|
|
833
|
-
authorizationList?: import("viem
|
|
822
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
834
823
|
blobs?: undefined;
|
|
835
824
|
blobVersionedHashes?: undefined;
|
|
836
825
|
gasPrice?: undefined;
|
|
@@ -840,7 +829,7 @@ export declare class Centrifuge {
|
|
|
840
829
|
sidecars?: undefined;
|
|
841
830
|
} | {
|
|
842
831
|
accessList?: import("viem").AccessList | undefined;
|
|
843
|
-
authorizationList?: import("viem
|
|
832
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
844
833
|
blobs?: undefined;
|
|
845
834
|
blobVersionedHashes?: undefined;
|
|
846
835
|
gasPrice?: undefined;
|
|
@@ -911,7 +900,7 @@ export declare class Centrifuge {
|
|
|
911
900
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
912
901
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
913
902
|
accessList?: import("viem").AccessList | undefined;
|
|
914
|
-
authorizationList?: import("viem
|
|
903
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
915
904
|
blobs?: undefined;
|
|
916
905
|
blobVersionedHashes?: undefined;
|
|
917
906
|
gasPrice?: undefined;
|
|
@@ -921,7 +910,7 @@ export declare class Centrifuge {
|
|
|
921
910
|
sidecars?: undefined;
|
|
922
911
|
} | {
|
|
923
912
|
accessList?: import("viem").AccessList | undefined;
|
|
924
|
-
authorizationList?: import("viem
|
|
913
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
925
914
|
blobs?: undefined;
|
|
926
915
|
blobVersionedHashes?: undefined;
|
|
927
916
|
gasPrice?: undefined;
|
|
@@ -992,7 +981,7 @@ export declare class Centrifuge {
|
|
|
992
981
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
993
982
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
994
983
|
accessList?: import("viem").AccessList | undefined;
|
|
995
|
-
authorizationList?: import("viem
|
|
984
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
996
985
|
blobs?: undefined;
|
|
997
986
|
blobVersionedHashes?: undefined;
|
|
998
987
|
gasPrice?: undefined;
|
|
@@ -1002,7 +991,7 @@ export declare class Centrifuge {
|
|
|
1002
991
|
sidecars?: undefined;
|
|
1003
992
|
} | {
|
|
1004
993
|
accessList?: import("viem").AccessList | undefined;
|
|
1005
|
-
authorizationList?: import("viem
|
|
994
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1006
995
|
blobs?: undefined;
|
|
1007
996
|
blobVersionedHashes?: undefined;
|
|
1008
997
|
gasPrice?: undefined;
|
|
@@ -1073,7 +1062,7 @@ export declare class Centrifuge {
|
|
|
1073
1062
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1074
1063
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1075
1064
|
accessList?: import("viem").AccessList | undefined;
|
|
1076
|
-
authorizationList?: import("viem
|
|
1065
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1077
1066
|
blobs?: undefined;
|
|
1078
1067
|
blobVersionedHashes?: undefined;
|
|
1079
1068
|
gasPrice?: undefined;
|
|
@@ -1083,7 +1072,7 @@ export declare class Centrifuge {
|
|
|
1083
1072
|
sidecars?: undefined;
|
|
1084
1073
|
} | {
|
|
1085
1074
|
accessList?: import("viem").AccessList | undefined;
|
|
1086
|
-
authorizationList?: import("viem
|
|
1075
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1087
1076
|
blobs?: undefined;
|
|
1088
1077
|
blobVersionedHashes?: undefined;
|
|
1089
1078
|
gasPrice?: undefined;
|
|
@@ -1154,7 +1143,7 @@ export declare class Centrifuge {
|
|
|
1154
1143
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1155
1144
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1156
1145
|
accessList?: import("viem").AccessList | undefined;
|
|
1157
|
-
authorizationList?: import("viem
|
|
1146
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1158
1147
|
blobs?: undefined;
|
|
1159
1148
|
blobVersionedHashes?: undefined;
|
|
1160
1149
|
gasPrice?: undefined;
|
|
@@ -1164,7 +1153,7 @@ export declare class Centrifuge {
|
|
|
1164
1153
|
sidecars?: undefined;
|
|
1165
1154
|
} | {
|
|
1166
1155
|
accessList?: import("viem").AccessList | undefined;
|
|
1167
|
-
authorizationList?: import("viem
|
|
1156
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1168
1157
|
blobs?: undefined;
|
|
1169
1158
|
blobVersionedHashes?: undefined;
|
|
1170
1159
|
gasPrice?: undefined;
|
|
@@ -1235,7 +1224,7 @@ export declare class Centrifuge {
|
|
|
1235
1224
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1236
1225
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1237
1226
|
accessList?: import("viem").AccessList | undefined;
|
|
1238
|
-
authorizationList?: import("viem
|
|
1227
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1239
1228
|
blobs?: undefined;
|
|
1240
1229
|
blobVersionedHashes?: undefined;
|
|
1241
1230
|
gasPrice?: undefined;
|
|
@@ -1245,7 +1234,7 @@ export declare class Centrifuge {
|
|
|
1245
1234
|
sidecars?: undefined;
|
|
1246
1235
|
} | {
|
|
1247
1236
|
accessList?: import("viem").AccessList | undefined;
|
|
1248
|
-
authorizationList?: import("viem
|
|
1237
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1249
1238
|
blobs?: undefined;
|
|
1250
1239
|
blobVersionedHashes?: undefined;
|
|
1251
1240
|
gasPrice?: undefined;
|
|
@@ -1316,7 +1305,7 @@ export declare class Centrifuge {
|
|
|
1316
1305
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1317
1306
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1318
1307
|
accessList?: import("viem").AccessList | undefined;
|
|
1319
|
-
authorizationList?: import("viem
|
|
1308
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1320
1309
|
blobs?: undefined;
|
|
1321
1310
|
blobVersionedHashes?: undefined;
|
|
1322
1311
|
gasPrice?: undefined;
|
|
@@ -1326,7 +1315,7 @@ export declare class Centrifuge {
|
|
|
1326
1315
|
sidecars?: undefined;
|
|
1327
1316
|
} | {
|
|
1328
1317
|
accessList?: import("viem").AccessList | undefined;
|
|
1329
|
-
authorizationList?: import("viem
|
|
1318
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1330
1319
|
blobs?: undefined;
|
|
1331
1320
|
blobVersionedHashes?: undefined;
|
|
1332
1321
|
gasPrice?: undefined;
|
|
@@ -1397,7 +1386,7 @@ export declare class Centrifuge {
|
|
|
1397
1386
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1398
1387
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1399
1388
|
accessList?: import("viem").AccessList | undefined;
|
|
1400
|
-
authorizationList?: import("viem
|
|
1389
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1401
1390
|
blobs?: undefined;
|
|
1402
1391
|
blobVersionedHashes?: undefined;
|
|
1403
1392
|
gasPrice?: undefined;
|
|
@@ -1407,7 +1396,7 @@ export declare class Centrifuge {
|
|
|
1407
1396
|
sidecars?: undefined;
|
|
1408
1397
|
} | {
|
|
1409
1398
|
accessList?: import("viem").AccessList | undefined;
|
|
1410
|
-
authorizationList?: import("viem
|
|
1399
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1411
1400
|
blobs?: undefined;
|
|
1412
1401
|
blobVersionedHashes?: undefined;
|
|
1413
1402
|
gasPrice?: undefined;
|
|
@@ -1478,7 +1467,7 @@ export declare class Centrifuge {
|
|
|
1478
1467
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1479
1468
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1480
1469
|
accessList?: import("viem").AccessList | undefined;
|
|
1481
|
-
authorizationList?: import("viem
|
|
1470
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1482
1471
|
blobs?: undefined;
|
|
1483
1472
|
blobVersionedHashes?: undefined;
|
|
1484
1473
|
gasPrice?: undefined;
|
|
@@ -1488,7 +1477,7 @@ export declare class Centrifuge {
|
|
|
1488
1477
|
sidecars?: undefined;
|
|
1489
1478
|
} | {
|
|
1490
1479
|
accessList?: import("viem").AccessList | undefined;
|
|
1491
|
-
authorizationList?: import("viem
|
|
1480
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1492
1481
|
blobs?: undefined;
|
|
1493
1482
|
blobVersionedHashes?: undefined;
|
|
1494
1483
|
gasPrice?: undefined;
|
|
@@ -1559,7 +1548,7 @@ export declare class Centrifuge {
|
|
|
1559
1548
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1560
1549
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1561
1550
|
accessList?: import("viem").AccessList | undefined;
|
|
1562
|
-
authorizationList?: import("viem
|
|
1551
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1563
1552
|
blobs?: undefined;
|
|
1564
1553
|
blobVersionedHashes?: undefined;
|
|
1565
1554
|
gasPrice?: undefined;
|
|
@@ -1569,7 +1558,7 @@ export declare class Centrifuge {
|
|
|
1569
1558
|
sidecars?: undefined;
|
|
1570
1559
|
} | {
|
|
1571
1560
|
accessList?: import("viem").AccessList | undefined;
|
|
1572
|
-
authorizationList?: import("viem
|
|
1561
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1573
1562
|
blobs?: undefined;
|
|
1574
1563
|
blobVersionedHashes?: undefined;
|
|
1575
1564
|
gasPrice?: undefined;
|
|
@@ -1640,7 +1629,7 @@ export declare class Centrifuge {
|
|
|
1640
1629
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1641
1630
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1642
1631
|
accessList?: import("viem").AccessList | undefined;
|
|
1643
|
-
authorizationList?: import("viem
|
|
1632
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1644
1633
|
blobs?: undefined;
|
|
1645
1634
|
blobVersionedHashes?: undefined;
|
|
1646
1635
|
gasPrice?: undefined;
|
|
@@ -1650,7 +1639,7 @@ export declare class Centrifuge {
|
|
|
1650
1639
|
sidecars?: undefined;
|
|
1651
1640
|
} | {
|
|
1652
1641
|
accessList?: import("viem").AccessList | undefined;
|
|
1653
|
-
authorizationList?: import("viem
|
|
1642
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1654
1643
|
blobs?: undefined;
|
|
1655
1644
|
blobVersionedHashes?: undefined;
|
|
1656
1645
|
gasPrice?: undefined;
|
|
@@ -1721,7 +1710,7 @@ export declare class Centrifuge {
|
|
|
1721
1710
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1722
1711
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1723
1712
|
accessList?: import("viem").AccessList | undefined;
|
|
1724
|
-
authorizationList?: import("viem
|
|
1713
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1725
1714
|
blobs?: undefined;
|
|
1726
1715
|
blobVersionedHashes?: undefined;
|
|
1727
1716
|
gasPrice?: undefined;
|
|
@@ -1731,7 +1720,7 @@ export declare class Centrifuge {
|
|
|
1731
1720
|
sidecars?: undefined;
|
|
1732
1721
|
} | {
|
|
1733
1722
|
accessList?: import("viem").AccessList | undefined;
|
|
1734
|
-
authorizationList?: import("viem
|
|
1723
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1735
1724
|
blobs?: undefined;
|
|
1736
1725
|
blobVersionedHashes?: undefined;
|
|
1737
1726
|
gasPrice?: undefined;
|
|
@@ -1802,7 +1791,7 @@ export declare class Centrifuge {
|
|
|
1802
1791
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1803
1792
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1804
1793
|
accessList?: import("viem").AccessList | undefined;
|
|
1805
|
-
authorizationList?: import("viem
|
|
1794
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1806
1795
|
blobs?: undefined;
|
|
1807
1796
|
blobVersionedHashes?: undefined;
|
|
1808
1797
|
gasPrice?: undefined;
|
|
@@ -1812,7 +1801,7 @@ export declare class Centrifuge {
|
|
|
1812
1801
|
sidecars?: undefined;
|
|
1813
1802
|
} | {
|
|
1814
1803
|
accessList?: import("viem").AccessList | undefined;
|
|
1815
|
-
authorizationList?: import("viem
|
|
1804
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1816
1805
|
blobs?: undefined;
|
|
1817
1806
|
blobVersionedHashes?: undefined;
|
|
1818
1807
|
gasPrice?: undefined;
|
|
@@ -1883,7 +1872,7 @@ export declare class Centrifuge {
|
|
|
1883
1872
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1884
1873
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1885
1874
|
accessList?: import("viem").AccessList | undefined;
|
|
1886
|
-
authorizationList?: import("viem
|
|
1875
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1887
1876
|
blobs?: undefined;
|
|
1888
1877
|
blobVersionedHashes?: undefined;
|
|
1889
1878
|
gasPrice?: undefined;
|
|
@@ -1893,7 +1882,7 @@ export declare class Centrifuge {
|
|
|
1893
1882
|
sidecars?: undefined;
|
|
1894
1883
|
} | {
|
|
1895
1884
|
accessList?: import("viem").AccessList | undefined;
|
|
1896
|
-
authorizationList?: import("viem
|
|
1885
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1897
1886
|
blobs?: undefined;
|
|
1898
1887
|
blobVersionedHashes?: undefined;
|
|
1899
1888
|
gasPrice?: undefined;
|
|
@@ -1964,7 +1953,7 @@ export declare class Centrifuge {
|
|
|
1964
1953
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1965
1954
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1966
1955
|
accessList?: import("viem").AccessList | undefined;
|
|
1967
|
-
authorizationList?: import("viem
|
|
1956
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1968
1957
|
blobs?: undefined;
|
|
1969
1958
|
blobVersionedHashes?: undefined;
|
|
1970
1959
|
gasPrice?: undefined;
|
|
@@ -1974,7 +1963,7 @@ export declare class Centrifuge {
|
|
|
1974
1963
|
sidecars?: undefined;
|
|
1975
1964
|
} | {
|
|
1976
1965
|
accessList?: import("viem").AccessList | undefined;
|
|
1977
|
-
authorizationList?: import("viem
|
|
1966
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1978
1967
|
blobs?: undefined;
|
|
1979
1968
|
blobVersionedHashes?: undefined;
|
|
1980
1969
|
gasPrice?: undefined;
|
|
@@ -2045,7 +2034,7 @@ export declare class Centrifuge {
|
|
|
2045
2034
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2046
2035
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2047
2036
|
accessList?: import("viem").AccessList | undefined;
|
|
2048
|
-
authorizationList?: import("viem
|
|
2037
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2049
2038
|
blobs?: undefined;
|
|
2050
2039
|
blobVersionedHashes?: undefined;
|
|
2051
2040
|
gasPrice?: undefined;
|
|
@@ -2055,7 +2044,7 @@ export declare class Centrifuge {
|
|
|
2055
2044
|
sidecars?: undefined;
|
|
2056
2045
|
} | {
|
|
2057
2046
|
accessList?: import("viem").AccessList | undefined;
|
|
2058
|
-
authorizationList?: import("viem
|
|
2047
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2059
2048
|
blobs?: undefined;
|
|
2060
2049
|
blobVersionedHashes?: undefined;
|
|
2061
2050
|
gasPrice?: undefined;
|
|
@@ -2126,7 +2115,7 @@ export declare class Centrifuge {
|
|
|
2126
2115
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2127
2116
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2128
2117
|
accessList?: import("viem").AccessList | undefined;
|
|
2129
|
-
authorizationList?: import("viem
|
|
2118
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2130
2119
|
blobs?: undefined;
|
|
2131
2120
|
blobVersionedHashes?: undefined;
|
|
2132
2121
|
gasPrice?: undefined;
|
|
@@ -2136,7 +2125,7 @@ export declare class Centrifuge {
|
|
|
2136
2125
|
sidecars?: undefined;
|
|
2137
2126
|
} | {
|
|
2138
2127
|
accessList?: import("viem").AccessList | undefined;
|
|
2139
|
-
authorizationList?: import("viem
|
|
2128
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2140
2129
|
blobs?: undefined;
|
|
2141
2130
|
blobVersionedHashes?: undefined;
|
|
2142
2131
|
gasPrice?: undefined;
|
|
@@ -2207,7 +2196,7 @@ export declare class Centrifuge {
|
|
|
2207
2196
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2208
2197
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2209
2198
|
accessList?: import("viem").AccessList | undefined;
|
|
2210
|
-
authorizationList?: import("viem
|
|
2199
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2211
2200
|
blobs?: undefined;
|
|
2212
2201
|
blobVersionedHashes?: undefined;
|
|
2213
2202
|
gasPrice?: undefined;
|
|
@@ -2217,7 +2206,7 @@ export declare class Centrifuge {
|
|
|
2217
2206
|
sidecars?: undefined;
|
|
2218
2207
|
} | {
|
|
2219
2208
|
accessList?: import("viem").AccessList | undefined;
|
|
2220
|
-
authorizationList?: import("viem
|
|
2209
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2221
2210
|
blobs?: undefined;
|
|
2222
2211
|
blobVersionedHashes?: undefined;
|
|
2223
2212
|
gasPrice?: undefined;
|
|
@@ -2288,7 +2277,7 @@ export declare class Centrifuge {
|
|
|
2288
2277
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2289
2278
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2290
2279
|
accessList?: import("viem").AccessList | undefined;
|
|
2291
|
-
authorizationList?: import("viem
|
|
2280
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2292
2281
|
blobs?: undefined;
|
|
2293
2282
|
blobVersionedHashes?: undefined;
|
|
2294
2283
|
gasPrice?: undefined;
|
|
@@ -2298,7 +2287,7 @@ export declare class Centrifuge {
|
|
|
2298
2287
|
sidecars?: undefined;
|
|
2299
2288
|
} | {
|
|
2300
2289
|
accessList?: import("viem").AccessList | undefined;
|
|
2301
|
-
authorizationList?: import("viem
|
|
2290
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2302
2291
|
blobs?: undefined;
|
|
2303
2292
|
blobVersionedHashes?: undefined;
|
|
2304
2293
|
gasPrice?: undefined;
|
|
@@ -2369,7 +2358,7 @@ export declare class Centrifuge {
|
|
|
2369
2358
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2370
2359
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2371
2360
|
accessList?: import("viem").AccessList | undefined;
|
|
2372
|
-
authorizationList?: import("viem
|
|
2361
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2373
2362
|
blobs?: undefined;
|
|
2374
2363
|
blobVersionedHashes?: undefined;
|
|
2375
2364
|
gasPrice?: undefined;
|
|
@@ -2379,7 +2368,7 @@ export declare class Centrifuge {
|
|
|
2379
2368
|
sidecars?: undefined;
|
|
2380
2369
|
} | {
|
|
2381
2370
|
accessList?: import("viem").AccessList | undefined;
|
|
2382
|
-
authorizationList?: import("viem
|
|
2371
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2383
2372
|
blobs?: undefined;
|
|
2384
2373
|
blobVersionedHashes?: undefined;
|
|
2385
2374
|
gasPrice?: undefined;
|
|
@@ -2450,7 +2439,7 @@ export declare class Centrifuge {
|
|
|
2450
2439
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2451
2440
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2452
2441
|
accessList?: import("viem").AccessList | undefined;
|
|
2453
|
-
authorizationList?: import("viem
|
|
2442
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2454
2443
|
blobs?: undefined;
|
|
2455
2444
|
blobVersionedHashes?: undefined;
|
|
2456
2445
|
gasPrice?: undefined;
|
|
@@ -2460,7 +2449,7 @@ export declare class Centrifuge {
|
|
|
2460
2449
|
sidecars?: undefined;
|
|
2461
2450
|
} | {
|
|
2462
2451
|
accessList?: import("viem").AccessList | undefined;
|
|
2463
|
-
authorizationList?: import("viem
|
|
2452
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2464
2453
|
blobs?: undefined;
|
|
2465
2454
|
blobVersionedHashes?: undefined;
|
|
2466
2455
|
gasPrice?: undefined;
|
|
@@ -2531,7 +2520,7 @@ export declare class Centrifuge {
|
|
|
2531
2520
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2532
2521
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2533
2522
|
accessList?: import("viem").AccessList | undefined;
|
|
2534
|
-
authorizationList?: import("viem
|
|
2523
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2535
2524
|
blobs?: undefined;
|
|
2536
2525
|
blobVersionedHashes?: undefined;
|
|
2537
2526
|
gasPrice?: undefined;
|
|
@@ -2541,7 +2530,7 @@ export declare class Centrifuge {
|
|
|
2541
2530
|
sidecars?: undefined;
|
|
2542
2531
|
} | {
|
|
2543
2532
|
accessList?: import("viem").AccessList | undefined;
|
|
2544
|
-
authorizationList?: import("viem
|
|
2533
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2545
2534
|
blobs?: undefined;
|
|
2546
2535
|
blobVersionedHashes?: undefined;
|
|
2547
2536
|
gasPrice?: undefined;
|
|
@@ -2612,7 +2601,7 @@ export declare class Centrifuge {
|
|
|
2612
2601
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2613
2602
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2614
2603
|
accessList?: import("viem").AccessList | undefined;
|
|
2615
|
-
authorizationList?: import("viem
|
|
2604
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2616
2605
|
blobs?: undefined;
|
|
2617
2606
|
blobVersionedHashes?: undefined;
|
|
2618
2607
|
gasPrice?: undefined;
|
|
@@ -2622,7 +2611,7 @@ export declare class Centrifuge {
|
|
|
2622
2611
|
sidecars?: undefined;
|
|
2623
2612
|
} | {
|
|
2624
2613
|
accessList?: import("viem").AccessList | undefined;
|
|
2625
|
-
authorizationList?: import("viem
|
|
2614
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2626
2615
|
blobs?: undefined;
|
|
2627
2616
|
blobVersionedHashes?: undefined;
|
|
2628
2617
|
gasPrice?: undefined;
|
|
@@ -2693,7 +2682,7 @@ export declare class Centrifuge {
|
|
|
2693
2682
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2694
2683
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2695
2684
|
accessList?: import("viem").AccessList | undefined;
|
|
2696
|
-
authorizationList?: import("viem
|
|
2685
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2697
2686
|
blobs?: undefined;
|
|
2698
2687
|
blobVersionedHashes?: undefined;
|
|
2699
2688
|
gasPrice?: undefined;
|
|
@@ -2703,7 +2692,7 @@ export declare class Centrifuge {
|
|
|
2703
2692
|
sidecars?: undefined;
|
|
2704
2693
|
} | {
|
|
2705
2694
|
accessList?: import("viem").AccessList | undefined;
|
|
2706
|
-
authorizationList?: import("viem
|
|
2695
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2707
2696
|
blobs?: undefined;
|
|
2708
2697
|
blobVersionedHashes?: undefined;
|
|
2709
2698
|
gasPrice?: undefined;
|
|
@@ -2774,7 +2763,7 @@ export declare class Centrifuge {
|
|
|
2774
2763
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2775
2764
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2776
2765
|
accessList?: import("viem").AccessList | undefined;
|
|
2777
|
-
authorizationList?: import("viem
|
|
2766
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2778
2767
|
blobs?: undefined;
|
|
2779
2768
|
blobVersionedHashes?: undefined;
|
|
2780
2769
|
gasPrice?: undefined;
|
|
@@ -2784,7 +2773,7 @@ export declare class Centrifuge {
|
|
|
2784
2773
|
sidecars?: undefined;
|
|
2785
2774
|
} | {
|
|
2786
2775
|
accessList?: import("viem").AccessList | undefined;
|
|
2787
|
-
authorizationList?: import("viem
|
|
2776
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2788
2777
|
blobs?: undefined;
|
|
2789
2778
|
blobVersionedHashes?: undefined;
|
|
2790
2779
|
gasPrice?: undefined;
|
|
@@ -2855,7 +2844,7 @@ export declare class Centrifuge {
|
|
|
2855
2844
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2856
2845
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2857
2846
|
accessList?: import("viem").AccessList | undefined;
|
|
2858
|
-
authorizationList?: import("viem
|
|
2847
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2859
2848
|
blobs?: undefined;
|
|
2860
2849
|
blobVersionedHashes?: undefined;
|
|
2861
2850
|
gasPrice?: undefined;
|
|
@@ -2865,7 +2854,7 @@ export declare class Centrifuge {
|
|
|
2865
2854
|
sidecars?: undefined;
|
|
2866
2855
|
} | {
|
|
2867
2856
|
accessList?: import("viem").AccessList | undefined;
|
|
2868
|
-
authorizationList?: import("viem
|
|
2857
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2869
2858
|
blobs?: undefined;
|
|
2870
2859
|
blobVersionedHashes?: undefined;
|
|
2871
2860
|
gasPrice?: undefined;
|
|
@@ -2936,7 +2925,7 @@ export declare class Centrifuge {
|
|
|
2936
2925
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2937
2926
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2938
2927
|
accessList?: import("viem").AccessList | undefined;
|
|
2939
|
-
authorizationList?: import("viem
|
|
2928
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2940
2929
|
blobs?: undefined;
|
|
2941
2930
|
blobVersionedHashes?: undefined;
|
|
2942
2931
|
gasPrice?: undefined;
|
|
@@ -2946,7 +2935,7 @@ export declare class Centrifuge {
|
|
|
2946
2935
|
sidecars?: undefined;
|
|
2947
2936
|
} | {
|
|
2948
2937
|
accessList?: import("viem").AccessList | undefined;
|
|
2949
|
-
authorizationList?: import("viem
|
|
2938
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2950
2939
|
blobs?: undefined;
|
|
2951
2940
|
blobVersionedHashes?: undefined;
|
|
2952
2941
|
gasPrice?: undefined;
|
|
@@ -3017,7 +3006,7 @@ export declare class Centrifuge {
|
|
|
3017
3006
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3018
3007
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3019
3008
|
accessList?: import("viem").AccessList | undefined;
|
|
3020
|
-
authorizationList?: import("viem
|
|
3009
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3021
3010
|
blobs?: undefined;
|
|
3022
3011
|
blobVersionedHashes?: undefined;
|
|
3023
3012
|
gasPrice?: undefined;
|
|
@@ -3027,7 +3016,7 @@ export declare class Centrifuge {
|
|
|
3027
3016
|
sidecars?: undefined;
|
|
3028
3017
|
} | {
|
|
3029
3018
|
accessList?: import("viem").AccessList | undefined;
|
|
3030
|
-
authorizationList?: import("viem
|
|
3019
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3031
3020
|
blobs?: undefined;
|
|
3032
3021
|
blobVersionedHashes?: undefined;
|
|
3033
3022
|
gasPrice?: undefined;
|
|
@@ -3098,7 +3087,7 @@ export declare class Centrifuge {
|
|
|
3098
3087
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3099
3088
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3100
3089
|
accessList?: import("viem").AccessList | undefined;
|
|
3101
|
-
authorizationList?: import("viem
|
|
3090
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3102
3091
|
blobs?: undefined;
|
|
3103
3092
|
blobVersionedHashes?: undefined;
|
|
3104
3093
|
gasPrice?: undefined;
|
|
@@ -3108,7 +3097,7 @@ export declare class Centrifuge {
|
|
|
3108
3097
|
sidecars?: undefined;
|
|
3109
3098
|
} | {
|
|
3110
3099
|
accessList?: import("viem").AccessList | undefined;
|
|
3111
|
-
authorizationList?: import("viem
|
|
3100
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3112
3101
|
blobs?: undefined;
|
|
3113
3102
|
blobVersionedHashes?: undefined;
|
|
3114
3103
|
gasPrice?: undefined;
|
|
@@ -3179,7 +3168,7 @@ export declare class Centrifuge {
|
|
|
3179
3168
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3180
3169
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3181
3170
|
accessList?: import("viem").AccessList | undefined;
|
|
3182
|
-
authorizationList?: import("viem
|
|
3171
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3183
3172
|
blobs?: undefined;
|
|
3184
3173
|
blobVersionedHashes?: undefined;
|
|
3185
3174
|
gasPrice?: undefined;
|
|
@@ -3189,7 +3178,7 @@ export declare class Centrifuge {
|
|
|
3189
3178
|
sidecars?: undefined;
|
|
3190
3179
|
} | {
|
|
3191
3180
|
accessList?: import("viem").AccessList | undefined;
|
|
3192
|
-
authorizationList?: import("viem
|
|
3181
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3193
3182
|
blobs?: undefined;
|
|
3194
3183
|
blobVersionedHashes?: undefined;
|
|
3195
3184
|
gasPrice?: undefined;
|
|
@@ -3260,7 +3249,7 @@ export declare class Centrifuge {
|
|
|
3260
3249
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3261
3250
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3262
3251
|
accessList?: import("viem").AccessList | undefined;
|
|
3263
|
-
authorizationList?: import("viem
|
|
3252
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3264
3253
|
blobs?: undefined;
|
|
3265
3254
|
blobVersionedHashes?: undefined;
|
|
3266
3255
|
gasPrice?: undefined;
|
|
@@ -3270,7 +3259,7 @@ export declare class Centrifuge {
|
|
|
3270
3259
|
sidecars?: undefined;
|
|
3271
3260
|
} | {
|
|
3272
3261
|
accessList?: import("viem").AccessList | undefined;
|
|
3273
|
-
authorizationList?: import("viem
|
|
3262
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3274
3263
|
blobs?: undefined;
|
|
3275
3264
|
blobVersionedHashes?: undefined;
|
|
3276
3265
|
gasPrice?: undefined;
|
|
@@ -3341,7 +3330,7 @@ export declare class Centrifuge {
|
|
|
3341
3330
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3342
3331
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3343
3332
|
accessList?: import("viem").AccessList | undefined;
|
|
3344
|
-
authorizationList?: import("viem
|
|
3333
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3345
3334
|
blobs?: undefined;
|
|
3346
3335
|
blobVersionedHashes?: undefined;
|
|
3347
3336
|
gasPrice?: undefined;
|
|
@@ -3351,7 +3340,7 @@ export declare class Centrifuge {
|
|
|
3351
3340
|
sidecars?: undefined;
|
|
3352
3341
|
} | {
|
|
3353
3342
|
accessList?: import("viem").AccessList | undefined;
|
|
3354
|
-
authorizationList?: import("viem
|
|
3343
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3355
3344
|
blobs?: undefined;
|
|
3356
3345
|
blobVersionedHashes?: undefined;
|
|
3357
3346
|
gasPrice?: undefined;
|
|
@@ -3422,7 +3411,7 @@ export declare class Centrifuge {
|
|
|
3422
3411
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3423
3412
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3424
3413
|
accessList?: import("viem").AccessList | undefined;
|
|
3425
|
-
authorizationList?: import("viem
|
|
3414
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3426
3415
|
blobs?: undefined;
|
|
3427
3416
|
blobVersionedHashes?: undefined;
|
|
3428
3417
|
gasPrice?: undefined;
|
|
@@ -3432,7 +3421,7 @@ export declare class Centrifuge {
|
|
|
3432
3421
|
sidecars?: undefined;
|
|
3433
3422
|
} | {
|
|
3434
3423
|
accessList?: import("viem").AccessList | undefined;
|
|
3435
|
-
authorizationList?: import("viem
|
|
3424
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3436
3425
|
blobs?: undefined;
|
|
3437
3426
|
blobVersionedHashes?: undefined;
|
|
3438
3427
|
gasPrice?: undefined;
|
|
@@ -3503,7 +3492,7 @@ export declare class Centrifuge {
|
|
|
3503
3492
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3504
3493
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3505
3494
|
accessList?: import("viem").AccessList | undefined;
|
|
3506
|
-
authorizationList?: import("viem
|
|
3495
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3507
3496
|
blobs?: undefined;
|
|
3508
3497
|
blobVersionedHashes?: undefined;
|
|
3509
3498
|
gasPrice?: undefined;
|
|
@@ -3513,7 +3502,7 @@ export declare class Centrifuge {
|
|
|
3513
3502
|
sidecars?: undefined;
|
|
3514
3503
|
} | {
|
|
3515
3504
|
accessList?: import("viem").AccessList | undefined;
|
|
3516
|
-
authorizationList?: import("viem
|
|
3505
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3517
3506
|
blobs?: undefined;
|
|
3518
3507
|
blobVersionedHashes?: undefined;
|
|
3519
3508
|
gasPrice?: undefined;
|
|
@@ -3584,7 +3573,7 @@ export declare class Centrifuge {
|
|
|
3584
3573
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3585
3574
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3586
3575
|
accessList?: import("viem").AccessList | undefined;
|
|
3587
|
-
authorizationList?: import("viem
|
|
3576
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3588
3577
|
blobs?: undefined;
|
|
3589
3578
|
blobVersionedHashes?: undefined;
|
|
3590
3579
|
gasPrice?: undefined;
|
|
@@ -3594,7 +3583,7 @@ export declare class Centrifuge {
|
|
|
3594
3583
|
sidecars?: undefined;
|
|
3595
3584
|
} | {
|
|
3596
3585
|
accessList?: import("viem").AccessList | undefined;
|
|
3597
|
-
authorizationList?: import("viem
|
|
3586
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3598
3587
|
blobs?: undefined;
|
|
3599
3588
|
blobVersionedHashes?: undefined;
|
|
3600
3589
|
gasPrice?: undefined;
|
|
@@ -3610,7 +3599,7 @@ export declare class Centrifuge {
|
|
|
3610
3599
|
chain: T_1;
|
|
3611
3600
|
} : {
|
|
3612
3601
|
chain?: undefined;
|
|
3613
|
-
} : never : never) & (import("viem").DeriveAccount<
|
|
3602
|
+
} : never : never) & (import("viem").DeriveAccount<Account | undefined, accountOverride> extends infer T_2 ? T_2 extends import("viem").DeriveAccount<Account | undefined, accountOverride> ? T_2 extends Account ? {
|
|
3614
3603
|
account: T_2;
|
|
3615
3604
|
from: import("viem").Address;
|
|
3616
3605
|
} : {
|
|
@@ -3677,7 +3666,7 @@ export declare class Centrifuge {
|
|
|
3677
3666
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3678
3667
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3679
3668
|
accessList?: import("viem").AccessList | undefined;
|
|
3680
|
-
authorizationList?: import("viem
|
|
3669
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3681
3670
|
blobs?: undefined;
|
|
3682
3671
|
blobVersionedHashes?: undefined;
|
|
3683
3672
|
gasPrice?: undefined;
|
|
@@ -3687,7 +3676,7 @@ export declare class Centrifuge {
|
|
|
3687
3676
|
sidecars?: undefined;
|
|
3688
3677
|
} | {
|
|
3689
3678
|
accessList?: import("viem").AccessList | undefined;
|
|
3690
|
-
authorizationList?: import("viem
|
|
3679
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3691
3680
|
blobs?: undefined;
|
|
3692
3681
|
blobVersionedHashes?: undefined;
|
|
3693
3682
|
gasPrice?: undefined;
|
|
@@ -3758,7 +3747,7 @@ export declare class Centrifuge {
|
|
|
3758
3747
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3759
3748
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3760
3749
|
accessList?: import("viem").AccessList | undefined;
|
|
3761
|
-
authorizationList?: import("viem
|
|
3750
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3762
3751
|
blobs?: undefined;
|
|
3763
3752
|
blobVersionedHashes?: undefined;
|
|
3764
3753
|
gasPrice?: undefined;
|
|
@@ -3768,7 +3757,7 @@ export declare class Centrifuge {
|
|
|
3768
3757
|
sidecars?: undefined;
|
|
3769
3758
|
} | {
|
|
3770
3759
|
accessList?: import("viem").AccessList | undefined;
|
|
3771
|
-
authorizationList?: import("viem
|
|
3760
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3772
3761
|
blobs?: undefined;
|
|
3773
3762
|
blobVersionedHashes?: undefined;
|
|
3774
3763
|
gasPrice?: undefined;
|
|
@@ -3839,7 +3828,7 @@ export declare class Centrifuge {
|
|
|
3839
3828
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3840
3829
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3841
3830
|
accessList?: import("viem").AccessList | undefined;
|
|
3842
|
-
authorizationList?: import("viem
|
|
3831
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3843
3832
|
blobs?: undefined;
|
|
3844
3833
|
blobVersionedHashes?: undefined;
|
|
3845
3834
|
gasPrice?: undefined;
|
|
@@ -3849,7 +3838,7 @@ export declare class Centrifuge {
|
|
|
3849
3838
|
sidecars?: undefined;
|
|
3850
3839
|
} | {
|
|
3851
3840
|
accessList?: import("viem").AccessList | undefined;
|
|
3852
|
-
authorizationList?: import("viem
|
|
3841
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3853
3842
|
blobs?: undefined;
|
|
3854
3843
|
blobVersionedHashes?: undefined;
|
|
3855
3844
|
gasPrice?: undefined;
|
|
@@ -3920,7 +3909,7 @@ export declare class Centrifuge {
|
|
|
3920
3909
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3921
3910
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3922
3911
|
accessList?: import("viem").AccessList | undefined;
|
|
3923
|
-
authorizationList?: import("viem
|
|
3912
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3924
3913
|
blobs?: undefined;
|
|
3925
3914
|
blobVersionedHashes?: undefined;
|
|
3926
3915
|
gasPrice?: undefined;
|
|
@@ -3930,7 +3919,7 @@ export declare class Centrifuge {
|
|
|
3930
3919
|
sidecars?: undefined;
|
|
3931
3920
|
} | {
|
|
3932
3921
|
accessList?: import("viem").AccessList | undefined;
|
|
3933
|
-
authorizationList?: import("viem
|
|
3922
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3934
3923
|
blobs?: undefined;
|
|
3935
3924
|
blobVersionedHashes?: undefined;
|
|
3936
3925
|
gasPrice?: undefined;
|
|
@@ -4001,7 +3990,7 @@ export declare class Centrifuge {
|
|
|
4001
3990
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4002
3991
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4003
3992
|
accessList?: import("viem").AccessList | undefined;
|
|
4004
|
-
authorizationList?: import("viem
|
|
3993
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4005
3994
|
blobs?: undefined;
|
|
4006
3995
|
blobVersionedHashes?: undefined;
|
|
4007
3996
|
gasPrice?: undefined;
|
|
@@ -4011,7 +4000,7 @@ export declare class Centrifuge {
|
|
|
4011
4000
|
sidecars?: undefined;
|
|
4012
4001
|
} | {
|
|
4013
4002
|
accessList?: import("viem").AccessList | undefined;
|
|
4014
|
-
authorizationList?: import("viem
|
|
4003
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4015
4004
|
blobs?: undefined;
|
|
4016
4005
|
blobVersionedHashes?: undefined;
|
|
4017
4006
|
gasPrice?: undefined;
|
|
@@ -4082,7 +4071,7 @@ export declare class Centrifuge {
|
|
|
4082
4071
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4083
4072
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4084
4073
|
accessList?: import("viem").AccessList | undefined;
|
|
4085
|
-
authorizationList?: import("viem
|
|
4074
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4086
4075
|
blobs?: undefined;
|
|
4087
4076
|
blobVersionedHashes?: undefined;
|
|
4088
4077
|
gasPrice?: undefined;
|
|
@@ -4092,7 +4081,7 @@ export declare class Centrifuge {
|
|
|
4092
4081
|
sidecars?: undefined;
|
|
4093
4082
|
} | {
|
|
4094
4083
|
accessList?: import("viem").AccessList | undefined;
|
|
4095
|
-
authorizationList?: import("viem
|
|
4084
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4096
4085
|
blobs?: undefined;
|
|
4097
4086
|
blobVersionedHashes?: undefined;
|
|
4098
4087
|
gasPrice?: undefined;
|
|
@@ -4163,7 +4152,7 @@ export declare class Centrifuge {
|
|
|
4163
4152
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4164
4153
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4165
4154
|
accessList?: import("viem").AccessList | undefined;
|
|
4166
|
-
authorizationList?: import("viem
|
|
4155
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4167
4156
|
blobs?: undefined;
|
|
4168
4157
|
blobVersionedHashes?: undefined;
|
|
4169
4158
|
gasPrice?: undefined;
|
|
@@ -4173,7 +4162,7 @@ export declare class Centrifuge {
|
|
|
4173
4162
|
sidecars?: undefined;
|
|
4174
4163
|
} | {
|
|
4175
4164
|
accessList?: import("viem").AccessList | undefined;
|
|
4176
|
-
authorizationList?: import("viem
|
|
4165
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4177
4166
|
blobs?: undefined;
|
|
4178
4167
|
blobVersionedHashes?: undefined;
|
|
4179
4168
|
gasPrice?: undefined;
|
|
@@ -4244,7 +4233,7 @@ export declare class Centrifuge {
|
|
|
4244
4233
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4245
4234
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4246
4235
|
accessList?: import("viem").AccessList | undefined;
|
|
4247
|
-
authorizationList?: import("viem
|
|
4236
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4248
4237
|
blobs?: undefined;
|
|
4249
4238
|
blobVersionedHashes?: undefined;
|
|
4250
4239
|
gasPrice?: undefined;
|
|
@@ -4254,7 +4243,7 @@ export declare class Centrifuge {
|
|
|
4254
4243
|
sidecars?: undefined;
|
|
4255
4244
|
} | {
|
|
4256
4245
|
accessList?: import("viem").AccessList | undefined;
|
|
4257
|
-
authorizationList?: import("viem
|
|
4246
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4258
4247
|
blobs?: undefined;
|
|
4259
4248
|
blobVersionedHashes?: undefined;
|
|
4260
4249
|
gasPrice?: undefined;
|
|
@@ -4325,7 +4314,7 @@ export declare class Centrifuge {
|
|
|
4325
4314
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4326
4315
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4327
4316
|
accessList?: import("viem").AccessList | undefined;
|
|
4328
|
-
authorizationList?: import("viem
|
|
4317
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4329
4318
|
blobs?: undefined;
|
|
4330
4319
|
blobVersionedHashes?: undefined;
|
|
4331
4320
|
gasPrice?: undefined;
|
|
@@ -4335,7 +4324,7 @@ export declare class Centrifuge {
|
|
|
4335
4324
|
sidecars?: undefined;
|
|
4336
4325
|
} | {
|
|
4337
4326
|
accessList?: import("viem").AccessList | undefined;
|
|
4338
|
-
authorizationList?: import("viem
|
|
4327
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4339
4328
|
blobs?: undefined;
|
|
4340
4329
|
blobVersionedHashes?: undefined;
|
|
4341
4330
|
gasPrice?: undefined;
|
|
@@ -4406,7 +4395,7 @@ export declare class Centrifuge {
|
|
|
4406
4395
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4407
4396
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4408
4397
|
accessList?: import("viem").AccessList | undefined;
|
|
4409
|
-
authorizationList?: import("viem
|
|
4398
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4410
4399
|
blobs?: undefined;
|
|
4411
4400
|
blobVersionedHashes?: undefined;
|
|
4412
4401
|
gasPrice?: undefined;
|
|
@@ -4416,7 +4405,7 @@ export declare class Centrifuge {
|
|
|
4416
4405
|
sidecars?: undefined;
|
|
4417
4406
|
} | {
|
|
4418
4407
|
accessList?: import("viem").AccessList | undefined;
|
|
4419
|
-
authorizationList?: import("viem
|
|
4408
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4420
4409
|
blobs?: undefined;
|
|
4421
4410
|
blobVersionedHashes?: undefined;
|
|
4422
4411
|
gasPrice?: undefined;
|
|
@@ -4487,7 +4476,7 @@ export declare class Centrifuge {
|
|
|
4487
4476
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4488
4477
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4489
4478
|
accessList?: import("viem").AccessList | undefined;
|
|
4490
|
-
authorizationList?: import("viem
|
|
4479
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4491
4480
|
blobs?: undefined;
|
|
4492
4481
|
blobVersionedHashes?: undefined;
|
|
4493
4482
|
gasPrice?: undefined;
|
|
@@ -4497,7 +4486,7 @@ export declare class Centrifuge {
|
|
|
4497
4486
|
sidecars?: undefined;
|
|
4498
4487
|
} | {
|
|
4499
4488
|
accessList?: import("viem").AccessList | undefined;
|
|
4500
|
-
authorizationList?: import("viem
|
|
4489
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4501
4490
|
blobs?: undefined;
|
|
4502
4491
|
blobVersionedHashes?: undefined;
|
|
4503
4492
|
gasPrice?: undefined;
|
|
@@ -4568,7 +4557,7 @@ export declare class Centrifuge {
|
|
|
4568
4557
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4569
4558
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4570
4559
|
accessList?: import("viem").AccessList | undefined;
|
|
4571
|
-
authorizationList?: import("viem
|
|
4560
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4572
4561
|
blobs?: undefined;
|
|
4573
4562
|
blobVersionedHashes?: undefined;
|
|
4574
4563
|
gasPrice?: undefined;
|
|
@@ -4578,7 +4567,7 @@ export declare class Centrifuge {
|
|
|
4578
4567
|
sidecars?: undefined;
|
|
4579
4568
|
} | {
|
|
4580
4569
|
accessList?: import("viem").AccessList | undefined;
|
|
4581
|
-
authorizationList?: import("viem
|
|
4570
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4582
4571
|
blobs?: undefined;
|
|
4583
4572
|
blobVersionedHashes?: undefined;
|
|
4584
4573
|
gasPrice?: undefined;
|
|
@@ -4649,7 +4638,7 @@ export declare class Centrifuge {
|
|
|
4649
4638
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4650
4639
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4651
4640
|
accessList?: import("viem").AccessList | undefined;
|
|
4652
|
-
authorizationList?: import("viem
|
|
4641
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4653
4642
|
blobs?: undefined;
|
|
4654
4643
|
blobVersionedHashes?: undefined;
|
|
4655
4644
|
gasPrice?: undefined;
|
|
@@ -4659,7 +4648,7 @@ export declare class Centrifuge {
|
|
|
4659
4648
|
sidecars?: undefined;
|
|
4660
4649
|
} | {
|
|
4661
4650
|
accessList?: import("viem").AccessList | undefined;
|
|
4662
|
-
authorizationList?: import("viem
|
|
4651
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4663
4652
|
blobs?: undefined;
|
|
4664
4653
|
blobVersionedHashes?: undefined;
|
|
4665
4654
|
gasPrice?: undefined;
|
|
@@ -4730,7 +4719,7 @@ export declare class Centrifuge {
|
|
|
4730
4719
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4731
4720
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4732
4721
|
accessList?: import("viem").AccessList | undefined;
|
|
4733
|
-
authorizationList?: import("viem
|
|
4722
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4734
4723
|
blobs?: undefined;
|
|
4735
4724
|
blobVersionedHashes?: undefined;
|
|
4736
4725
|
gasPrice?: undefined;
|
|
@@ -4740,7 +4729,7 @@ export declare class Centrifuge {
|
|
|
4740
4729
|
sidecars?: undefined;
|
|
4741
4730
|
} | {
|
|
4742
4731
|
accessList?: import("viem").AccessList | undefined;
|
|
4743
|
-
authorizationList?: import("viem
|
|
4732
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4744
4733
|
blobs?: undefined;
|
|
4745
4734
|
blobVersionedHashes?: undefined;
|
|
4746
4735
|
gasPrice?: undefined;
|
|
@@ -4811,7 +4800,7 @@ export declare class Centrifuge {
|
|
|
4811
4800
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4812
4801
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4813
4802
|
accessList?: import("viem").AccessList | undefined;
|
|
4814
|
-
authorizationList?: import("viem
|
|
4803
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4815
4804
|
blobs?: undefined;
|
|
4816
4805
|
blobVersionedHashes?: undefined;
|
|
4817
4806
|
gasPrice?: undefined;
|
|
@@ -4821,7 +4810,7 @@ export declare class Centrifuge {
|
|
|
4821
4810
|
sidecars?: undefined;
|
|
4822
4811
|
} | {
|
|
4823
4812
|
accessList?: import("viem").AccessList | undefined;
|
|
4824
|
-
authorizationList?: import("viem
|
|
4813
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4825
4814
|
blobs?: undefined;
|
|
4826
4815
|
blobVersionedHashes?: undefined;
|
|
4827
4816
|
gasPrice?: undefined;
|
|
@@ -4892,7 +4881,7 @@ export declare class Centrifuge {
|
|
|
4892
4881
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4893
4882
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4894
4883
|
accessList?: import("viem").AccessList | undefined;
|
|
4895
|
-
authorizationList?: import("viem
|
|
4884
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4896
4885
|
blobs?: undefined;
|
|
4897
4886
|
blobVersionedHashes?: undefined;
|
|
4898
4887
|
gasPrice?: undefined;
|
|
@@ -4902,7 +4891,7 @@ export declare class Centrifuge {
|
|
|
4902
4891
|
sidecars?: undefined;
|
|
4903
4892
|
} | {
|
|
4904
4893
|
accessList?: import("viem").AccessList | undefined;
|
|
4905
|
-
authorizationList?: import("viem
|
|
4894
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4906
4895
|
blobs?: undefined;
|
|
4907
4896
|
blobVersionedHashes?: undefined;
|
|
4908
4897
|
gasPrice?: undefined;
|
|
@@ -4973,7 +4962,7 @@ export declare class Centrifuge {
|
|
|
4973
4962
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4974
4963
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4975
4964
|
accessList?: import("viem").AccessList | undefined;
|
|
4976
|
-
authorizationList?: import("viem
|
|
4965
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4977
4966
|
blobs?: undefined;
|
|
4978
4967
|
blobVersionedHashes?: undefined;
|
|
4979
4968
|
gasPrice?: undefined;
|
|
@@ -4983,7 +4972,7 @@ export declare class Centrifuge {
|
|
|
4983
4972
|
sidecars?: undefined;
|
|
4984
4973
|
} | {
|
|
4985
4974
|
accessList?: import("viem").AccessList | undefined;
|
|
4986
|
-
authorizationList?: import("viem
|
|
4975
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4987
4976
|
blobs?: undefined;
|
|
4988
4977
|
blobVersionedHashes?: undefined;
|
|
4989
4978
|
gasPrice?: undefined;
|
|
@@ -5054,7 +5043,7 @@ export declare class Centrifuge {
|
|
|
5054
5043
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5055
5044
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5056
5045
|
accessList?: import("viem").AccessList | undefined;
|
|
5057
|
-
authorizationList?: import("viem
|
|
5046
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5058
5047
|
blobs?: undefined;
|
|
5059
5048
|
blobVersionedHashes?: undefined;
|
|
5060
5049
|
gasPrice?: undefined;
|
|
@@ -5064,7 +5053,7 @@ export declare class Centrifuge {
|
|
|
5064
5053
|
sidecars?: undefined;
|
|
5065
5054
|
} | {
|
|
5066
5055
|
accessList?: import("viem").AccessList | undefined;
|
|
5067
|
-
authorizationList?: import("viem
|
|
5056
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5068
5057
|
blobs?: undefined;
|
|
5069
5058
|
blobVersionedHashes?: undefined;
|
|
5070
5059
|
gasPrice?: undefined;
|
|
@@ -5135,7 +5124,7 @@ export declare class Centrifuge {
|
|
|
5135
5124
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5136
5125
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5137
5126
|
accessList?: import("viem").AccessList | undefined;
|
|
5138
|
-
authorizationList?: import("viem
|
|
5127
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5139
5128
|
blobs?: undefined;
|
|
5140
5129
|
blobVersionedHashes?: undefined;
|
|
5141
5130
|
gasPrice?: undefined;
|
|
@@ -5145,7 +5134,7 @@ export declare class Centrifuge {
|
|
|
5145
5134
|
sidecars?: undefined;
|
|
5146
5135
|
} | {
|
|
5147
5136
|
accessList?: import("viem").AccessList | undefined;
|
|
5148
|
-
authorizationList?: import("viem
|
|
5137
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5149
5138
|
blobs?: undefined;
|
|
5150
5139
|
blobVersionedHashes?: undefined;
|
|
5151
5140
|
gasPrice?: undefined;
|
|
@@ -5216,7 +5205,7 @@ export declare class Centrifuge {
|
|
|
5216
5205
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5217
5206
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5218
5207
|
accessList?: import("viem").AccessList | undefined;
|
|
5219
|
-
authorizationList?: import("viem
|
|
5208
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5220
5209
|
blobs?: undefined;
|
|
5221
5210
|
blobVersionedHashes?: undefined;
|
|
5222
5211
|
gasPrice?: undefined;
|
|
@@ -5226,7 +5215,7 @@ export declare class Centrifuge {
|
|
|
5226
5215
|
sidecars?: undefined;
|
|
5227
5216
|
} | {
|
|
5228
5217
|
accessList?: import("viem").AccessList | undefined;
|
|
5229
|
-
authorizationList?: import("viem
|
|
5218
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5230
5219
|
blobs?: undefined;
|
|
5231
5220
|
blobVersionedHashes?: undefined;
|
|
5232
5221
|
gasPrice?: undefined;
|
|
@@ -5297,7 +5286,7 @@ export declare class Centrifuge {
|
|
|
5297
5286
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5298
5287
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5299
5288
|
accessList?: import("viem").AccessList | undefined;
|
|
5300
|
-
authorizationList?: import("viem
|
|
5289
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5301
5290
|
blobs?: undefined;
|
|
5302
5291
|
blobVersionedHashes?: undefined;
|
|
5303
5292
|
gasPrice?: undefined;
|
|
@@ -5307,7 +5296,7 @@ export declare class Centrifuge {
|
|
|
5307
5296
|
sidecars?: undefined;
|
|
5308
5297
|
} | {
|
|
5309
5298
|
accessList?: import("viem").AccessList | undefined;
|
|
5310
|
-
authorizationList?: import("viem
|
|
5299
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5311
5300
|
blobs?: undefined;
|
|
5312
5301
|
blobVersionedHashes?: undefined;
|
|
5313
5302
|
gasPrice?: undefined;
|
|
@@ -5378,7 +5367,7 @@ export declare class Centrifuge {
|
|
|
5378
5367
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5379
5368
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5380
5369
|
accessList?: import("viem").AccessList | undefined;
|
|
5381
|
-
authorizationList?: import("viem
|
|
5370
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5382
5371
|
blobs?: undefined;
|
|
5383
5372
|
blobVersionedHashes?: undefined;
|
|
5384
5373
|
gasPrice?: undefined;
|
|
@@ -5388,7 +5377,7 @@ export declare class Centrifuge {
|
|
|
5388
5377
|
sidecars?: undefined;
|
|
5389
5378
|
} | {
|
|
5390
5379
|
accessList?: import("viem").AccessList | undefined;
|
|
5391
|
-
authorizationList?: import("viem
|
|
5380
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5392
5381
|
blobs?: undefined;
|
|
5393
5382
|
blobVersionedHashes?: undefined;
|
|
5394
5383
|
gasPrice?: undefined;
|
|
@@ -5459,7 +5448,7 @@ export declare class Centrifuge {
|
|
|
5459
5448
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5460
5449
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5461
5450
|
accessList?: import("viem").AccessList | undefined;
|
|
5462
|
-
authorizationList?: import("viem
|
|
5451
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5463
5452
|
blobs?: undefined;
|
|
5464
5453
|
blobVersionedHashes?: undefined;
|
|
5465
5454
|
gasPrice?: undefined;
|
|
@@ -5469,7 +5458,7 @@ export declare class Centrifuge {
|
|
|
5469
5458
|
sidecars?: undefined;
|
|
5470
5459
|
} | {
|
|
5471
5460
|
accessList?: import("viem").AccessList | undefined;
|
|
5472
|
-
authorizationList?: import("viem
|
|
5461
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5473
5462
|
blobs?: undefined;
|
|
5474
5463
|
blobVersionedHashes?: undefined;
|
|
5475
5464
|
gasPrice?: undefined;
|
|
@@ -5540,7 +5529,7 @@ export declare class Centrifuge {
|
|
|
5540
5529
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5541
5530
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5542
5531
|
accessList?: import("viem").AccessList | undefined;
|
|
5543
|
-
authorizationList?: import("viem
|
|
5532
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5544
5533
|
blobs?: undefined;
|
|
5545
5534
|
blobVersionedHashes?: undefined;
|
|
5546
5535
|
gasPrice?: undefined;
|
|
@@ -5550,7 +5539,7 @@ export declare class Centrifuge {
|
|
|
5550
5539
|
sidecars?: undefined;
|
|
5551
5540
|
} | {
|
|
5552
5541
|
accessList?: import("viem").AccessList | undefined;
|
|
5553
|
-
authorizationList?: import("viem
|
|
5542
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5554
5543
|
blobs?: undefined;
|
|
5555
5544
|
blobVersionedHashes?: undefined;
|
|
5556
5545
|
gasPrice?: undefined;
|
|
@@ -5621,7 +5610,7 @@ export declare class Centrifuge {
|
|
|
5621
5610
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5622
5611
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5623
5612
|
accessList?: import("viem").AccessList | undefined;
|
|
5624
|
-
authorizationList?: import("viem
|
|
5613
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5625
5614
|
blobs?: undefined;
|
|
5626
5615
|
blobVersionedHashes?: undefined;
|
|
5627
5616
|
gasPrice?: undefined;
|
|
@@ -5631,7 +5620,7 @@ export declare class Centrifuge {
|
|
|
5631
5620
|
sidecars?: undefined;
|
|
5632
5621
|
} | {
|
|
5633
5622
|
accessList?: import("viem").AccessList | undefined;
|
|
5634
|
-
authorizationList?: import("viem
|
|
5623
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5635
5624
|
blobs?: undefined;
|
|
5636
5625
|
blobVersionedHashes?: undefined;
|
|
5637
5626
|
gasPrice?: undefined;
|
|
@@ -5702,7 +5691,7 @@ export declare class Centrifuge {
|
|
|
5702
5691
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5703
5692
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5704
5693
|
accessList?: import("viem").AccessList | undefined;
|
|
5705
|
-
authorizationList?: import("viem
|
|
5694
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5706
5695
|
blobs?: undefined;
|
|
5707
5696
|
blobVersionedHashes?: undefined;
|
|
5708
5697
|
gasPrice?: undefined;
|
|
@@ -5712,7 +5701,7 @@ export declare class Centrifuge {
|
|
|
5712
5701
|
sidecars?: undefined;
|
|
5713
5702
|
} | {
|
|
5714
5703
|
accessList?: import("viem").AccessList | undefined;
|
|
5715
|
-
authorizationList?: import("viem
|
|
5704
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5716
5705
|
blobs?: undefined;
|
|
5717
5706
|
blobVersionedHashes?: undefined;
|
|
5718
5707
|
gasPrice?: undefined;
|
|
@@ -5783,7 +5772,7 @@ export declare class Centrifuge {
|
|
|
5783
5772
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5784
5773
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5785
5774
|
accessList?: import("viem").AccessList | undefined;
|
|
5786
|
-
authorizationList?: import("viem
|
|
5775
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5787
5776
|
blobs?: undefined;
|
|
5788
5777
|
blobVersionedHashes?: undefined;
|
|
5789
5778
|
gasPrice?: undefined;
|
|
@@ -5793,7 +5782,7 @@ export declare class Centrifuge {
|
|
|
5793
5782
|
sidecars?: undefined;
|
|
5794
5783
|
} | {
|
|
5795
5784
|
accessList?: import("viem").AccessList | undefined;
|
|
5796
|
-
authorizationList?: import("viem
|
|
5785
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5797
5786
|
blobs?: undefined;
|
|
5798
5787
|
blobVersionedHashes?: undefined;
|
|
5799
5788
|
gasPrice?: undefined;
|
|
@@ -5864,7 +5853,7 @@ export declare class Centrifuge {
|
|
|
5864
5853
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5865
5854
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5866
5855
|
accessList?: import("viem").AccessList | undefined;
|
|
5867
|
-
authorizationList?: import("viem
|
|
5856
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5868
5857
|
blobs?: undefined;
|
|
5869
5858
|
blobVersionedHashes?: undefined;
|
|
5870
5859
|
gasPrice?: undefined;
|
|
@@ -5874,7 +5863,7 @@ export declare class Centrifuge {
|
|
|
5874
5863
|
sidecars?: undefined;
|
|
5875
5864
|
} | {
|
|
5876
5865
|
accessList?: import("viem").AccessList | undefined;
|
|
5877
|
-
authorizationList?: import("viem
|
|
5866
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5878
5867
|
blobs?: undefined;
|
|
5879
5868
|
blobVersionedHashes?: undefined;
|
|
5880
5869
|
gasPrice?: undefined;
|
|
@@ -5945,7 +5934,7 @@ export declare class Centrifuge {
|
|
|
5945
5934
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5946
5935
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5947
5936
|
accessList?: import("viem").AccessList | undefined;
|
|
5948
|
-
authorizationList?: import("viem
|
|
5937
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5949
5938
|
blobs?: undefined;
|
|
5950
5939
|
blobVersionedHashes?: undefined;
|
|
5951
5940
|
gasPrice?: undefined;
|
|
@@ -5955,7 +5944,7 @@ export declare class Centrifuge {
|
|
|
5955
5944
|
sidecars?: undefined;
|
|
5956
5945
|
} | {
|
|
5957
5946
|
accessList?: import("viem").AccessList | undefined;
|
|
5958
|
-
authorizationList?: import("viem
|
|
5947
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5959
5948
|
blobs?: undefined;
|
|
5960
5949
|
blobVersionedHashes?: undefined;
|
|
5961
5950
|
gasPrice?: undefined;
|
|
@@ -6026,7 +6015,7 @@ export declare class Centrifuge {
|
|
|
6026
6015
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6027
6016
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6028
6017
|
accessList?: import("viem").AccessList | undefined;
|
|
6029
|
-
authorizationList?: import("viem
|
|
6018
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6030
6019
|
blobs?: undefined;
|
|
6031
6020
|
blobVersionedHashes?: undefined;
|
|
6032
6021
|
gasPrice?: undefined;
|
|
@@ -6036,7 +6025,7 @@ export declare class Centrifuge {
|
|
|
6036
6025
|
sidecars?: undefined;
|
|
6037
6026
|
} | {
|
|
6038
6027
|
accessList?: import("viem").AccessList | undefined;
|
|
6039
|
-
authorizationList?: import("viem
|
|
6028
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6040
6029
|
blobs?: undefined;
|
|
6041
6030
|
blobVersionedHashes?: undefined;
|
|
6042
6031
|
gasPrice?: undefined;
|
|
@@ -6107,7 +6096,7 @@ export declare class Centrifuge {
|
|
|
6107
6096
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6108
6097
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6109
6098
|
accessList?: import("viem").AccessList | undefined;
|
|
6110
|
-
authorizationList?: import("viem
|
|
6099
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6111
6100
|
blobs?: undefined;
|
|
6112
6101
|
blobVersionedHashes?: undefined;
|
|
6113
6102
|
gasPrice?: undefined;
|
|
@@ -6117,7 +6106,7 @@ export declare class Centrifuge {
|
|
|
6117
6106
|
sidecars?: undefined;
|
|
6118
6107
|
} | {
|
|
6119
6108
|
accessList?: import("viem").AccessList | undefined;
|
|
6120
|
-
authorizationList?: import("viem
|
|
6109
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6121
6110
|
blobs?: undefined;
|
|
6122
6111
|
blobVersionedHashes?: undefined;
|
|
6123
6112
|
gasPrice?: undefined;
|
|
@@ -6188,7 +6177,7 @@ export declare class Centrifuge {
|
|
|
6188
6177
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6189
6178
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6190
6179
|
accessList?: import("viem").AccessList | undefined;
|
|
6191
|
-
authorizationList?: import("viem
|
|
6180
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6192
6181
|
blobs?: undefined;
|
|
6193
6182
|
blobVersionedHashes?: undefined;
|
|
6194
6183
|
gasPrice?: undefined;
|
|
@@ -6198,7 +6187,7 @@ export declare class Centrifuge {
|
|
|
6198
6187
|
sidecars?: undefined;
|
|
6199
6188
|
} | {
|
|
6200
6189
|
accessList?: import("viem").AccessList | undefined;
|
|
6201
|
-
authorizationList?: import("viem
|
|
6190
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6202
6191
|
blobs?: undefined;
|
|
6203
6192
|
blobVersionedHashes?: undefined;
|
|
6204
6193
|
gasPrice?: undefined;
|
|
@@ -6269,7 +6258,7 @@ export declare class Centrifuge {
|
|
|
6269
6258
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6270
6259
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6271
6260
|
accessList?: import("viem").AccessList | undefined;
|
|
6272
|
-
authorizationList?: import("viem
|
|
6261
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6273
6262
|
blobs?: undefined;
|
|
6274
6263
|
blobVersionedHashes?: undefined;
|
|
6275
6264
|
gasPrice?: undefined;
|
|
@@ -6279,7 +6268,7 @@ export declare class Centrifuge {
|
|
|
6279
6268
|
sidecars?: undefined;
|
|
6280
6269
|
} | {
|
|
6281
6270
|
accessList?: import("viem").AccessList | undefined;
|
|
6282
|
-
authorizationList?: import("viem
|
|
6271
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6283
6272
|
blobs?: undefined;
|
|
6284
6273
|
blobVersionedHashes?: undefined;
|
|
6285
6274
|
gasPrice?: undefined;
|
|
@@ -6350,7 +6339,7 @@ export declare class Centrifuge {
|
|
|
6350
6339
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6351
6340
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6352
6341
|
accessList?: import("viem").AccessList | undefined;
|
|
6353
|
-
authorizationList?: import("viem
|
|
6342
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6354
6343
|
blobs?: undefined;
|
|
6355
6344
|
blobVersionedHashes?: undefined;
|
|
6356
6345
|
gasPrice?: undefined;
|
|
@@ -6360,7 +6349,7 @@ export declare class Centrifuge {
|
|
|
6360
6349
|
sidecars?: undefined;
|
|
6361
6350
|
} | {
|
|
6362
6351
|
accessList?: import("viem").AccessList | undefined;
|
|
6363
|
-
authorizationList?: import("viem
|
|
6352
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6364
6353
|
blobs?: undefined;
|
|
6365
6354
|
blobVersionedHashes?: undefined;
|
|
6366
6355
|
gasPrice?: undefined;
|
|
@@ -6431,7 +6420,7 @@ export declare class Centrifuge {
|
|
|
6431
6420
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6432
6421
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6433
6422
|
accessList?: import("viem").AccessList | undefined;
|
|
6434
|
-
authorizationList?: import("viem
|
|
6423
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6435
6424
|
blobs?: undefined;
|
|
6436
6425
|
blobVersionedHashes?: undefined;
|
|
6437
6426
|
gasPrice?: undefined;
|
|
@@ -6441,7 +6430,7 @@ export declare class Centrifuge {
|
|
|
6441
6430
|
sidecars?: undefined;
|
|
6442
6431
|
} | {
|
|
6443
6432
|
accessList?: import("viem").AccessList | undefined;
|
|
6444
|
-
authorizationList?: import("viem
|
|
6433
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6445
6434
|
blobs?: undefined;
|
|
6446
6435
|
blobVersionedHashes?: undefined;
|
|
6447
6436
|
gasPrice?: undefined;
|
|
@@ -6512,7 +6501,7 @@ export declare class Centrifuge {
|
|
|
6512
6501
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6513
6502
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6514
6503
|
accessList?: import("viem").AccessList | undefined;
|
|
6515
|
-
authorizationList?: import("viem
|
|
6504
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6516
6505
|
blobs?: undefined;
|
|
6517
6506
|
blobVersionedHashes?: undefined;
|
|
6518
6507
|
gasPrice?: undefined;
|
|
@@ -6522,7 +6511,7 @@ export declare class Centrifuge {
|
|
|
6522
6511
|
sidecars?: undefined;
|
|
6523
6512
|
} | {
|
|
6524
6513
|
accessList?: import("viem").AccessList | undefined;
|
|
6525
|
-
authorizationList?: import("viem
|
|
6514
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6526
6515
|
blobs?: undefined;
|
|
6527
6516
|
blobVersionedHashes?: undefined;
|
|
6528
6517
|
gasPrice?: undefined;
|
|
@@ -6593,7 +6582,7 @@ export declare class Centrifuge {
|
|
|
6593
6582
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6594
6583
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6595
6584
|
accessList?: import("viem").AccessList | undefined;
|
|
6596
|
-
authorizationList?: import("viem
|
|
6585
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6597
6586
|
blobs?: undefined;
|
|
6598
6587
|
blobVersionedHashes?: undefined;
|
|
6599
6588
|
gasPrice?: undefined;
|
|
@@ -6603,7 +6592,7 @@ export declare class Centrifuge {
|
|
|
6603
6592
|
sidecars?: undefined;
|
|
6604
6593
|
} | {
|
|
6605
6594
|
accessList?: import("viem").AccessList | undefined;
|
|
6606
|
-
authorizationList?: import("viem
|
|
6595
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6607
6596
|
blobs?: undefined;
|
|
6608
6597
|
blobVersionedHashes?: undefined;
|
|
6609
6598
|
gasPrice?: undefined;
|
|
@@ -6674,7 +6663,7 @@ export declare class Centrifuge {
|
|
|
6674
6663
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6675
6664
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6676
6665
|
accessList?: import("viem").AccessList | undefined;
|
|
6677
|
-
authorizationList?: import("viem
|
|
6666
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6678
6667
|
blobs?: undefined;
|
|
6679
6668
|
blobVersionedHashes?: undefined;
|
|
6680
6669
|
gasPrice?: undefined;
|
|
@@ -6684,7 +6673,7 @@ export declare class Centrifuge {
|
|
|
6684
6673
|
sidecars?: undefined;
|
|
6685
6674
|
} | {
|
|
6686
6675
|
accessList?: import("viem").AccessList | undefined;
|
|
6687
|
-
authorizationList?: import("viem
|
|
6676
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6688
6677
|
blobs?: undefined;
|
|
6689
6678
|
blobVersionedHashes?: undefined;
|
|
6690
6679
|
gasPrice?: undefined;
|
|
@@ -6755,7 +6744,7 @@ export declare class Centrifuge {
|
|
|
6755
6744
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6756
6745
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6757
6746
|
accessList?: import("viem").AccessList | undefined;
|
|
6758
|
-
authorizationList?: import("viem
|
|
6747
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6759
6748
|
blobs?: undefined;
|
|
6760
6749
|
blobVersionedHashes?: undefined;
|
|
6761
6750
|
gasPrice?: undefined;
|
|
@@ -6765,7 +6754,7 @@ export declare class Centrifuge {
|
|
|
6765
6754
|
sidecars?: undefined;
|
|
6766
6755
|
} | {
|
|
6767
6756
|
accessList?: import("viem").AccessList | undefined;
|
|
6768
|
-
authorizationList?: import("viem
|
|
6757
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6769
6758
|
blobs?: undefined;
|
|
6770
6759
|
blobVersionedHashes?: undefined;
|
|
6771
6760
|
gasPrice?: undefined;
|
|
@@ -6836,7 +6825,7 @@ export declare class Centrifuge {
|
|
|
6836
6825
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6837
6826
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6838
6827
|
accessList?: import("viem").AccessList | undefined;
|
|
6839
|
-
authorizationList?: import("viem
|
|
6828
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6840
6829
|
blobs?: undefined;
|
|
6841
6830
|
blobVersionedHashes?: undefined;
|
|
6842
6831
|
gasPrice?: undefined;
|
|
@@ -6846,7 +6835,7 @@ export declare class Centrifuge {
|
|
|
6846
6835
|
sidecars?: undefined;
|
|
6847
6836
|
} | {
|
|
6848
6837
|
accessList?: import("viem").AccessList | undefined;
|
|
6849
|
-
authorizationList?: import("viem
|
|
6838
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6850
6839
|
blobs?: undefined;
|
|
6851
6840
|
blobVersionedHashes?: undefined;
|
|
6852
6841
|
gasPrice?: undefined;
|
|
@@ -6861,7 +6850,10 @@ export declare class Centrifuge {
|
|
|
6861
6850
|
}, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees" | "chainId") extends infer T_8 ? T_8 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees" | "chainId") ? T_8 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_8 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
|
|
6862
6851
|
readContract: <const abi extends Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi, "pure" | "view">, const args extends import("viem").ContractFunctionArgs<abi, "pure" | "view", functionName>>(args: import("viem").ReadContractParameters<abi, functionName, args>) => Promise<import("viem").ReadContractReturnType<abi, functionName, args>>;
|
|
6863
6852
|
sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<import("viem").SendRawTransactionReturnType>;
|
|
6864
|
-
|
|
6853
|
+
simulate: <const calls extends readonly unknown[]>(args: import("viem").SimulateBlocksParameters<calls>) => Promise<import("viem").SimulateBlocksReturnType<calls>>;
|
|
6854
|
+
simulateBlocks: <const calls extends readonly unknown[]>(args: import("viem").SimulateBlocksParameters<calls>) => Promise<import("viem").SimulateBlocksReturnType<calls>>;
|
|
6855
|
+
simulateCalls: <const calls extends readonly unknown[]>(args: import("viem").SimulateCallsParameters<calls>) => Promise<import("viem").SimulateCallsReturnType<calls>>;
|
|
6856
|
+
simulateContract: <const abi extends Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi, "nonpayable" | "payable">, const args_1 extends import("viem").ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>, chainOverride extends Chain | undefined, accountOverride extends Account | import("viem").Address | undefined = undefined>(args: import("viem").SimulateContractParameters<abi, functionName, args_1, Chain, chainOverride, accountOverride>) => Promise<import("viem").SimulateContractReturnType<abi, functionName, args_1, Chain, Account | undefined, chainOverride, accountOverride>>;
|
|
6865
6857
|
verifyMessage: (args: import("viem").VerifyMessageActionParameters) => Promise<import("viem").VerifyMessageActionReturnType>;
|
|
6866
6858
|
verifySiweMessage: (args: {
|
|
6867
6859
|
blockNumber?: bigint | undefined;
|
|
@@ -6899,219 +6891,79 @@ export declare class Centrifuge {
|
|
|
6899
6891
|
} & import("viem").ExactPartial<Pick<import("viem").PublicActions<any, Chain, undefined>, "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getChainId" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "prepareTransactionRequest" | "readContract" | "sendRawTransaction" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import("viem").WalletActions<Chain, undefined>, "sendTransaction" | "writeContract">>>(fn: (client: import("viem").Client<any, Chain, undefined, import("viem").PublicRpcSchema, import("viem").PublicActions<any, Chain>>) => client) => import("viem").Client<any, Chain, undefined, import("viem").PublicRpcSchema, { [K in keyof client]: client[K]; } & import("viem").PublicActions<any, Chain>>;
|
|
6900
6892
|
} | undefined;
|
|
6901
6893
|
get chains(): number[];
|
|
6902
|
-
getChainConfig(chainId
|
|
6894
|
+
getChainConfig(chainId: number): Chain;
|
|
6903
6895
|
setSigner(signer: Signer | null): void;
|
|
6904
6896
|
get signer(): Signer | null;
|
|
6905
6897
|
constructor(config?: UserProvidedConfig);
|
|
6906
|
-
|
|
6907
|
-
|
|
6898
|
+
/**
|
|
6899
|
+
* Create a new pool on the given chain.
|
|
6900
|
+
* @param metadataInput - The metadata for the pool
|
|
6901
|
+
* @param currencyCode - The currency code for the pool
|
|
6902
|
+
* @param chainId - The chain ID to create the pool on
|
|
6903
|
+
* @param counter - The pool counter, used to create a unique pool ID (uint48)
|
|
6904
|
+
*/
|
|
6905
|
+
createPool(metadataInput: PoolMetadataInput, currencyCode: number | undefined, chainId: number, counter?: number | bigint): Transaction;
|
|
6906
|
+
id(chainId: number): Query<number>;
|
|
6907
|
+
/**
|
|
6908
|
+
* Get the existing pools on the different chains.
|
|
6909
|
+
*/
|
|
6910
|
+
pools(): Query<Pool[]>;
|
|
6911
|
+
pool(id: PoolId): Query<Pool>;
|
|
6908
6912
|
/**
|
|
6909
6913
|
* Get the metadata for an ERC20 token
|
|
6910
6914
|
* @param address - The token address
|
|
6911
6915
|
* @param chainId - The chain ID
|
|
6912
6916
|
*/
|
|
6913
|
-
currency(address:
|
|
6917
|
+
currency(address: HexString, chainId: number): Query<CurrencyDetails>;
|
|
6918
|
+
investor(address: HexString): Query<Investor>;
|
|
6914
6919
|
/**
|
|
6915
6920
|
* Get the balance of an ERC20 token for a given owner.
|
|
6916
6921
|
* @param currency - The token address
|
|
6917
6922
|
* @param owner - The owner address
|
|
6918
6923
|
* @param chainId - The chain ID
|
|
6919
6924
|
*/
|
|
6920
|
-
balance(currency:
|
|
6921
|
-
|
|
6922
|
-
|
|
6923
|
-
|
|
6924
|
-
*/
|
|
6925
|
-
_events(chainId?: number): Observable<WatchEventOnLogsParameter>;
|
|
6926
|
-
/**
|
|
6927
|
-
* Returns an observable of events on a given chain, filtered by name(s) and address(es).
|
|
6928
|
-
* @internal
|
|
6929
|
-
*/
|
|
6930
|
-
_filteredEvents(address: string | string[], abi: Abi | Abi[], eventName: string | string[], chainId?: number): Observable<({
|
|
6931
|
-
address: import("viem").Address;
|
|
6932
|
-
blockHash: `0x${string}`;
|
|
6933
|
-
blockNumber: bigint;
|
|
6934
|
-
data: import("viem").Hex;
|
|
6935
|
-
logIndex: number;
|
|
6936
|
-
transactionHash: `0x${string}`;
|
|
6937
|
-
transactionIndex: number;
|
|
6938
|
-
removed: boolean;
|
|
6939
|
-
} & {
|
|
6940
|
-
args: Record<string, unknown> | readonly unknown[];
|
|
6941
|
-
eventName: string;
|
|
6942
|
-
topics: [] | [`0x${string}`, ...`0x${string}`[]];
|
|
6943
|
-
} & {
|
|
6944
|
-
args: any;
|
|
6945
|
-
})[]>;
|
|
6946
|
-
/**
|
|
6947
|
-
* @internal
|
|
6948
|
-
*/
|
|
6949
|
-
_getIndexerObservable<T = any>(query: string, variables?: Record<string, any>): Observable<T>;
|
|
6950
|
-
/**
|
|
6951
|
-
* @internal
|
|
6952
|
-
*/
|
|
6953
|
-
_queryIndexer<Result>(query: string, variables?: Record<string, any>): Query<Result>;
|
|
6954
|
-
_queryIndexer<Result, Return>(query: string, variables: Record<string, any>, postProcess: (data: Result) => Return): Query<Return>;
|
|
6925
|
+
balance(currency: HexString, owner: HexString, chainId: number): Query<{
|
|
6926
|
+
balance: Balance;
|
|
6927
|
+
currency: CurrencyDetails;
|
|
6928
|
+
}>;
|
|
6955
6929
|
/**
|
|
6956
|
-
*
|
|
6930
|
+
* Get the assets that exist on a given spoke chain that have been registered on a given hub chain.
|
|
6931
|
+
* @param spokeChainId - The chain ID where the assets exist
|
|
6932
|
+
* @param hubChainId - The chain ID where the assets should optionally be registered
|
|
6957
6933
|
*/
|
|
6958
|
-
|
|
6934
|
+
assets(spokeChainId: number, hubChainId?: number): Query<{
|
|
6935
|
+
id: AssetId;
|
|
6936
|
+
address: `0x${string}`;
|
|
6937
|
+
name: string;
|
|
6938
|
+
symbol: string;
|
|
6939
|
+
decimals: number;
|
|
6940
|
+
}[]>;
|
|
6959
6941
|
/**
|
|
6960
|
-
*
|
|
6942
|
+
* Get the valuation addresses that can be used for holdings.
|
|
6961
6943
|
*/
|
|
6962
|
-
|
|
6944
|
+
valuations(chainId: number): Query<{
|
|
6945
|
+
identityValuation: `0x${string}`;
|
|
6946
|
+
}>;
|
|
6963
6947
|
/**
|
|
6964
|
-
*
|
|
6965
|
-
* If keys are provided, the observable will be memoized, multicasted, and the last emitted value cached.
|
|
6966
|
-
* Additional options can be provided to control the caching behavior.
|
|
6967
|
-
* By default, the observable will keep the last emitted value and pass it immediately to new subscribers.
|
|
6968
|
-
* When there are no subscribers, the observable resets after a short timeout and purges the cached value.
|
|
6969
|
-
*
|
|
6970
|
-
* @example
|
|
6971
|
-
*
|
|
6972
|
-
* ```ts
|
|
6973
|
-
* const address = '0xabc...123'
|
|
6974
|
-
* const tUSD = '0x456...def'
|
|
6975
|
-
* const chainId = 1
|
|
6976
|
-
*
|
|
6977
|
-
* // Wrap an observable that continuously emits values
|
|
6978
|
-
* const query = this._query(['balance', address, tUSD, chainId], () => {
|
|
6979
|
-
* return defer(() => fetchBalance(address, tUSD, chainId))
|
|
6980
|
-
* .pipe(
|
|
6981
|
-
* repeatOnEvents(
|
|
6982
|
-
* this,
|
|
6983
|
-
* {
|
|
6984
|
-
* address: tUSD,
|
|
6985
|
-
* abi: ABI.Currency,
|
|
6986
|
-
* eventName: 'Transfer',
|
|
6987
|
-
* },
|
|
6988
|
-
* chainId
|
|
6989
|
-
* )
|
|
6990
|
-
* )
|
|
6991
|
-
* })
|
|
6992
|
-
*
|
|
6993
|
-
* // Logs the current balance and updated balances whenever a transfer event is emitted
|
|
6994
|
-
* const obs1 = query.subscribe(balance => console.log(balance))
|
|
6995
|
-
*
|
|
6996
|
-
* // Subscribing twice only fetches the balance once and will emit the same value to both subscribers
|
|
6997
|
-
* const obs2 = query.subscribe(balance => console.log(balance))
|
|
6998
|
-
*
|
|
6999
|
-
* // ... sometime later
|
|
7000
|
-
*
|
|
7001
|
-
* // Later subscribers will receive the last emitted value immediately
|
|
7002
|
-
* const obs3 = query.subscribe(balance => console.log(balance))
|
|
7003
|
-
*
|
|
7004
|
-
* // Awaiting the query will also immediately return the last emitted value or wait for the next value
|
|
7005
|
-
* const balance = await query
|
|
7006
|
-
*
|
|
7007
|
-
* obs1.unsubscribe()
|
|
7008
|
-
* obs2.unsubscribe()
|
|
7009
|
-
* obs3.unsubscribe()
|
|
7010
|
-
* ```
|
|
7011
|
-
*
|
|
7012
|
-
* ```ts
|
|
7013
|
-
* const address = '0xabc...123'
|
|
7014
|
-
* const tUSD = '0x456...def'
|
|
7015
|
-
* const chainId = 1
|
|
7016
|
-
*
|
|
7017
|
-
* // Wrap an observable that only emits one value and then completes
|
|
7018
|
-
* //
|
|
7019
|
-
* const query = this._query(['balance', address, tUSD, chainId], () => {
|
|
7020
|
-
* return defer(() => fetchBalance(address, tUSD, chainId))
|
|
7021
|
-
* }, { valueCacheTime: 60 })
|
|
7022
|
-
*
|
|
7023
|
-
* // Logs the current balance and updated balances whenever a new
|
|
7024
|
-
* const obs1 = query.subscribe(balance => console.log(balance))
|
|
7025
|
-
*
|
|
7026
|
-
* // Subscribing twice only fetches the balance once and will emit the same value to both subscribers
|
|
7027
|
-
* const obs2 = query.subscribe(balance => console.log(balance))
|
|
7028
|
-
*
|
|
7029
|
-
* // ... sometime later
|
|
7030
|
-
*
|
|
7031
|
-
* // Later subscribers will receive the last emitted value immediately
|
|
7032
|
-
* const obs3 = query.subscribe(balance => console.log(balance))
|
|
7033
|
-
*
|
|
7034
|
-
* // Awaiting the query will also immediately return the last emitted value or wait for the next value
|
|
7035
|
-
* const balance = await query
|
|
7036
|
-
*
|
|
7037
|
-
* obs1.unsubscribe()
|
|
7038
|
-
* obs2.unsubscribe()
|
|
7039
|
-
* obs3.unsubscribe()
|
|
7040
|
-
* ```
|
|
7041
|
-
*
|
|
7042
|
-
* @internal
|
|
6948
|
+
* Get the restriction hook addresses that can be used for share tokens.
|
|
7043
6949
|
*/
|
|
7044
|
-
|
|
6950
|
+
restrictionHooks(chainId: number): Query<{
|
|
6951
|
+
freezeOnlyHook: `0x${string}`;
|
|
6952
|
+
redemptionRestrictionsHook: `0x${string}`;
|
|
6953
|
+
fullRestrictionsHook: `0x${string}`;
|
|
6954
|
+
}>;
|
|
7045
6955
|
/**
|
|
7046
|
-
*
|
|
7047
|
-
*
|
|
7048
|
-
*
|
|
7049
|
-
*
|
|
7050
|
-
*
|
|
7051
|
-
* @example
|
|
7052
|
-
* ```ts
|
|
7053
|
-
* const tx = this._transact(
|
|
7054
|
-
* 'Transfer',
|
|
7055
|
-
* ({ walletClient }) =>
|
|
7056
|
-
* walletClient.writeContract({
|
|
7057
|
-
* address: '0xabc...123',
|
|
7058
|
-
* abi: ABI.Currency,
|
|
7059
|
-
* functionName: 'transfer',
|
|
7060
|
-
* args: ['0xdef...456', 1000000n],
|
|
7061
|
-
* }),
|
|
7062
|
-
* 1
|
|
7063
|
-
* )
|
|
7064
|
-
* tx.subscribe(status => console.log(status))
|
|
7065
|
-
*
|
|
7066
|
-
* // Results in something like the following values being emitted (assuming the user wasn't connected to mainnet):
|
|
7067
|
-
* // { type: 'SwitchingChain', chainId: 1 }
|
|
7068
|
-
* // { type: 'SigningTransaction', title: 'Transfer' }
|
|
7069
|
-
* // { type: 'TransactionPending', title: 'Transfer', hash: '0x123...abc' }
|
|
7070
|
-
* // { type: 'TransactionConfirmed', title: 'Transfer', hash: '0x123...abc', receipt: { ... } }
|
|
7071
|
-
* ```
|
|
7072
|
-
*
|
|
7073
|
-
* ```ts
|
|
7074
|
-
* const finalResult = await this._transact(...)
|
|
7075
|
-
* console.log(finalResult) // { type: 'TransactionConfirmed', title: 'Transfer', hash: '0x123...abc', receipt: { ... } }
|
|
7076
|
-
* ```
|
|
7077
|
-
*
|
|
7078
|
-
* @internal
|
|
6956
|
+
* Register an asset
|
|
6957
|
+
* @param originChainId - The chain ID where the asset exists
|
|
6958
|
+
* @param registerOnChainId - The chain ID where the asset should be registered
|
|
6959
|
+
* @param assetAddress - The address of the asset to register
|
|
6960
|
+
* @param tokenId - Optional token ID for ERC6909 assets
|
|
7079
6961
|
*/
|
|
7080
|
-
|
|
6962
|
+
registerAsset(originChainId: number, registerOnChainId: number, assetAddress: HexString, tokenId?: number | bigint): Transaction;
|
|
7081
6963
|
/**
|
|
7082
|
-
*
|
|
7083
|
-
* When subscribed to, it emits status updates as it progresses.
|
|
7084
|
-
* When awaited, it returns the final confirmed if successful.
|
|
7085
|
-
* Will additionally prompt the user to switch chains if they're not on the correct chain.
|
|
7086
|
-
*
|
|
7087
|
-
* @example
|
|
7088
|
-
*
|
|
7089
|
-
* ```ts
|
|
7090
|
-
* const tx = this._transact(async function* ({ walletClient, publicClient, chainId, signingAddress, signer }) {
|
|
7091
|
-
* const permit = yield* doSignMessage('Sign Permit', () => {
|
|
7092
|
-
* return signPermit(walletClient, signer, chainId, signingAddress, '0xabc...123', '0xdef...456', 1000000n)
|
|
7093
|
-
* })
|
|
7094
|
-
* yield* doTransaction('Invest', publicClient, () =>
|
|
7095
|
-
* walletClient.writeContract({
|
|
7096
|
-
* address: '0xdef...456',
|
|
7097
|
-
* abi: ABI.LiquidityPool,
|
|
7098
|
-
* functionName: 'requestDepositWithPermit',
|
|
7099
|
-
* args: [1000000n, permit],
|
|
7100
|
-
* })
|
|
7101
|
-
* )
|
|
7102
|
-
* }, 1)
|
|
7103
|
-
* tx.subscribe(status => console.log(status))
|
|
7104
|
-
*
|
|
7105
|
-
* // Results in something like the following values being emitted (assuming the user was on the right chain):
|
|
7106
|
-
* // { type: 'SigningMessage', title: 'Sign Permit' }
|
|
7107
|
-
* // { type: 'SignedMessage', title: 'Sign Permit', signed: { ... } }
|
|
7108
|
-
* // { type: 'SigningTransaction', title: 'Invest' }
|
|
7109
|
-
* // { type: 'TransactionPending', title: 'Invest', hash: '0x123...abc' }
|
|
7110
|
-
* // { type: 'TransactionConfirmed', title: 'Invest', hash: '0x123...abc', receipt: { ... } }
|
|
7111
|
-
*
|
|
7112
|
-
* @internal
|
|
6964
|
+
* Get the decimals of asset
|
|
7113
6965
|
*/
|
|
7114
|
-
|
|
6966
|
+
assetDecimals(assetId: AssetId, chainId: number): Query<number>;
|
|
6967
|
+
_queryIndexer<Result, Return>(query: string, variables: Record<string, any>, postProcess: (data: Result) => Return): Query<Return>;
|
|
7115
6968
|
}
|
|
7116
|
-
export {};
|
|
7117
6969
|
//# sourceMappingURL=Centrifuge.d.ts.map
|