@centrifuge/sdk 0.0.0-alpha.8 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -13
- package/dist/Centrifuge.d.ts +309 -231
- package/dist/Centrifuge.d.ts.map +1 -1
- package/dist/Centrifuge.js +700 -155
- 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 +531 -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 +16 -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 +22 -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 +32 -0
- package/dist/abi/GasService.abi.js.map +1 -0
- package/dist/abi/Gateway.abi.d.ts +3 -0
- package/dist/abi/Gateway.abi.d.ts.map +1 -0
- package/dist/abi/Gateway.abi.js +62 -0
- package/dist/abi/Gateway.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 +89 -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/MerkleProofManager.abi.d.ts +3 -0
- package/dist/abi/MerkleProofManager.abi.d.ts.map +1 -0
- package/dist/abi/MerkleProofManager.abi.js +26 -0
- package/dist/abi/MerkleProofManager.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/OnOffRampManager.abi.d.ts +3 -0
- package/dist/abi/OnOffRampManager.abi.d.ts.map +1 -0
- package/dist/abi/OnOffRampManager.abi.js +31 -0
- package/dist/abi/OnOffRampManager.abi.js.map +1 -0
- package/dist/abi/OnOffRampManagerFactory.abi.d.ts +3 -0
- package/dist/abi/OnOffRampManagerFactory.abi.d.ts.map +1 -0
- package/dist/abi/OnOffRampManagerFactory.abi.js +2 -0
- package/dist/abi/OnOffRampManagerFactory.abi.js.map +1 -0
- package/dist/abi/PoolEscrow.abi.d.ts +3 -0
- package/dist/abi/PoolEscrow.abi.d.ts.map +1 -0
- package/dist/abi/PoolEscrow.abi.js +32 -0
- package/dist/abi/PoolEscrow.abi.js.map +1 -0
- package/dist/abi/PoolEscrowFactory.abi.d.ts +3 -0
- package/dist/abi/PoolEscrowFactory.abi.d.ts.map +1 -0
- package/dist/abi/PoolEscrowFactory.abi.js +19 -0
- package/dist/abi/PoolEscrowFactory.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 +50 -0
- package/dist/abi/VaultRouter.abi.js.map +1 -0
- package/dist/abi/index.d.ts +9027 -8
- package/dist/abi/index.d.ts.map +1 -1
- package/dist/abi/index.js +48 -16
- package/dist/abi/index.js.map +1 -1
- package/dist/config/chains.d.ts +202 -941
- 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/constants.d.ts +1 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +1 -0
- package/dist/constants.js.map +1 -1
- package/dist/entities/BalanceSheet.d.ts +48 -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 +64 -0
- package/dist/entities/BalanceSheet.test.js.map +1 -0
- package/dist/{Entity.d.ts → entities/Entity.d.ts} +1 -1
- package/dist/entities/Entity.d.ts.map +1 -0
- package/dist/{Entity.js → entities/Entity.js} +0 -3
- package/dist/entities/Entity.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/assetSnapshots.d.ts +14 -14
- package/dist/entities/IndexerQueries/assetSnapshots.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/assetSnapshots.js +15 -17
- package/dist/entities/IndexerQueries/assetSnapshots.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/assetTransactions.d.ts +7 -6
- package/dist/entities/IndexerQueries/assetTransactions.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/assetTransactions.js +8 -7
- package/dist/entities/IndexerQueries/assetTransactions.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/epochs.d.ts +7 -7
- package/dist/entities/IndexerQueries/epochs.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/epochs.js +7 -7
- package/dist/entities/IndexerQueries/epochs.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/index.d.ts +24 -24
- package/dist/entities/IndexerQueries/index.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/index.js +7 -7
- package/dist/entities/IndexerQueries/index.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/investorTransactions.d.ts +4 -4
- package/dist/entities/IndexerQueries/investorTransactions.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/investorTransactions.js +4 -4
- package/dist/entities/IndexerQueries/investorTransactions.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/poolFeeSnapshots.d.ts +8 -8
- package/dist/entities/IndexerQueries/poolFeeSnapshots.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/poolFeeSnapshots.js +8 -8
- package/dist/entities/IndexerQueries/poolFeeSnapshots.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/poolFeeTransactions.d.ts +3 -3
- package/dist/entities/IndexerQueries/poolFeeTransactions.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/poolFeeTransactions.js +3 -3
- package/dist/entities/IndexerQueries/poolFeeTransactions.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/poolSnapshots.d.ts +30 -24
- package/dist/entities/IndexerQueries/poolSnapshots.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/poolSnapshots.js +29 -23
- package/dist/entities/IndexerQueries/poolSnapshots.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/trancheCurrencyBalance.d.ts +15 -15
- package/dist/entities/IndexerQueries/trancheCurrencyBalance.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/trancheCurrencyBalance.js +8 -8
- package/dist/entities/IndexerQueries/trancheCurrencyBalance.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/trancheSnapshots.d.ts +6 -6
- package/dist/entities/IndexerQueries/trancheSnapshots.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/trancheSnapshots.js +6 -6
- package/dist/entities/IndexerQueries/trancheSnapshots.js.map +1 -0
- package/dist/entities/Investor.d.ts +47 -0
- package/dist/entities/Investor.d.ts.map +1 -0
- package/dist/entities/Investor.js +93 -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 +78 -0
- package/dist/entities/Investor.test.js.map +1 -0
- package/dist/entities/MerkleProofManager.d.ts +37 -0
- package/dist/entities/MerkleProofManager.d.ts.map +1 -0
- package/dist/entities/MerkleProofManager.js +210 -0
- package/dist/entities/MerkleProofManager.js.map +1 -0
- package/dist/entities/MerkleProofManager.test.d.ts +2 -0
- package/dist/entities/MerkleProofManager.test.d.ts.map +1 -0
- package/dist/entities/MerkleProofManager.test.js +241 -0
- package/dist/entities/MerkleProofManager.test.js.map +1 -0
- package/dist/entities/OnOffRampManager.d.ts +34 -0
- package/dist/entities/OnOffRampManager.d.ts.map +1 -0
- package/dist/entities/OnOffRampManager.js +191 -0
- package/dist/entities/OnOffRampManager.js.map +1 -0
- package/dist/entities/OnOffRampManager.test.d.ts +2 -0
- package/dist/entities/OnOffRampManager.test.d.ts.map +1 -0
- package/dist/entities/OnOffRampManager.test.js +170 -0
- package/dist/entities/OnOffRampManager.test.js.map +1 -0
- package/dist/entities/Pool.d.ts +157 -0
- package/dist/entities/Pool.d.ts.map +1 -0
- package/dist/entities/Pool.js +591 -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 +271 -0
- package/dist/entities/Pool.test.js.map +1 -0
- package/dist/entities/PoolNetwork.d.ts +77 -0
- package/dist/entities/PoolNetwork.d.ts.map +1 -0
- package/dist/entities/PoolNetwork.js +360 -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 +166 -0
- package/dist/entities/PoolNetwork.test.js.map +1 -0
- package/dist/entities/Reports/PoolReports.d.ts +8 -0
- package/dist/entities/Reports/PoolReports.d.ts.map +1 -0
- package/dist/entities/Reports/PoolReports.js +14 -0
- package/dist/entities/Reports/PoolReports.js.map +1 -0
- package/dist/entities/Reports/PoolSharePricesReport.d.ts +25 -0
- package/dist/entities/Reports/PoolSharePricesReport.d.ts.map +1 -0
- package/dist/entities/Reports/PoolSharePricesReport.js +64 -0
- package/dist/entities/Reports/PoolSharePricesReport.js.map +1 -0
- package/dist/entities/Reports/PoolSharePricesReport.test.d.ts +2 -0
- package/dist/entities/Reports/PoolSharePricesReport.test.d.ts.map +1 -0
- package/dist/entities/Reports/PoolSharePricesReport.test.js +35 -0
- package/dist/entities/Reports/PoolSharePricesReport.test.js.map +1 -0
- package/dist/{Reports → entities/Reports}/Processor.d.ts +1 -1
- package/dist/entities/Reports/Processor.d.ts.map +1 -0
- package/dist/{Reports → entities/Reports}/Processor.js +27 -13
- 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/{Reports → entities/Reports}/index.d.ts +2 -2
- package/dist/entities/Reports/index.d.ts.map +1 -0
- package/dist/{Reports → entities/Reports}/index.js +4 -4
- package/dist/entities/Reports/index.js.map +1 -0
- package/dist/entities/Reports/types.d.ts +9 -0
- package/dist/entities/Reports/types.d.ts.map +1 -0
- package/dist/entities/Reports/types.js +2 -0
- package/dist/entities/Reports/types.js.map +1 -0
- package/dist/entities/Reports/utils.d.ts +20 -0
- package/dist/entities/Reports/utils.d.ts.map +1 -0
- package/dist/entities/Reports/utils.js +47 -0
- package/dist/entities/Reports/utils.js.map +1 -0
- package/dist/entities/ShareClass.d.ts +215 -0
- package/dist/entities/ShareClass.d.ts.map +1 -0
- package/dist/entities/ShareClass.js +1321 -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 +528 -0
- package/dist/entities/ShareClass.test.js.map +1 -0
- package/dist/entities/Vault.d.ts +92 -0
- package/dist/entities/Vault.d.ts.map +1 -0
- package/dist/entities/Vault.js +433 -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 +309 -0
- package/dist/entities/Vault.test.js.map +1 -0
- package/dist/index.d.ts +15 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13 -5
- package/dist/index.js.map +1 -1
- package/dist/tests/forkServer.d.mts +2 -0
- package/dist/tests/forkServer.d.mts.map +1 -0
- package/dist/tests/forkServer.mjs +104 -0
- package/dist/tests/forkServer.mjs.map +1 -0
- package/dist/tests/mocks/mockAssetSnapshots.d.ts +1 -1
- package/dist/tests/mocks/mockAssetSnapshots.d.ts.map +1 -1
- package/dist/tests/mocks/mockAssetSnapshots.js +27 -27
- package/dist/tests/mocks/mockAssetSnapshots.js.map +1 -1
- package/dist/tests/mocks/mockAssetTransactions.d.ts +1 -1
- package/dist/tests/mocks/mockAssetTransactions.d.ts.map +1 -1
- package/dist/tests/mocks/mockAssetTransactions.js +17 -14
- package/dist/tests/mocks/mockAssetTransactions.js.map +1 -1
- package/dist/tests/mocks/mockEpochs.d.ts +1 -1
- package/dist/tests/mocks/mockEpochs.d.ts.map +1 -1
- package/dist/tests/mocks/mockEpochs.js +13 -13
- package/dist/tests/mocks/mockEpochs.js.map +1 -1
- package/dist/tests/mocks/mockInvestorCurrencyBalance.d.ts +1 -1
- package/dist/tests/mocks/mockInvestorCurrencyBalance.d.ts.map +1 -1
- package/dist/tests/mocks/mockInvestorCurrencyBalance.js +15 -15
- package/dist/tests/mocks/mockInvestorCurrencyBalance.js.map +1 -1
- package/dist/tests/mocks/mockInvestorTransactions.d.ts +1 -1
- package/dist/tests/mocks/mockInvestorTransactions.d.ts.map +1 -1
- package/dist/tests/mocks/mockInvestorTransactions.js +5 -5
- package/dist/tests/mocks/mockInvestorTransactions.js.map +1 -1
- 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 +3 -3
- package/dist/tests/mocks/mockPoolFeeTransactions.d.ts.map +1 -1
- package/dist/tests/mocks/mockPoolFeeTransactions.js +3 -3
- package/dist/tests/mocks/mockPoolFeeTransactions.js.map +1 -1
- package/dist/tests/mocks/mockPoolMetadata.d.ts.map +1 -1
- package/dist/tests/mocks/mockPoolMetadata.js +7 -17
- 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 +4 -3
- package/dist/tests/setup.js.map +1 -1
- package/dist/tests/tenderly.d.ts +15 -2
- package/dist/tests/tenderly.d.ts.map +1 -1
- package/dist/tests/tenderly.js +74 -67
- 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 +52 -5
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/indexer.d.ts +4189 -0
- package/dist/types/indexer.d.ts.map +1 -0
- package/dist/types/indexer.js +56 -0
- package/dist/types/indexer.js.map +1 -0
- package/dist/types/poolInput.d.ts +79 -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 +41 -13
- package/dist/types/poolMetadata.d.ts.map +1 -1
- package/dist/types/reports.d.ts +71 -66
- package/dist/types/reports.d.ts.map +1 -1
- package/dist/types/transaction.d.ts +102 -3
- package/dist/types/transaction.d.ts.map +1 -1
- package/dist/types/transaction.js +55 -1
- package/dist/types/transaction.js.map +1 -1
- package/dist/utils/BigInt.d.ts +17 -23
- package/dist/utils/BigInt.d.ts.map +1 -1
- package/dist/utils/BigInt.js +18 -25
- 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/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/permit.d.ts +13 -0
- package/dist/utils/permit.d.ts.map +1 -0
- package/dist/utils/permit.js +82 -0
- package/dist/utils/permit.js.map +1 -0
- package/dist/utils/permit.test.d.ts +2 -0
- package/dist/utils/permit.test.d.ts.map +1 -0
- package/dist/utils/permit.test.js +22 -0
- package/dist/utils/permit.test.js.map +1 -0
- package/dist/utils/rx.d.ts +3 -3
- package/dist/utils/rx.d.ts.map +1 -1
- package/dist/utils/rx.js +5 -1
- package/dist/utils/rx.js.map +1 -1
- package/dist/utils/transaction.d.ts +20 -10
- package/dist/utils/transaction.d.ts.map +1 -1
- package/dist/utils/transaction.js +162 -23
- 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 +12 -12
- 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.map +0 -1
- package/dist/Entity.js.map +0 -1
- package/dist/IndexerQueries/assetSnapshots.d.ts.map +0 -1
- package/dist/IndexerQueries/assetSnapshots.js.map +0 -1
- package/dist/IndexerQueries/assetTransactions.d.ts.map +0 -1
- package/dist/IndexerQueries/assetTransactions.js.map +0 -1
- package/dist/IndexerQueries/epochs.d.ts.map +0 -1
- package/dist/IndexerQueries/epochs.js.map +0 -1
- package/dist/IndexerQueries/index.d.ts.map +0 -1
- package/dist/IndexerQueries/index.js.map +0 -1
- package/dist/IndexerQueries/investorTransactions.d.ts.map +0 -1
- package/dist/IndexerQueries/investorTransactions.js.map +0 -1
- package/dist/IndexerQueries/poolFeeSnapshots.d.ts.map +0 -1
- package/dist/IndexerQueries/poolFeeSnapshots.js.map +0 -1
- package/dist/IndexerQueries/poolFeeTransactions.d.ts.map +0 -1
- package/dist/IndexerQueries/poolFeeTransactions.js.map +0 -1
- package/dist/IndexerQueries/poolSnapshots.d.ts.map +0 -1
- package/dist/IndexerQueries/poolSnapshots.js.map +0 -1
- package/dist/IndexerQueries/trancheCurrencyBalance.d.ts.map +0 -1
- package/dist/IndexerQueries/trancheCurrencyBalance.js.map +0 -1
- package/dist/IndexerQueries/trancheSnapshots.d.ts.map +0 -1
- package/dist/IndexerQueries/trancheSnapshots.js.map +0 -1
- package/dist/Pool.d.ts +0 -25
- package/dist/Pool.d.ts.map +0 -1
- package/dist/Pool.js +0 -79
- package/dist/Pool.js.map +0 -1
- package/dist/PoolNetwork.d.ts +0 -54
- package/dist/PoolNetwork.d.ts.map +0 -1
- package/dist/PoolNetwork.js +0 -238
- package/dist/PoolNetwork.js.map +0 -1
- package/dist/Reports/Processor.d.ts.map +0 -1
- package/dist/Reports/Processor.js.map +0 -1
- package/dist/Reports/index.d.ts.map +0 -1
- package/dist/Reports/index.js.map +0 -1
- package/dist/Vault.d.ts +0 -84
- package/dist/Vault.d.ts.map +0 -1
- package/dist/Vault.js +0 -331
- 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/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,20 +1,22 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
1
|
+
import { 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
6
|
import type { Query } from './types/query.js';
|
|
7
|
-
import type
|
|
8
|
-
import {
|
|
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';
|
|
9
10
|
export declare class Centrifuge {
|
|
10
11
|
#private;
|
|
11
12
|
get config(): DerivedConfig;
|
|
12
|
-
getClient(chainId
|
|
13
|
+
getClient(chainId: number): {
|
|
13
14
|
account: undefined;
|
|
14
15
|
batch?: import("viem").ClientConfig["batch"] | undefined;
|
|
15
16
|
cacheTime: number;
|
|
16
17
|
ccipRead?: import("viem").ClientConfig["ccipRead"] | undefined;
|
|
17
18
|
chain: Chain;
|
|
19
|
+
experimental_blockTag?: import("viem").BlockTag | undefined;
|
|
18
20
|
key: string;
|
|
19
21
|
name: string;
|
|
20
22
|
pollingInterval: number;
|
|
@@ -23,11 +25,15 @@ export declare class Centrifuge {
|
|
|
23
25
|
type: string;
|
|
24
26
|
uid: string;
|
|
25
27
|
call: (parameters: import("viem").CallParameters<Chain>) => Promise<import("viem").CallReturnType>;
|
|
28
|
+
createAccessList: (parameters: import("viem").CreateAccessListParameters<Chain>) => Promise<{
|
|
29
|
+
accessList: import("viem").AccessList;
|
|
30
|
+
gasUsed: bigint;
|
|
31
|
+
}>;
|
|
26
32
|
createBlockFilter: () => Promise<import("viem").CreateBlockFilterReturnType>;
|
|
27
|
-
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>>;
|
|
33
|
+
createContractEventFilter: <const abi extends import("viem").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>>;
|
|
28
34
|
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>>;
|
|
29
35
|
createPendingTransactionFilter: () => Promise<import("viem").CreatePendingTransactionFilterReturnType>;
|
|
30
|
-
estimateContractGas: <chain extends Chain | undefined, const abi extends Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi, "nonpayable" | "payable">, args extends import("viem").ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>>(args: import("viem").EstimateContractGasParameters<abi, functionName, args, chain>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
36
|
+
estimateContractGas: <chain extends Chain | undefined, const abi extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi, "nonpayable" | "payable">, args extends import("viem").ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>>(args: import("viem").EstimateContractGasParameters<abi, functionName, args, chain>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
31
37
|
estimateGas: (args: import("viem").EstimateGasParameters<Chain>) => Promise<import("viem").EstimateGasReturnType>;
|
|
32
38
|
getBalance: (args: import("viem").GetBalanceParameters) => Promise<import("viem").GetBalanceReturnType>;
|
|
33
39
|
getBlobBaseFee: () => Promise<import("viem").GetBlobBaseFeeReturnType>;
|
|
@@ -35,6 +41,8 @@ export declare class Centrifuge {
|
|
|
35
41
|
number: blockTag extends "pending" ? null : bigint;
|
|
36
42
|
nonce: blockTag extends "pending" ? null : `0x${string}`;
|
|
37
43
|
hash: blockTag extends "pending" ? null : `0x${string}`;
|
|
44
|
+
size: bigint;
|
|
45
|
+
gasLimit: bigint;
|
|
38
46
|
timestamp: bigint;
|
|
39
47
|
logsBloom: blockTag extends "pending" ? null : `0x${string}`;
|
|
40
48
|
baseFeePerGas: bigint | null;
|
|
@@ -42,7 +50,6 @@ export declare class Centrifuge {
|
|
|
42
50
|
difficulty: bigint;
|
|
43
51
|
excessBlobGas: bigint;
|
|
44
52
|
extraData: import("viem").Hex;
|
|
45
|
-
gasLimit: bigint;
|
|
46
53
|
gasUsed: bigint;
|
|
47
54
|
miner: import("viem").Address;
|
|
48
55
|
mixHash: import("viem").Hash;
|
|
@@ -51,7 +58,6 @@ export declare class Centrifuge {
|
|
|
51
58
|
receiptsRoot: import("viem").Hex;
|
|
52
59
|
sealFields: import("viem").Hex[];
|
|
53
60
|
sha3Uncles: import("viem").Hash;
|
|
54
|
-
size: bigint;
|
|
55
61
|
stateRoot: import("viem").Hash;
|
|
56
62
|
totalDifficulty: bigint | null;
|
|
57
63
|
transactionsRoot: import("viem").Hash;
|
|
@@ -59,12 +65,15 @@ export declare class Centrifuge {
|
|
|
59
65
|
withdrawals?: import("viem").Withdrawal[] | undefined;
|
|
60
66
|
withdrawalsRoot?: import("viem").Hex | undefined;
|
|
61
67
|
transactions: includeTransactions extends true ? ({
|
|
68
|
+
r: import("viem").Hex;
|
|
69
|
+
s: import("viem").Hex;
|
|
70
|
+
v: bigint;
|
|
71
|
+
value: bigint;
|
|
62
72
|
type: "legacy";
|
|
63
73
|
to: import("viem").Address | null;
|
|
64
74
|
from: import("viem").Address;
|
|
65
75
|
gas: bigint;
|
|
66
76
|
nonce: number;
|
|
67
|
-
value: bigint;
|
|
68
77
|
maxFeePerBlobGas?: undefined;
|
|
69
78
|
gasPrice: bigint;
|
|
70
79
|
maxFeePerGas?: undefined;
|
|
@@ -73,9 +82,6 @@ export declare class Centrifuge {
|
|
|
73
82
|
blobVersionedHashes?: undefined;
|
|
74
83
|
authorizationList?: undefined;
|
|
75
84
|
hash: import("viem").Hash;
|
|
76
|
-
r: import("viem").Hex;
|
|
77
|
-
s: import("viem").Hex;
|
|
78
|
-
v: bigint;
|
|
79
85
|
yParity?: undefined;
|
|
80
86
|
chainId?: number | undefined;
|
|
81
87
|
input: import("viem").Hex;
|
|
@@ -84,12 +90,15 @@ export declare class Centrifuge {
|
|
|
84
90
|
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;
|
|
85
91
|
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;
|
|
86
92
|
} | {
|
|
93
|
+
r: import("viem").Hex;
|
|
94
|
+
s: import("viem").Hex;
|
|
95
|
+
v: bigint;
|
|
96
|
+
value: bigint;
|
|
87
97
|
type: "eip2930";
|
|
88
98
|
to: import("viem").Address | null;
|
|
89
99
|
from: import("viem").Address;
|
|
90
100
|
gas: bigint;
|
|
91
101
|
nonce: number;
|
|
92
|
-
value: bigint;
|
|
93
102
|
maxFeePerBlobGas?: undefined;
|
|
94
103
|
gasPrice: bigint;
|
|
95
104
|
maxFeePerGas?: undefined;
|
|
@@ -98,9 +107,6 @@ export declare class Centrifuge {
|
|
|
98
107
|
blobVersionedHashes?: undefined;
|
|
99
108
|
authorizationList?: undefined;
|
|
100
109
|
hash: import("viem").Hash;
|
|
101
|
-
r: import("viem").Hex;
|
|
102
|
-
s: import("viem").Hex;
|
|
103
|
-
v: bigint;
|
|
104
110
|
yParity: number;
|
|
105
111
|
chainId: number;
|
|
106
112
|
input: import("viem").Hex;
|
|
@@ -109,12 +115,15 @@ export declare class Centrifuge {
|
|
|
109
115
|
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;
|
|
110
116
|
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;
|
|
111
117
|
} | {
|
|
118
|
+
r: import("viem").Hex;
|
|
119
|
+
s: import("viem").Hex;
|
|
120
|
+
v: bigint;
|
|
121
|
+
value: bigint;
|
|
112
122
|
type: "eip1559";
|
|
113
123
|
to: import("viem").Address | null;
|
|
114
124
|
from: import("viem").Address;
|
|
115
125
|
gas: bigint;
|
|
116
126
|
nonce: number;
|
|
117
|
-
value: bigint;
|
|
118
127
|
maxFeePerBlobGas?: undefined;
|
|
119
128
|
gasPrice?: undefined;
|
|
120
129
|
maxFeePerGas: bigint;
|
|
@@ -123,9 +132,6 @@ export declare class Centrifuge {
|
|
|
123
132
|
blobVersionedHashes?: undefined;
|
|
124
133
|
authorizationList?: undefined;
|
|
125
134
|
hash: import("viem").Hash;
|
|
126
|
-
r: import("viem").Hex;
|
|
127
|
-
s: import("viem").Hex;
|
|
128
|
-
v: bigint;
|
|
129
135
|
yParity: number;
|
|
130
136
|
chainId: number;
|
|
131
137
|
input: import("viem").Hex;
|
|
@@ -134,12 +140,15 @@ export declare class Centrifuge {
|
|
|
134
140
|
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;
|
|
135
141
|
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;
|
|
136
142
|
} | {
|
|
143
|
+
r: import("viem").Hex;
|
|
144
|
+
s: import("viem").Hex;
|
|
145
|
+
v: bigint;
|
|
146
|
+
value: bigint;
|
|
137
147
|
type: "eip4844";
|
|
138
148
|
to: import("viem").Address | null;
|
|
139
149
|
from: import("viem").Address;
|
|
140
150
|
gas: bigint;
|
|
141
151
|
nonce: number;
|
|
142
|
-
value: bigint;
|
|
143
152
|
maxFeePerBlobGas: bigint;
|
|
144
153
|
gasPrice?: undefined;
|
|
145
154
|
maxFeePerGas: bigint;
|
|
@@ -148,9 +157,6 @@ export declare class Centrifuge {
|
|
|
148
157
|
blobVersionedHashes: readonly import("viem").Hex[];
|
|
149
158
|
authorizationList?: undefined;
|
|
150
159
|
hash: import("viem").Hash;
|
|
151
|
-
r: import("viem").Hex;
|
|
152
|
-
s: import("viem").Hex;
|
|
153
|
-
v: bigint;
|
|
154
160
|
yParity: number;
|
|
155
161
|
chainId: number;
|
|
156
162
|
input: import("viem").Hex;
|
|
@@ -159,23 +165,23 @@ export declare class Centrifuge {
|
|
|
159
165
|
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;
|
|
160
166
|
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;
|
|
161
167
|
} | {
|
|
168
|
+
r: import("viem").Hex;
|
|
169
|
+
s: import("viem").Hex;
|
|
170
|
+
v: bigint;
|
|
171
|
+
value: bigint;
|
|
162
172
|
type: "eip7702";
|
|
163
173
|
to: import("viem").Address | null;
|
|
164
174
|
from: import("viem").Address;
|
|
165
175
|
gas: bigint;
|
|
166
176
|
nonce: number;
|
|
167
|
-
value: bigint;
|
|
168
177
|
maxFeePerBlobGas?: undefined;
|
|
169
178
|
gasPrice?: undefined;
|
|
170
179
|
maxFeePerGas: bigint;
|
|
171
180
|
maxPriorityFeePerGas: bigint;
|
|
172
181
|
accessList: import("viem").AccessList;
|
|
173
182
|
blobVersionedHashes?: undefined;
|
|
174
|
-
authorizationList: import("viem
|
|
183
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
175
184
|
hash: import("viem").Hash;
|
|
176
|
-
r: import("viem").Hex;
|
|
177
|
-
s: import("viem").Hex;
|
|
178
|
-
v: bigint;
|
|
179
185
|
yParity: number;
|
|
180
186
|
chainId: number;
|
|
181
187
|
input: import("viem").Hex;
|
|
@@ -190,7 +196,7 @@ export declare class Centrifuge {
|
|
|
190
196
|
getBytecode: (args: import("viem").GetBytecodeParameters) => Promise<import("viem").GetBytecodeReturnType>;
|
|
191
197
|
getChainId: () => Promise<import("viem").GetChainIdReturnType>;
|
|
192
198
|
getCode: (args: import("viem").GetBytecodeParameters) => Promise<import("viem").GetBytecodeReturnType>;
|
|
193
|
-
getContractEvents: <const abi extends Abi | readonly unknown[], eventName extends import("viem").ContractEventName<abi> | undefined = 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").GetContractEventsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<import("viem").GetContractEventsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
|
|
199
|
+
getContractEvents: <const abi extends import("viem").Abi | readonly unknown[], eventName extends import("viem").ContractEventName<abi> | undefined = 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").GetContractEventsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<import("viem").GetContractEventsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
|
|
194
200
|
getEip712Domain: (args: import("viem").GetEip712DomainParameters) => Promise<import("viem").GetEip712DomainReturnType>;
|
|
195
201
|
getEnsAddress: (args: import("viem").GetEnsAddressParameters) => Promise<import("viem").GetEnsAddressReturnType>;
|
|
196
202
|
getEnsAvatar: (args: import("viem").GetEnsAvatarParameters) => Promise<import("viem").GetEnsAvatarReturnType>;
|
|
@@ -199,8 +205,8 @@ export declare class Centrifuge {
|
|
|
199
205
|
getEnsText: (args: import("viem").GetEnsTextParameters) => Promise<import("viem").GetEnsTextReturnType>;
|
|
200
206
|
getFeeHistory: (args: import("viem").GetFeeHistoryParameters) => Promise<import("viem").GetFeeHistoryReturnType>;
|
|
201
207
|
estimateFeesPerGas: <chainOverride extends Chain | undefined = undefined, type extends import("viem").FeeValuesType = "eip1559">(args?: import("viem").EstimateFeesPerGasParameters<Chain, chainOverride, type> | undefined) => Promise<import("viem").EstimateFeesPerGasReturnType<type>>;
|
|
202
|
-
getFilterChanges: <filterType extends import("viem").FilterType, const abi extends Abi | readonly unknown[] | undefined, eventName extends string | 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").GetFilterChangesParameters<filterType, abi, eventName, strict, fromBlock, toBlock>) => Promise<import("viem").GetFilterChangesReturnType<filterType, abi, eventName, strict, fromBlock, toBlock>>;
|
|
203
|
-
getFilterLogs: <const abi extends Abi | readonly unknown[] | undefined, eventName extends string | 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").GetFilterLogsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<import("viem").GetFilterLogsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
|
|
208
|
+
getFilterChanges: <filterType extends import("viem").FilterType, const abi extends import("viem").Abi | readonly unknown[] | undefined, eventName extends string | 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").GetFilterChangesParameters<filterType, abi, eventName, strict, fromBlock, toBlock>) => Promise<import("viem").GetFilterChangesReturnType<filterType, abi, eventName, strict, fromBlock, toBlock>>;
|
|
209
|
+
getFilterLogs: <const abi extends import("viem").Abi | readonly unknown[] | undefined, eventName extends string | 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").GetFilterLogsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<import("viem").GetFilterLogsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
|
|
204
210
|
getGasPrice: () => Promise<import("viem").GetGasPriceReturnType>;
|
|
205
211
|
getLogs: <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>(args?: import("viem").GetLogsParameters<abiEvent, abiEvents, strict, fromBlock, toBlock> | undefined) => Promise<import("viem").GetLogsReturnType<abiEvent, abiEvents, strict, fromBlock, toBlock>>;
|
|
206
212
|
getProof: (args: import("viem").GetProofParameters) => Promise<import("viem").GetProofReturnType>;
|
|
@@ -209,12 +215,15 @@ export declare class Centrifuge {
|
|
|
209
215
|
} | undefined) => Promise<import("viem").EstimateMaxPriorityFeePerGasReturnType>;
|
|
210
216
|
getStorageAt: (args: import("viem").GetStorageAtParameters) => Promise<import("viem").GetStorageAtReturnType>;
|
|
211
217
|
getTransaction: <blockTag extends import("viem").BlockTag = "latest">(args: import("viem").GetTransactionParameters<blockTag>) => Promise<{
|
|
218
|
+
r: import("viem").Hex;
|
|
219
|
+
s: import("viem").Hex;
|
|
220
|
+
v: bigint;
|
|
221
|
+
value: bigint;
|
|
212
222
|
type: "legacy";
|
|
213
223
|
to: import("viem").Address | null;
|
|
214
224
|
from: import("viem").Address;
|
|
215
225
|
gas: bigint;
|
|
216
226
|
nonce: number;
|
|
217
|
-
value: bigint;
|
|
218
227
|
maxFeePerBlobGas?: undefined;
|
|
219
228
|
gasPrice: bigint;
|
|
220
229
|
maxFeePerGas?: undefined;
|
|
@@ -223,9 +232,6 @@ export declare class Centrifuge {
|
|
|
223
232
|
blobVersionedHashes?: undefined;
|
|
224
233
|
authorizationList?: undefined;
|
|
225
234
|
hash: import("viem").Hash;
|
|
226
|
-
r: import("viem").Hex;
|
|
227
|
-
s: import("viem").Hex;
|
|
228
|
-
v: bigint;
|
|
229
235
|
yParity?: undefined;
|
|
230
236
|
chainId?: number | undefined;
|
|
231
237
|
input: import("viem").Hex;
|
|
@@ -234,12 +240,15 @@ export declare class Centrifuge {
|
|
|
234
240
|
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;
|
|
235
241
|
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;
|
|
236
242
|
} | {
|
|
243
|
+
r: import("viem").Hex;
|
|
244
|
+
s: import("viem").Hex;
|
|
245
|
+
v: bigint;
|
|
246
|
+
value: bigint;
|
|
237
247
|
type: "eip2930";
|
|
238
248
|
to: import("viem").Address | null;
|
|
239
249
|
from: import("viem").Address;
|
|
240
250
|
gas: bigint;
|
|
241
251
|
nonce: number;
|
|
242
|
-
value: bigint;
|
|
243
252
|
maxFeePerBlobGas?: undefined;
|
|
244
253
|
gasPrice: bigint;
|
|
245
254
|
maxFeePerGas?: undefined;
|
|
@@ -248,9 +257,6 @@ export declare class Centrifuge {
|
|
|
248
257
|
blobVersionedHashes?: undefined;
|
|
249
258
|
authorizationList?: undefined;
|
|
250
259
|
hash: import("viem").Hash;
|
|
251
|
-
r: import("viem").Hex;
|
|
252
|
-
s: import("viem").Hex;
|
|
253
|
-
v: bigint;
|
|
254
260
|
yParity: number;
|
|
255
261
|
chainId: number;
|
|
256
262
|
input: import("viem").Hex;
|
|
@@ -259,12 +265,15 @@ export declare class Centrifuge {
|
|
|
259
265
|
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;
|
|
260
266
|
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;
|
|
261
267
|
} | {
|
|
268
|
+
r: import("viem").Hex;
|
|
269
|
+
s: import("viem").Hex;
|
|
270
|
+
v: bigint;
|
|
271
|
+
value: bigint;
|
|
262
272
|
type: "eip1559";
|
|
263
273
|
to: import("viem").Address | null;
|
|
264
274
|
from: import("viem").Address;
|
|
265
275
|
gas: bigint;
|
|
266
276
|
nonce: number;
|
|
267
|
-
value: bigint;
|
|
268
277
|
maxFeePerBlobGas?: undefined;
|
|
269
278
|
gasPrice?: undefined;
|
|
270
279
|
maxFeePerGas: bigint;
|
|
@@ -273,9 +282,6 @@ export declare class Centrifuge {
|
|
|
273
282
|
blobVersionedHashes?: undefined;
|
|
274
283
|
authorizationList?: undefined;
|
|
275
284
|
hash: import("viem").Hash;
|
|
276
|
-
r: import("viem").Hex;
|
|
277
|
-
s: import("viem").Hex;
|
|
278
|
-
v: bigint;
|
|
279
285
|
yParity: number;
|
|
280
286
|
chainId: number;
|
|
281
287
|
input: import("viem").Hex;
|
|
@@ -284,12 +290,15 @@ export declare class Centrifuge {
|
|
|
284
290
|
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;
|
|
285
291
|
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;
|
|
286
292
|
} | {
|
|
293
|
+
r: import("viem").Hex;
|
|
294
|
+
s: import("viem").Hex;
|
|
295
|
+
v: bigint;
|
|
296
|
+
value: bigint;
|
|
287
297
|
type: "eip4844";
|
|
288
298
|
to: import("viem").Address | null;
|
|
289
299
|
from: import("viem").Address;
|
|
290
300
|
gas: bigint;
|
|
291
301
|
nonce: number;
|
|
292
|
-
value: bigint;
|
|
293
302
|
maxFeePerBlobGas: bigint;
|
|
294
303
|
gasPrice?: undefined;
|
|
295
304
|
maxFeePerGas: bigint;
|
|
@@ -298,9 +307,6 @@ export declare class Centrifuge {
|
|
|
298
307
|
blobVersionedHashes: readonly import("viem").Hex[];
|
|
299
308
|
authorizationList?: undefined;
|
|
300
309
|
hash: import("viem").Hash;
|
|
301
|
-
r: import("viem").Hex;
|
|
302
|
-
s: import("viem").Hex;
|
|
303
|
-
v: bigint;
|
|
304
310
|
yParity: number;
|
|
305
311
|
chainId: number;
|
|
306
312
|
input: import("viem").Hex;
|
|
@@ -309,23 +315,23 @@ export declare class Centrifuge {
|
|
|
309
315
|
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;
|
|
310
316
|
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;
|
|
311
317
|
} | {
|
|
318
|
+
r: import("viem").Hex;
|
|
319
|
+
s: import("viem").Hex;
|
|
320
|
+
v: bigint;
|
|
321
|
+
value: bigint;
|
|
312
322
|
type: "eip7702";
|
|
313
323
|
to: import("viem").Address | null;
|
|
314
324
|
from: import("viem").Address;
|
|
315
325
|
gas: bigint;
|
|
316
326
|
nonce: number;
|
|
317
|
-
value: bigint;
|
|
318
327
|
maxFeePerBlobGas?: undefined;
|
|
319
328
|
gasPrice?: undefined;
|
|
320
329
|
maxFeePerGas: bigint;
|
|
321
330
|
maxPriorityFeePerGas: bigint;
|
|
322
331
|
accessList: import("viem").AccessList;
|
|
323
332
|
blobVersionedHashes?: undefined;
|
|
324
|
-
authorizationList: import("viem
|
|
333
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
325
334
|
hash: import("viem").Hash;
|
|
326
|
-
r: import("viem").Hex;
|
|
327
|
-
s: import("viem").Hex;
|
|
328
|
-
v: bigint;
|
|
329
335
|
yParity: number;
|
|
330
336
|
chainId: number;
|
|
331
337
|
input: import("viem").Hex;
|
|
@@ -338,11 +344,11 @@ export declare class Centrifuge {
|
|
|
338
344
|
getTransactionCount: (args: import("viem").GetTransactionCountParameters) => Promise<import("viem").GetTransactionCountReturnType>;
|
|
339
345
|
getTransactionReceipt: (args: import("viem").GetTransactionReceiptParameters) => Promise<import("viem").TransactionReceipt>;
|
|
340
346
|
multicall: <const contracts extends readonly unknown[], allowFailure extends boolean = true>(args: import("viem").MulticallParameters<contracts, allowFailure>) => Promise<import("viem").MulticallReturnType<contracts, allowFailure>>;
|
|
341
|
-
prepareTransactionRequest: <const request extends import("viem").PrepareTransactionRequestRequest<Chain, chainOverride>, chainOverride extends Chain | undefined = undefined, accountOverride extends
|
|
347
|
+
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 ? {
|
|
342
348
|
chain: T_1;
|
|
343
349
|
} : {
|
|
344
350
|
chain?: undefined;
|
|
345
|
-
} : never : never) & (import("viem").DeriveAccount<
|
|
351
|
+
} : 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 ? {
|
|
346
352
|
account: T_2;
|
|
347
353
|
from: import("viem").Address;
|
|
348
354
|
} : {
|
|
@@ -409,7 +415,7 @@ export declare class Centrifuge {
|
|
|
409
415
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
410
416
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
411
417
|
accessList?: import("viem").AccessList | undefined;
|
|
412
|
-
authorizationList?: import("viem
|
|
418
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
413
419
|
blobs?: undefined;
|
|
414
420
|
blobVersionedHashes?: undefined;
|
|
415
421
|
gasPrice?: undefined;
|
|
@@ -419,7 +425,7 @@ export declare class Centrifuge {
|
|
|
419
425
|
sidecars?: undefined;
|
|
420
426
|
} | {
|
|
421
427
|
accessList?: import("viem").AccessList | undefined;
|
|
422
|
-
authorizationList?: import("viem
|
|
428
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
423
429
|
blobs?: undefined;
|
|
424
430
|
blobVersionedHashes?: undefined;
|
|
425
431
|
gasPrice?: undefined;
|
|
@@ -490,7 +496,7 @@ export declare class Centrifuge {
|
|
|
490
496
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
491
497
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
492
498
|
accessList?: import("viem").AccessList | undefined;
|
|
493
|
-
authorizationList?: import("viem
|
|
499
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
494
500
|
blobs?: undefined;
|
|
495
501
|
blobVersionedHashes?: undefined;
|
|
496
502
|
gasPrice?: undefined;
|
|
@@ -500,7 +506,7 @@ export declare class Centrifuge {
|
|
|
500
506
|
sidecars?: undefined;
|
|
501
507
|
} | {
|
|
502
508
|
accessList?: import("viem").AccessList | undefined;
|
|
503
|
-
authorizationList?: import("viem
|
|
509
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
504
510
|
blobs?: undefined;
|
|
505
511
|
blobVersionedHashes?: undefined;
|
|
506
512
|
gasPrice?: undefined;
|
|
@@ -571,7 +577,7 @@ export declare class Centrifuge {
|
|
|
571
577
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
572
578
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
573
579
|
accessList?: import("viem").AccessList | undefined;
|
|
574
|
-
authorizationList?: import("viem
|
|
580
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
575
581
|
blobs?: undefined;
|
|
576
582
|
blobVersionedHashes?: undefined;
|
|
577
583
|
gasPrice?: undefined;
|
|
@@ -581,7 +587,7 @@ export declare class Centrifuge {
|
|
|
581
587
|
sidecars?: undefined;
|
|
582
588
|
} | {
|
|
583
589
|
accessList?: import("viem").AccessList | undefined;
|
|
584
|
-
authorizationList?: import("viem
|
|
590
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
585
591
|
blobs?: undefined;
|
|
586
592
|
blobVersionedHashes?: undefined;
|
|
587
593
|
gasPrice?: undefined;
|
|
@@ -652,7 +658,7 @@ export declare class Centrifuge {
|
|
|
652
658
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
653
659
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
654
660
|
accessList?: import("viem").AccessList | undefined;
|
|
655
|
-
authorizationList?: import("viem
|
|
661
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
656
662
|
blobs?: undefined;
|
|
657
663
|
blobVersionedHashes?: undefined;
|
|
658
664
|
gasPrice?: undefined;
|
|
@@ -662,7 +668,7 @@ export declare class Centrifuge {
|
|
|
662
668
|
sidecars?: undefined;
|
|
663
669
|
} | {
|
|
664
670
|
accessList?: import("viem").AccessList | undefined;
|
|
665
|
-
authorizationList?: import("viem
|
|
671
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
666
672
|
blobs?: undefined;
|
|
667
673
|
blobVersionedHashes?: undefined;
|
|
668
674
|
gasPrice?: undefined;
|
|
@@ -733,7 +739,7 @@ export declare class Centrifuge {
|
|
|
733
739
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
734
740
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
735
741
|
accessList?: import("viem").AccessList | undefined;
|
|
736
|
-
authorizationList?: import("viem
|
|
742
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
737
743
|
blobs?: undefined;
|
|
738
744
|
blobVersionedHashes?: undefined;
|
|
739
745
|
gasPrice?: undefined;
|
|
@@ -743,7 +749,7 @@ export declare class Centrifuge {
|
|
|
743
749
|
sidecars?: undefined;
|
|
744
750
|
} | {
|
|
745
751
|
accessList?: import("viem").AccessList | undefined;
|
|
746
|
-
authorizationList?: import("viem
|
|
752
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
747
753
|
blobs?: undefined;
|
|
748
754
|
blobVersionedHashes?: undefined;
|
|
749
755
|
gasPrice?: undefined;
|
|
@@ -814,7 +820,7 @@ export declare class Centrifuge {
|
|
|
814
820
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
815
821
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
816
822
|
accessList?: import("viem").AccessList | undefined;
|
|
817
|
-
authorizationList?: import("viem
|
|
823
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
818
824
|
blobs?: undefined;
|
|
819
825
|
blobVersionedHashes?: undefined;
|
|
820
826
|
gasPrice?: undefined;
|
|
@@ -824,7 +830,7 @@ export declare class Centrifuge {
|
|
|
824
830
|
sidecars?: undefined;
|
|
825
831
|
} | {
|
|
826
832
|
accessList?: import("viem").AccessList | undefined;
|
|
827
|
-
authorizationList?: import("viem
|
|
833
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
828
834
|
blobs?: undefined;
|
|
829
835
|
blobVersionedHashes?: undefined;
|
|
830
836
|
gasPrice?: undefined;
|
|
@@ -895,7 +901,7 @@ export declare class Centrifuge {
|
|
|
895
901
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
896
902
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
897
903
|
accessList?: import("viem").AccessList | undefined;
|
|
898
|
-
authorizationList?: import("viem
|
|
904
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
899
905
|
blobs?: undefined;
|
|
900
906
|
blobVersionedHashes?: undefined;
|
|
901
907
|
gasPrice?: undefined;
|
|
@@ -905,7 +911,7 @@ export declare class Centrifuge {
|
|
|
905
911
|
sidecars?: undefined;
|
|
906
912
|
} | {
|
|
907
913
|
accessList?: import("viem").AccessList | undefined;
|
|
908
|
-
authorizationList?: import("viem
|
|
914
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
909
915
|
blobs?: undefined;
|
|
910
916
|
blobVersionedHashes?: undefined;
|
|
911
917
|
gasPrice?: undefined;
|
|
@@ -976,7 +982,7 @@ export declare class Centrifuge {
|
|
|
976
982
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
977
983
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
978
984
|
accessList?: import("viem").AccessList | undefined;
|
|
979
|
-
authorizationList?: import("viem
|
|
985
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
980
986
|
blobs?: undefined;
|
|
981
987
|
blobVersionedHashes?: undefined;
|
|
982
988
|
gasPrice?: undefined;
|
|
@@ -986,7 +992,7 @@ export declare class Centrifuge {
|
|
|
986
992
|
sidecars?: undefined;
|
|
987
993
|
} | {
|
|
988
994
|
accessList?: import("viem").AccessList | undefined;
|
|
989
|
-
authorizationList?: import("viem
|
|
995
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
990
996
|
blobs?: undefined;
|
|
991
997
|
blobVersionedHashes?: undefined;
|
|
992
998
|
gasPrice?: undefined;
|
|
@@ -1057,7 +1063,7 @@ export declare class Centrifuge {
|
|
|
1057
1063
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1058
1064
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1059
1065
|
accessList?: import("viem").AccessList | undefined;
|
|
1060
|
-
authorizationList?: import("viem
|
|
1066
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1061
1067
|
blobs?: undefined;
|
|
1062
1068
|
blobVersionedHashes?: undefined;
|
|
1063
1069
|
gasPrice?: undefined;
|
|
@@ -1067,7 +1073,7 @@ export declare class Centrifuge {
|
|
|
1067
1073
|
sidecars?: undefined;
|
|
1068
1074
|
} | {
|
|
1069
1075
|
accessList?: import("viem").AccessList | undefined;
|
|
1070
|
-
authorizationList?: import("viem
|
|
1076
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1071
1077
|
blobs?: undefined;
|
|
1072
1078
|
blobVersionedHashes?: undefined;
|
|
1073
1079
|
gasPrice?: undefined;
|
|
@@ -1138,7 +1144,7 @@ export declare class Centrifuge {
|
|
|
1138
1144
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1139
1145
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1140
1146
|
accessList?: import("viem").AccessList | undefined;
|
|
1141
|
-
authorizationList?: import("viem
|
|
1147
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1142
1148
|
blobs?: undefined;
|
|
1143
1149
|
blobVersionedHashes?: undefined;
|
|
1144
1150
|
gasPrice?: undefined;
|
|
@@ -1148,7 +1154,7 @@ export declare class Centrifuge {
|
|
|
1148
1154
|
sidecars?: undefined;
|
|
1149
1155
|
} | {
|
|
1150
1156
|
accessList?: import("viem").AccessList | undefined;
|
|
1151
|
-
authorizationList?: import("viem
|
|
1157
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1152
1158
|
blobs?: undefined;
|
|
1153
1159
|
blobVersionedHashes?: undefined;
|
|
1154
1160
|
gasPrice?: undefined;
|
|
@@ -1219,7 +1225,7 @@ export declare class Centrifuge {
|
|
|
1219
1225
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1220
1226
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1221
1227
|
accessList?: import("viem").AccessList | undefined;
|
|
1222
|
-
authorizationList?: import("viem
|
|
1228
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1223
1229
|
blobs?: undefined;
|
|
1224
1230
|
blobVersionedHashes?: undefined;
|
|
1225
1231
|
gasPrice?: undefined;
|
|
@@ -1229,7 +1235,7 @@ export declare class Centrifuge {
|
|
|
1229
1235
|
sidecars?: undefined;
|
|
1230
1236
|
} | {
|
|
1231
1237
|
accessList?: import("viem").AccessList | undefined;
|
|
1232
|
-
authorizationList?: import("viem
|
|
1238
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1233
1239
|
blobs?: undefined;
|
|
1234
1240
|
blobVersionedHashes?: undefined;
|
|
1235
1241
|
gasPrice?: undefined;
|
|
@@ -1300,7 +1306,7 @@ export declare class Centrifuge {
|
|
|
1300
1306
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1301
1307
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1302
1308
|
accessList?: import("viem").AccessList | undefined;
|
|
1303
|
-
authorizationList?: import("viem
|
|
1309
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1304
1310
|
blobs?: undefined;
|
|
1305
1311
|
blobVersionedHashes?: undefined;
|
|
1306
1312
|
gasPrice?: undefined;
|
|
@@ -1310,7 +1316,7 @@ export declare class Centrifuge {
|
|
|
1310
1316
|
sidecars?: undefined;
|
|
1311
1317
|
} | {
|
|
1312
1318
|
accessList?: import("viem").AccessList | undefined;
|
|
1313
|
-
authorizationList?: import("viem
|
|
1319
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1314
1320
|
blobs?: undefined;
|
|
1315
1321
|
blobVersionedHashes?: undefined;
|
|
1316
1322
|
gasPrice?: undefined;
|
|
@@ -1381,7 +1387,7 @@ export declare class Centrifuge {
|
|
|
1381
1387
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1382
1388
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1383
1389
|
accessList?: import("viem").AccessList | undefined;
|
|
1384
|
-
authorizationList?: import("viem
|
|
1390
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1385
1391
|
blobs?: undefined;
|
|
1386
1392
|
blobVersionedHashes?: undefined;
|
|
1387
1393
|
gasPrice?: undefined;
|
|
@@ -1391,7 +1397,7 @@ export declare class Centrifuge {
|
|
|
1391
1397
|
sidecars?: undefined;
|
|
1392
1398
|
} | {
|
|
1393
1399
|
accessList?: import("viem").AccessList | undefined;
|
|
1394
|
-
authorizationList?: import("viem
|
|
1400
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1395
1401
|
blobs?: undefined;
|
|
1396
1402
|
blobVersionedHashes?: undefined;
|
|
1397
1403
|
gasPrice?: undefined;
|
|
@@ -1462,7 +1468,7 @@ export declare class Centrifuge {
|
|
|
1462
1468
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1463
1469
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1464
1470
|
accessList?: import("viem").AccessList | undefined;
|
|
1465
|
-
authorizationList?: import("viem
|
|
1471
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1466
1472
|
blobs?: undefined;
|
|
1467
1473
|
blobVersionedHashes?: undefined;
|
|
1468
1474
|
gasPrice?: undefined;
|
|
@@ -1472,7 +1478,7 @@ export declare class Centrifuge {
|
|
|
1472
1478
|
sidecars?: undefined;
|
|
1473
1479
|
} | {
|
|
1474
1480
|
accessList?: import("viem").AccessList | undefined;
|
|
1475
|
-
authorizationList?: import("viem
|
|
1481
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1476
1482
|
blobs?: undefined;
|
|
1477
1483
|
blobVersionedHashes?: undefined;
|
|
1478
1484
|
gasPrice?: undefined;
|
|
@@ -1543,7 +1549,7 @@ export declare class Centrifuge {
|
|
|
1543
1549
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1544
1550
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1545
1551
|
accessList?: import("viem").AccessList | undefined;
|
|
1546
|
-
authorizationList?: import("viem
|
|
1552
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1547
1553
|
blobs?: undefined;
|
|
1548
1554
|
blobVersionedHashes?: undefined;
|
|
1549
1555
|
gasPrice?: undefined;
|
|
@@ -1553,7 +1559,7 @@ export declare class Centrifuge {
|
|
|
1553
1559
|
sidecars?: undefined;
|
|
1554
1560
|
} | {
|
|
1555
1561
|
accessList?: import("viem").AccessList | undefined;
|
|
1556
|
-
authorizationList?: import("viem
|
|
1562
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1557
1563
|
blobs?: undefined;
|
|
1558
1564
|
blobVersionedHashes?: undefined;
|
|
1559
1565
|
gasPrice?: undefined;
|
|
@@ -1624,7 +1630,7 @@ export declare class Centrifuge {
|
|
|
1624
1630
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1625
1631
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1626
1632
|
accessList?: import("viem").AccessList | undefined;
|
|
1627
|
-
authorizationList?: import("viem
|
|
1633
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1628
1634
|
blobs?: undefined;
|
|
1629
1635
|
blobVersionedHashes?: undefined;
|
|
1630
1636
|
gasPrice?: undefined;
|
|
@@ -1634,7 +1640,7 @@ export declare class Centrifuge {
|
|
|
1634
1640
|
sidecars?: undefined;
|
|
1635
1641
|
} | {
|
|
1636
1642
|
accessList?: import("viem").AccessList | undefined;
|
|
1637
|
-
authorizationList?: import("viem
|
|
1643
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1638
1644
|
blobs?: undefined;
|
|
1639
1645
|
blobVersionedHashes?: undefined;
|
|
1640
1646
|
gasPrice?: undefined;
|
|
@@ -1705,7 +1711,7 @@ export declare class Centrifuge {
|
|
|
1705
1711
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1706
1712
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1707
1713
|
accessList?: import("viem").AccessList | undefined;
|
|
1708
|
-
authorizationList?: import("viem
|
|
1714
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1709
1715
|
blobs?: undefined;
|
|
1710
1716
|
blobVersionedHashes?: undefined;
|
|
1711
1717
|
gasPrice?: undefined;
|
|
@@ -1715,7 +1721,7 @@ export declare class Centrifuge {
|
|
|
1715
1721
|
sidecars?: undefined;
|
|
1716
1722
|
} | {
|
|
1717
1723
|
accessList?: import("viem").AccessList | undefined;
|
|
1718
|
-
authorizationList?: import("viem
|
|
1724
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1719
1725
|
blobs?: undefined;
|
|
1720
1726
|
blobVersionedHashes?: undefined;
|
|
1721
1727
|
gasPrice?: undefined;
|
|
@@ -1786,7 +1792,7 @@ export declare class Centrifuge {
|
|
|
1786
1792
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1787
1793
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1788
1794
|
accessList?: import("viem").AccessList | undefined;
|
|
1789
|
-
authorizationList?: import("viem
|
|
1795
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1790
1796
|
blobs?: undefined;
|
|
1791
1797
|
blobVersionedHashes?: undefined;
|
|
1792
1798
|
gasPrice?: undefined;
|
|
@@ -1796,7 +1802,7 @@ export declare class Centrifuge {
|
|
|
1796
1802
|
sidecars?: undefined;
|
|
1797
1803
|
} | {
|
|
1798
1804
|
accessList?: import("viem").AccessList | undefined;
|
|
1799
|
-
authorizationList?: import("viem
|
|
1805
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1800
1806
|
blobs?: undefined;
|
|
1801
1807
|
blobVersionedHashes?: undefined;
|
|
1802
1808
|
gasPrice?: undefined;
|
|
@@ -1867,7 +1873,7 @@ export declare class Centrifuge {
|
|
|
1867
1873
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1868
1874
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1869
1875
|
accessList?: import("viem").AccessList | undefined;
|
|
1870
|
-
authorizationList?: import("viem
|
|
1876
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1871
1877
|
blobs?: undefined;
|
|
1872
1878
|
blobVersionedHashes?: undefined;
|
|
1873
1879
|
gasPrice?: undefined;
|
|
@@ -1877,7 +1883,7 @@ export declare class Centrifuge {
|
|
|
1877
1883
|
sidecars?: undefined;
|
|
1878
1884
|
} | {
|
|
1879
1885
|
accessList?: import("viem").AccessList | undefined;
|
|
1880
|
-
authorizationList?: import("viem
|
|
1886
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1881
1887
|
blobs?: undefined;
|
|
1882
1888
|
blobVersionedHashes?: undefined;
|
|
1883
1889
|
gasPrice?: undefined;
|
|
@@ -1948,7 +1954,7 @@ export declare class Centrifuge {
|
|
|
1948
1954
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
1949
1955
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
1950
1956
|
accessList?: import("viem").AccessList | undefined;
|
|
1951
|
-
authorizationList?: import("viem
|
|
1957
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1952
1958
|
blobs?: undefined;
|
|
1953
1959
|
blobVersionedHashes?: undefined;
|
|
1954
1960
|
gasPrice?: undefined;
|
|
@@ -1958,7 +1964,7 @@ export declare class Centrifuge {
|
|
|
1958
1964
|
sidecars?: undefined;
|
|
1959
1965
|
} | {
|
|
1960
1966
|
accessList?: import("viem").AccessList | undefined;
|
|
1961
|
-
authorizationList?: import("viem
|
|
1967
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1962
1968
|
blobs?: undefined;
|
|
1963
1969
|
blobVersionedHashes?: undefined;
|
|
1964
1970
|
gasPrice?: undefined;
|
|
@@ -2029,7 +2035,7 @@ export declare class Centrifuge {
|
|
|
2029
2035
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2030
2036
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2031
2037
|
accessList?: import("viem").AccessList | undefined;
|
|
2032
|
-
authorizationList?: import("viem
|
|
2038
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2033
2039
|
blobs?: undefined;
|
|
2034
2040
|
blobVersionedHashes?: undefined;
|
|
2035
2041
|
gasPrice?: undefined;
|
|
@@ -2039,7 +2045,7 @@ export declare class Centrifuge {
|
|
|
2039
2045
|
sidecars?: undefined;
|
|
2040
2046
|
} | {
|
|
2041
2047
|
accessList?: import("viem").AccessList | undefined;
|
|
2042
|
-
authorizationList?: import("viem
|
|
2048
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2043
2049
|
blobs?: undefined;
|
|
2044
2050
|
blobVersionedHashes?: undefined;
|
|
2045
2051
|
gasPrice?: undefined;
|
|
@@ -2110,7 +2116,7 @@ export declare class Centrifuge {
|
|
|
2110
2116
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2111
2117
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2112
2118
|
accessList?: import("viem").AccessList | undefined;
|
|
2113
|
-
authorizationList?: import("viem
|
|
2119
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2114
2120
|
blobs?: undefined;
|
|
2115
2121
|
blobVersionedHashes?: undefined;
|
|
2116
2122
|
gasPrice?: undefined;
|
|
@@ -2120,7 +2126,7 @@ export declare class Centrifuge {
|
|
|
2120
2126
|
sidecars?: undefined;
|
|
2121
2127
|
} | {
|
|
2122
2128
|
accessList?: import("viem").AccessList | undefined;
|
|
2123
|
-
authorizationList?: import("viem
|
|
2129
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2124
2130
|
blobs?: undefined;
|
|
2125
2131
|
blobVersionedHashes?: undefined;
|
|
2126
2132
|
gasPrice?: undefined;
|
|
@@ -2191,7 +2197,7 @@ export declare class Centrifuge {
|
|
|
2191
2197
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2192
2198
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2193
2199
|
accessList?: import("viem").AccessList | undefined;
|
|
2194
|
-
authorizationList?: import("viem
|
|
2200
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2195
2201
|
blobs?: undefined;
|
|
2196
2202
|
blobVersionedHashes?: undefined;
|
|
2197
2203
|
gasPrice?: undefined;
|
|
@@ -2201,7 +2207,7 @@ export declare class Centrifuge {
|
|
|
2201
2207
|
sidecars?: undefined;
|
|
2202
2208
|
} | {
|
|
2203
2209
|
accessList?: import("viem").AccessList | undefined;
|
|
2204
|
-
authorizationList?: import("viem
|
|
2210
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2205
2211
|
blobs?: undefined;
|
|
2206
2212
|
blobVersionedHashes?: undefined;
|
|
2207
2213
|
gasPrice?: undefined;
|
|
@@ -2272,7 +2278,7 @@ export declare class Centrifuge {
|
|
|
2272
2278
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2273
2279
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2274
2280
|
accessList?: import("viem").AccessList | undefined;
|
|
2275
|
-
authorizationList?: import("viem
|
|
2281
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2276
2282
|
blobs?: undefined;
|
|
2277
2283
|
blobVersionedHashes?: undefined;
|
|
2278
2284
|
gasPrice?: undefined;
|
|
@@ -2282,7 +2288,7 @@ export declare class Centrifuge {
|
|
|
2282
2288
|
sidecars?: undefined;
|
|
2283
2289
|
} | {
|
|
2284
2290
|
accessList?: import("viem").AccessList | undefined;
|
|
2285
|
-
authorizationList?: import("viem
|
|
2291
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2286
2292
|
blobs?: undefined;
|
|
2287
2293
|
blobVersionedHashes?: undefined;
|
|
2288
2294
|
gasPrice?: undefined;
|
|
@@ -2353,7 +2359,7 @@ export declare class Centrifuge {
|
|
|
2353
2359
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2354
2360
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2355
2361
|
accessList?: import("viem").AccessList | undefined;
|
|
2356
|
-
authorizationList?: import("viem
|
|
2362
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2357
2363
|
blobs?: undefined;
|
|
2358
2364
|
blobVersionedHashes?: undefined;
|
|
2359
2365
|
gasPrice?: undefined;
|
|
@@ -2363,7 +2369,7 @@ export declare class Centrifuge {
|
|
|
2363
2369
|
sidecars?: undefined;
|
|
2364
2370
|
} | {
|
|
2365
2371
|
accessList?: import("viem").AccessList | undefined;
|
|
2366
|
-
authorizationList?: import("viem
|
|
2372
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2367
2373
|
blobs?: undefined;
|
|
2368
2374
|
blobVersionedHashes?: undefined;
|
|
2369
2375
|
gasPrice?: undefined;
|
|
@@ -2434,7 +2440,7 @@ export declare class Centrifuge {
|
|
|
2434
2440
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2435
2441
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2436
2442
|
accessList?: import("viem").AccessList | undefined;
|
|
2437
|
-
authorizationList?: import("viem
|
|
2443
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2438
2444
|
blobs?: undefined;
|
|
2439
2445
|
blobVersionedHashes?: undefined;
|
|
2440
2446
|
gasPrice?: undefined;
|
|
@@ -2444,7 +2450,7 @@ export declare class Centrifuge {
|
|
|
2444
2450
|
sidecars?: undefined;
|
|
2445
2451
|
} | {
|
|
2446
2452
|
accessList?: import("viem").AccessList | undefined;
|
|
2447
|
-
authorizationList?: import("viem
|
|
2453
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2448
2454
|
blobs?: undefined;
|
|
2449
2455
|
blobVersionedHashes?: undefined;
|
|
2450
2456
|
gasPrice?: undefined;
|
|
@@ -2515,7 +2521,7 @@ export declare class Centrifuge {
|
|
|
2515
2521
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2516
2522
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2517
2523
|
accessList?: import("viem").AccessList | undefined;
|
|
2518
|
-
authorizationList?: import("viem
|
|
2524
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2519
2525
|
blobs?: undefined;
|
|
2520
2526
|
blobVersionedHashes?: undefined;
|
|
2521
2527
|
gasPrice?: undefined;
|
|
@@ -2525,7 +2531,7 @@ export declare class Centrifuge {
|
|
|
2525
2531
|
sidecars?: undefined;
|
|
2526
2532
|
} | {
|
|
2527
2533
|
accessList?: import("viem").AccessList | undefined;
|
|
2528
|
-
authorizationList?: import("viem
|
|
2534
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2529
2535
|
blobs?: undefined;
|
|
2530
2536
|
blobVersionedHashes?: undefined;
|
|
2531
2537
|
gasPrice?: undefined;
|
|
@@ -2596,7 +2602,7 @@ export declare class Centrifuge {
|
|
|
2596
2602
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2597
2603
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2598
2604
|
accessList?: import("viem").AccessList | undefined;
|
|
2599
|
-
authorizationList?: import("viem
|
|
2605
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2600
2606
|
blobs?: undefined;
|
|
2601
2607
|
blobVersionedHashes?: undefined;
|
|
2602
2608
|
gasPrice?: undefined;
|
|
@@ -2606,7 +2612,7 @@ export declare class Centrifuge {
|
|
|
2606
2612
|
sidecars?: undefined;
|
|
2607
2613
|
} | {
|
|
2608
2614
|
accessList?: import("viem").AccessList | undefined;
|
|
2609
|
-
authorizationList?: import("viem
|
|
2615
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2610
2616
|
blobs?: undefined;
|
|
2611
2617
|
blobVersionedHashes?: undefined;
|
|
2612
2618
|
gasPrice?: undefined;
|
|
@@ -2677,7 +2683,7 @@ export declare class Centrifuge {
|
|
|
2677
2683
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2678
2684
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2679
2685
|
accessList?: import("viem").AccessList | undefined;
|
|
2680
|
-
authorizationList?: import("viem
|
|
2686
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2681
2687
|
blobs?: undefined;
|
|
2682
2688
|
blobVersionedHashes?: undefined;
|
|
2683
2689
|
gasPrice?: undefined;
|
|
@@ -2687,7 +2693,7 @@ export declare class Centrifuge {
|
|
|
2687
2693
|
sidecars?: undefined;
|
|
2688
2694
|
} | {
|
|
2689
2695
|
accessList?: import("viem").AccessList | undefined;
|
|
2690
|
-
authorizationList?: import("viem
|
|
2696
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2691
2697
|
blobs?: undefined;
|
|
2692
2698
|
blobVersionedHashes?: undefined;
|
|
2693
2699
|
gasPrice?: undefined;
|
|
@@ -2758,7 +2764,7 @@ export declare class Centrifuge {
|
|
|
2758
2764
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2759
2765
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2760
2766
|
accessList?: import("viem").AccessList | undefined;
|
|
2761
|
-
authorizationList?: import("viem
|
|
2767
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2762
2768
|
blobs?: undefined;
|
|
2763
2769
|
blobVersionedHashes?: undefined;
|
|
2764
2770
|
gasPrice?: undefined;
|
|
@@ -2768,7 +2774,7 @@ export declare class Centrifuge {
|
|
|
2768
2774
|
sidecars?: undefined;
|
|
2769
2775
|
} | {
|
|
2770
2776
|
accessList?: import("viem").AccessList | undefined;
|
|
2771
|
-
authorizationList?: import("viem
|
|
2777
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2772
2778
|
blobs?: undefined;
|
|
2773
2779
|
blobVersionedHashes?: undefined;
|
|
2774
2780
|
gasPrice?: undefined;
|
|
@@ -2839,7 +2845,7 @@ export declare class Centrifuge {
|
|
|
2839
2845
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2840
2846
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2841
2847
|
accessList?: import("viem").AccessList | undefined;
|
|
2842
|
-
authorizationList?: import("viem
|
|
2848
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2843
2849
|
blobs?: undefined;
|
|
2844
2850
|
blobVersionedHashes?: undefined;
|
|
2845
2851
|
gasPrice?: undefined;
|
|
@@ -2849,7 +2855,7 @@ export declare class Centrifuge {
|
|
|
2849
2855
|
sidecars?: undefined;
|
|
2850
2856
|
} | {
|
|
2851
2857
|
accessList?: import("viem").AccessList | undefined;
|
|
2852
|
-
authorizationList?: import("viem
|
|
2858
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2853
2859
|
blobs?: undefined;
|
|
2854
2860
|
blobVersionedHashes?: undefined;
|
|
2855
2861
|
gasPrice?: undefined;
|
|
@@ -2920,7 +2926,7 @@ export declare class Centrifuge {
|
|
|
2920
2926
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
2921
2927
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2922
2928
|
accessList?: import("viem").AccessList | undefined;
|
|
2923
|
-
authorizationList?: import("viem
|
|
2929
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2924
2930
|
blobs?: undefined;
|
|
2925
2931
|
blobVersionedHashes?: undefined;
|
|
2926
2932
|
gasPrice?: undefined;
|
|
@@ -2930,7 +2936,7 @@ export declare class Centrifuge {
|
|
|
2930
2936
|
sidecars?: undefined;
|
|
2931
2937
|
} | {
|
|
2932
2938
|
accessList?: import("viem").AccessList | undefined;
|
|
2933
|
-
authorizationList?: import("viem
|
|
2939
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
2934
2940
|
blobs?: undefined;
|
|
2935
2941
|
blobVersionedHashes?: undefined;
|
|
2936
2942
|
gasPrice?: undefined;
|
|
@@ -3001,7 +3007,7 @@ export declare class Centrifuge {
|
|
|
3001
3007
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3002
3008
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3003
3009
|
accessList?: import("viem").AccessList | undefined;
|
|
3004
|
-
authorizationList?: import("viem
|
|
3010
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3005
3011
|
blobs?: undefined;
|
|
3006
3012
|
blobVersionedHashes?: undefined;
|
|
3007
3013
|
gasPrice?: undefined;
|
|
@@ -3011,7 +3017,7 @@ export declare class Centrifuge {
|
|
|
3011
3017
|
sidecars?: undefined;
|
|
3012
3018
|
} | {
|
|
3013
3019
|
accessList?: import("viem").AccessList | undefined;
|
|
3014
|
-
authorizationList?: import("viem
|
|
3020
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3015
3021
|
blobs?: undefined;
|
|
3016
3022
|
blobVersionedHashes?: undefined;
|
|
3017
3023
|
gasPrice?: undefined;
|
|
@@ -3082,7 +3088,7 @@ export declare class Centrifuge {
|
|
|
3082
3088
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3083
3089
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3084
3090
|
accessList?: import("viem").AccessList | undefined;
|
|
3085
|
-
authorizationList?: import("viem
|
|
3091
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3086
3092
|
blobs?: undefined;
|
|
3087
3093
|
blobVersionedHashes?: undefined;
|
|
3088
3094
|
gasPrice?: undefined;
|
|
@@ -3092,7 +3098,7 @@ export declare class Centrifuge {
|
|
|
3092
3098
|
sidecars?: undefined;
|
|
3093
3099
|
} | {
|
|
3094
3100
|
accessList?: import("viem").AccessList | undefined;
|
|
3095
|
-
authorizationList?: import("viem
|
|
3101
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3096
3102
|
blobs?: undefined;
|
|
3097
3103
|
blobVersionedHashes?: undefined;
|
|
3098
3104
|
gasPrice?: undefined;
|
|
@@ -3163,7 +3169,7 @@ export declare class Centrifuge {
|
|
|
3163
3169
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3164
3170
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3165
3171
|
accessList?: import("viem").AccessList | undefined;
|
|
3166
|
-
authorizationList?: import("viem
|
|
3172
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3167
3173
|
blobs?: undefined;
|
|
3168
3174
|
blobVersionedHashes?: undefined;
|
|
3169
3175
|
gasPrice?: undefined;
|
|
@@ -3173,7 +3179,7 @@ export declare class Centrifuge {
|
|
|
3173
3179
|
sidecars?: undefined;
|
|
3174
3180
|
} | {
|
|
3175
3181
|
accessList?: import("viem").AccessList | undefined;
|
|
3176
|
-
authorizationList?: import("viem
|
|
3182
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3177
3183
|
blobs?: undefined;
|
|
3178
3184
|
blobVersionedHashes?: undefined;
|
|
3179
3185
|
gasPrice?: undefined;
|
|
@@ -3244,7 +3250,7 @@ export declare class Centrifuge {
|
|
|
3244
3250
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3245
3251
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3246
3252
|
accessList?: import("viem").AccessList | undefined;
|
|
3247
|
-
authorizationList?: import("viem
|
|
3253
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3248
3254
|
blobs?: undefined;
|
|
3249
3255
|
blobVersionedHashes?: undefined;
|
|
3250
3256
|
gasPrice?: undefined;
|
|
@@ -3254,7 +3260,7 @@ export declare class Centrifuge {
|
|
|
3254
3260
|
sidecars?: undefined;
|
|
3255
3261
|
} | {
|
|
3256
3262
|
accessList?: import("viem").AccessList | undefined;
|
|
3257
|
-
authorizationList?: import("viem
|
|
3263
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3258
3264
|
blobs?: undefined;
|
|
3259
3265
|
blobVersionedHashes?: undefined;
|
|
3260
3266
|
gasPrice?: undefined;
|
|
@@ -3325,7 +3331,7 @@ export declare class Centrifuge {
|
|
|
3325
3331
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3326
3332
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3327
3333
|
accessList?: import("viem").AccessList | undefined;
|
|
3328
|
-
authorizationList?: import("viem
|
|
3334
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3329
3335
|
blobs?: undefined;
|
|
3330
3336
|
blobVersionedHashes?: undefined;
|
|
3331
3337
|
gasPrice?: undefined;
|
|
@@ -3335,7 +3341,7 @@ export declare class Centrifuge {
|
|
|
3335
3341
|
sidecars?: undefined;
|
|
3336
3342
|
} | {
|
|
3337
3343
|
accessList?: import("viem").AccessList | undefined;
|
|
3338
|
-
authorizationList?: import("viem
|
|
3344
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3339
3345
|
blobs?: undefined;
|
|
3340
3346
|
blobVersionedHashes?: undefined;
|
|
3341
3347
|
gasPrice?: undefined;
|
|
@@ -3406,7 +3412,7 @@ export declare class Centrifuge {
|
|
|
3406
3412
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3407
3413
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3408
3414
|
accessList?: import("viem").AccessList | undefined;
|
|
3409
|
-
authorizationList?: import("viem
|
|
3415
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3410
3416
|
blobs?: undefined;
|
|
3411
3417
|
blobVersionedHashes?: undefined;
|
|
3412
3418
|
gasPrice?: undefined;
|
|
@@ -3416,7 +3422,7 @@ export declare class Centrifuge {
|
|
|
3416
3422
|
sidecars?: undefined;
|
|
3417
3423
|
} | {
|
|
3418
3424
|
accessList?: import("viem").AccessList | undefined;
|
|
3419
|
-
authorizationList?: import("viem
|
|
3425
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3420
3426
|
blobs?: undefined;
|
|
3421
3427
|
blobVersionedHashes?: undefined;
|
|
3422
3428
|
gasPrice?: undefined;
|
|
@@ -3487,7 +3493,7 @@ export declare class Centrifuge {
|
|
|
3487
3493
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3488
3494
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3489
3495
|
accessList?: import("viem").AccessList | undefined;
|
|
3490
|
-
authorizationList?: import("viem
|
|
3496
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3491
3497
|
blobs?: undefined;
|
|
3492
3498
|
blobVersionedHashes?: undefined;
|
|
3493
3499
|
gasPrice?: undefined;
|
|
@@ -3497,7 +3503,7 @@ export declare class Centrifuge {
|
|
|
3497
3503
|
sidecars?: undefined;
|
|
3498
3504
|
} | {
|
|
3499
3505
|
accessList?: import("viem").AccessList | undefined;
|
|
3500
|
-
authorizationList?: import("viem
|
|
3506
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3501
3507
|
blobs?: undefined;
|
|
3502
3508
|
blobVersionedHashes?: undefined;
|
|
3503
3509
|
gasPrice?: undefined;
|
|
@@ -3568,7 +3574,7 @@ export declare class Centrifuge {
|
|
|
3568
3574
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3569
3575
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3570
3576
|
accessList?: import("viem").AccessList | undefined;
|
|
3571
|
-
authorizationList?: import("viem
|
|
3577
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3572
3578
|
blobs?: undefined;
|
|
3573
3579
|
blobVersionedHashes?: undefined;
|
|
3574
3580
|
gasPrice?: undefined;
|
|
@@ -3578,7 +3584,7 @@ export declare class Centrifuge {
|
|
|
3578
3584
|
sidecars?: undefined;
|
|
3579
3585
|
} | {
|
|
3580
3586
|
accessList?: import("viem").AccessList | undefined;
|
|
3581
|
-
authorizationList?: import("viem
|
|
3587
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3582
3588
|
blobs?: undefined;
|
|
3583
3589
|
blobVersionedHashes?: undefined;
|
|
3584
3590
|
gasPrice?: undefined;
|
|
@@ -3594,7 +3600,7 @@ export declare class Centrifuge {
|
|
|
3594
3600
|
chain: T_1;
|
|
3595
3601
|
} : {
|
|
3596
3602
|
chain?: undefined;
|
|
3597
|
-
} : never : never) & (import("viem").DeriveAccount<
|
|
3603
|
+
} : 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 ? {
|
|
3598
3604
|
account: T_2;
|
|
3599
3605
|
from: import("viem").Address;
|
|
3600
3606
|
} : {
|
|
@@ -3661,7 +3667,7 @@ export declare class Centrifuge {
|
|
|
3661
3667
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3662
3668
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3663
3669
|
accessList?: import("viem").AccessList | undefined;
|
|
3664
|
-
authorizationList?: import("viem
|
|
3670
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3665
3671
|
blobs?: undefined;
|
|
3666
3672
|
blobVersionedHashes?: undefined;
|
|
3667
3673
|
gasPrice?: undefined;
|
|
@@ -3671,7 +3677,7 @@ export declare class Centrifuge {
|
|
|
3671
3677
|
sidecars?: undefined;
|
|
3672
3678
|
} | {
|
|
3673
3679
|
accessList?: import("viem").AccessList | undefined;
|
|
3674
|
-
authorizationList?: import("viem
|
|
3680
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3675
3681
|
blobs?: undefined;
|
|
3676
3682
|
blobVersionedHashes?: undefined;
|
|
3677
3683
|
gasPrice?: undefined;
|
|
@@ -3742,7 +3748,7 @@ export declare class Centrifuge {
|
|
|
3742
3748
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3743
3749
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3744
3750
|
accessList?: import("viem").AccessList | undefined;
|
|
3745
|
-
authorizationList?: import("viem
|
|
3751
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3746
3752
|
blobs?: undefined;
|
|
3747
3753
|
blobVersionedHashes?: undefined;
|
|
3748
3754
|
gasPrice?: undefined;
|
|
@@ -3752,7 +3758,7 @@ export declare class Centrifuge {
|
|
|
3752
3758
|
sidecars?: undefined;
|
|
3753
3759
|
} | {
|
|
3754
3760
|
accessList?: import("viem").AccessList | undefined;
|
|
3755
|
-
authorizationList?: import("viem
|
|
3761
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3756
3762
|
blobs?: undefined;
|
|
3757
3763
|
blobVersionedHashes?: undefined;
|
|
3758
3764
|
gasPrice?: undefined;
|
|
@@ -3823,7 +3829,7 @@ export declare class Centrifuge {
|
|
|
3823
3829
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3824
3830
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3825
3831
|
accessList?: import("viem").AccessList | undefined;
|
|
3826
|
-
authorizationList?: import("viem
|
|
3832
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3827
3833
|
blobs?: undefined;
|
|
3828
3834
|
blobVersionedHashes?: undefined;
|
|
3829
3835
|
gasPrice?: undefined;
|
|
@@ -3833,7 +3839,7 @@ export declare class Centrifuge {
|
|
|
3833
3839
|
sidecars?: undefined;
|
|
3834
3840
|
} | {
|
|
3835
3841
|
accessList?: import("viem").AccessList | undefined;
|
|
3836
|
-
authorizationList?: import("viem
|
|
3842
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3837
3843
|
blobs?: undefined;
|
|
3838
3844
|
blobVersionedHashes?: undefined;
|
|
3839
3845
|
gasPrice?: undefined;
|
|
@@ -3904,7 +3910,7 @@ export declare class Centrifuge {
|
|
|
3904
3910
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3905
3911
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3906
3912
|
accessList?: import("viem").AccessList | undefined;
|
|
3907
|
-
authorizationList?: import("viem
|
|
3913
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3908
3914
|
blobs?: undefined;
|
|
3909
3915
|
blobVersionedHashes?: undefined;
|
|
3910
3916
|
gasPrice?: undefined;
|
|
@@ -3914,7 +3920,7 @@ export declare class Centrifuge {
|
|
|
3914
3920
|
sidecars?: undefined;
|
|
3915
3921
|
} | {
|
|
3916
3922
|
accessList?: import("viem").AccessList | undefined;
|
|
3917
|
-
authorizationList?: import("viem
|
|
3923
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3918
3924
|
blobs?: undefined;
|
|
3919
3925
|
blobVersionedHashes?: undefined;
|
|
3920
3926
|
gasPrice?: undefined;
|
|
@@ -3985,7 +3991,7 @@ export declare class Centrifuge {
|
|
|
3985
3991
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
3986
3992
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3987
3993
|
accessList?: import("viem").AccessList | undefined;
|
|
3988
|
-
authorizationList?: import("viem
|
|
3994
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3989
3995
|
blobs?: undefined;
|
|
3990
3996
|
blobVersionedHashes?: undefined;
|
|
3991
3997
|
gasPrice?: undefined;
|
|
@@ -3995,7 +4001,7 @@ export declare class Centrifuge {
|
|
|
3995
4001
|
sidecars?: undefined;
|
|
3996
4002
|
} | {
|
|
3997
4003
|
accessList?: import("viem").AccessList | undefined;
|
|
3998
|
-
authorizationList?: import("viem
|
|
4004
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
3999
4005
|
blobs?: undefined;
|
|
4000
4006
|
blobVersionedHashes?: undefined;
|
|
4001
4007
|
gasPrice?: undefined;
|
|
@@ -4066,7 +4072,7 @@ export declare class Centrifuge {
|
|
|
4066
4072
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4067
4073
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4068
4074
|
accessList?: import("viem").AccessList | undefined;
|
|
4069
|
-
authorizationList?: import("viem
|
|
4075
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4070
4076
|
blobs?: undefined;
|
|
4071
4077
|
blobVersionedHashes?: undefined;
|
|
4072
4078
|
gasPrice?: undefined;
|
|
@@ -4076,7 +4082,7 @@ export declare class Centrifuge {
|
|
|
4076
4082
|
sidecars?: undefined;
|
|
4077
4083
|
} | {
|
|
4078
4084
|
accessList?: import("viem").AccessList | undefined;
|
|
4079
|
-
authorizationList?: import("viem
|
|
4085
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4080
4086
|
blobs?: undefined;
|
|
4081
4087
|
blobVersionedHashes?: undefined;
|
|
4082
4088
|
gasPrice?: undefined;
|
|
@@ -4147,7 +4153,7 @@ export declare class Centrifuge {
|
|
|
4147
4153
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4148
4154
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4149
4155
|
accessList?: import("viem").AccessList | undefined;
|
|
4150
|
-
authorizationList?: import("viem
|
|
4156
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4151
4157
|
blobs?: undefined;
|
|
4152
4158
|
blobVersionedHashes?: undefined;
|
|
4153
4159
|
gasPrice?: undefined;
|
|
@@ -4157,7 +4163,7 @@ export declare class Centrifuge {
|
|
|
4157
4163
|
sidecars?: undefined;
|
|
4158
4164
|
} | {
|
|
4159
4165
|
accessList?: import("viem").AccessList | undefined;
|
|
4160
|
-
authorizationList?: import("viem
|
|
4166
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4161
4167
|
blobs?: undefined;
|
|
4162
4168
|
blobVersionedHashes?: undefined;
|
|
4163
4169
|
gasPrice?: undefined;
|
|
@@ -4228,7 +4234,7 @@ export declare class Centrifuge {
|
|
|
4228
4234
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4229
4235
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4230
4236
|
accessList?: import("viem").AccessList | undefined;
|
|
4231
|
-
authorizationList?: import("viem
|
|
4237
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4232
4238
|
blobs?: undefined;
|
|
4233
4239
|
blobVersionedHashes?: undefined;
|
|
4234
4240
|
gasPrice?: undefined;
|
|
@@ -4238,7 +4244,7 @@ export declare class Centrifuge {
|
|
|
4238
4244
|
sidecars?: undefined;
|
|
4239
4245
|
} | {
|
|
4240
4246
|
accessList?: import("viem").AccessList | undefined;
|
|
4241
|
-
authorizationList?: import("viem
|
|
4247
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4242
4248
|
blobs?: undefined;
|
|
4243
4249
|
blobVersionedHashes?: undefined;
|
|
4244
4250
|
gasPrice?: undefined;
|
|
@@ -4309,7 +4315,7 @@ export declare class Centrifuge {
|
|
|
4309
4315
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4310
4316
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4311
4317
|
accessList?: import("viem").AccessList | undefined;
|
|
4312
|
-
authorizationList?: import("viem
|
|
4318
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4313
4319
|
blobs?: undefined;
|
|
4314
4320
|
blobVersionedHashes?: undefined;
|
|
4315
4321
|
gasPrice?: undefined;
|
|
@@ -4319,7 +4325,7 @@ export declare class Centrifuge {
|
|
|
4319
4325
|
sidecars?: undefined;
|
|
4320
4326
|
} | {
|
|
4321
4327
|
accessList?: import("viem").AccessList | undefined;
|
|
4322
|
-
authorizationList?: import("viem
|
|
4328
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4323
4329
|
blobs?: undefined;
|
|
4324
4330
|
blobVersionedHashes?: undefined;
|
|
4325
4331
|
gasPrice?: undefined;
|
|
@@ -4390,7 +4396,7 @@ export declare class Centrifuge {
|
|
|
4390
4396
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4391
4397
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4392
4398
|
accessList?: import("viem").AccessList | undefined;
|
|
4393
|
-
authorizationList?: import("viem
|
|
4399
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4394
4400
|
blobs?: undefined;
|
|
4395
4401
|
blobVersionedHashes?: undefined;
|
|
4396
4402
|
gasPrice?: undefined;
|
|
@@ -4400,7 +4406,7 @@ export declare class Centrifuge {
|
|
|
4400
4406
|
sidecars?: undefined;
|
|
4401
4407
|
} | {
|
|
4402
4408
|
accessList?: import("viem").AccessList | undefined;
|
|
4403
|
-
authorizationList?: import("viem
|
|
4409
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4404
4410
|
blobs?: undefined;
|
|
4405
4411
|
blobVersionedHashes?: undefined;
|
|
4406
4412
|
gasPrice?: undefined;
|
|
@@ -4471,7 +4477,7 @@ export declare class Centrifuge {
|
|
|
4471
4477
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4472
4478
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4473
4479
|
accessList?: import("viem").AccessList | undefined;
|
|
4474
|
-
authorizationList?: import("viem
|
|
4480
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4475
4481
|
blobs?: undefined;
|
|
4476
4482
|
blobVersionedHashes?: undefined;
|
|
4477
4483
|
gasPrice?: undefined;
|
|
@@ -4481,7 +4487,7 @@ export declare class Centrifuge {
|
|
|
4481
4487
|
sidecars?: undefined;
|
|
4482
4488
|
} | {
|
|
4483
4489
|
accessList?: import("viem").AccessList | undefined;
|
|
4484
|
-
authorizationList?: import("viem
|
|
4490
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4485
4491
|
blobs?: undefined;
|
|
4486
4492
|
blobVersionedHashes?: undefined;
|
|
4487
4493
|
gasPrice?: undefined;
|
|
@@ -4552,7 +4558,7 @@ export declare class Centrifuge {
|
|
|
4552
4558
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4553
4559
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4554
4560
|
accessList?: import("viem").AccessList | undefined;
|
|
4555
|
-
authorizationList?: import("viem
|
|
4561
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4556
4562
|
blobs?: undefined;
|
|
4557
4563
|
blobVersionedHashes?: undefined;
|
|
4558
4564
|
gasPrice?: undefined;
|
|
@@ -4562,7 +4568,7 @@ export declare class Centrifuge {
|
|
|
4562
4568
|
sidecars?: undefined;
|
|
4563
4569
|
} | {
|
|
4564
4570
|
accessList?: import("viem").AccessList | undefined;
|
|
4565
|
-
authorizationList?: import("viem
|
|
4571
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4566
4572
|
blobs?: undefined;
|
|
4567
4573
|
blobVersionedHashes?: undefined;
|
|
4568
4574
|
gasPrice?: undefined;
|
|
@@ -4633,7 +4639,7 @@ export declare class Centrifuge {
|
|
|
4633
4639
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4634
4640
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4635
4641
|
accessList?: import("viem").AccessList | undefined;
|
|
4636
|
-
authorizationList?: import("viem
|
|
4642
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4637
4643
|
blobs?: undefined;
|
|
4638
4644
|
blobVersionedHashes?: undefined;
|
|
4639
4645
|
gasPrice?: undefined;
|
|
@@ -4643,7 +4649,7 @@ export declare class Centrifuge {
|
|
|
4643
4649
|
sidecars?: undefined;
|
|
4644
4650
|
} | {
|
|
4645
4651
|
accessList?: import("viem").AccessList | undefined;
|
|
4646
|
-
authorizationList?: import("viem
|
|
4652
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4647
4653
|
blobs?: undefined;
|
|
4648
4654
|
blobVersionedHashes?: undefined;
|
|
4649
4655
|
gasPrice?: undefined;
|
|
@@ -4714,7 +4720,7 @@ export declare class Centrifuge {
|
|
|
4714
4720
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4715
4721
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4716
4722
|
accessList?: import("viem").AccessList | undefined;
|
|
4717
|
-
authorizationList?: import("viem
|
|
4723
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4718
4724
|
blobs?: undefined;
|
|
4719
4725
|
blobVersionedHashes?: undefined;
|
|
4720
4726
|
gasPrice?: undefined;
|
|
@@ -4724,7 +4730,7 @@ export declare class Centrifuge {
|
|
|
4724
4730
|
sidecars?: undefined;
|
|
4725
4731
|
} | {
|
|
4726
4732
|
accessList?: import("viem").AccessList | undefined;
|
|
4727
|
-
authorizationList?: import("viem
|
|
4733
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4728
4734
|
blobs?: undefined;
|
|
4729
4735
|
blobVersionedHashes?: undefined;
|
|
4730
4736
|
gasPrice?: undefined;
|
|
@@ -4795,7 +4801,7 @@ export declare class Centrifuge {
|
|
|
4795
4801
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4796
4802
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4797
4803
|
accessList?: import("viem").AccessList | undefined;
|
|
4798
|
-
authorizationList?: import("viem
|
|
4804
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4799
4805
|
blobs?: undefined;
|
|
4800
4806
|
blobVersionedHashes?: undefined;
|
|
4801
4807
|
gasPrice?: undefined;
|
|
@@ -4805,7 +4811,7 @@ export declare class Centrifuge {
|
|
|
4805
4811
|
sidecars?: undefined;
|
|
4806
4812
|
} | {
|
|
4807
4813
|
accessList?: import("viem").AccessList | undefined;
|
|
4808
|
-
authorizationList?: import("viem
|
|
4814
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4809
4815
|
blobs?: undefined;
|
|
4810
4816
|
blobVersionedHashes?: undefined;
|
|
4811
4817
|
gasPrice?: undefined;
|
|
@@ -4876,7 +4882,7 @@ export declare class Centrifuge {
|
|
|
4876
4882
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4877
4883
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4878
4884
|
accessList?: import("viem").AccessList | undefined;
|
|
4879
|
-
authorizationList?: import("viem
|
|
4885
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4880
4886
|
blobs?: undefined;
|
|
4881
4887
|
blobVersionedHashes?: undefined;
|
|
4882
4888
|
gasPrice?: undefined;
|
|
@@ -4886,7 +4892,7 @@ export declare class Centrifuge {
|
|
|
4886
4892
|
sidecars?: undefined;
|
|
4887
4893
|
} | {
|
|
4888
4894
|
accessList?: import("viem").AccessList | undefined;
|
|
4889
|
-
authorizationList?: import("viem
|
|
4895
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4890
4896
|
blobs?: undefined;
|
|
4891
4897
|
blobVersionedHashes?: undefined;
|
|
4892
4898
|
gasPrice?: undefined;
|
|
@@ -4957,7 +4963,7 @@ export declare class Centrifuge {
|
|
|
4957
4963
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
4958
4964
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4959
4965
|
accessList?: import("viem").AccessList | undefined;
|
|
4960
|
-
authorizationList?: import("viem
|
|
4966
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4961
4967
|
blobs?: undefined;
|
|
4962
4968
|
blobVersionedHashes?: undefined;
|
|
4963
4969
|
gasPrice?: undefined;
|
|
@@ -4967,7 +4973,7 @@ export declare class Centrifuge {
|
|
|
4967
4973
|
sidecars?: undefined;
|
|
4968
4974
|
} | {
|
|
4969
4975
|
accessList?: import("viem").AccessList | undefined;
|
|
4970
|
-
authorizationList?: import("viem
|
|
4976
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
4971
4977
|
blobs?: undefined;
|
|
4972
4978
|
blobVersionedHashes?: undefined;
|
|
4973
4979
|
gasPrice?: undefined;
|
|
@@ -5038,7 +5044,7 @@ export declare class Centrifuge {
|
|
|
5038
5044
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5039
5045
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5040
5046
|
accessList?: import("viem").AccessList | undefined;
|
|
5041
|
-
authorizationList?: import("viem
|
|
5047
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5042
5048
|
blobs?: undefined;
|
|
5043
5049
|
blobVersionedHashes?: undefined;
|
|
5044
5050
|
gasPrice?: undefined;
|
|
@@ -5048,7 +5054,7 @@ export declare class Centrifuge {
|
|
|
5048
5054
|
sidecars?: undefined;
|
|
5049
5055
|
} | {
|
|
5050
5056
|
accessList?: import("viem").AccessList | undefined;
|
|
5051
|
-
authorizationList?: import("viem
|
|
5057
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5052
5058
|
blobs?: undefined;
|
|
5053
5059
|
blobVersionedHashes?: undefined;
|
|
5054
5060
|
gasPrice?: undefined;
|
|
@@ -5119,7 +5125,7 @@ export declare class Centrifuge {
|
|
|
5119
5125
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5120
5126
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5121
5127
|
accessList?: import("viem").AccessList | undefined;
|
|
5122
|
-
authorizationList?: import("viem
|
|
5128
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5123
5129
|
blobs?: undefined;
|
|
5124
5130
|
blobVersionedHashes?: undefined;
|
|
5125
5131
|
gasPrice?: undefined;
|
|
@@ -5129,7 +5135,7 @@ export declare class Centrifuge {
|
|
|
5129
5135
|
sidecars?: undefined;
|
|
5130
5136
|
} | {
|
|
5131
5137
|
accessList?: import("viem").AccessList | undefined;
|
|
5132
|
-
authorizationList?: import("viem
|
|
5138
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5133
5139
|
blobs?: undefined;
|
|
5134
5140
|
blobVersionedHashes?: undefined;
|
|
5135
5141
|
gasPrice?: undefined;
|
|
@@ -5200,7 +5206,7 @@ export declare class Centrifuge {
|
|
|
5200
5206
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5201
5207
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5202
5208
|
accessList?: import("viem").AccessList | undefined;
|
|
5203
|
-
authorizationList?: import("viem
|
|
5209
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5204
5210
|
blobs?: undefined;
|
|
5205
5211
|
blobVersionedHashes?: undefined;
|
|
5206
5212
|
gasPrice?: undefined;
|
|
@@ -5210,7 +5216,7 @@ export declare class Centrifuge {
|
|
|
5210
5216
|
sidecars?: undefined;
|
|
5211
5217
|
} | {
|
|
5212
5218
|
accessList?: import("viem").AccessList | undefined;
|
|
5213
|
-
authorizationList?: import("viem
|
|
5219
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5214
5220
|
blobs?: undefined;
|
|
5215
5221
|
blobVersionedHashes?: undefined;
|
|
5216
5222
|
gasPrice?: undefined;
|
|
@@ -5281,7 +5287,7 @@ export declare class Centrifuge {
|
|
|
5281
5287
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5282
5288
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5283
5289
|
accessList?: import("viem").AccessList | undefined;
|
|
5284
|
-
authorizationList?: import("viem
|
|
5290
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5285
5291
|
blobs?: undefined;
|
|
5286
5292
|
blobVersionedHashes?: undefined;
|
|
5287
5293
|
gasPrice?: undefined;
|
|
@@ -5291,7 +5297,7 @@ export declare class Centrifuge {
|
|
|
5291
5297
|
sidecars?: undefined;
|
|
5292
5298
|
} | {
|
|
5293
5299
|
accessList?: import("viem").AccessList | undefined;
|
|
5294
|
-
authorizationList?: import("viem
|
|
5300
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5295
5301
|
blobs?: undefined;
|
|
5296
5302
|
blobVersionedHashes?: undefined;
|
|
5297
5303
|
gasPrice?: undefined;
|
|
@@ -5362,7 +5368,7 @@ export declare class Centrifuge {
|
|
|
5362
5368
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5363
5369
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5364
5370
|
accessList?: import("viem").AccessList | undefined;
|
|
5365
|
-
authorizationList?: import("viem
|
|
5371
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5366
5372
|
blobs?: undefined;
|
|
5367
5373
|
blobVersionedHashes?: undefined;
|
|
5368
5374
|
gasPrice?: undefined;
|
|
@@ -5372,7 +5378,7 @@ export declare class Centrifuge {
|
|
|
5372
5378
|
sidecars?: undefined;
|
|
5373
5379
|
} | {
|
|
5374
5380
|
accessList?: import("viem").AccessList | undefined;
|
|
5375
|
-
authorizationList?: import("viem
|
|
5381
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5376
5382
|
blobs?: undefined;
|
|
5377
5383
|
blobVersionedHashes?: undefined;
|
|
5378
5384
|
gasPrice?: undefined;
|
|
@@ -5443,7 +5449,7 @@ export declare class Centrifuge {
|
|
|
5443
5449
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5444
5450
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5445
5451
|
accessList?: import("viem").AccessList | undefined;
|
|
5446
|
-
authorizationList?: import("viem
|
|
5452
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5447
5453
|
blobs?: undefined;
|
|
5448
5454
|
blobVersionedHashes?: undefined;
|
|
5449
5455
|
gasPrice?: undefined;
|
|
@@ -5453,7 +5459,7 @@ export declare class Centrifuge {
|
|
|
5453
5459
|
sidecars?: undefined;
|
|
5454
5460
|
} | {
|
|
5455
5461
|
accessList?: import("viem").AccessList | undefined;
|
|
5456
|
-
authorizationList?: import("viem
|
|
5462
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5457
5463
|
blobs?: undefined;
|
|
5458
5464
|
blobVersionedHashes?: undefined;
|
|
5459
5465
|
gasPrice?: undefined;
|
|
@@ -5524,7 +5530,7 @@ export declare class Centrifuge {
|
|
|
5524
5530
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5525
5531
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5526
5532
|
accessList?: import("viem").AccessList | undefined;
|
|
5527
|
-
authorizationList?: import("viem
|
|
5533
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5528
5534
|
blobs?: undefined;
|
|
5529
5535
|
blobVersionedHashes?: undefined;
|
|
5530
5536
|
gasPrice?: undefined;
|
|
@@ -5534,7 +5540,7 @@ export declare class Centrifuge {
|
|
|
5534
5540
|
sidecars?: undefined;
|
|
5535
5541
|
} | {
|
|
5536
5542
|
accessList?: import("viem").AccessList | undefined;
|
|
5537
|
-
authorizationList?: import("viem
|
|
5543
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5538
5544
|
blobs?: undefined;
|
|
5539
5545
|
blobVersionedHashes?: undefined;
|
|
5540
5546
|
gasPrice?: undefined;
|
|
@@ -5605,7 +5611,7 @@ export declare class Centrifuge {
|
|
|
5605
5611
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5606
5612
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5607
5613
|
accessList?: import("viem").AccessList | undefined;
|
|
5608
|
-
authorizationList?: import("viem
|
|
5614
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5609
5615
|
blobs?: undefined;
|
|
5610
5616
|
blobVersionedHashes?: undefined;
|
|
5611
5617
|
gasPrice?: undefined;
|
|
@@ -5615,7 +5621,7 @@ export declare class Centrifuge {
|
|
|
5615
5621
|
sidecars?: undefined;
|
|
5616
5622
|
} | {
|
|
5617
5623
|
accessList?: import("viem").AccessList | undefined;
|
|
5618
|
-
authorizationList?: import("viem
|
|
5624
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5619
5625
|
blobs?: undefined;
|
|
5620
5626
|
blobVersionedHashes?: undefined;
|
|
5621
5627
|
gasPrice?: undefined;
|
|
@@ -5686,7 +5692,7 @@ export declare class Centrifuge {
|
|
|
5686
5692
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5687
5693
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5688
5694
|
accessList?: import("viem").AccessList | undefined;
|
|
5689
|
-
authorizationList?: import("viem
|
|
5695
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5690
5696
|
blobs?: undefined;
|
|
5691
5697
|
blobVersionedHashes?: undefined;
|
|
5692
5698
|
gasPrice?: undefined;
|
|
@@ -5696,7 +5702,7 @@ export declare class Centrifuge {
|
|
|
5696
5702
|
sidecars?: undefined;
|
|
5697
5703
|
} | {
|
|
5698
5704
|
accessList?: import("viem").AccessList | undefined;
|
|
5699
|
-
authorizationList?: import("viem
|
|
5705
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5700
5706
|
blobs?: undefined;
|
|
5701
5707
|
blobVersionedHashes?: undefined;
|
|
5702
5708
|
gasPrice?: undefined;
|
|
@@ -5767,7 +5773,7 @@ export declare class Centrifuge {
|
|
|
5767
5773
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5768
5774
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5769
5775
|
accessList?: import("viem").AccessList | undefined;
|
|
5770
|
-
authorizationList?: import("viem
|
|
5776
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5771
5777
|
blobs?: undefined;
|
|
5772
5778
|
blobVersionedHashes?: undefined;
|
|
5773
5779
|
gasPrice?: undefined;
|
|
@@ -5777,7 +5783,7 @@ export declare class Centrifuge {
|
|
|
5777
5783
|
sidecars?: undefined;
|
|
5778
5784
|
} | {
|
|
5779
5785
|
accessList?: import("viem").AccessList | undefined;
|
|
5780
|
-
authorizationList?: import("viem
|
|
5786
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5781
5787
|
blobs?: undefined;
|
|
5782
5788
|
blobVersionedHashes?: undefined;
|
|
5783
5789
|
gasPrice?: undefined;
|
|
@@ -5848,7 +5854,7 @@ export declare class Centrifuge {
|
|
|
5848
5854
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5849
5855
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5850
5856
|
accessList?: import("viem").AccessList | undefined;
|
|
5851
|
-
authorizationList?: import("viem
|
|
5857
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5852
5858
|
blobs?: undefined;
|
|
5853
5859
|
blobVersionedHashes?: undefined;
|
|
5854
5860
|
gasPrice?: undefined;
|
|
@@ -5858,7 +5864,7 @@ export declare class Centrifuge {
|
|
|
5858
5864
|
sidecars?: undefined;
|
|
5859
5865
|
} | {
|
|
5860
5866
|
accessList?: import("viem").AccessList | undefined;
|
|
5861
|
-
authorizationList?: import("viem
|
|
5867
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5862
5868
|
blobs?: undefined;
|
|
5863
5869
|
blobVersionedHashes?: undefined;
|
|
5864
5870
|
gasPrice?: undefined;
|
|
@@ -5929,7 +5935,7 @@ export declare class Centrifuge {
|
|
|
5929
5935
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
5930
5936
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5931
5937
|
accessList?: import("viem").AccessList | undefined;
|
|
5932
|
-
authorizationList?: import("viem
|
|
5938
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5933
5939
|
blobs?: undefined;
|
|
5934
5940
|
blobVersionedHashes?: undefined;
|
|
5935
5941
|
gasPrice?: undefined;
|
|
@@ -5939,7 +5945,7 @@ export declare class Centrifuge {
|
|
|
5939
5945
|
sidecars?: undefined;
|
|
5940
5946
|
} | {
|
|
5941
5947
|
accessList?: import("viem").AccessList | undefined;
|
|
5942
|
-
authorizationList?: import("viem
|
|
5948
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
5943
5949
|
blobs?: undefined;
|
|
5944
5950
|
blobVersionedHashes?: undefined;
|
|
5945
5951
|
gasPrice?: undefined;
|
|
@@ -6010,7 +6016,7 @@ export declare class Centrifuge {
|
|
|
6010
6016
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6011
6017
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6012
6018
|
accessList?: import("viem").AccessList | undefined;
|
|
6013
|
-
authorizationList?: import("viem
|
|
6019
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6014
6020
|
blobs?: undefined;
|
|
6015
6021
|
blobVersionedHashes?: undefined;
|
|
6016
6022
|
gasPrice?: undefined;
|
|
@@ -6020,7 +6026,7 @@ export declare class Centrifuge {
|
|
|
6020
6026
|
sidecars?: undefined;
|
|
6021
6027
|
} | {
|
|
6022
6028
|
accessList?: import("viem").AccessList | undefined;
|
|
6023
|
-
authorizationList?: import("viem
|
|
6029
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6024
6030
|
blobs?: undefined;
|
|
6025
6031
|
blobVersionedHashes?: undefined;
|
|
6026
6032
|
gasPrice?: undefined;
|
|
@@ -6091,7 +6097,7 @@ export declare class Centrifuge {
|
|
|
6091
6097
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6092
6098
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6093
6099
|
accessList?: import("viem").AccessList | undefined;
|
|
6094
|
-
authorizationList?: import("viem
|
|
6100
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6095
6101
|
blobs?: undefined;
|
|
6096
6102
|
blobVersionedHashes?: undefined;
|
|
6097
6103
|
gasPrice?: undefined;
|
|
@@ -6101,7 +6107,7 @@ export declare class Centrifuge {
|
|
|
6101
6107
|
sidecars?: undefined;
|
|
6102
6108
|
} | {
|
|
6103
6109
|
accessList?: import("viem").AccessList | undefined;
|
|
6104
|
-
authorizationList?: import("viem
|
|
6110
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6105
6111
|
blobs?: undefined;
|
|
6106
6112
|
blobVersionedHashes?: undefined;
|
|
6107
6113
|
gasPrice?: undefined;
|
|
@@ -6172,7 +6178,7 @@ export declare class Centrifuge {
|
|
|
6172
6178
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6173
6179
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6174
6180
|
accessList?: import("viem").AccessList | undefined;
|
|
6175
|
-
authorizationList?: import("viem
|
|
6181
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6176
6182
|
blobs?: undefined;
|
|
6177
6183
|
blobVersionedHashes?: undefined;
|
|
6178
6184
|
gasPrice?: undefined;
|
|
@@ -6182,7 +6188,7 @@ export declare class Centrifuge {
|
|
|
6182
6188
|
sidecars?: undefined;
|
|
6183
6189
|
} | {
|
|
6184
6190
|
accessList?: import("viem").AccessList | undefined;
|
|
6185
|
-
authorizationList?: import("viem
|
|
6191
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6186
6192
|
blobs?: undefined;
|
|
6187
6193
|
blobVersionedHashes?: undefined;
|
|
6188
6194
|
gasPrice?: undefined;
|
|
@@ -6253,7 +6259,7 @@ export declare class Centrifuge {
|
|
|
6253
6259
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6254
6260
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6255
6261
|
accessList?: import("viem").AccessList | undefined;
|
|
6256
|
-
authorizationList?: import("viem
|
|
6262
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6257
6263
|
blobs?: undefined;
|
|
6258
6264
|
blobVersionedHashes?: undefined;
|
|
6259
6265
|
gasPrice?: undefined;
|
|
@@ -6263,7 +6269,7 @@ export declare class Centrifuge {
|
|
|
6263
6269
|
sidecars?: undefined;
|
|
6264
6270
|
} | {
|
|
6265
6271
|
accessList?: import("viem").AccessList | undefined;
|
|
6266
|
-
authorizationList?: import("viem
|
|
6272
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6267
6273
|
blobs?: undefined;
|
|
6268
6274
|
blobVersionedHashes?: undefined;
|
|
6269
6275
|
gasPrice?: undefined;
|
|
@@ -6334,7 +6340,7 @@ export declare class Centrifuge {
|
|
|
6334
6340
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6335
6341
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6336
6342
|
accessList?: import("viem").AccessList | undefined;
|
|
6337
|
-
authorizationList?: import("viem
|
|
6343
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6338
6344
|
blobs?: undefined;
|
|
6339
6345
|
blobVersionedHashes?: undefined;
|
|
6340
6346
|
gasPrice?: undefined;
|
|
@@ -6344,7 +6350,7 @@ export declare class Centrifuge {
|
|
|
6344
6350
|
sidecars?: undefined;
|
|
6345
6351
|
} | {
|
|
6346
6352
|
accessList?: import("viem").AccessList | undefined;
|
|
6347
|
-
authorizationList?: import("viem
|
|
6353
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6348
6354
|
blobs?: undefined;
|
|
6349
6355
|
blobVersionedHashes?: undefined;
|
|
6350
6356
|
gasPrice?: undefined;
|
|
@@ -6415,7 +6421,7 @@ export declare class Centrifuge {
|
|
|
6415
6421
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6416
6422
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6417
6423
|
accessList?: import("viem").AccessList | undefined;
|
|
6418
|
-
authorizationList?: import("viem
|
|
6424
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6419
6425
|
blobs?: undefined;
|
|
6420
6426
|
blobVersionedHashes?: undefined;
|
|
6421
6427
|
gasPrice?: undefined;
|
|
@@ -6425,7 +6431,7 @@ export declare class Centrifuge {
|
|
|
6425
6431
|
sidecars?: undefined;
|
|
6426
6432
|
} | {
|
|
6427
6433
|
accessList?: import("viem").AccessList | undefined;
|
|
6428
|
-
authorizationList?: import("viem
|
|
6434
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6429
6435
|
blobs?: undefined;
|
|
6430
6436
|
blobVersionedHashes?: undefined;
|
|
6431
6437
|
gasPrice?: undefined;
|
|
@@ -6496,7 +6502,7 @@ export declare class Centrifuge {
|
|
|
6496
6502
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6497
6503
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6498
6504
|
accessList?: import("viem").AccessList | undefined;
|
|
6499
|
-
authorizationList?: import("viem
|
|
6505
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6500
6506
|
blobs?: undefined;
|
|
6501
6507
|
blobVersionedHashes?: undefined;
|
|
6502
6508
|
gasPrice?: undefined;
|
|
@@ -6506,7 +6512,7 @@ export declare class Centrifuge {
|
|
|
6506
6512
|
sidecars?: undefined;
|
|
6507
6513
|
} | {
|
|
6508
6514
|
accessList?: import("viem").AccessList | undefined;
|
|
6509
|
-
authorizationList?: import("viem
|
|
6515
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6510
6516
|
blobs?: undefined;
|
|
6511
6517
|
blobVersionedHashes?: undefined;
|
|
6512
6518
|
gasPrice?: undefined;
|
|
@@ -6577,7 +6583,7 @@ export declare class Centrifuge {
|
|
|
6577
6583
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6578
6584
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6579
6585
|
accessList?: import("viem").AccessList | undefined;
|
|
6580
|
-
authorizationList?: import("viem
|
|
6586
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6581
6587
|
blobs?: undefined;
|
|
6582
6588
|
blobVersionedHashes?: undefined;
|
|
6583
6589
|
gasPrice?: undefined;
|
|
@@ -6587,7 +6593,7 @@ export declare class Centrifuge {
|
|
|
6587
6593
|
sidecars?: undefined;
|
|
6588
6594
|
} | {
|
|
6589
6595
|
accessList?: import("viem").AccessList | undefined;
|
|
6590
|
-
authorizationList?: import("viem
|
|
6596
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6591
6597
|
blobs?: undefined;
|
|
6592
6598
|
blobVersionedHashes?: undefined;
|
|
6593
6599
|
gasPrice?: undefined;
|
|
@@ -6658,7 +6664,7 @@ export declare class Centrifuge {
|
|
|
6658
6664
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6659
6665
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6660
6666
|
accessList?: import("viem").AccessList | undefined;
|
|
6661
|
-
authorizationList?: import("viem
|
|
6667
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6662
6668
|
blobs?: undefined;
|
|
6663
6669
|
blobVersionedHashes?: undefined;
|
|
6664
6670
|
gasPrice?: undefined;
|
|
@@ -6668,7 +6674,7 @@ export declare class Centrifuge {
|
|
|
6668
6674
|
sidecars?: undefined;
|
|
6669
6675
|
} | {
|
|
6670
6676
|
accessList?: import("viem").AccessList | undefined;
|
|
6671
|
-
authorizationList?: import("viem
|
|
6677
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6672
6678
|
blobs?: undefined;
|
|
6673
6679
|
blobVersionedHashes?: undefined;
|
|
6674
6680
|
gasPrice?: undefined;
|
|
@@ -6739,7 +6745,7 @@ export declare class Centrifuge {
|
|
|
6739
6745
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6740
6746
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6741
6747
|
accessList?: import("viem").AccessList | undefined;
|
|
6742
|
-
authorizationList?: import("viem
|
|
6748
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6743
6749
|
blobs?: undefined;
|
|
6744
6750
|
blobVersionedHashes?: undefined;
|
|
6745
6751
|
gasPrice?: undefined;
|
|
@@ -6749,7 +6755,7 @@ export declare class Centrifuge {
|
|
|
6749
6755
|
sidecars?: undefined;
|
|
6750
6756
|
} | {
|
|
6751
6757
|
accessList?: import("viem").AccessList | undefined;
|
|
6752
|
-
authorizationList?: import("viem
|
|
6758
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6753
6759
|
blobs?: undefined;
|
|
6754
6760
|
blobVersionedHashes?: undefined;
|
|
6755
6761
|
gasPrice?: undefined;
|
|
@@ -6820,7 +6826,7 @@ export declare class Centrifuge {
|
|
|
6820
6826
|
sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
|
|
6821
6827
|
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6822
6828
|
accessList?: import("viem").AccessList | undefined;
|
|
6823
|
-
authorizationList?: import("viem
|
|
6829
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6824
6830
|
blobs?: undefined;
|
|
6825
6831
|
blobVersionedHashes?: undefined;
|
|
6826
6832
|
gasPrice?: undefined;
|
|
@@ -6830,7 +6836,7 @@ export declare class Centrifuge {
|
|
|
6830
6836
|
sidecars?: undefined;
|
|
6831
6837
|
} | {
|
|
6832
6838
|
accessList?: import("viem").AccessList | undefined;
|
|
6833
|
-
authorizationList?: import("viem
|
|
6839
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6834
6840
|
blobs?: undefined;
|
|
6835
6841
|
blobVersionedHashes?: undefined;
|
|
6836
6842
|
gasPrice?: undefined;
|
|
@@ -6843,9 +6849,12 @@ export declare class Centrifuge {
|
|
|
6843
6849
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_7 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
|
|
6844
6850
|
chainId?: number | undefined;
|
|
6845
6851
|
}, (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>;
|
|
6846
|
-
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>>;
|
|
6852
|
+
readContract: <const abi extends import("viem").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>>;
|
|
6847
6853
|
sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<import("viem").SendRawTransactionReturnType>;
|
|
6848
|
-
|
|
6854
|
+
simulate: <const calls extends readonly unknown[]>(args: import("viem").SimulateBlocksParameters<calls>) => Promise<import("viem").SimulateBlocksReturnType<calls>>;
|
|
6855
|
+
simulateBlocks: <const calls extends readonly unknown[]>(args: import("viem").SimulateBlocksParameters<calls>) => Promise<import("viem").SimulateBlocksReturnType<calls>>;
|
|
6856
|
+
simulateCalls: <const calls extends readonly unknown[]>(args: import("viem").SimulateCallsParameters<calls>) => Promise<import("viem").SimulateCallsReturnType<calls>>;
|
|
6857
|
+
simulateContract: <const abi extends import("viem").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>>;
|
|
6849
6858
|
verifyMessage: (args: import("viem").VerifyMessageActionParameters) => Promise<import("viem").VerifyMessageActionReturnType>;
|
|
6850
6859
|
verifySiweMessage: (args: {
|
|
6851
6860
|
blockNumber?: bigint | undefined;
|
|
@@ -6863,7 +6872,7 @@ export declare class Centrifuge {
|
|
|
6863
6872
|
waitForTransactionReceipt: (args: import("viem").WaitForTransactionReceiptParameters<Chain>) => Promise<import("viem").TransactionReceipt>;
|
|
6864
6873
|
watchBlockNumber: (args: import("viem").WatchBlockNumberParameters) => import("viem").WatchBlockNumberReturnType;
|
|
6865
6874
|
watchBlocks: <includeTransactions extends boolean = false, blockTag extends import("viem").BlockTag = "latest">(args: import("viem").WatchBlocksParameters<any, Chain, includeTransactions, blockTag>) => import("viem").WatchBlocksReturnType;
|
|
6866
|
-
watchContractEvent: <const abi extends Abi | readonly unknown[], eventName extends import("viem").ContractEventName<abi>, strict extends boolean | undefined = undefined>(args: import("viem").WatchContractEventParameters<abi, eventName, strict, any>) => import("viem").WatchContractEventReturnType;
|
|
6875
|
+
watchContractEvent: <const abi extends import("viem").Abi | readonly unknown[], eventName extends import("viem").ContractEventName<abi>, strict extends boolean | undefined = undefined>(args: import("viem").WatchContractEventParameters<abi, eventName, strict, any>) => import("viem").WatchContractEventReturnType;
|
|
6867
6876
|
watchEvent: <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>(args: import("viem").WatchEventParameters<abiEvent, abiEvents, strict, any>) => import("viem").WatchEventReturnType;
|
|
6868
6877
|
watchPendingTransactions: (args: import("viem").WatchPendingTransactionsParameters<any>) => import("viem").WatchPendingTransactionsReturnType;
|
|
6869
6878
|
extend: <const client extends {
|
|
@@ -6873,6 +6882,7 @@ export declare class Centrifuge {
|
|
|
6873
6882
|
cacheTime?: undefined;
|
|
6874
6883
|
ccipRead?: undefined;
|
|
6875
6884
|
chain?: undefined;
|
|
6885
|
+
experimental_blockTag?: undefined;
|
|
6876
6886
|
key?: undefined;
|
|
6877
6887
|
name?: undefined;
|
|
6878
6888
|
pollingInterval?: undefined;
|
|
@@ -6881,27 +6891,95 @@ export declare class Centrifuge {
|
|
|
6881
6891
|
type?: undefined;
|
|
6882
6892
|
uid?: undefined;
|
|
6883
6893
|
} & 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>>;
|
|
6884
|
-
}
|
|
6894
|
+
};
|
|
6885
6895
|
get chains(): number[];
|
|
6886
|
-
getChainConfig(chainId
|
|
6896
|
+
getChainConfig(chainId: number): Chain;
|
|
6887
6897
|
setSigner(signer: Signer | null): void;
|
|
6888
6898
|
get signer(): Signer | null;
|
|
6889
6899
|
constructor(config?: UserProvidedConfig);
|
|
6890
|
-
pool(id: string | number, metadataHash?: string): Query<Pool>;
|
|
6891
|
-
account(address: string, chainId?: number): Query<Account>;
|
|
6892
6900
|
/**
|
|
6893
|
-
*
|
|
6901
|
+
* Create a new pool on the given chain.
|
|
6902
|
+
* @param metadataInput - The metadata for the pool
|
|
6903
|
+
* @param currencyCode - The currency code for the pool
|
|
6904
|
+
* @param chainId - The chain ID to create the pool on
|
|
6905
|
+
* @param counter - The pool counter, used to create a unique pool ID (uint48)
|
|
6906
|
+
*/
|
|
6907
|
+
createPool(metadataInput: PoolMetadataInput, currencyCode: number | undefined, chainId: number, counter?: number | bigint): Transaction;
|
|
6908
|
+
id(chainId: number): Query<number>;
|
|
6909
|
+
/**
|
|
6910
|
+
* Get the existing pools on the different chains.
|
|
6911
|
+
*/
|
|
6912
|
+
pools(): Query<Pool[]>;
|
|
6913
|
+
pool(id: PoolId): Query<Pool>;
|
|
6914
|
+
/**
|
|
6915
|
+
* Get the metadata for an ERC20 or ERC6909 token
|
|
6894
6916
|
* @param address - The token address
|
|
6895
6917
|
* @param chainId - The chain ID
|
|
6896
6918
|
*/
|
|
6897
|
-
currency(address:
|
|
6919
|
+
currency(address: HexString, chainId: number, tokenId?: bigint): Query<CurrencyDetails>;
|
|
6920
|
+
/**
|
|
6921
|
+
* Get the asset currency details for a given asset ID
|
|
6922
|
+
* @param assetId - The asset ID to query
|
|
6923
|
+
*/
|
|
6924
|
+
assetCurrency(assetId: AssetId): Query<CurrencyDetails>;
|
|
6925
|
+
investor(address: HexString): Query<Investor>;
|
|
6898
6926
|
/**
|
|
6899
6927
|
* Get the balance of an ERC20 token for a given owner.
|
|
6900
6928
|
* @param currency - The token address
|
|
6901
6929
|
* @param owner - The owner address
|
|
6902
6930
|
* @param chainId - The chain ID
|
|
6903
6931
|
*/
|
|
6904
|
-
balance(currency:
|
|
6905
|
-
|
|
6932
|
+
balance(currency: HexString, owner: HexString, chainId: number): Query<{
|
|
6933
|
+
balance: Balance;
|
|
6934
|
+
currency: CurrencyDetails;
|
|
6935
|
+
}>;
|
|
6936
|
+
/**
|
|
6937
|
+
* Get the assets that exist on a given spoke chain that have been registered on a given hub chain.
|
|
6938
|
+
* @param spokeChainId - The chain ID where the assets exist
|
|
6939
|
+
* @param hubChainId - The chain ID where the assets should optionally be registered
|
|
6940
|
+
*/
|
|
6941
|
+
assets(spokeChainId: number, hubChainId?: number): Query<{
|
|
6942
|
+
id: AssetId;
|
|
6943
|
+
address: `0x${string}`;
|
|
6944
|
+
name: string;
|
|
6945
|
+
symbol: string;
|
|
6946
|
+
decimals: number;
|
|
6947
|
+
}[]>;
|
|
6948
|
+
/**
|
|
6949
|
+
* Get the valuation addresses that can be used for holdings.
|
|
6950
|
+
*/
|
|
6951
|
+
valuations(chainId: number): Query<{
|
|
6952
|
+
identityValuation: `0x${string}`;
|
|
6953
|
+
}>;
|
|
6954
|
+
/**
|
|
6955
|
+
* Get the restriction hook addresses that can be used for share tokens.
|
|
6956
|
+
*/
|
|
6957
|
+
restrictionHooks(chainId: number): Query<{
|
|
6958
|
+
freezeOnlyHook: `0x${string}`;
|
|
6959
|
+
redemptionRestrictionsHook: `0x${string}`;
|
|
6960
|
+
fullRestrictionsHook: `0x${string}`;
|
|
6961
|
+
}>;
|
|
6962
|
+
/**
|
|
6963
|
+
* Register an asset
|
|
6964
|
+
* @param originChainId - The chain ID where the asset exists
|
|
6965
|
+
* @param registerOnChainId - The chain ID where the asset should be registered
|
|
6966
|
+
* @param assetAddress - The address of the asset to register
|
|
6967
|
+
* @param tokenId - Optional token ID for ERC6909 assets
|
|
6968
|
+
*/
|
|
6969
|
+
registerAsset(originChainId: number, registerOnChainId: number, assetAddress: HexString, tokenId?: number | bigint): Transaction;
|
|
6970
|
+
/**
|
|
6971
|
+
* Repay an underpaid batch of messages on the Gateway
|
|
6972
|
+
*/
|
|
6973
|
+
repayBatch(fromChain: number, to: {
|
|
6974
|
+
chainId: number;
|
|
6975
|
+
} | {
|
|
6976
|
+
centId: number;
|
|
6977
|
+
}, batch: HexString, extraPayment?: bigint): Transaction;
|
|
6978
|
+
/**
|
|
6979
|
+
* Retry a failed message on the destination chain
|
|
6980
|
+
*/
|
|
6981
|
+
retryMessage(fromChain: number, toChain: number, message: HexString): Transaction;
|
|
6982
|
+
_queryIndexer<Result>(query: string, variables?: Record<string, any>, postProcess?: undefined, pollInterval?: number): Query<Result>;
|
|
6983
|
+
_queryIndexer<Result, Return>(query: string, variables: Record<string, any>, postProcess: (data: Result) => Return, pollInterval?: number): Query<Return>;
|
|
6906
6984
|
}
|
|
6907
6985
|
//# sourceMappingURL=Centrifuge.d.ts.map
|