viem 2.16.0 → 2.16.2
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/CHANGELOG.md +22 -0
- package/_cjs/accounts/generateMnemonic.js +1 -2
- package/_cjs/accounts/generateMnemonic.js.map +1 -1
- package/_cjs/accounts/generatePrivateKey.js +1 -2
- package/_cjs/accounts/generatePrivateKey.js.map +1 -1
- package/_cjs/accounts/hdKeyToAccount.js +1 -2
- package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
- package/_cjs/accounts/mnemonicToAccount.js +1 -2
- package/_cjs/accounts/mnemonicToAccount.js.map +1 -1
- package/_cjs/accounts/privateKeyToAccount.js +1 -2
- package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
- package/_cjs/accounts/toAccount.js +1 -2
- package/_cjs/accounts/toAccount.js.map +1 -1
- package/_cjs/accounts/utils/parseAccount.js +1 -2
- package/_cjs/accounts/utils/parseAccount.js.map +1 -1
- package/_cjs/accounts/utils/privateKeyToAddress.js +1 -2
- package/_cjs/accounts/utils/privateKeyToAddress.js.map +1 -1
- package/_cjs/accounts/utils/publicKeyToAddress.js +1 -2
- package/_cjs/accounts/utils/publicKeyToAddress.js.map +1 -1
- package/_cjs/accounts/utils/sign.js +1 -2
- package/_cjs/accounts/utils/sign.js.map +1 -1
- package/_cjs/accounts/utils/signMessage.js +1 -2
- package/_cjs/accounts/utils/signMessage.js.map +1 -1
- package/_cjs/accounts/utils/signTransaction.js +1 -2
- package/_cjs/accounts/utils/signTransaction.js.map +1 -1
- package/_cjs/accounts/utils/signTypedData.js +1 -2
- package/_cjs/accounts/utils/signTypedData.js.map +1 -1
- package/_cjs/actions/ens/getEnsAddress.js +1 -2
- package/_cjs/actions/ens/getEnsAddress.js.map +1 -1
- package/_cjs/actions/ens/getEnsAvatar.js +1 -2
- package/_cjs/actions/ens/getEnsAvatar.js.map +1 -1
- package/_cjs/actions/ens/getEnsName.js +1 -2
- package/_cjs/actions/ens/getEnsName.js.map +1 -1
- package/_cjs/actions/ens/getEnsResolver.js +1 -2
- package/_cjs/actions/ens/getEnsResolver.js.map +1 -1
- package/_cjs/actions/ens/getEnsText.js +1 -2
- package/_cjs/actions/ens/getEnsText.js.map +1 -1
- package/_cjs/actions/getContract.js +3 -4
- package/_cjs/actions/getContract.js.map +1 -1
- package/_cjs/actions/public/call.js +2 -3
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/createBlockFilter.js +1 -2
- package/_cjs/actions/public/createBlockFilter.js.map +1 -1
- package/_cjs/actions/public/createContractEventFilter.js +1 -2
- package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
- package/_cjs/actions/public/createEventFilter.js +7 -9
- package/_cjs/actions/public/createEventFilter.js.map +1 -1
- package/_cjs/actions/public/createPendingTransactionFilter.js +1 -2
- package/_cjs/actions/public/createPendingTransactionFilter.js.map +1 -1
- package/_cjs/actions/public/estimateContractGas.js +1 -2
- package/_cjs/actions/public/estimateContractGas.js.map +1 -1
- package/_cjs/actions/public/estimateFeesPerGas.js +2 -3
- package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +1 -2
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js +2 -3
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
- package/_cjs/actions/public/getBalance.js +1 -2
- package/_cjs/actions/public/getBalance.js.map +1 -1
- package/_cjs/actions/public/getBlobBaseFee.js +1 -2
- package/_cjs/actions/public/getBlobBaseFee.js.map +1 -1
- package/_cjs/actions/public/getBlock.js +1 -2
- package/_cjs/actions/public/getBlock.js.map +1 -1
- package/_cjs/actions/public/getBlockNumber.js +2 -3
- package/_cjs/actions/public/getBlockNumber.js.map +1 -1
- package/_cjs/actions/public/getBlockTransactionCount.js +1 -2
- package/_cjs/actions/public/getBlockTransactionCount.js.map +1 -1
- package/_cjs/actions/public/getChainId.js +1 -2
- package/_cjs/actions/public/getChainId.js.map +1 -1
- package/_cjs/actions/public/getCode.js +1 -2
- package/_cjs/actions/public/getCode.js.map +1 -1
- package/_cjs/actions/public/getContractEvents.js +1 -2
- package/_cjs/actions/public/getContractEvents.js.map +1 -1
- package/_cjs/actions/public/getEip712Domain.js +1 -2
- package/_cjs/actions/public/getEip712Domain.js.map +1 -1
- package/_cjs/actions/public/getFeeHistory.js +1 -2
- package/_cjs/actions/public/getFeeHistory.js.map +1 -1
- package/_cjs/actions/public/getFilterChanges.js +1 -2
- package/_cjs/actions/public/getFilterChanges.js.map +1 -1
- package/_cjs/actions/public/getFilterLogs.js +1 -2
- package/_cjs/actions/public/getFilterLogs.js.map +1 -1
- package/_cjs/actions/public/getGasPrice.js +1 -2
- package/_cjs/actions/public/getGasPrice.js.map +1 -1
- package/_cjs/actions/public/getLogs.js +7 -9
- package/_cjs/actions/public/getLogs.js.map +1 -1
- package/_cjs/actions/public/getProof.js +1 -2
- package/_cjs/actions/public/getProof.js.map +1 -1
- package/_cjs/actions/public/getStorageAt.js +1 -2
- package/_cjs/actions/public/getStorageAt.js.map +1 -1
- package/_cjs/actions/public/getTransaction.js +1 -2
- package/_cjs/actions/public/getTransaction.js.map +1 -1
- package/_cjs/actions/public/getTransactionConfirmations.js +1 -2
- package/_cjs/actions/public/getTransactionConfirmations.js.map +1 -1
- package/_cjs/actions/public/getTransactionCount.js +1 -2
- package/_cjs/actions/public/getTransactionCount.js.map +1 -1
- package/_cjs/actions/public/getTransactionReceipt.js +1 -2
- package/_cjs/actions/public/getTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/multicall.js +1 -2
- package/_cjs/actions/public/multicall.js.map +1 -1
- package/_cjs/actions/public/readContract.js +1 -2
- package/_cjs/actions/public/readContract.js.map +1 -1
- package/_cjs/actions/public/simulateContract.js +1 -2
- package/_cjs/actions/public/simulateContract.js.map +1 -1
- package/_cjs/actions/public/uninstallFilter.js +1 -2
- package/_cjs/actions/public/uninstallFilter.js.map +1 -1
- package/_cjs/actions/public/verifyHash.js +1 -2
- package/_cjs/actions/public/verifyHash.js.map +1 -1
- package/_cjs/actions/public/verifyMessage.js +1 -2
- package/_cjs/actions/public/verifyMessage.js.map +1 -1
- package/_cjs/actions/public/verifyTypedData.js +1 -2
- package/_cjs/actions/public/verifyTypedData.js.map +1 -1
- package/_cjs/actions/public/waitForTransactionReceipt.js +1 -2
- package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/watchBlockNumber.js +1 -2
- package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
- package/_cjs/actions/public/watchBlocks.js +1 -2
- package/_cjs/actions/public/watchBlocks.js.map +1 -1
- package/_cjs/actions/public/watchContractEvent.js +1 -2
- package/_cjs/actions/public/watchContractEvent.js.map +1 -1
- package/_cjs/actions/public/watchEvent.js +7 -9
- package/_cjs/actions/public/watchEvent.js.map +1 -1
- package/_cjs/actions/public/watchPendingTransactions.js +1 -2
- package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
- package/_cjs/actions/siwe/verifySiweMessage.js +1 -2
- package/_cjs/actions/siwe/verifySiweMessage.js.map +1 -1
- package/_cjs/actions/test/dropTransaction.js +1 -2
- package/_cjs/actions/test/dropTransaction.js.map +1 -1
- package/_cjs/actions/test/dumpState.js +1 -2
- package/_cjs/actions/test/dumpState.js.map +1 -1
- package/_cjs/actions/test/getAutomine.js +1 -2
- package/_cjs/actions/test/getAutomine.js.map +1 -1
- package/_cjs/actions/test/getTxpoolContent.js +1 -2
- package/_cjs/actions/test/getTxpoolContent.js.map +1 -1
- package/_cjs/actions/test/getTxpoolStatus.js +1 -2
- package/_cjs/actions/test/getTxpoolStatus.js.map +1 -1
- package/_cjs/actions/test/impersonateAccount.js +1 -2
- package/_cjs/actions/test/impersonateAccount.js.map +1 -1
- package/_cjs/actions/test/increaseTime.js +1 -2
- package/_cjs/actions/test/increaseTime.js.map +1 -1
- package/_cjs/actions/test/inspectTxpool.js +1 -2
- package/_cjs/actions/test/inspectTxpool.js.map +1 -1
- package/_cjs/actions/test/loadState.js +1 -2
- package/_cjs/actions/test/loadState.js.map +1 -1
- package/_cjs/actions/test/mine.js +1 -2
- package/_cjs/actions/test/mine.js.map +1 -1
- package/_cjs/actions/test/removeBlockTimestampInterval.js +1 -2
- package/_cjs/actions/test/removeBlockTimestampInterval.js.map +1 -1
- package/_cjs/actions/test/reset.js +1 -2
- package/_cjs/actions/test/reset.js.map +1 -1
- package/_cjs/actions/test/revert.js +1 -2
- package/_cjs/actions/test/revert.js.map +1 -1
- package/_cjs/actions/test/sendUnsignedTransaction.js +1 -2
- package/_cjs/actions/test/sendUnsignedTransaction.js.map +1 -1
- package/_cjs/actions/test/setAutomine.js +1 -2
- package/_cjs/actions/test/setAutomine.js.map +1 -1
- package/_cjs/actions/test/setBalance.js +1 -2
- package/_cjs/actions/test/setBalance.js.map +1 -1
- package/_cjs/actions/test/setBlockGasLimit.js +1 -2
- package/_cjs/actions/test/setBlockGasLimit.js.map +1 -1
- package/_cjs/actions/test/setBlockTimestampInterval.js +1 -2
- package/_cjs/actions/test/setBlockTimestampInterval.js.map +1 -1
- package/_cjs/actions/test/setCode.js +1 -2
- package/_cjs/actions/test/setCode.js.map +1 -1
- package/_cjs/actions/test/setCoinbase.js +1 -2
- package/_cjs/actions/test/setCoinbase.js.map +1 -1
- package/_cjs/actions/test/setIntervalMining.js +1 -2
- package/_cjs/actions/test/setIntervalMining.js.map +1 -1
- package/_cjs/actions/test/setLoggingEnabled.js +1 -2
- package/_cjs/actions/test/setLoggingEnabled.js.map +1 -1
- package/_cjs/actions/test/setMinGasPrice.js +1 -2
- package/_cjs/actions/test/setMinGasPrice.js.map +1 -1
- package/_cjs/actions/test/setNextBlockBaseFeePerGas.js +1 -2
- package/_cjs/actions/test/setNextBlockBaseFeePerGas.js.map +1 -1
- package/_cjs/actions/test/setNextBlockTimestamp.js +1 -2
- package/_cjs/actions/test/setNextBlockTimestamp.js.map +1 -1
- package/_cjs/actions/test/setNonce.js +1 -2
- package/_cjs/actions/test/setNonce.js.map +1 -1
- package/_cjs/actions/test/setRpcUrl.js +1 -2
- package/_cjs/actions/test/setRpcUrl.js.map +1 -1
- package/_cjs/actions/test/setStorageAt.js +1 -2
- package/_cjs/actions/test/setStorageAt.js.map +1 -1
- package/_cjs/actions/test/snapshot.js +1 -2
- package/_cjs/actions/test/snapshot.js.map +1 -1
- package/_cjs/actions/test/stopImpersonatingAccount.js +1 -2
- package/_cjs/actions/test/stopImpersonatingAccount.js.map +1 -1
- package/_cjs/actions/wallet/addChain.js +1 -2
- package/_cjs/actions/wallet/addChain.js.map +1 -1
- package/_cjs/actions/wallet/deployContract.js +1 -2
- package/_cjs/actions/wallet/deployContract.js.map +1 -1
- package/_cjs/actions/wallet/getAddresses.js +1 -2
- package/_cjs/actions/wallet/getAddresses.js.map +1 -1
- package/_cjs/actions/wallet/getPermissions.js +1 -2
- package/_cjs/actions/wallet/getPermissions.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +2 -2
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/requestAddresses.js +1 -2
- package/_cjs/actions/wallet/requestAddresses.js.map +1 -1
- package/_cjs/actions/wallet/requestPermissions.js +1 -2
- package/_cjs/actions/wallet/requestPermissions.js.map +1 -1
- package/_cjs/actions/wallet/sendRawTransaction.js +1 -2
- package/_cjs/actions/wallet/sendRawTransaction.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +2 -2
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/actions/wallet/signMessage.js +1 -2
- package/_cjs/actions/wallet/signMessage.js.map +1 -1
- package/_cjs/actions/wallet/signTransaction.js +1 -2
- package/_cjs/actions/wallet/signTransaction.js.map +1 -1
- package/_cjs/actions/wallet/signTypedData.js +1 -2
- package/_cjs/actions/wallet/signTypedData.js.map +1 -1
- package/_cjs/actions/wallet/switchChain.js +1 -2
- package/_cjs/actions/wallet/switchChain.js.map +1 -1
- package/_cjs/actions/wallet/watchAsset.js +1 -2
- package/_cjs/actions/wallet/watchAsset.js.map +1 -1
- package/_cjs/actions/wallet/writeContract.js +1 -2
- package/_cjs/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/celo/parsers.js +1 -2
- package/_cjs/celo/parsers.js.map +1 -1
- package/_cjs/celo/serializers.js +4 -4
- package/_cjs/celo/serializers.js.map +1 -1
- package/_cjs/celo/utils.js +4 -5
- package/_cjs/celo/utils.js.map +1 -1
- package/_cjs/chains/definitions/dchain.js +27 -0
- package/_cjs/chains/definitions/dchain.js.map +1 -0
- package/_cjs/chains/definitions/dchainTestnet.js +29 -0
- package/_cjs/chains/definitions/dchainTestnet.js.map +1 -0
- package/_cjs/chains/index.js +9 -5
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/clients/createClient.js +2 -3
- package/_cjs/clients/createClient.js.map +1 -1
- package/_cjs/clients/createPublicClient.js +1 -2
- package/_cjs/clients/createPublicClient.js.map +1 -1
- package/_cjs/clients/createTestClient.js +1 -2
- package/_cjs/clients/createTestClient.js.map +1 -1
- package/_cjs/clients/createWalletClient.js +1 -2
- package/_cjs/clients/createWalletClient.js.map +1 -1
- package/_cjs/clients/decorators/public.js +1 -2
- package/_cjs/clients/decorators/public.js.map +1 -1
- package/_cjs/clients/decorators/test.js +1 -2
- package/_cjs/clients/decorators/test.js.map +1 -1
- package/_cjs/clients/decorators/wallet.js +1 -2
- package/_cjs/clients/decorators/wallet.js.map +1 -1
- package/_cjs/clients/transports/createTransport.js +1 -2
- package/_cjs/clients/transports/createTransport.js.map +1 -1
- package/_cjs/clients/transports/custom.js +1 -2
- package/_cjs/clients/transports/custom.js.map +1 -1
- package/_cjs/clients/transports/fallback.js +2 -3
- package/_cjs/clients/transports/fallback.js.map +1 -1
- package/_cjs/clients/transports/http.js +1 -2
- package/_cjs/clients/transports/http.js.map +1 -1
- package/_cjs/clients/transports/ipc.js +1 -2
- package/_cjs/clients/transports/ipc.js.map +1 -1
- package/_cjs/clients/transports/webSocket.js +1 -2
- package/_cjs/clients/transports/webSocket.js.map +1 -1
- package/_cjs/errors/stateOverride.js +3 -3
- package/_cjs/errors/stateOverride.js.map +1 -1
- package/_cjs/errors/transaction.js +2 -2
- package/_cjs/errors/transaction.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/experimental/eip5792/actions/getCallsStatus.js +1 -2
- package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/getCapabilities.js +1 -2
- package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/sendCalls.js +1 -2
- package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/showCallsStatus.js +1 -2
- package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/writeContracts.js +1 -2
- package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -1
- package/_cjs/experimental/eip5792/decorators/eip5792.js +1 -2
- package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -1
- package/_cjs/experimental/erc7715/actions/grantPermissions.js +94 -0
- package/_cjs/experimental/erc7715/actions/grantPermissions.js.map +1 -0
- package/_cjs/experimental/erc7715/decorators/erc7715.js +3 -4
- package/_cjs/experimental/erc7715/decorators/erc7715.js.map +1 -1
- package/_cjs/experimental/erc7715/types/policy.js +3 -0
- package/_cjs/experimental/erc7715/types/policy.js.map +1 -0
- package/_cjs/experimental/index.js +3 -7
- package/_cjs/experimental/index.js.map +1 -1
- package/_cjs/experimental/solady/actions/signMessage.js +1 -2
- package/_cjs/experimental/solady/actions/signMessage.js.map +1 -1
- package/_cjs/experimental/solady/actions/signTypedData.js +7 -28
- package/_cjs/experimental/solady/actions/signTypedData.js.map +1 -1
- package/_cjs/experimental/solady/decorators/solady.js +1 -2
- package/_cjs/experimental/solady/decorators/solady.js.map +1 -1
- package/_cjs/experimental/solady/index.js +16 -0
- package/_cjs/experimental/solady/index.js.map +1 -0
- package/_cjs/experimental/solady/utils/hashMessage.js +19 -0
- package/_cjs/experimental/solady/utils/hashMessage.js.map +1 -0
- package/_cjs/experimental/solady/utils/hashTypedData.js +31 -0
- package/_cjs/experimental/solady/utils/hashTypedData.js.map +1 -0
- package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js +44 -0
- package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
- package/_cjs/index.js.map +1 -1
- package/_cjs/op-stack/actions/buildDepositTransaction.js +1 -2
- package/_cjs/op-stack/actions/buildDepositTransaction.js.map +1 -1
- package/_cjs/op-stack/actions/buildInitiateWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/buildInitiateWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/buildProveWithdrawal.js +2 -3
- package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/depositTransaction.js +1 -2
- package/_cjs/op-stack/actions/depositTransaction.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractL1Fee.js +1 -2
- package/_cjs/op-stack/actions/estimateContractL1Fee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractL1Gas.js +1 -2
- package/_cjs/op-stack/actions/estimateContractL1Gas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractTotalFee.js +1 -2
- package/_cjs/op-stack/actions/estimateContractTotalFee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractTotalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateContractTotalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateDepositTransactionGas.js +1 -2
- package/_cjs/op-stack/actions/estimateDepositTransactionGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateL1Fee.js +1 -2
- package/_cjs/op-stack/actions/estimateL1Fee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateL1Gas.js +1 -2
- package/_cjs/op-stack/actions/estimateL1Gas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateTotalFee.js +1 -2
- package/_cjs/op-stack/actions/estimateTotalFee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateTotalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateTotalGas.js.map +1 -1
- package/_cjs/op-stack/actions/finalizeWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/finalizeWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/getGame.js +1 -2
- package/_cjs/op-stack/actions/getGame.js.map +1 -1
- package/_cjs/op-stack/actions/getGames.js +1 -2
- package/_cjs/op-stack/actions/getGames.js.map +1 -1
- package/_cjs/op-stack/actions/getL1BaseFee.js +1 -2
- package/_cjs/op-stack/actions/getL1BaseFee.js.map +1 -1
- package/_cjs/op-stack/actions/getL2Output.js +1 -2
- package/_cjs/op-stack/actions/getL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/getPortalVersion.js +1 -2
- package/_cjs/op-stack/actions/getPortalVersion.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToFinalize.js +1 -2
- package/_cjs/op-stack/actions/getTimeToFinalize.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToNextGame.js +1 -2
- package/_cjs/op-stack/actions/getTimeToNextGame.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToNextL2Output.js +1 -2
- package/_cjs/op-stack/actions/getTimeToNextL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToProve.js +1 -2
- package/_cjs/op-stack/actions/getTimeToProve.js.map +1 -1
- package/_cjs/op-stack/actions/getWithdrawalStatus.js +1 -2
- package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_cjs/op-stack/actions/initiateWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/initiateWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/proveWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/proveWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/waitForNextGame.js +1 -2
- package/_cjs/op-stack/actions/waitForNextGame.js.map +1 -1
- package/_cjs/op-stack/actions/waitForNextL2Output.js +1 -2
- package/_cjs/op-stack/actions/waitForNextL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/waitToFinalize.js +1 -2
- package/_cjs/op-stack/actions/waitToFinalize.js.map +1 -1
- package/_cjs/op-stack/actions/waitToProve.js +1 -2
- package/_cjs/op-stack/actions/waitToProve.js.map +1 -1
- package/_cjs/op-stack/decorators/publicL1.js +1 -2
- package/_cjs/op-stack/decorators/publicL1.js.map +1 -1
- package/_cjs/op-stack/decorators/publicL2.js +1 -2
- package/_cjs/op-stack/decorators/publicL2.js.map +1 -1
- package/_cjs/op-stack/decorators/walletL1.js +1 -2
- package/_cjs/op-stack/decorators/walletL1.js.map +1 -1
- package/_cjs/op-stack/decorators/walletL2.js +1 -2
- package/_cjs/op-stack/decorators/walletL2.js.map +1 -1
- package/_cjs/op-stack/parsers.js +1 -2
- package/_cjs/op-stack/parsers.js.map +1 -1
- package/_cjs/op-stack/serializers.js +3 -3
- package/_cjs/op-stack/serializers.js.map +1 -1
- package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js +1 -2
- package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js.map +1 -1
- package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js +1 -2
- package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js.map +1 -1
- package/_cjs/op-stack/utils/getL2TransactionHash.js +1 -2
- package/_cjs/op-stack/utils/getL2TransactionHash.js.map +1 -1
- package/_cjs/op-stack/utils/getL2TransactionHashes.js +1 -2
- package/_cjs/op-stack/utils/getL2TransactionHashes.js.map +1 -1
- package/_cjs/op-stack/utils/getSourceHash.js +1 -2
- package/_cjs/op-stack/utils/getSourceHash.js.map +1 -1
- package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js +1 -2
- package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js.map +1 -1
- package/_cjs/op-stack/utils/getWithdrawals.js +1 -2
- package/_cjs/op-stack/utils/getWithdrawals.js.map +1 -1
- package/_cjs/op-stack/utils/opaqueDataToDepositData.js +1 -2
- package/_cjs/op-stack/utils/opaqueDataToDepositData.js.map +1 -1
- package/_cjs/utils/abi/decodeAbiParameters.js +1 -2
- package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/decodeDeployData.js +1 -2
- package/_cjs/utils/abi/decodeDeployData.js.map +1 -1
- package/_cjs/utils/abi/decodeErrorResult.js +1 -2
- package/_cjs/utils/abi/decodeErrorResult.js.map +1 -1
- package/_cjs/utils/abi/decodeEventLog.js +1 -2
- package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
- package/_cjs/utils/abi/decodeFunctionData.js +1 -2
- package/_cjs/utils/abi/decodeFunctionData.js.map +1 -1
- package/_cjs/utils/abi/decodeFunctionResult.js +1 -2
- package/_cjs/utils/abi/decodeFunctionResult.js.map +1 -1
- package/_cjs/utils/abi/encodeAbiParameters.js +2 -3
- package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/encodeDeployData.js +1 -2
- package/_cjs/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/utils/abi/encodeErrorResult.js +1 -2
- package/_cjs/utils/abi/encodeErrorResult.js.map +1 -1
- package/_cjs/utils/abi/encodeEventTopics.js +6 -7
- package/_cjs/utils/abi/encodeEventTopics.js.map +1 -1
- package/_cjs/utils/abi/encodeFunctionData.js +1 -2
- package/_cjs/utils/abi/encodeFunctionData.js.map +1 -1
- package/_cjs/utils/abi/encodeFunctionResult.js +1 -2
- package/_cjs/utils/abi/encodeFunctionResult.js.map +1 -1
- package/_cjs/utils/abi/encodePacked.js +1 -2
- package/_cjs/utils/abi/encodePacked.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItem.js +2 -3
- package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItemWithArgs.js +1 -2
- package/_cjs/utils/abi/formatAbiItemWithArgs.js.map +1 -1
- package/_cjs/utils/abi/getAbiItem.js +3 -4
- package/_cjs/utils/abi/getAbiItem.js.map +1 -1
- package/_cjs/utils/abi/parseEventLogs.js +1 -2
- package/_cjs/utils/abi/parseEventLogs.js.map +1 -1
- package/_cjs/utils/abi/prepareEncodeFunctionData.js +1 -2
- package/_cjs/utils/abi/prepareEncodeFunctionData.js.map +1 -1
- package/_cjs/utils/address/getAddress.js +2 -3
- package/_cjs/utils/address/getAddress.js.map +1 -1
- package/_cjs/utils/address/getContractAddress.js +3 -4
- package/_cjs/utils/address/getContractAddress.js.map +1 -1
- package/_cjs/utils/address/isAddress.js +2 -2
- package/_cjs/utils/address/isAddress.js.map +1 -1
- package/_cjs/utils/address/isAddressEqual.js +1 -2
- package/_cjs/utils/address/isAddressEqual.js.map +1 -1
- package/_cjs/utils/blob/blobsToCommitments.js +1 -2
- package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
- package/_cjs/utils/blob/blobsToProofs.js +1 -2
- package/_cjs/utils/blob/blobsToProofs.js.map +1 -1
- package/_cjs/utils/blob/commitmentToVersionedHash.js +1 -2
- package/_cjs/utils/blob/commitmentToVersionedHash.js.map +1 -1
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js +1 -2
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/fromBlobs.js +1 -2
- package/_cjs/utils/blob/fromBlobs.js.map +1 -1
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js +1 -2
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/toBlobSidecars.js +1 -2
- package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js +1 -2
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/buildRequest.js +2 -3
- package/_cjs/utils/buildRequest.js.map +1 -1
- package/_cjs/utils/ccip.js +3 -3
- package/_cjs/utils/ccip.js.map +1 -1
- package/_cjs/utils/chain/assertCurrentChain.js +1 -2
- package/_cjs/utils/chain/assertCurrentChain.js.map +1 -1
- package/_cjs/utils/chain/defineChain.js +1 -2
- package/_cjs/utils/chain/defineChain.js.map +1 -1
- package/_cjs/utils/chain/extractChain.js +1 -2
- package/_cjs/utils/chain/extractChain.js.map +1 -1
- package/_cjs/utils/chain/getChainContractAddress.js +1 -2
- package/_cjs/utils/chain/getChainContractAddress.js.map +1 -1
- package/_cjs/utils/cursor.js +1 -2
- package/_cjs/utils/cursor.js.map +1 -1
- package/_cjs/utils/data/concat.js +3 -4
- package/_cjs/utils/data/concat.js.map +1 -1
- package/_cjs/utils/data/isBytes.js +1 -2
- package/_cjs/utils/data/isBytes.js.map +1 -1
- package/_cjs/utils/data/isBytesEqual.js +1 -2
- package/_cjs/utils/data/isBytesEqual.js.map +1 -1
- package/_cjs/utils/data/isHex.js +1 -2
- package/_cjs/utils/data/isHex.js.map +1 -1
- package/_cjs/utils/data/pad.js +3 -4
- package/_cjs/utils/data/pad.js.map +1 -1
- package/_cjs/utils/data/size.js +1 -2
- package/_cjs/utils/data/size.js.map +1 -1
- package/_cjs/utils/data/slice.js +3 -4
- package/_cjs/utils/data/slice.js.map +1 -1
- package/_cjs/utils/data/trim.js +1 -2
- package/_cjs/utils/data/trim.js.map +1 -1
- package/_cjs/utils/encoding/fromBytes.js +5 -6
- package/_cjs/utils/encoding/fromBytes.js.map +1 -1
- package/_cjs/utils/encoding/fromHex.js +6 -7
- package/_cjs/utils/encoding/fromHex.js.map +1 -1
- package/_cjs/utils/encoding/fromRlp.js +1 -2
- package/_cjs/utils/encoding/fromRlp.js.map +1 -1
- package/_cjs/utils/encoding/toBytes.js +5 -6
- package/_cjs/utils/encoding/toBytes.js.map +1 -1
- package/_cjs/utils/encoding/toHex.js +5 -6
- package/_cjs/utils/encoding/toHex.js.map +1 -1
- package/_cjs/utils/encoding/toRlp.js +3 -4
- package/_cjs/utils/encoding/toRlp.js.map +1 -1
- package/_cjs/utils/ens/avatar/parseAvatarRecord.js +1 -2
- package/_cjs/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
- package/_cjs/utils/ens/avatar/utils.js +8 -9
- package/_cjs/utils/ens/avatar/utils.js.map +1 -1
- package/_cjs/utils/ens/encodeLabelhash.js +1 -2
- package/_cjs/utils/ens/encodeLabelhash.js.map +1 -1
- package/_cjs/utils/ens/encodedLabelToLabelhash.js +1 -2
- package/_cjs/utils/ens/encodedLabelToLabelhash.js.map +1 -1
- package/_cjs/utils/ens/errors.js +1 -2
- package/_cjs/utils/ens/errors.js.map +1 -1
- package/_cjs/utils/ens/labelhash.js +1 -2
- package/_cjs/utils/ens/labelhash.js.map +1 -1
- package/_cjs/utils/ens/namehash.js +1 -2
- package/_cjs/utils/ens/namehash.js.map +1 -1
- package/_cjs/utils/ens/normalize.js +1 -2
- package/_cjs/utils/ens/normalize.js.map +1 -1
- package/_cjs/utils/ens/packetToBytes.js +1 -2
- package/_cjs/utils/ens/packetToBytes.js.map +1 -1
- package/_cjs/utils/errors/getCallError.js +1 -2
- package/_cjs/utils/errors/getCallError.js.map +1 -1
- package/_cjs/utils/errors/getContractError.js +1 -2
- package/_cjs/utils/errors/getContractError.js.map +1 -1
- package/_cjs/utils/errors/getEstimateGasError.js +1 -2
- package/_cjs/utils/errors/getEstimateGasError.js.map +1 -1
- package/_cjs/utils/errors/getNodeError.js +2 -3
- package/_cjs/utils/errors/getNodeError.js.map +1 -1
- package/_cjs/utils/errors/getTransactionError.js +1 -2
- package/_cjs/utils/errors/getTransactionError.js.map +1 -1
- package/_cjs/utils/filters/createFilterRequestScope.js +1 -2
- package/_cjs/utils/filters/createFilterRequestScope.js.map +1 -1
- package/_cjs/utils/formatters/block.js +2 -2
- package/_cjs/utils/formatters/block.js.map +1 -1
- package/_cjs/utils/formatters/extract.js +1 -2
- package/_cjs/utils/formatters/extract.js.map +1 -1
- package/_cjs/utils/formatters/feeHistory.js +1 -2
- package/_cjs/utils/formatters/feeHistory.js.map +1 -1
- package/_cjs/utils/formatters/formatter.js +1 -2
- package/_cjs/utils/formatters/formatter.js.map +1 -1
- package/_cjs/utils/formatters/log.js +1 -2
- package/_cjs/utils/formatters/log.js.map +1 -1
- package/_cjs/utils/formatters/proof.js +1 -2
- package/_cjs/utils/formatters/proof.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js +2 -2
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_cjs/utils/formatters/transactionReceipt.js +2 -2
- package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +2 -2
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/getAction.js +9 -6
- package/_cjs/utils/getAction.js.map +1 -1
- package/_cjs/utils/hash/hashSignature.js +1 -2
- package/_cjs/utils/hash/hashSignature.js.map +1 -1
- package/_cjs/utils/hash/isHash.js +1 -2
- package/_cjs/utils/hash/isHash.js.map +1 -1
- package/_cjs/utils/hash/keccak256.js +1 -2
- package/_cjs/utils/hash/keccak256.js.map +1 -1
- package/_cjs/utils/hash/normalizeSignature.js +1 -2
- package/_cjs/utils/hash/normalizeSignature.js.map +1 -1
- package/_cjs/utils/hash/ripemd160.js +1 -2
- package/_cjs/utils/hash/ripemd160.js.map +1 -1
- package/_cjs/utils/hash/sha256.js +1 -2
- package/_cjs/utils/hash/sha256.js.map +1 -1
- package/_cjs/utils/hash/toSignatureHash.js +1 -2
- package/_cjs/utils/hash/toSignatureHash.js.map +1 -1
- package/_cjs/utils/index.js.map +1 -1
- package/_cjs/utils/kzg/defineKzg.js +1 -2
- package/_cjs/utils/kzg/defineKzg.js.map +1 -1
- package/_cjs/utils/kzg/setupKzg.js +1 -2
- package/_cjs/utils/kzg/setupKzg.js.map +1 -1
- package/_cjs/utils/nonceManager.js +3 -3
- package/_cjs/utils/nonceManager.js.map +1 -1
- package/_cjs/utils/observe.js +2 -2
- package/_cjs/utils/observe.js.map +1 -1
- package/_cjs/utils/poll.js +1 -2
- package/_cjs/utils/poll.js.map +1 -1
- package/_cjs/utils/promise/createBatchScheduler.js +1 -2
- package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
- package/_cjs/utils/promise/withCache.js +3 -3
- package/_cjs/utils/promise/withCache.js.map +1 -1
- package/_cjs/utils/promise/withDedupe.js +2 -2
- package/_cjs/utils/promise/withDedupe.js.map +1 -1
- package/_cjs/utils/promise/withRetry.js +1 -2
- package/_cjs/utils/promise/withRetry.js.map +1 -1
- package/_cjs/utils/promise/withTimeout.js +1 -2
- package/_cjs/utils/promise/withTimeout.js.map +1 -1
- package/_cjs/utils/rpc/compat.js +2 -2
- package/_cjs/utils/rpc/compat.js.map +1 -1
- package/_cjs/utils/rpc/http.js +1 -2
- package/_cjs/utils/rpc/http.js.map +1 -1
- package/_cjs/utils/rpc/ipc.js +2 -3
- package/_cjs/utils/rpc/ipc.js.map +1 -1
- package/_cjs/utils/rpc/socket.js +2 -2
- package/_cjs/utils/rpc/socket.js.map +1 -1
- package/_cjs/utils/rpc/webSocket.js +1 -2
- package/_cjs/utils/rpc/webSocket.js.map +1 -1
- package/_cjs/utils/signature/compactSignatureToSignature.js +1 -2
- package/_cjs/utils/signature/compactSignatureToSignature.js.map +1 -1
- package/_cjs/utils/signature/hashMessage.js +1 -2
- package/_cjs/utils/signature/hashMessage.js.map +1 -1
- package/_cjs/utils/signature/hashTypedData.js +4 -5
- package/_cjs/utils/signature/hashTypedData.js.map +1 -1
- package/_cjs/utils/signature/isErc6492Signature.js +1 -2
- package/_cjs/utils/signature/isErc6492Signature.js.map +1 -1
- package/_cjs/utils/signature/parseCompactSignature.js +1 -2
- package/_cjs/utils/signature/parseCompactSignature.js.map +1 -1
- package/_cjs/utils/signature/parseErc6492Signature.js +1 -2
- package/_cjs/utils/signature/parseErc6492Signature.js.map +1 -1
- package/_cjs/utils/signature/parseSignature.js +1 -2
- package/_cjs/utils/signature/parseSignature.js.map +1 -1
- package/_cjs/utils/signature/recoverAddress.js +1 -2
- package/_cjs/utils/signature/recoverAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverMessageAddress.js +1 -2
- package/_cjs/utils/signature/recoverMessageAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverPublicKey.js +1 -2
- package/_cjs/utils/signature/recoverPublicKey.js.map +1 -1
- package/_cjs/utils/signature/recoverTransactionAddress.js +1 -2
- package/_cjs/utils/signature/recoverTransactionAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverTypedDataAddress.js +1 -2
- package/_cjs/utils/signature/recoverTypedDataAddress.js.map +1 -1
- package/_cjs/utils/signature/serializeCompactSignature.js +1 -2
- package/_cjs/utils/signature/serializeCompactSignature.js.map +1 -1
- package/_cjs/utils/signature/serializeErc6492Signature.js +1 -2
- package/_cjs/utils/signature/serializeErc6492Signature.js.map +1 -1
- package/_cjs/utils/signature/serializeSignature.js +1 -2
- package/_cjs/utils/signature/serializeSignature.js.map +1 -1
- package/_cjs/utils/signature/signatureToCompactSignature.js +1 -2
- package/_cjs/utils/signature/signatureToCompactSignature.js.map +1 -1
- package/_cjs/utils/signature/toPrefixedMessage.js +1 -2
- package/_cjs/utils/signature/toPrefixedMessage.js.map +1 -1
- package/_cjs/utils/signature/verifyMessage.js +1 -2
- package/_cjs/utils/signature/verifyMessage.js.map +1 -1
- package/_cjs/utils/signature/verifyTypedData.js +1 -2
- package/_cjs/utils/signature/verifyTypedData.js.map +1 -1
- package/_cjs/utils/siwe/createSiweMessage.js +1 -2
- package/_cjs/utils/siwe/createSiweMessage.js.map +1 -1
- package/_cjs/utils/siwe/generateSiweNonce.js +1 -2
- package/_cjs/utils/siwe/generateSiweNonce.js.map +1 -1
- package/_cjs/utils/siwe/parseSiweMessage.js +1 -2
- package/_cjs/utils/siwe/parseSiweMessage.js.map +1 -1
- package/_cjs/utils/siwe/utils.js +1 -2
- package/_cjs/utils/siwe/utils.js.map +1 -1
- package/_cjs/utils/siwe/validateSiweMessage.js +1 -2
- package/_cjs/utils/siwe/validateSiweMessage.js.map +1 -1
- package/_cjs/utils/stateOverride.js +3 -4
- package/_cjs/utils/stateOverride.js.map +1 -1
- package/_cjs/utils/transaction/assertRequest.js +1 -2
- package/_cjs/utils/transaction/assertRequest.js.map +1 -1
- package/_cjs/utils/transaction/assertTransaction.js +4 -5
- package/_cjs/utils/transaction/assertTransaction.js.map +1 -1
- package/_cjs/utils/transaction/getSerializedTransactionType.js +1 -2
- package/_cjs/utils/transaction/getSerializedTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/getTransactionType.js +1 -2
- package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/parseTransaction.js +3 -4
- package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
- package/_cjs/utils/transaction/serializeAccessList.js +1 -2
- package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +2 -3
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_cjs/utils/typedData.js +4 -5
- package/_cjs/utils/typedData.js.map +1 -1
- package/_cjs/utils/uid.js +1 -2
- package/_cjs/utils/uid.js.map +1 -1
- package/_cjs/utils/unit/formatEther.js +1 -2
- package/_cjs/utils/unit/formatEther.js.map +1 -1
- package/_cjs/utils/unit/formatGwei.js +1 -2
- package/_cjs/utils/unit/formatGwei.js.map +1 -1
- package/_cjs/utils/unit/formatUnits.js +1 -2
- package/_cjs/utils/unit/formatUnits.js.map +1 -1
- package/_cjs/utils/unit/parseEther.js +1 -2
- package/_cjs/utils/unit/parseEther.js.map +1 -1
- package/_cjs/utils/unit/parseGwei.js +1 -2
- package/_cjs/utils/unit/parseGwei.js.map +1 -1
- package/_cjs/utils/unit/parseUnits.js +1 -2
- package/_cjs/utils/unit/parseUnits.js.map +1 -1
- package/_cjs/utils/wait.js +1 -2
- package/_cjs/utils/wait.js.map +1 -1
- package/_cjs/zksync/actions/deployContract.js +1 -2
- package/_cjs/zksync/actions/deployContract.js.map +1 -1
- package/_cjs/zksync/actions/estimateFee.js +1 -2
- package/_cjs/zksync/actions/estimateFee.js.map +1 -1
- package/_cjs/zksync/actions/estimateGasL1ToL2.js +1 -2
- package/_cjs/zksync/actions/estimateGasL1ToL2.js.map +1 -1
- package/_cjs/zksync/actions/getAllBalances.js +1 -2
- package/_cjs/zksync/actions/getAllBalances.js.map +1 -1
- package/_cjs/zksync/actions/getBaseTokenL1Address.js +1 -2
- package/_cjs/zksync/actions/getBaseTokenL1Address.js.map +1 -1
- package/_cjs/zksync/actions/getBlockDetails.js +1 -2
- package/_cjs/zksync/actions/getBlockDetails.js.map +1 -1
- package/_cjs/zksync/actions/getBridgehubContractAddress.js +1 -2
- package/_cjs/zksync/actions/getBridgehubContractAddress.js.map +1 -1
- package/_cjs/zksync/actions/getDefaultBridgeAddresses.js +1 -2
- package/_cjs/zksync/actions/getDefaultBridgeAddresses.js.map +1 -1
- package/_cjs/zksync/actions/getL1Allowance.js +1 -2
- package/_cjs/zksync/actions/getL1Allowance.js.map +1 -1
- package/_cjs/zksync/actions/getL1Balance.js +1 -2
- package/_cjs/zksync/actions/getL1Balance.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchBlockRange.js +1 -2
- package/_cjs/zksync/actions/getL1BatchBlockRange.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchDetails.js +1 -2
- package/_cjs/zksync/actions/getL1BatchDetails.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchNumber.js +1 -2
- package/_cjs/zksync/actions/getL1BatchNumber.js.map +1 -1
- package/_cjs/zksync/actions/getL1ChainId.js +1 -2
- package/_cjs/zksync/actions/getL1ChainId.js.map +1 -1
- package/_cjs/zksync/actions/getL1TokenBalance.js +1 -2
- package/_cjs/zksync/actions/getL1TokenBalance.js.map +1 -1
- package/_cjs/zksync/actions/getLogProof.js +1 -2
- package/_cjs/zksync/actions/getLogProof.js.map +1 -1
- package/_cjs/zksync/actions/getMainContractAddress.js +1 -2
- package/_cjs/zksync/actions/getMainContractAddress.js.map +1 -1
- package/_cjs/zksync/actions/getRawBlockTransactions.js +1 -2
- package/_cjs/zksync/actions/getRawBlockTransactions.js.map +1 -1
- package/_cjs/zksync/actions/getTestnetPaymasterAddress.js +1 -2
- package/_cjs/zksync/actions/getTestnetPaymasterAddress.js.map +1 -1
- package/_cjs/zksync/actions/getTransactionDetails.js +1 -2
- package/_cjs/zksync/actions/getTransactionDetails.js.map +1 -1
- package/_cjs/zksync/actions/sendEip712Transaction.js +1 -2
- package/_cjs/zksync/actions/sendEip712Transaction.js.map +1 -1
- package/_cjs/zksync/actions/sendTransaction.js +1 -2
- package/_cjs/zksync/actions/sendTransaction.js.map +1 -1
- package/_cjs/zksync/actions/signEip712Transaction.js +1 -2
- package/_cjs/zksync/actions/signEip712Transaction.js.map +1 -1
- package/_cjs/zksync/actions/signTransaction.js +1 -2
- package/_cjs/zksync/actions/signTransaction.js.map +1 -1
- package/_cjs/zksync/decorators/eip712.js +1 -2
- package/_cjs/zksync/decorators/eip712.js.map +1 -1
- package/_cjs/zksync/decorators/publicL1.js +1 -2
- package/_cjs/zksync/decorators/publicL1.js.map +1 -1
- package/_cjs/zksync/decorators/publicL2.js +1 -2
- package/_cjs/zksync/decorators/publicL2.js.map +1 -1
- package/_cjs/zksync/serializers.js +2 -2
- package/_cjs/zksync/serializers.js.map +1 -1
- package/_cjs/zksync/utils/abi/encodeDeployData.js +1 -2
- package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/zksync/utils/assertEip712Request.js +1 -2
- package/_cjs/zksync/utils/assertEip712Request.js.map +1 -1
- package/_cjs/zksync/utils/assertEip712Transaction.js +1 -2
- package/_cjs/zksync/utils/assertEip712Transaction.js.map +1 -1
- package/_cjs/zksync/utils/camelCaseKeys.js +1 -2
- package/_cjs/zksync/utils/camelCaseKeys.js.map +1 -1
- package/_cjs/zksync/utils/hashBytecode.js +1 -2
- package/_cjs/zksync/utils/hashBytecode.js.map +1 -1
- package/_cjs/zksync/utils/isEip712Transaction.js +1 -2
- package/_cjs/zksync/utils/isEip712Transaction.js.map +1 -1
- package/_cjs/zksync/utils/isEth.js +1 -2
- package/_cjs/zksync/utils/isEth.js.map +1 -1
- package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js +1 -2
- package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js.map +1 -1
- package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js +1 -2
- package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js.map +1 -1
- package/_esm/actions/public/createEventFilter.js +7 -7
- package/_esm/actions/public/createEventFilter.js.map +1 -1
- package/_esm/actions/public/getLogs.js +7 -7
- package/_esm/actions/public/getLogs.js.map +1 -1
- package/_esm/actions/public/watchEvent.js +7 -7
- package/_esm/actions/public/watchEvent.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +1 -0
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/chains/definitions/dchain.js +24 -0
- package/_esm/chains/definitions/dchain.js.map +1 -0
- package/_esm/chains/definitions/dchainTestnet.js +26 -0
- package/_esm/chains/definitions/dchainTestnet.js.map +1 -0
- package/_esm/chains/index.js +2 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/erc7715/actions/grantPermissions.js +130 -0
- package/_esm/experimental/erc7715/actions/grantPermissions.js.map +1 -0
- package/_esm/experimental/erc7715/decorators/erc7715.js +3 -3
- package/_esm/experimental/erc7715/types/policy.js +2 -0
- package/_esm/experimental/erc7715/types/policy.js.map +1 -0
- package/_esm/experimental/index.js +1 -3
- package/_esm/experimental/index.js.map +1 -1
- package/_esm/experimental/solady/actions/signTypedData.js +6 -28
- package/_esm/experimental/solady/actions/signTypedData.js.map +1 -1
- package/_esm/experimental/solady/index.js +8 -0
- package/_esm/experimental/solady/index.js.map +1 -0
- package/_esm/experimental/solady/utils/hashMessage.js +32 -0
- package/_esm/experimental/solady/utils/hashMessage.js.map +1 -0
- package/_esm/experimental/solady/utils/hashTypedData.js +72 -0
- package/_esm/experimental/solady/utils/hashTypedData.js.map +1 -0
- package/_esm/experimental/solady/utils/wrapTypedDataSignature.js +82 -0
- package/_esm/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
- package/_esm/index.js.map +1 -1
- package/_esm/utils/abi/encodeEventTopics.js +5 -5
- package/_esm/utils/abi/encodeEventTopics.js.map +1 -1
- package/_esm/utils/getAction.js +11 -7
- package/_esm/utils/getAction.js.map +1 -1
- package/_esm/utils/index.js.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +1086 -1086
- package/_types/celo/formatters.d.ts +543 -543
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +260 -260
- package/_types/chains/definitions/ancient8Sepolia.d.ts +260 -260
- package/_types/chains/definitions/base.d.ts +260 -260
- package/_types/chains/definitions/baseGoerli.d.ts +260 -260
- package/_types/chains/definitions/baseSepolia.d.ts +260 -260
- package/_types/chains/definitions/celo.d.ts +1086 -1086
- package/_types/chains/definitions/celoAlfajores.d.ts +1086 -1086
- package/_types/chains/definitions/dchain.d.ts +1049 -0
- package/_types/chains/definitions/dchain.d.ts.map +1 -0
- package/_types/chains/definitions/dchainTestnet.d.ts +1049 -0
- package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/fraxtal.d.ts +260 -260
- package/_types/chains/definitions/fraxtalTestnet.d.ts +260 -260
- package/_types/chains/definitions/funkiSepolia.d.ts +260 -260
- package/_types/chains/definitions/lisk.d.ts +315 -315
- package/_types/chains/definitions/liskSepolia.d.ts +260 -260
- package/_types/chains/definitions/metalL2.d.ts +260 -260
- package/_types/chains/definitions/optimism.d.ts +260 -260
- package/_types/chains/definitions/optimismGoerli.d.ts +260 -260
- package/_types/chains/definitions/optimismSepolia.d.ts +260 -260
- package/_types/chains/definitions/pgn.d.ts +260 -260
- package/_types/chains/definitions/pgnTestnet.d.ts +260 -260
- package/_types/chains/definitions/playfiAlbireo.d.ts +315 -315
- package/_types/chains/definitions/rss3.d.ts +260 -260
- package/_types/chains/definitions/rss3Sepolia.d.ts +260 -260
- package/_types/chains/definitions/zkSync.d.ts +315 -315
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +315 -315
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +315 -315
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +315 -315
- package/_types/chains/definitions/zkSyncTestnet.d.ts +315 -315
- package/_types/chains/definitions/zora.d.ts +260 -260
- package/_types/chains/definitions/zoraSepolia.d.ts +260 -260
- package/_types/chains/definitions/zoraTestnet.d.ts +260 -260
- package/_types/chains/index.d.ts +2 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -1
- package/_types/experimental/erc7715/actions/{issuePermissions.d.ts → grantPermissions.d.ts} +18 -16
- package/_types/experimental/erc7715/actions/{issuePermissions.d.ts.map → grantPermissions.d.ts.map} +1 -1
- package/_types/experimental/erc7715/decorators/erc7715.d.ts +5 -5
- package/_types/experimental/erc7715/decorators/erc7715.d.ts.map +1 -1
- package/_types/experimental/erc7715/types/permission.d.ts +24 -20
- package/_types/experimental/erc7715/types/permission.d.ts.map +1 -1
- package/_types/experimental/erc7715/types/policy.d.ts +36 -0
- package/_types/experimental/erc7715/types/policy.d.ts.map +1 -0
- package/_types/experimental/erc7715/types/signer.d.ts +5 -1
- package/_types/experimental/erc7715/types/signer.d.ts.map +1 -1
- package/_types/experimental/index.d.ts +1 -3
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/experimental/solady/actions/signTypedData.d.ts.map +1 -1
- package/_types/experimental/solady/decorators/solady.d.ts.map +1 -1
- package/_types/experimental/solady/index.d.ts +7 -0
- package/_types/experimental/solady/index.d.ts.map +1 -0
- package/_types/experimental/solady/utils/hashMessage.d.ts +30 -0
- package/_types/experimental/solady/utils/hashMessage.d.ts.map +1 -0
- package/_types/experimental/solady/utils/hashTypedData.d.ts +59 -0
- package/_types/experimental/solady/utils/hashTypedData.d.ts.map +1 -0
- package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts +50 -0
- package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts.map +1 -0
- package/_types/index.d.ts +2 -2
- package/_types/index.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +260 -260
- package/_types/op-stack/decorators/publicL1.d.ts.map +1 -1
- package/_types/op-stack/decorators/publicL2.d.ts.map +1 -1
- package/_types/op-stack/decorators/walletL1.d.ts.map +1 -1
- package/_types/op-stack/decorators/walletL2.d.ts.map +1 -1
- package/_types/op-stack/formatters.d.ts +260 -260
- package/_types/op-stack/formatters.d.ts.map +1 -1
- package/_types/types/eip1193.d.ts +19 -10
- package/_types/types/eip1193.d.ts.map +1 -1
- package/_types/utils/abi/decodeFunctionData.d.ts +1 -1
- package/_types/utils/abi/decodeFunctionData.d.ts.map +1 -1
- package/_types/utils/abi/encodeEventTopics.d.ts +3 -1
- package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
- package/_types/utils/formatters/block.d.ts.map +1 -1
- package/_types/utils/formatters/formatter.d.ts +2 -2
- package/_types/utils/formatters/formatter.d.ts.map +1 -1
- package/_types/utils/formatters/log.d.ts.map +1 -1
- package/_types/utils/formatters/proof.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +127 -126
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +67 -66
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/getAction.d.ts +9 -1
- package/_types/utils/getAction.d.ts.map +1 -1
- package/_types/utils/index.d.ts +1 -1
- package/_types/utils/index.d.ts.map +1 -1
- package/_types/utils/rpc/compat.d.ts.map +1 -1
- package/_types/utils/rpc/ipc.d.ts +0 -2
- package/_types/utils/rpc/ipc.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +315 -315
- package/_types/zksync/decorators/eip712.d.ts.map +1 -1
- package/_types/zksync/decorators/publicL1.d.ts.map +1 -1
- package/_types/zksync/decorators/publicL2.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +315 -315
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/public/createEventFilter.ts +9 -9
- package/actions/public/getLogs.ts +9 -9
- package/actions/public/watchEvent.ts +9 -9
- package/actions/wallet/sendTransaction.ts +1 -0
- package/chains/definitions/dchain.ts +24 -0
- package/chains/definitions/dchainTestnet.ts +27 -0
- package/chains/index.ts +2 -0
- package/errors/version.ts +1 -1
- package/experimental/erc7715/actions/{issuePermissions.ts → grantPermissions.ts} +82 -54
- package/experimental/erc7715/decorators/erc7715.ts +11 -11
- package/experimental/erc7715/types/permission.ts +28 -26
- package/experimental/erc7715/types/policy.ts +43 -0
- package/experimental/erc7715/types/signer.ts +8 -1
- package/experimental/index.ts +4 -16
- package/experimental/solady/actions/signTypedData.ts +6 -35
- package/experimental/solady/index.ts +36 -0
- package/experimental/solady/utils/hashMessage.ts +60 -0
- package/experimental/solady/utils/hashTypedData.ts +112 -0
- package/experimental/solady/utils/wrapTypedDataSignature.ts +108 -0
- package/index.ts +3 -2
- package/package.json +9 -1
- package/types/eip1193.ts +19 -10
- package/utils/abi/encodeEventTopics.ts +13 -11
- package/utils/getAction.ts +31 -15
- package/utils/index.ts +1 -0
- package/_cjs/experimental/erc7715/actions/issuePermissions.js +0 -74
- package/_cjs/experimental/erc7715/actions/issuePermissions.js.map +0 -1
- package/_esm/experimental/erc7715/actions/issuePermissions.js +0 -107
- package/_esm/experimental/erc7715/actions/issuePermissions.js.map +0 -1
|
@@ -3,37 +3,37 @@ export declare const chainConfig: {
|
|
|
3
3
|
readonly block: {
|
|
4
4
|
exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
|
|
5
5
|
format: (args: import("../types/utils.js").Assign<import("../index.js").ExactPartial<import("../index.js").RpcBlock>, import("./types.js").CeloBlockOverrides & {
|
|
6
|
-
transactions: readonly
|
|
6
|
+
transactions: readonly import("../index.js").Hash[] | readonly import("./types.js").CeloRpcTransaction[];
|
|
7
7
|
}>) => {
|
|
8
8
|
baseFeePerGas: bigint | null;
|
|
9
9
|
blobGasUsed: bigint;
|
|
10
10
|
difficulty: bigint;
|
|
11
11
|
excessBlobGas: bigint;
|
|
12
|
-
extraData:
|
|
12
|
+
extraData: import("../index.js").Hex;
|
|
13
13
|
gasLimit: bigint;
|
|
14
14
|
gasUsed: bigint;
|
|
15
15
|
hash: `0x${string}` | null;
|
|
16
16
|
logsBloom: `0x${string}` | null;
|
|
17
|
-
miner:
|
|
18
|
-
mixHash:
|
|
17
|
+
miner: import("abitype").Address;
|
|
18
|
+
mixHash: import("../index.js").Hash;
|
|
19
19
|
nonce: `0x${string}` | null;
|
|
20
20
|
number: bigint | null;
|
|
21
|
-
parentHash:
|
|
22
|
-
receiptsRoot:
|
|
23
|
-
sealFields:
|
|
24
|
-
sha3Uncles:
|
|
21
|
+
parentHash: import("../index.js").Hash;
|
|
22
|
+
receiptsRoot: import("../index.js").Hex;
|
|
23
|
+
sealFields: import("../index.js").Hex[];
|
|
24
|
+
sha3Uncles: import("../index.js").Hash;
|
|
25
25
|
size: bigint;
|
|
26
|
-
stateRoot:
|
|
26
|
+
stateRoot: import("../index.js").Hash;
|
|
27
27
|
timestamp: bigint;
|
|
28
28
|
totalDifficulty: bigint | null;
|
|
29
29
|
transactions: readonly `0x${string}`[] | readonly import("./types.js").CeloTransaction[];
|
|
30
|
-
transactionsRoot:
|
|
31
|
-
uncles:
|
|
30
|
+
transactionsRoot: import("../index.js").Hash;
|
|
31
|
+
uncles: import("../index.js").Hash[];
|
|
32
32
|
withdrawals?: import("../index.js").Withdrawal[] | undefined;
|
|
33
|
-
withdrawalsRoot?:
|
|
33
|
+
withdrawalsRoot?: import("../index.js").Hex | undefined;
|
|
34
34
|
randomness: {
|
|
35
|
-
committed:
|
|
36
|
-
revealed:
|
|
35
|
+
committed: import("../index.js").Hex;
|
|
36
|
+
revealed: import("../index.js").Hex;
|
|
37
37
|
};
|
|
38
38
|
} & {
|
|
39
39
|
nonce: never;
|
|
@@ -48,16 +48,16 @@ export declare const chainConfig: {
|
|
|
48
48
|
exclude: [] | undefined;
|
|
49
49
|
format: (args: ({
|
|
50
50
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
51
|
-
r?:
|
|
52
|
-
s?:
|
|
51
|
+
r?: import("../index.js").Hex;
|
|
52
|
+
s?: import("../index.js").Hex;
|
|
53
53
|
v?: `0x${string}`;
|
|
54
54
|
yParity?: `0x${string}` | undefined;
|
|
55
55
|
gasPrice?: `0x${string}` | undefined;
|
|
56
56
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
57
57
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
58
58
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
59
|
-
to?:
|
|
60
|
-
from?:
|
|
59
|
+
to?: import("abitype").Address | null;
|
|
60
|
+
from?: import("abitype").Address;
|
|
61
61
|
gas?: `0x${string}`;
|
|
62
62
|
nonce?: `0x${string}`;
|
|
63
63
|
value?: `0x${string}`;
|
|
@@ -65,22 +65,22 @@ export declare const chainConfig: {
|
|
|
65
65
|
blobVersionedHashes?: undefined;
|
|
66
66
|
blockHash?: `0x${string}` | null;
|
|
67
67
|
blockNumber?: `0x${string}` | null;
|
|
68
|
-
hash?:
|
|
69
|
-
input?:
|
|
68
|
+
hash?: import("../index.js").Hash;
|
|
69
|
+
input?: import("../index.js").Hex;
|
|
70
70
|
transactionIndex?: `0x${string}` | null;
|
|
71
71
|
chainId?: `0x${string}` | undefined;
|
|
72
72
|
} & {
|
|
73
73
|
type: "0x0";
|
|
74
|
-
r:
|
|
75
|
-
s:
|
|
74
|
+
r: import("../index.js").Hex;
|
|
75
|
+
s: import("../index.js").Hex;
|
|
76
76
|
v: `0x${string}`;
|
|
77
77
|
yParity?: undefined;
|
|
78
78
|
gasPrice: `0x${string}`;
|
|
79
79
|
maxFeePerBlobGas?: undefined;
|
|
80
80
|
maxFeePerGas?: undefined;
|
|
81
81
|
maxPriorityFeePerGas?: undefined;
|
|
82
|
-
to:
|
|
83
|
-
from:
|
|
82
|
+
to: import("abitype").Address | null;
|
|
83
|
+
from: import("abitype").Address;
|
|
84
84
|
gas: `0x${string}`;
|
|
85
85
|
nonce: `0x${string}`;
|
|
86
86
|
value: `0x${string}`;
|
|
@@ -88,26 +88,26 @@ export declare const chainConfig: {
|
|
|
88
88
|
blobVersionedHashes?: undefined;
|
|
89
89
|
blockHash: `0x${string}` | null;
|
|
90
90
|
blockNumber: `0x${string}` | null;
|
|
91
|
-
hash:
|
|
92
|
-
input:
|
|
91
|
+
hash: import("../index.js").Hash;
|
|
92
|
+
input: import("../index.js").Hex;
|
|
93
93
|
transactionIndex: `0x${string}` | null;
|
|
94
94
|
chainId?: `0x${string}` | undefined;
|
|
95
95
|
} & {
|
|
96
|
-
feeCurrency:
|
|
97
|
-
gatewayFee:
|
|
98
|
-
gatewayFeeRecipient:
|
|
96
|
+
feeCurrency: import("abitype").Address | null;
|
|
97
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
98
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
99
99
|
}) | ({
|
|
100
100
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
101
|
-
r?:
|
|
102
|
-
s?:
|
|
101
|
+
r?: import("../index.js").Hex;
|
|
102
|
+
s?: import("../index.js").Hex;
|
|
103
103
|
v?: `0x${string}`;
|
|
104
104
|
yParity?: `0x${string}` | undefined;
|
|
105
105
|
gasPrice?: `0x${string}` | undefined;
|
|
106
106
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
107
107
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
108
108
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
109
|
-
to?:
|
|
110
|
-
from?:
|
|
109
|
+
to?: import("abitype").Address | null;
|
|
110
|
+
from?: import("abitype").Address;
|
|
111
111
|
gas?: `0x${string}`;
|
|
112
112
|
nonce?: `0x${string}`;
|
|
113
113
|
value?: `0x${string}`;
|
|
@@ -115,27 +115,27 @@ export declare const chainConfig: {
|
|
|
115
115
|
blobVersionedHashes?: undefined;
|
|
116
116
|
blockHash?: `0x${string}` | null;
|
|
117
117
|
blockNumber?: `0x${string}` | null;
|
|
118
|
-
hash?:
|
|
119
|
-
input?:
|
|
118
|
+
hash?: import("../index.js").Hash;
|
|
119
|
+
input?: import("../index.js").Hex;
|
|
120
120
|
transactionIndex?: `0x${string}` | null;
|
|
121
121
|
chainId?: `0x${string}` | undefined;
|
|
122
122
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
123
|
-
feeCurrency:
|
|
124
|
-
gatewayFee:
|
|
125
|
-
gatewayFeeRecipient:
|
|
123
|
+
feeCurrency: import("abitype").Address | null;
|
|
124
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
125
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
126
126
|
type: "0x7c";
|
|
127
127
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
128
128
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
129
|
-
r?:
|
|
130
|
-
s?:
|
|
129
|
+
r?: import("../index.js").Hex;
|
|
130
|
+
s?: import("../index.js").Hex;
|
|
131
131
|
v?: `0x${string}`;
|
|
132
132
|
yParity?: `0x${string}` | undefined;
|
|
133
133
|
gasPrice?: `0x${string}` | undefined;
|
|
134
134
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
135
135
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
136
136
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
137
|
-
to?:
|
|
138
|
-
from?:
|
|
137
|
+
to?: import("abitype").Address | null;
|
|
138
|
+
from?: import("abitype").Address;
|
|
139
139
|
gas?: `0x${string}`;
|
|
140
140
|
nonce?: `0x${string}`;
|
|
141
141
|
value?: `0x${string}`;
|
|
@@ -143,26 +143,26 @@ export declare const chainConfig: {
|
|
|
143
143
|
blobVersionedHashes?: undefined;
|
|
144
144
|
blockHash?: `0x${string}` | null;
|
|
145
145
|
blockNumber?: `0x${string}` | null;
|
|
146
|
-
hash?:
|
|
147
|
-
input?:
|
|
146
|
+
hash?: import("../index.js").Hash;
|
|
147
|
+
input?: import("../index.js").Hex;
|
|
148
148
|
transactionIndex?: `0x${string}` | null;
|
|
149
149
|
chainId?: `0x${string}` | undefined;
|
|
150
150
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
151
|
-
feeCurrency:
|
|
151
|
+
feeCurrency: import("abitype").Address | null;
|
|
152
152
|
gatewayFee?: undefined;
|
|
153
153
|
gatewayFeeRecipient?: undefined;
|
|
154
154
|
type: "0x7b";
|
|
155
155
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
156
156
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
157
|
-
r?:
|
|
158
|
-
s?:
|
|
157
|
+
r?: import("../index.js").Hex;
|
|
158
|
+
s?: import("../index.js").Hex;
|
|
159
159
|
v?: `0x${string}`;
|
|
160
160
|
gasPrice?: `0x${string}` | undefined;
|
|
161
161
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
162
162
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
163
163
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
164
|
-
to?:
|
|
165
|
-
from?:
|
|
164
|
+
to?: import("abitype").Address | null;
|
|
165
|
+
from?: import("abitype").Address;
|
|
166
166
|
gas?: `0x${string}`;
|
|
167
167
|
nonce?: `0x${string}`;
|
|
168
168
|
value?: `0x${string}`;
|
|
@@ -170,23 +170,23 @@ export declare const chainConfig: {
|
|
|
170
170
|
blobVersionedHashes?: undefined;
|
|
171
171
|
blockHash?: `0x${string}` | null;
|
|
172
172
|
blockNumber?: `0x${string}` | null;
|
|
173
|
-
hash?:
|
|
174
|
-
input?:
|
|
173
|
+
hash?: import("../index.js").Hash;
|
|
174
|
+
input?: import("../index.js").Hex;
|
|
175
175
|
transactionIndex?: `0x${string}` | null;
|
|
176
176
|
chainId?: `0x${string}` | undefined;
|
|
177
177
|
yParity?: `0x${string}` | undefined;
|
|
178
178
|
} & {
|
|
179
179
|
type: "0x0";
|
|
180
|
-
r:
|
|
181
|
-
s:
|
|
180
|
+
r: import("../index.js").Hex;
|
|
181
|
+
s: import("../index.js").Hex;
|
|
182
182
|
v: `0x${string}`;
|
|
183
183
|
yParity?: undefined;
|
|
184
184
|
gasPrice: `0x${string}`;
|
|
185
185
|
maxFeePerBlobGas?: undefined;
|
|
186
186
|
maxFeePerGas?: undefined;
|
|
187
187
|
maxPriorityFeePerGas?: undefined;
|
|
188
|
-
to:
|
|
189
|
-
from:
|
|
188
|
+
to: import("abitype").Address | null;
|
|
189
|
+
from: import("abitype").Address;
|
|
190
190
|
gas: `0x${string}`;
|
|
191
191
|
nonce: `0x${string}`;
|
|
192
192
|
value: `0x${string}`;
|
|
@@ -194,25 +194,25 @@ export declare const chainConfig: {
|
|
|
194
194
|
blobVersionedHashes?: undefined;
|
|
195
195
|
blockHash: `0x${string}` | null;
|
|
196
196
|
blockNumber: `0x${string}` | null;
|
|
197
|
-
hash:
|
|
198
|
-
input:
|
|
197
|
+
hash: import("../index.js").Hash;
|
|
198
|
+
input: import("../index.js").Hex;
|
|
199
199
|
transactionIndex: `0x${string}` | null;
|
|
200
200
|
chainId?: `0x${string}` | undefined;
|
|
201
201
|
} & {
|
|
202
|
-
feeCurrency:
|
|
203
|
-
gatewayFee:
|
|
204
|
-
gatewayFeeRecipient:
|
|
202
|
+
feeCurrency: import("abitype").Address | null;
|
|
203
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
204
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
205
205
|
}) | ({
|
|
206
206
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
207
|
-
r?:
|
|
208
|
-
s?:
|
|
207
|
+
r?: import("../index.js").Hex;
|
|
208
|
+
s?: import("../index.js").Hex;
|
|
209
209
|
v?: `0x${string}`;
|
|
210
210
|
gasPrice?: `0x${string}` | undefined;
|
|
211
211
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
212
212
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
213
213
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
214
|
-
to?:
|
|
215
|
-
from?:
|
|
214
|
+
to?: import("abitype").Address | null;
|
|
215
|
+
from?: import("abitype").Address;
|
|
216
216
|
gas?: `0x${string}`;
|
|
217
217
|
nonce?: `0x${string}`;
|
|
218
218
|
value?: `0x${string}`;
|
|
@@ -220,22 +220,22 @@ export declare const chainConfig: {
|
|
|
220
220
|
blobVersionedHashes?: undefined;
|
|
221
221
|
blockHash?: `0x${string}` | null;
|
|
222
222
|
blockNumber?: `0x${string}` | null;
|
|
223
|
-
hash?:
|
|
224
|
-
input?:
|
|
223
|
+
hash?: import("../index.js").Hash;
|
|
224
|
+
input?: import("../index.js").Hex;
|
|
225
225
|
transactionIndex?: `0x${string}` | null;
|
|
226
226
|
chainId?: `0x${string}` | undefined;
|
|
227
227
|
yParity?: `0x${string}` | undefined;
|
|
228
228
|
} & {
|
|
229
229
|
type: "0x1";
|
|
230
|
-
r:
|
|
231
|
-
s:
|
|
230
|
+
r: import("../index.js").Hex;
|
|
231
|
+
s: import("../index.js").Hex;
|
|
232
232
|
v: `0x${string}`;
|
|
233
233
|
gasPrice: `0x${string}`;
|
|
234
234
|
maxFeePerBlobGas?: undefined;
|
|
235
235
|
maxFeePerGas?: undefined;
|
|
236
236
|
maxPriorityFeePerGas?: undefined;
|
|
237
|
-
to:
|
|
238
|
-
from:
|
|
237
|
+
to: import("abitype").Address | null;
|
|
238
|
+
from: import("abitype").Address;
|
|
239
239
|
gas: `0x${string}`;
|
|
240
240
|
nonce: `0x${string}`;
|
|
241
241
|
value: `0x${string}`;
|
|
@@ -243,26 +243,26 @@ export declare const chainConfig: {
|
|
|
243
243
|
blobVersionedHashes?: undefined;
|
|
244
244
|
blockHash: `0x${string}` | null;
|
|
245
245
|
blockNumber: `0x${string}` | null;
|
|
246
|
-
hash:
|
|
247
|
-
input:
|
|
246
|
+
hash: import("../index.js").Hash;
|
|
247
|
+
input: import("../index.js").Hex;
|
|
248
248
|
transactionIndex: `0x${string}` | null;
|
|
249
249
|
chainId: `0x${string}`;
|
|
250
250
|
yParity?: `0x${string}` | undefined;
|
|
251
251
|
} & {
|
|
252
|
-
feeCurrency:
|
|
253
|
-
gatewayFee:
|
|
254
|
-
gatewayFeeRecipient:
|
|
252
|
+
feeCurrency: import("abitype").Address | null;
|
|
253
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
254
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
255
255
|
}) | ({
|
|
256
256
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
257
|
-
r?:
|
|
258
|
-
s?:
|
|
257
|
+
r?: import("../index.js").Hex;
|
|
258
|
+
s?: import("../index.js").Hex;
|
|
259
259
|
v?: `0x${string}`;
|
|
260
260
|
gasPrice?: `0x${string}` | undefined;
|
|
261
261
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
262
262
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
263
263
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
264
|
-
to?:
|
|
265
|
-
from?:
|
|
264
|
+
to?: import("abitype").Address | null;
|
|
265
|
+
from?: import("abitype").Address;
|
|
266
266
|
gas?: `0x${string}`;
|
|
267
267
|
nonce?: `0x${string}`;
|
|
268
268
|
value?: `0x${string}`;
|
|
@@ -270,22 +270,22 @@ export declare const chainConfig: {
|
|
|
270
270
|
blobVersionedHashes?: undefined;
|
|
271
271
|
blockHash?: `0x${string}` | null;
|
|
272
272
|
blockNumber?: `0x${string}` | null;
|
|
273
|
-
hash?:
|
|
274
|
-
input?:
|
|
273
|
+
hash?: import("../index.js").Hash;
|
|
274
|
+
input?: import("../index.js").Hex;
|
|
275
275
|
transactionIndex?: `0x${string}` | null;
|
|
276
276
|
chainId?: `0x${string}` | undefined;
|
|
277
277
|
yParity?: `0x${string}` | undefined;
|
|
278
278
|
} & {
|
|
279
279
|
type: "0x2";
|
|
280
|
-
r:
|
|
281
|
-
s:
|
|
280
|
+
r: import("../index.js").Hex;
|
|
281
|
+
s: import("../index.js").Hex;
|
|
282
282
|
v: `0x${string}`;
|
|
283
283
|
gasPrice?: undefined;
|
|
284
284
|
maxFeePerBlobGas?: undefined;
|
|
285
285
|
maxFeePerGas: `0x${string}`;
|
|
286
286
|
maxPriorityFeePerGas: `0x${string}`;
|
|
287
|
-
to:
|
|
288
|
-
from:
|
|
287
|
+
to: import("abitype").Address | null;
|
|
288
|
+
from: import("abitype").Address;
|
|
289
289
|
gas: `0x${string}`;
|
|
290
290
|
nonce: `0x${string}`;
|
|
291
291
|
value: `0x${string}`;
|
|
@@ -293,26 +293,26 @@ export declare const chainConfig: {
|
|
|
293
293
|
blobVersionedHashes?: undefined;
|
|
294
294
|
blockHash: `0x${string}` | null;
|
|
295
295
|
blockNumber: `0x${string}` | null;
|
|
296
|
-
hash:
|
|
297
|
-
input:
|
|
296
|
+
hash: import("../index.js").Hash;
|
|
297
|
+
input: import("../index.js").Hex;
|
|
298
298
|
transactionIndex: `0x${string}` | null;
|
|
299
299
|
chainId: `0x${string}`;
|
|
300
300
|
yParity?: `0x${string}` | undefined;
|
|
301
301
|
} & {
|
|
302
|
-
feeCurrency:
|
|
303
|
-
gatewayFee:
|
|
304
|
-
gatewayFeeRecipient:
|
|
302
|
+
feeCurrency: import("abitype").Address | null;
|
|
303
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
304
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
305
305
|
}) | ({
|
|
306
306
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
307
|
-
r?:
|
|
308
|
-
s?:
|
|
307
|
+
r?: import("../index.js").Hex;
|
|
308
|
+
s?: import("../index.js").Hex;
|
|
309
309
|
v?: `0x${string}`;
|
|
310
310
|
gasPrice?: `0x${string}` | undefined;
|
|
311
311
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
312
312
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
313
313
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
314
|
-
to?:
|
|
315
|
-
from?:
|
|
314
|
+
to?: import("abitype").Address | null;
|
|
315
|
+
from?: import("abitype").Address;
|
|
316
316
|
gas?: `0x${string}`;
|
|
317
317
|
nonce?: `0x${string}`;
|
|
318
318
|
value?: `0x${string}`;
|
|
@@ -320,27 +320,27 @@ export declare const chainConfig: {
|
|
|
320
320
|
blobVersionedHashes?: undefined;
|
|
321
321
|
blockHash?: `0x${string}` | null;
|
|
322
322
|
blockNumber?: `0x${string}` | null;
|
|
323
|
-
hash?:
|
|
324
|
-
input?:
|
|
323
|
+
hash?: import("../index.js").Hash;
|
|
324
|
+
input?: import("../index.js").Hex;
|
|
325
325
|
transactionIndex?: `0x${string}` | null;
|
|
326
326
|
chainId?: `0x${string}` | undefined;
|
|
327
327
|
yParity?: `0x${string}` | undefined;
|
|
328
328
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
329
|
-
feeCurrency:
|
|
330
|
-
gatewayFee:
|
|
331
|
-
gatewayFeeRecipient:
|
|
329
|
+
feeCurrency: import("abitype").Address | null;
|
|
330
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
331
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
332
332
|
type: "0x7c";
|
|
333
333
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
334
334
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
335
|
-
r?:
|
|
336
|
-
s?:
|
|
335
|
+
r?: import("../index.js").Hex;
|
|
336
|
+
s?: import("../index.js").Hex;
|
|
337
337
|
v?: `0x${string}`;
|
|
338
338
|
gasPrice?: `0x${string}` | undefined;
|
|
339
339
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
340
340
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
341
341
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
342
|
-
to?:
|
|
343
|
-
from?:
|
|
342
|
+
to?: import("abitype").Address | null;
|
|
343
|
+
from?: import("abitype").Address;
|
|
344
344
|
gas?: `0x${string}`;
|
|
345
345
|
nonce?: `0x${string}`;
|
|
346
346
|
value?: `0x${string}`;
|
|
@@ -348,27 +348,27 @@ export declare const chainConfig: {
|
|
|
348
348
|
blobVersionedHashes?: undefined;
|
|
349
349
|
blockHash?: `0x${string}` | null;
|
|
350
350
|
blockNumber?: `0x${string}` | null;
|
|
351
|
-
hash?:
|
|
352
|
-
input?:
|
|
351
|
+
hash?: import("../index.js").Hash;
|
|
352
|
+
input?: import("../index.js").Hex;
|
|
353
353
|
transactionIndex?: `0x${string}` | null;
|
|
354
354
|
chainId?: `0x${string}` | undefined;
|
|
355
355
|
yParity?: `0x${string}` | undefined;
|
|
356
356
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
357
|
-
feeCurrency:
|
|
357
|
+
feeCurrency: import("abitype").Address | null;
|
|
358
358
|
gatewayFee?: undefined;
|
|
359
359
|
gatewayFeeRecipient?: undefined;
|
|
360
360
|
type: "0x7b";
|
|
361
361
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
362
362
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
363
|
-
r?:
|
|
364
|
-
s?:
|
|
363
|
+
r?: import("../index.js").Hex;
|
|
364
|
+
s?: import("../index.js").Hex;
|
|
365
365
|
v?: `0x${string}`;
|
|
366
366
|
gasPrice?: `0x${string}` | undefined;
|
|
367
367
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
368
368
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
369
369
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
370
|
-
to?:
|
|
371
|
-
from?:
|
|
370
|
+
to?: import("abitype").Address | null;
|
|
371
|
+
from?: import("abitype").Address;
|
|
372
372
|
gas?: `0x${string}`;
|
|
373
373
|
nonce?: `0x${string}`;
|
|
374
374
|
value?: `0x${string}`;
|
|
@@ -376,23 +376,23 @@ export declare const chainConfig: {
|
|
|
376
376
|
blobVersionedHashes?: undefined;
|
|
377
377
|
blockHash?: `0x${string}` | null;
|
|
378
378
|
blockNumber?: `0x${string}` | null;
|
|
379
|
-
hash?:
|
|
380
|
-
input?:
|
|
379
|
+
hash?: import("../index.js").Hash;
|
|
380
|
+
input?: import("../index.js").Hex;
|
|
381
381
|
transactionIndex?: `0x${string}` | null;
|
|
382
382
|
chainId?: `0x${string}` | undefined;
|
|
383
383
|
yParity?: `0x${string}` | undefined;
|
|
384
384
|
} & {
|
|
385
385
|
type: "0x0";
|
|
386
|
-
r:
|
|
387
|
-
s:
|
|
386
|
+
r: import("../index.js").Hex;
|
|
387
|
+
s: import("../index.js").Hex;
|
|
388
388
|
v: `0x${string}`;
|
|
389
389
|
yParity?: undefined;
|
|
390
390
|
gasPrice: `0x${string}`;
|
|
391
391
|
maxFeePerBlobGas?: undefined;
|
|
392
392
|
maxFeePerGas?: undefined;
|
|
393
393
|
maxPriorityFeePerGas?: undefined;
|
|
394
|
-
to:
|
|
395
|
-
from:
|
|
394
|
+
to: import("abitype").Address | null;
|
|
395
|
+
from: import("abitype").Address;
|
|
396
396
|
gas: `0x${string}`;
|
|
397
397
|
nonce: `0x${string}`;
|
|
398
398
|
value: `0x${string}`;
|
|
@@ -400,25 +400,25 @@ export declare const chainConfig: {
|
|
|
400
400
|
blobVersionedHashes?: undefined;
|
|
401
401
|
blockHash: `0x${string}` | null;
|
|
402
402
|
blockNumber: `0x${string}` | null;
|
|
403
|
-
hash:
|
|
404
|
-
input:
|
|
403
|
+
hash: import("../index.js").Hash;
|
|
404
|
+
input: import("../index.js").Hex;
|
|
405
405
|
transactionIndex: `0x${string}` | null;
|
|
406
406
|
chainId?: `0x${string}` | undefined;
|
|
407
407
|
} & {
|
|
408
|
-
feeCurrency:
|
|
409
|
-
gatewayFee:
|
|
410
|
-
gatewayFeeRecipient:
|
|
408
|
+
feeCurrency: import("abitype").Address | null;
|
|
409
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
410
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
411
411
|
}) | ({
|
|
412
412
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
413
|
-
r?:
|
|
414
|
-
s?:
|
|
413
|
+
r?: import("../index.js").Hex;
|
|
414
|
+
s?: import("../index.js").Hex;
|
|
415
415
|
v?: `0x${string}`;
|
|
416
416
|
gasPrice?: `0x${string}` | undefined;
|
|
417
417
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
418
418
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
419
419
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
420
|
-
to?:
|
|
421
|
-
from?:
|
|
420
|
+
to?: import("abitype").Address | null;
|
|
421
|
+
from?: import("abitype").Address;
|
|
422
422
|
gas?: `0x${string}`;
|
|
423
423
|
nonce?: `0x${string}`;
|
|
424
424
|
value?: `0x${string}`;
|
|
@@ -426,22 +426,22 @@ export declare const chainConfig: {
|
|
|
426
426
|
blobVersionedHashes?: undefined;
|
|
427
427
|
blockHash?: `0x${string}` | null;
|
|
428
428
|
blockNumber?: `0x${string}` | null;
|
|
429
|
-
hash?:
|
|
430
|
-
input?:
|
|
429
|
+
hash?: import("../index.js").Hash;
|
|
430
|
+
input?: import("../index.js").Hex;
|
|
431
431
|
transactionIndex?: `0x${string}` | null;
|
|
432
432
|
chainId?: `0x${string}` | undefined;
|
|
433
433
|
yParity?: `0x${string}` | undefined;
|
|
434
434
|
} & {
|
|
435
435
|
type: "0x1";
|
|
436
|
-
r:
|
|
437
|
-
s:
|
|
436
|
+
r: import("../index.js").Hex;
|
|
437
|
+
s: import("../index.js").Hex;
|
|
438
438
|
v: `0x${string}`;
|
|
439
439
|
gasPrice: `0x${string}`;
|
|
440
440
|
maxFeePerBlobGas?: undefined;
|
|
441
441
|
maxFeePerGas?: undefined;
|
|
442
442
|
maxPriorityFeePerGas?: undefined;
|
|
443
|
-
to:
|
|
444
|
-
from:
|
|
443
|
+
to: import("abitype").Address | null;
|
|
444
|
+
from: import("abitype").Address;
|
|
445
445
|
gas: `0x${string}`;
|
|
446
446
|
nonce: `0x${string}`;
|
|
447
447
|
value: `0x${string}`;
|
|
@@ -449,26 +449,26 @@ export declare const chainConfig: {
|
|
|
449
449
|
blobVersionedHashes?: undefined;
|
|
450
450
|
blockHash: `0x${string}` | null;
|
|
451
451
|
blockNumber: `0x${string}` | null;
|
|
452
|
-
hash:
|
|
453
|
-
input:
|
|
452
|
+
hash: import("../index.js").Hash;
|
|
453
|
+
input: import("../index.js").Hex;
|
|
454
454
|
transactionIndex: `0x${string}` | null;
|
|
455
455
|
chainId: `0x${string}`;
|
|
456
456
|
yParity?: `0x${string}` | undefined;
|
|
457
457
|
} & {
|
|
458
|
-
feeCurrency:
|
|
459
|
-
gatewayFee:
|
|
460
|
-
gatewayFeeRecipient:
|
|
458
|
+
feeCurrency: import("abitype").Address | null;
|
|
459
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
460
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
461
461
|
}) | ({
|
|
462
462
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
463
|
-
r?:
|
|
464
|
-
s?:
|
|
463
|
+
r?: import("../index.js").Hex;
|
|
464
|
+
s?: import("../index.js").Hex;
|
|
465
465
|
v?: `0x${string}`;
|
|
466
466
|
gasPrice?: `0x${string}` | undefined;
|
|
467
467
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
468
468
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
469
469
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
470
|
-
to?:
|
|
471
|
-
from?:
|
|
470
|
+
to?: import("abitype").Address | null;
|
|
471
|
+
from?: import("abitype").Address;
|
|
472
472
|
gas?: `0x${string}`;
|
|
473
473
|
nonce?: `0x${string}`;
|
|
474
474
|
value?: `0x${string}`;
|
|
@@ -476,22 +476,22 @@ export declare const chainConfig: {
|
|
|
476
476
|
blobVersionedHashes?: undefined;
|
|
477
477
|
blockHash?: `0x${string}` | null;
|
|
478
478
|
blockNumber?: `0x${string}` | null;
|
|
479
|
-
hash?:
|
|
480
|
-
input?:
|
|
479
|
+
hash?: import("../index.js").Hash;
|
|
480
|
+
input?: import("../index.js").Hex;
|
|
481
481
|
transactionIndex?: `0x${string}` | null;
|
|
482
482
|
chainId?: `0x${string}` | undefined;
|
|
483
483
|
yParity?: `0x${string}` | undefined;
|
|
484
484
|
} & {
|
|
485
485
|
type: "0x2";
|
|
486
|
-
r:
|
|
487
|
-
s:
|
|
486
|
+
r: import("../index.js").Hex;
|
|
487
|
+
s: import("../index.js").Hex;
|
|
488
488
|
v: `0x${string}`;
|
|
489
489
|
gasPrice?: undefined;
|
|
490
490
|
maxFeePerBlobGas?: undefined;
|
|
491
491
|
maxFeePerGas: `0x${string}`;
|
|
492
492
|
maxPriorityFeePerGas: `0x${string}`;
|
|
493
|
-
to:
|
|
494
|
-
from:
|
|
493
|
+
to: import("abitype").Address | null;
|
|
494
|
+
from: import("abitype").Address;
|
|
495
495
|
gas: `0x${string}`;
|
|
496
496
|
nonce: `0x${string}`;
|
|
497
497
|
value: `0x${string}`;
|
|
@@ -499,26 +499,26 @@ export declare const chainConfig: {
|
|
|
499
499
|
blobVersionedHashes?: undefined;
|
|
500
500
|
blockHash: `0x${string}` | null;
|
|
501
501
|
blockNumber: `0x${string}` | null;
|
|
502
|
-
hash:
|
|
503
|
-
input:
|
|
502
|
+
hash: import("../index.js").Hash;
|
|
503
|
+
input: import("../index.js").Hex;
|
|
504
504
|
transactionIndex: `0x${string}` | null;
|
|
505
505
|
chainId: `0x${string}`;
|
|
506
506
|
yParity?: `0x${string}` | undefined;
|
|
507
507
|
} & {
|
|
508
|
-
feeCurrency:
|
|
509
|
-
gatewayFee:
|
|
510
|
-
gatewayFeeRecipient:
|
|
508
|
+
feeCurrency: import("abitype").Address | null;
|
|
509
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
510
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
511
511
|
}) | ({
|
|
512
512
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
513
|
-
r?:
|
|
514
|
-
s?:
|
|
513
|
+
r?: import("../index.js").Hex;
|
|
514
|
+
s?: import("../index.js").Hex;
|
|
515
515
|
v?: `0x${string}`;
|
|
516
516
|
gasPrice?: `0x${string}` | undefined;
|
|
517
517
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
518
518
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
519
519
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
520
|
-
to?:
|
|
521
|
-
from?:
|
|
520
|
+
to?: import("abitype").Address | null;
|
|
521
|
+
from?: import("abitype").Address;
|
|
522
522
|
gas?: `0x${string}`;
|
|
523
523
|
nonce?: `0x${string}`;
|
|
524
524
|
value?: `0x${string}`;
|
|
@@ -526,27 +526,27 @@ export declare const chainConfig: {
|
|
|
526
526
|
blobVersionedHashes?: undefined;
|
|
527
527
|
blockHash?: `0x${string}` | null;
|
|
528
528
|
blockNumber?: `0x${string}` | null;
|
|
529
|
-
hash?:
|
|
530
|
-
input?:
|
|
529
|
+
hash?: import("../index.js").Hash;
|
|
530
|
+
input?: import("../index.js").Hex;
|
|
531
531
|
transactionIndex?: `0x${string}` | null;
|
|
532
532
|
chainId?: `0x${string}` | undefined;
|
|
533
533
|
yParity?: `0x${string}` | undefined;
|
|
534
534
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
535
|
-
feeCurrency:
|
|
536
|
-
gatewayFee:
|
|
537
|
-
gatewayFeeRecipient:
|
|
535
|
+
feeCurrency: import("abitype").Address | null;
|
|
536
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
537
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
538
538
|
type: "0x7c";
|
|
539
539
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
540
540
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
541
|
-
r?:
|
|
542
|
-
s?:
|
|
541
|
+
r?: import("../index.js").Hex;
|
|
542
|
+
s?: import("../index.js").Hex;
|
|
543
543
|
v?: `0x${string}`;
|
|
544
544
|
gasPrice?: `0x${string}` | undefined;
|
|
545
545
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
546
546
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
547
547
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
548
|
-
to?:
|
|
549
|
-
from?:
|
|
548
|
+
to?: import("abitype").Address | null;
|
|
549
|
+
from?: import("abitype").Address;
|
|
550
550
|
gas?: `0x${string}`;
|
|
551
551
|
nonce?: `0x${string}`;
|
|
552
552
|
value?: `0x${string}`;
|
|
@@ -554,27 +554,27 @@ export declare const chainConfig: {
|
|
|
554
554
|
blobVersionedHashes?: undefined;
|
|
555
555
|
blockHash?: `0x${string}` | null;
|
|
556
556
|
blockNumber?: `0x${string}` | null;
|
|
557
|
-
hash?:
|
|
558
|
-
input?:
|
|
557
|
+
hash?: import("../index.js").Hash;
|
|
558
|
+
input?: import("../index.js").Hex;
|
|
559
559
|
transactionIndex?: `0x${string}` | null;
|
|
560
560
|
chainId?: `0x${string}` | undefined;
|
|
561
561
|
yParity?: `0x${string}` | undefined;
|
|
562
562
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
563
|
-
feeCurrency:
|
|
563
|
+
feeCurrency: import("abitype").Address | null;
|
|
564
564
|
gatewayFee?: undefined;
|
|
565
565
|
gatewayFeeRecipient?: undefined;
|
|
566
566
|
type: "0x7b";
|
|
567
567
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
568
568
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
569
|
-
r?:
|
|
570
|
-
s?:
|
|
569
|
+
r?: import("../index.js").Hex;
|
|
570
|
+
s?: import("../index.js").Hex;
|
|
571
571
|
v?: `0x${string}`;
|
|
572
572
|
gasPrice?: `0x${string}` | undefined;
|
|
573
573
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
574
574
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
575
575
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
576
|
-
to?:
|
|
577
|
-
from?:
|
|
576
|
+
to?: import("abitype").Address | null;
|
|
577
|
+
from?: import("abitype").Address;
|
|
578
578
|
gas?: `0x${string}`;
|
|
579
579
|
nonce?: `0x${string}`;
|
|
580
580
|
value?: `0x${string}`;
|
|
@@ -582,23 +582,23 @@ export declare const chainConfig: {
|
|
|
582
582
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
583
583
|
blockHash?: `0x${string}` | null;
|
|
584
584
|
blockNumber?: `0x${string}` | null;
|
|
585
|
-
hash?:
|
|
586
|
-
input?:
|
|
585
|
+
hash?: import("../index.js").Hash;
|
|
586
|
+
input?: import("../index.js").Hex;
|
|
587
587
|
transactionIndex?: `0x${string}` | null;
|
|
588
588
|
chainId?: `0x${string}` | undefined;
|
|
589
589
|
yParity?: `0x${string}` | undefined;
|
|
590
590
|
} & {
|
|
591
591
|
type: "0x0";
|
|
592
|
-
r:
|
|
593
|
-
s:
|
|
592
|
+
r: import("../index.js").Hex;
|
|
593
|
+
s: import("../index.js").Hex;
|
|
594
594
|
v: `0x${string}`;
|
|
595
595
|
yParity?: undefined;
|
|
596
596
|
gasPrice: `0x${string}`;
|
|
597
597
|
maxFeePerBlobGas?: undefined;
|
|
598
598
|
maxFeePerGas?: undefined;
|
|
599
599
|
maxPriorityFeePerGas?: undefined;
|
|
600
|
-
to:
|
|
601
|
-
from:
|
|
600
|
+
to: import("abitype").Address | null;
|
|
601
|
+
from: import("abitype").Address;
|
|
602
602
|
gas: `0x${string}`;
|
|
603
603
|
nonce: `0x${string}`;
|
|
604
604
|
value: `0x${string}`;
|
|
@@ -606,25 +606,25 @@ export declare const chainConfig: {
|
|
|
606
606
|
blobVersionedHashes?: undefined;
|
|
607
607
|
blockHash: `0x${string}` | null;
|
|
608
608
|
blockNumber: `0x${string}` | null;
|
|
609
|
-
hash:
|
|
610
|
-
input:
|
|
609
|
+
hash: import("../index.js").Hash;
|
|
610
|
+
input: import("../index.js").Hex;
|
|
611
611
|
transactionIndex: `0x${string}` | null;
|
|
612
612
|
chainId?: `0x${string}` | undefined;
|
|
613
613
|
} & {
|
|
614
|
-
feeCurrency:
|
|
615
|
-
gatewayFee:
|
|
616
|
-
gatewayFeeRecipient:
|
|
614
|
+
feeCurrency: import("abitype").Address | null;
|
|
615
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
616
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
617
617
|
}) | ({
|
|
618
618
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
619
|
-
r?:
|
|
620
|
-
s?:
|
|
619
|
+
r?: import("../index.js").Hex;
|
|
620
|
+
s?: import("../index.js").Hex;
|
|
621
621
|
v?: `0x${string}`;
|
|
622
622
|
gasPrice?: `0x${string}` | undefined;
|
|
623
623
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
624
624
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
625
625
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
626
|
-
to?:
|
|
627
|
-
from?:
|
|
626
|
+
to?: import("abitype").Address | null;
|
|
627
|
+
from?: import("abitype").Address;
|
|
628
628
|
gas?: `0x${string}`;
|
|
629
629
|
nonce?: `0x${string}`;
|
|
630
630
|
value?: `0x${string}`;
|
|
@@ -632,22 +632,22 @@ export declare const chainConfig: {
|
|
|
632
632
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
633
633
|
blockHash?: `0x${string}` | null;
|
|
634
634
|
blockNumber?: `0x${string}` | null;
|
|
635
|
-
hash?:
|
|
636
|
-
input?:
|
|
635
|
+
hash?: import("../index.js").Hash;
|
|
636
|
+
input?: import("../index.js").Hex;
|
|
637
637
|
transactionIndex?: `0x${string}` | null;
|
|
638
638
|
chainId?: `0x${string}` | undefined;
|
|
639
639
|
yParity?: `0x${string}` | undefined;
|
|
640
640
|
} & {
|
|
641
641
|
type: "0x1";
|
|
642
|
-
r:
|
|
643
|
-
s:
|
|
642
|
+
r: import("../index.js").Hex;
|
|
643
|
+
s: import("../index.js").Hex;
|
|
644
644
|
v: `0x${string}`;
|
|
645
645
|
gasPrice: `0x${string}`;
|
|
646
646
|
maxFeePerBlobGas?: undefined;
|
|
647
647
|
maxFeePerGas?: undefined;
|
|
648
648
|
maxPriorityFeePerGas?: undefined;
|
|
649
|
-
to:
|
|
650
|
-
from:
|
|
649
|
+
to: import("abitype").Address | null;
|
|
650
|
+
from: import("abitype").Address;
|
|
651
651
|
gas: `0x${string}`;
|
|
652
652
|
nonce: `0x${string}`;
|
|
653
653
|
value: `0x${string}`;
|
|
@@ -655,26 +655,26 @@ export declare const chainConfig: {
|
|
|
655
655
|
blobVersionedHashes?: undefined;
|
|
656
656
|
blockHash: `0x${string}` | null;
|
|
657
657
|
blockNumber: `0x${string}` | null;
|
|
658
|
-
hash:
|
|
659
|
-
input:
|
|
658
|
+
hash: import("../index.js").Hash;
|
|
659
|
+
input: import("../index.js").Hex;
|
|
660
660
|
transactionIndex: `0x${string}` | null;
|
|
661
661
|
chainId: `0x${string}`;
|
|
662
662
|
yParity?: `0x${string}` | undefined;
|
|
663
663
|
} & {
|
|
664
|
-
feeCurrency:
|
|
665
|
-
gatewayFee:
|
|
666
|
-
gatewayFeeRecipient:
|
|
664
|
+
feeCurrency: import("abitype").Address | null;
|
|
665
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
666
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
667
667
|
}) | ({
|
|
668
668
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
669
|
-
r?:
|
|
670
|
-
s?:
|
|
669
|
+
r?: import("../index.js").Hex;
|
|
670
|
+
s?: import("../index.js").Hex;
|
|
671
671
|
v?: `0x${string}`;
|
|
672
672
|
gasPrice?: `0x${string}` | undefined;
|
|
673
673
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
674
674
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
675
675
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
676
|
-
to?:
|
|
677
|
-
from?:
|
|
676
|
+
to?: import("abitype").Address | null;
|
|
677
|
+
from?: import("abitype").Address;
|
|
678
678
|
gas?: `0x${string}`;
|
|
679
679
|
nonce?: `0x${string}`;
|
|
680
680
|
value?: `0x${string}`;
|
|
@@ -682,22 +682,22 @@ export declare const chainConfig: {
|
|
|
682
682
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
683
683
|
blockHash?: `0x${string}` | null;
|
|
684
684
|
blockNumber?: `0x${string}` | null;
|
|
685
|
-
hash?:
|
|
686
|
-
input?:
|
|
685
|
+
hash?: import("../index.js").Hash;
|
|
686
|
+
input?: import("../index.js").Hex;
|
|
687
687
|
transactionIndex?: `0x${string}` | null;
|
|
688
688
|
chainId?: `0x${string}` | undefined;
|
|
689
689
|
yParity?: `0x${string}` | undefined;
|
|
690
690
|
} & {
|
|
691
691
|
type: "0x2";
|
|
692
|
-
r:
|
|
693
|
-
s:
|
|
692
|
+
r: import("../index.js").Hex;
|
|
693
|
+
s: import("../index.js").Hex;
|
|
694
694
|
v: `0x${string}`;
|
|
695
695
|
gasPrice?: undefined;
|
|
696
696
|
maxFeePerBlobGas?: undefined;
|
|
697
697
|
maxFeePerGas: `0x${string}`;
|
|
698
698
|
maxPriorityFeePerGas: `0x${string}`;
|
|
699
|
-
to:
|
|
700
|
-
from:
|
|
699
|
+
to: import("abitype").Address | null;
|
|
700
|
+
from: import("abitype").Address;
|
|
701
701
|
gas: `0x${string}`;
|
|
702
702
|
nonce: `0x${string}`;
|
|
703
703
|
value: `0x${string}`;
|
|
@@ -705,26 +705,26 @@ export declare const chainConfig: {
|
|
|
705
705
|
blobVersionedHashes?: undefined;
|
|
706
706
|
blockHash: `0x${string}` | null;
|
|
707
707
|
blockNumber: `0x${string}` | null;
|
|
708
|
-
hash:
|
|
709
|
-
input:
|
|
708
|
+
hash: import("../index.js").Hash;
|
|
709
|
+
input: import("../index.js").Hex;
|
|
710
710
|
transactionIndex: `0x${string}` | null;
|
|
711
711
|
chainId: `0x${string}`;
|
|
712
712
|
yParity?: `0x${string}` | undefined;
|
|
713
713
|
} & {
|
|
714
|
-
feeCurrency:
|
|
715
|
-
gatewayFee:
|
|
716
|
-
gatewayFeeRecipient:
|
|
714
|
+
feeCurrency: import("abitype").Address | null;
|
|
715
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
716
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
717
717
|
}) | ({
|
|
718
718
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
719
|
-
r?:
|
|
720
|
-
s?:
|
|
719
|
+
r?: import("../index.js").Hex;
|
|
720
|
+
s?: import("../index.js").Hex;
|
|
721
721
|
v?: `0x${string}`;
|
|
722
722
|
gasPrice?: `0x${string}` | undefined;
|
|
723
723
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
724
724
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
725
725
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
726
|
-
to?:
|
|
727
|
-
from?:
|
|
726
|
+
to?: import("abitype").Address | null;
|
|
727
|
+
from?: import("abitype").Address;
|
|
728
728
|
gas?: `0x${string}`;
|
|
729
729
|
nonce?: `0x${string}`;
|
|
730
730
|
value?: `0x${string}`;
|
|
@@ -732,49 +732,49 @@ export declare const chainConfig: {
|
|
|
732
732
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
733
733
|
blockHash?: `0x${string}` | null;
|
|
734
734
|
blockNumber?: `0x${string}` | null;
|
|
735
|
-
hash?:
|
|
736
|
-
input?:
|
|
735
|
+
hash?: import("../index.js").Hash;
|
|
736
|
+
input?: import("../index.js").Hex;
|
|
737
737
|
transactionIndex?: `0x${string}` | null;
|
|
738
738
|
chainId?: `0x${string}` | undefined;
|
|
739
739
|
yParity?: `0x${string}` | undefined;
|
|
740
740
|
} & {
|
|
741
741
|
type: "0x3";
|
|
742
|
-
r:
|
|
743
|
-
s:
|
|
742
|
+
r: import("../index.js").Hex;
|
|
743
|
+
s: import("../index.js").Hex;
|
|
744
744
|
v: `0x${string}`;
|
|
745
745
|
gasPrice?: undefined;
|
|
746
746
|
maxFeePerBlobGas: `0x${string}`;
|
|
747
747
|
maxFeePerGas: `0x${string}`;
|
|
748
748
|
maxPriorityFeePerGas: `0x${string}`;
|
|
749
|
-
to:
|
|
750
|
-
from:
|
|
749
|
+
to: import("abitype").Address | null;
|
|
750
|
+
from: import("abitype").Address;
|
|
751
751
|
gas: `0x${string}`;
|
|
752
752
|
nonce: `0x${string}`;
|
|
753
753
|
value: `0x${string}`;
|
|
754
754
|
accessList: import("../index.js").AccessList;
|
|
755
|
-
blobVersionedHashes: readonly
|
|
755
|
+
blobVersionedHashes: readonly import("../index.js").Hex[];
|
|
756
756
|
blockHash: `0x${string}` | null;
|
|
757
757
|
blockNumber: `0x${string}` | null;
|
|
758
|
-
hash:
|
|
759
|
-
input:
|
|
758
|
+
hash: import("../index.js").Hash;
|
|
759
|
+
input: import("../index.js").Hex;
|
|
760
760
|
transactionIndex: `0x${string}` | null;
|
|
761
761
|
chainId: `0x${string}`;
|
|
762
762
|
yParity?: `0x${string}` | undefined;
|
|
763
763
|
} & {
|
|
764
|
-
feeCurrency:
|
|
765
|
-
gatewayFee:
|
|
766
|
-
gatewayFeeRecipient:
|
|
764
|
+
feeCurrency: import("abitype").Address | null;
|
|
765
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
766
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
767
767
|
}) | ({
|
|
768
768
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
769
|
-
r?:
|
|
770
|
-
s?:
|
|
769
|
+
r?: import("../index.js").Hex;
|
|
770
|
+
s?: import("../index.js").Hex;
|
|
771
771
|
v?: `0x${string}`;
|
|
772
772
|
gasPrice?: `0x${string}` | undefined;
|
|
773
773
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
774
774
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
775
775
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
776
|
-
to?:
|
|
777
|
-
from?:
|
|
776
|
+
to?: import("abitype").Address | null;
|
|
777
|
+
from?: import("abitype").Address;
|
|
778
778
|
gas?: `0x${string}`;
|
|
779
779
|
nonce?: `0x${string}`;
|
|
780
780
|
value?: `0x${string}`;
|
|
@@ -782,27 +782,27 @@ export declare const chainConfig: {
|
|
|
782
782
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
783
783
|
blockHash?: `0x${string}` | null;
|
|
784
784
|
blockNumber?: `0x${string}` | null;
|
|
785
|
-
hash?:
|
|
786
|
-
input?:
|
|
785
|
+
hash?: import("../index.js").Hash;
|
|
786
|
+
input?: import("../index.js").Hex;
|
|
787
787
|
transactionIndex?: `0x${string}` | null;
|
|
788
788
|
chainId?: `0x${string}` | undefined;
|
|
789
789
|
yParity?: `0x${string}` | undefined;
|
|
790
790
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
791
|
-
feeCurrency:
|
|
792
|
-
gatewayFee:
|
|
793
|
-
gatewayFeeRecipient:
|
|
791
|
+
feeCurrency: import("abitype").Address | null;
|
|
792
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
793
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
794
794
|
type: "0x7c";
|
|
795
795
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
796
796
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
797
|
-
r?:
|
|
798
|
-
s?:
|
|
797
|
+
r?: import("../index.js").Hex;
|
|
798
|
+
s?: import("../index.js").Hex;
|
|
799
799
|
v?: `0x${string}`;
|
|
800
800
|
gasPrice?: `0x${string}` | undefined;
|
|
801
801
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
802
802
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
803
803
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
804
|
-
to?:
|
|
805
|
-
from?:
|
|
804
|
+
to?: import("abitype").Address | null;
|
|
805
|
+
from?: import("abitype").Address;
|
|
806
806
|
gas?: `0x${string}`;
|
|
807
807
|
nonce?: `0x${string}`;
|
|
808
808
|
value?: `0x${string}`;
|
|
@@ -810,31 +810,31 @@ export declare const chainConfig: {
|
|
|
810
810
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
811
811
|
blockHash?: `0x${string}` | null;
|
|
812
812
|
blockNumber?: `0x${string}` | null;
|
|
813
|
-
hash?:
|
|
814
|
-
input?:
|
|
813
|
+
hash?: import("../index.js").Hash;
|
|
814
|
+
input?: import("../index.js").Hex;
|
|
815
815
|
transactionIndex?: `0x${string}` | null;
|
|
816
816
|
chainId?: `0x${string}` | undefined;
|
|
817
817
|
yParity?: `0x${string}` | undefined;
|
|
818
818
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
819
|
-
feeCurrency:
|
|
819
|
+
feeCurrency: import("abitype").Address | null;
|
|
820
820
|
gatewayFee?: undefined;
|
|
821
821
|
gatewayFeeRecipient?: undefined;
|
|
822
822
|
type: "0x7b";
|
|
823
823
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>)) => ({
|
|
824
|
-
r:
|
|
825
|
-
s:
|
|
824
|
+
r: import("../index.js").Hex;
|
|
825
|
+
s: import("../index.js").Hex;
|
|
826
826
|
v: bigint;
|
|
827
|
-
to:
|
|
828
|
-
from:
|
|
827
|
+
to: import("abitype").Address | null;
|
|
828
|
+
from: import("abitype").Address;
|
|
829
829
|
gas: bigint;
|
|
830
830
|
nonce: number;
|
|
831
831
|
value: bigint;
|
|
832
832
|
blockHash: `0x${string}` | null;
|
|
833
833
|
blockNumber: bigint | null;
|
|
834
|
-
hash:
|
|
835
|
-
input:
|
|
834
|
+
hash: import("../index.js").Hash;
|
|
835
|
+
input: import("../index.js").Hex;
|
|
836
836
|
transactionIndex: number | null;
|
|
837
|
-
typeHex:
|
|
837
|
+
typeHex: import("../index.js").Hex | null;
|
|
838
838
|
accessList?: undefined;
|
|
839
839
|
blobVersionedHashes?: undefined;
|
|
840
840
|
chainId?: number | undefined;
|
|
@@ -844,24 +844,24 @@ export declare const chainConfig: {
|
|
|
844
844
|
maxFeePerBlobGas?: undefined;
|
|
845
845
|
maxFeePerGas?: undefined;
|
|
846
846
|
maxPriorityFeePerGas?: undefined;
|
|
847
|
-
feeCurrency:
|
|
847
|
+
feeCurrency: import("abitype").Address | null;
|
|
848
848
|
gatewayFee?: undefined;
|
|
849
849
|
gatewayFeeRecipient?: undefined;
|
|
850
850
|
} | {
|
|
851
|
-
r:
|
|
852
|
-
s:
|
|
851
|
+
r: import("../index.js").Hex;
|
|
852
|
+
s: import("../index.js").Hex;
|
|
853
853
|
v: bigint;
|
|
854
|
-
to:
|
|
855
|
-
from:
|
|
854
|
+
to: import("abitype").Address | null;
|
|
855
|
+
from: import("abitype").Address;
|
|
856
856
|
gas: bigint;
|
|
857
857
|
nonce: number;
|
|
858
858
|
value: bigint;
|
|
859
859
|
blockHash: `0x${string}` | null;
|
|
860
860
|
blockNumber: bigint | null;
|
|
861
|
-
hash:
|
|
862
|
-
input:
|
|
861
|
+
hash: import("../index.js").Hash;
|
|
862
|
+
input: import("../index.js").Hex;
|
|
863
863
|
transactionIndex: number | null;
|
|
864
|
-
typeHex:
|
|
864
|
+
typeHex: import("../index.js").Hex | null;
|
|
865
865
|
accessList?: undefined;
|
|
866
866
|
blobVersionedHashes?: undefined;
|
|
867
867
|
chainId?: number | undefined;
|
|
@@ -871,24 +871,24 @@ export declare const chainConfig: {
|
|
|
871
871
|
maxFeePerBlobGas?: undefined;
|
|
872
872
|
maxFeePerGas: bigint;
|
|
873
873
|
maxPriorityFeePerGas: bigint;
|
|
874
|
-
feeCurrency:
|
|
874
|
+
feeCurrency: import("abitype").Address | null;
|
|
875
875
|
gatewayFee: bigint | null;
|
|
876
|
-
gatewayFeeRecipient:
|
|
876
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
877
877
|
} | {
|
|
878
|
-
r:
|
|
879
|
-
s:
|
|
878
|
+
r: import("../index.js").Hex;
|
|
879
|
+
s: import("../index.js").Hex;
|
|
880
880
|
v: bigint;
|
|
881
|
-
to:
|
|
882
|
-
from:
|
|
881
|
+
to: import("abitype").Address | null;
|
|
882
|
+
from: import("abitype").Address;
|
|
883
883
|
gas: bigint;
|
|
884
884
|
nonce: number;
|
|
885
885
|
value: bigint;
|
|
886
886
|
blockHash: `0x${string}` | null;
|
|
887
887
|
blockNumber: bigint | null;
|
|
888
|
-
hash:
|
|
889
|
-
input:
|
|
888
|
+
hash: import("../index.js").Hash;
|
|
889
|
+
input: import("../index.js").Hex;
|
|
890
890
|
transactionIndex: number | null;
|
|
891
|
-
typeHex:
|
|
891
|
+
typeHex: import("../index.js").Hex | null;
|
|
892
892
|
accessList?: undefined;
|
|
893
893
|
blobVersionedHashes?: undefined;
|
|
894
894
|
chainId?: number | undefined;
|
|
@@ -898,22 +898,22 @@ export declare const chainConfig: {
|
|
|
898
898
|
maxFeePerBlobGas?: undefined;
|
|
899
899
|
maxFeePerGas: bigint;
|
|
900
900
|
maxPriorityFeePerGas: bigint;
|
|
901
|
-
feeCurrency:
|
|
901
|
+
feeCurrency: import("abitype").Address | null;
|
|
902
902
|
gatewayFee?: undefined;
|
|
903
903
|
gatewayFeeRecipient?: undefined;
|
|
904
904
|
} | {
|
|
905
905
|
blockHash: `0x${string}` | null;
|
|
906
906
|
blockNumber: bigint | null;
|
|
907
|
-
from:
|
|
907
|
+
from: import("abitype").Address;
|
|
908
908
|
gas: bigint;
|
|
909
|
-
hash:
|
|
910
|
-
input:
|
|
909
|
+
hash: import("../index.js").Hash;
|
|
910
|
+
input: import("../index.js").Hex;
|
|
911
911
|
nonce: number;
|
|
912
|
-
r:
|
|
913
|
-
s:
|
|
914
|
-
to:
|
|
912
|
+
r: import("../index.js").Hex;
|
|
913
|
+
s: import("../index.js").Hex;
|
|
914
|
+
to: import("abitype").Address | null;
|
|
915
915
|
transactionIndex: number | null;
|
|
916
|
-
typeHex:
|
|
916
|
+
typeHex: import("../index.js").Hex | null;
|
|
917
917
|
v: bigint;
|
|
918
918
|
value: bigint;
|
|
919
919
|
yParity: number;
|
|
@@ -925,22 +925,22 @@ export declare const chainConfig: {
|
|
|
925
925
|
maxFeePerBlobGas?: undefined;
|
|
926
926
|
maxFeePerGas?: undefined;
|
|
927
927
|
maxPriorityFeePerGas?: undefined;
|
|
928
|
-
feeCurrency:
|
|
928
|
+
feeCurrency: import("abitype").Address | null;
|
|
929
929
|
gatewayFee?: undefined;
|
|
930
930
|
gatewayFeeRecipient?: undefined;
|
|
931
931
|
} | {
|
|
932
932
|
blockHash: `0x${string}` | null;
|
|
933
933
|
blockNumber: bigint | null;
|
|
934
|
-
from:
|
|
934
|
+
from: import("abitype").Address;
|
|
935
935
|
gas: bigint;
|
|
936
|
-
hash:
|
|
937
|
-
input:
|
|
936
|
+
hash: import("../index.js").Hash;
|
|
937
|
+
input: import("../index.js").Hex;
|
|
938
938
|
nonce: number;
|
|
939
|
-
r:
|
|
940
|
-
s:
|
|
941
|
-
to:
|
|
939
|
+
r: import("../index.js").Hex;
|
|
940
|
+
s: import("../index.js").Hex;
|
|
941
|
+
to: import("abitype").Address | null;
|
|
942
942
|
transactionIndex: number | null;
|
|
943
|
-
typeHex:
|
|
943
|
+
typeHex: import("../index.js").Hex | null;
|
|
944
944
|
v: bigint;
|
|
945
945
|
value: bigint;
|
|
946
946
|
yParity: number;
|
|
@@ -952,22 +952,22 @@ export declare const chainConfig: {
|
|
|
952
952
|
maxFeePerBlobGas?: undefined;
|
|
953
953
|
maxFeePerGas: bigint;
|
|
954
954
|
maxPriorityFeePerGas: bigint;
|
|
955
|
-
feeCurrency:
|
|
955
|
+
feeCurrency: import("abitype").Address | null;
|
|
956
956
|
gatewayFee?: undefined;
|
|
957
957
|
gatewayFeeRecipient?: undefined;
|
|
958
958
|
} | {
|
|
959
959
|
blockHash: `0x${string}` | null;
|
|
960
960
|
blockNumber: bigint | null;
|
|
961
|
-
from:
|
|
961
|
+
from: import("abitype").Address;
|
|
962
962
|
gas: bigint;
|
|
963
|
-
hash:
|
|
964
|
-
input:
|
|
963
|
+
hash: import("../index.js").Hash;
|
|
964
|
+
input: import("../index.js").Hex;
|
|
965
965
|
nonce: number;
|
|
966
|
-
r:
|
|
967
|
-
s:
|
|
968
|
-
to:
|
|
966
|
+
r: import("../index.js").Hex;
|
|
967
|
+
s: import("../index.js").Hex;
|
|
968
|
+
to: import("abitype").Address | null;
|
|
969
969
|
transactionIndex: number | null;
|
|
970
|
-
typeHex:
|
|
970
|
+
typeHex: import("../index.js").Hex | null;
|
|
971
971
|
v: bigint;
|
|
972
972
|
value: bigint;
|
|
973
973
|
yParity: number;
|
|
@@ -979,22 +979,22 @@ export declare const chainConfig: {
|
|
|
979
979
|
maxFeePerBlobGas?: undefined;
|
|
980
980
|
maxFeePerGas: bigint;
|
|
981
981
|
maxPriorityFeePerGas: bigint;
|
|
982
|
-
feeCurrency:
|
|
982
|
+
feeCurrency: import("abitype").Address | null;
|
|
983
983
|
gatewayFee: bigint | null;
|
|
984
|
-
gatewayFeeRecipient:
|
|
984
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
985
985
|
} | {
|
|
986
986
|
blockHash: `0x${string}` | null;
|
|
987
987
|
blockNumber: bigint | null;
|
|
988
|
-
from:
|
|
988
|
+
from: import("abitype").Address;
|
|
989
989
|
gas: bigint;
|
|
990
|
-
hash:
|
|
991
|
-
input:
|
|
990
|
+
hash: import("../index.js").Hash;
|
|
991
|
+
input: import("../index.js").Hex;
|
|
992
992
|
nonce: number;
|
|
993
|
-
r:
|
|
994
|
-
s:
|
|
995
|
-
to:
|
|
993
|
+
r: import("../index.js").Hex;
|
|
994
|
+
s: import("../index.js").Hex;
|
|
995
|
+
to: import("abitype").Address | null;
|
|
996
996
|
transactionIndex: number | null;
|
|
997
|
-
typeHex:
|
|
997
|
+
typeHex: import("../index.js").Hex | null;
|
|
998
998
|
v: bigint;
|
|
999
999
|
value: bigint;
|
|
1000
1000
|
yParity: number;
|
|
@@ -1006,22 +1006,22 @@ export declare const chainConfig: {
|
|
|
1006
1006
|
maxFeePerBlobGas?: undefined;
|
|
1007
1007
|
maxFeePerGas: bigint;
|
|
1008
1008
|
maxPriorityFeePerGas: bigint;
|
|
1009
|
-
feeCurrency:
|
|
1009
|
+
feeCurrency: import("abitype").Address | null;
|
|
1010
1010
|
gatewayFee?: undefined;
|
|
1011
1011
|
gatewayFeeRecipient?: undefined;
|
|
1012
1012
|
} | {
|
|
1013
1013
|
blockHash: `0x${string}` | null;
|
|
1014
1014
|
blockNumber: bigint | null;
|
|
1015
|
-
from:
|
|
1015
|
+
from: import("abitype").Address;
|
|
1016
1016
|
gas: bigint;
|
|
1017
|
-
hash:
|
|
1018
|
-
input:
|
|
1017
|
+
hash: import("../index.js").Hash;
|
|
1018
|
+
input: import("../index.js").Hex;
|
|
1019
1019
|
nonce: number;
|
|
1020
|
-
r:
|
|
1021
|
-
s:
|
|
1022
|
-
to:
|
|
1020
|
+
r: import("../index.js").Hex;
|
|
1021
|
+
s: import("../index.js").Hex;
|
|
1022
|
+
to: import("abitype").Address | null;
|
|
1023
1023
|
transactionIndex: number | null;
|
|
1024
|
-
typeHex:
|
|
1024
|
+
typeHex: import("../index.js").Hex | null;
|
|
1025
1025
|
v: bigint;
|
|
1026
1026
|
value: bigint;
|
|
1027
1027
|
yParity: number;
|
|
@@ -1033,22 +1033,22 @@ export declare const chainConfig: {
|
|
|
1033
1033
|
maxFeePerBlobGas?: undefined;
|
|
1034
1034
|
maxFeePerGas: undefined;
|
|
1035
1035
|
maxPriorityFeePerGas: undefined;
|
|
1036
|
-
feeCurrency:
|
|
1036
|
+
feeCurrency: import("abitype").Address | null;
|
|
1037
1037
|
gatewayFee?: undefined;
|
|
1038
1038
|
gatewayFeeRecipient?: undefined;
|
|
1039
1039
|
} | {
|
|
1040
1040
|
blockHash: `0x${string}` | null;
|
|
1041
1041
|
blockNumber: bigint | null;
|
|
1042
|
-
from:
|
|
1042
|
+
from: import("abitype").Address;
|
|
1043
1043
|
gas: bigint;
|
|
1044
|
-
hash:
|
|
1045
|
-
input:
|
|
1044
|
+
hash: import("../index.js").Hash;
|
|
1045
|
+
input: import("../index.js").Hex;
|
|
1046
1046
|
nonce: number;
|
|
1047
|
-
r:
|
|
1048
|
-
s:
|
|
1049
|
-
to:
|
|
1047
|
+
r: import("../index.js").Hex;
|
|
1048
|
+
s: import("../index.js").Hex;
|
|
1049
|
+
to: import("abitype").Address | null;
|
|
1050
1050
|
transactionIndex: number | null;
|
|
1051
|
-
typeHex:
|
|
1051
|
+
typeHex: import("../index.js").Hex | null;
|
|
1052
1052
|
v: bigint;
|
|
1053
1053
|
value: bigint;
|
|
1054
1054
|
yParity: number;
|
|
@@ -1060,22 +1060,22 @@ export declare const chainConfig: {
|
|
|
1060
1060
|
maxFeePerBlobGas?: undefined;
|
|
1061
1061
|
maxFeePerGas: bigint;
|
|
1062
1062
|
maxPriorityFeePerGas: bigint;
|
|
1063
|
-
feeCurrency:
|
|
1063
|
+
feeCurrency: import("abitype").Address | null;
|
|
1064
1064
|
gatewayFee?: undefined;
|
|
1065
1065
|
gatewayFeeRecipient?: undefined;
|
|
1066
1066
|
} | {
|
|
1067
1067
|
blockHash: `0x${string}` | null;
|
|
1068
1068
|
blockNumber: bigint | null;
|
|
1069
|
-
from:
|
|
1069
|
+
from: import("abitype").Address;
|
|
1070
1070
|
gas: bigint;
|
|
1071
|
-
hash:
|
|
1072
|
-
input:
|
|
1071
|
+
hash: import("../index.js").Hash;
|
|
1072
|
+
input: import("../index.js").Hex;
|
|
1073
1073
|
nonce: number;
|
|
1074
|
-
r:
|
|
1075
|
-
s:
|
|
1076
|
-
to:
|
|
1074
|
+
r: import("../index.js").Hex;
|
|
1075
|
+
s: import("../index.js").Hex;
|
|
1076
|
+
to: import("abitype").Address | null;
|
|
1077
1077
|
transactionIndex: number | null;
|
|
1078
|
-
typeHex:
|
|
1078
|
+
typeHex: import("../index.js").Hex | null;
|
|
1079
1079
|
v: bigint;
|
|
1080
1080
|
value: bigint;
|
|
1081
1081
|
yParity: number;
|
|
@@ -1087,22 +1087,22 @@ export declare const chainConfig: {
|
|
|
1087
1087
|
maxFeePerBlobGas?: undefined;
|
|
1088
1088
|
maxFeePerGas: bigint;
|
|
1089
1089
|
maxPriorityFeePerGas: bigint;
|
|
1090
|
-
feeCurrency:
|
|
1090
|
+
feeCurrency: import("abitype").Address | null;
|
|
1091
1091
|
gatewayFee: bigint | null;
|
|
1092
|
-
gatewayFeeRecipient:
|
|
1092
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
1093
1093
|
} | {
|
|
1094
1094
|
blockHash: `0x${string}` | null;
|
|
1095
1095
|
blockNumber: bigint | null;
|
|
1096
|
-
from:
|
|
1096
|
+
from: import("abitype").Address;
|
|
1097
1097
|
gas: bigint;
|
|
1098
|
-
hash:
|
|
1099
|
-
input:
|
|
1098
|
+
hash: import("../index.js").Hash;
|
|
1099
|
+
input: import("../index.js").Hex;
|
|
1100
1100
|
nonce: number;
|
|
1101
|
-
r:
|
|
1102
|
-
s:
|
|
1103
|
-
to:
|
|
1101
|
+
r: import("../index.js").Hex;
|
|
1102
|
+
s: import("../index.js").Hex;
|
|
1103
|
+
to: import("abitype").Address | null;
|
|
1104
1104
|
transactionIndex: number | null;
|
|
1105
|
-
typeHex:
|
|
1105
|
+
typeHex: import("../index.js").Hex | null;
|
|
1106
1106
|
v: bigint;
|
|
1107
1107
|
value: bigint;
|
|
1108
1108
|
yParity: number;
|
|
@@ -1114,88 +1114,88 @@ export declare const chainConfig: {
|
|
|
1114
1114
|
maxFeePerBlobGas?: undefined;
|
|
1115
1115
|
maxFeePerGas: bigint;
|
|
1116
1116
|
maxPriorityFeePerGas: bigint;
|
|
1117
|
-
feeCurrency:
|
|
1117
|
+
feeCurrency: import("abitype").Address | null;
|
|
1118
1118
|
gatewayFee?: undefined;
|
|
1119
1119
|
gatewayFeeRecipient?: undefined;
|
|
1120
1120
|
} | {
|
|
1121
1121
|
blockHash: `0x${string}` | null;
|
|
1122
1122
|
blockNumber: bigint | null;
|
|
1123
|
-
from:
|
|
1123
|
+
from: import("abitype").Address;
|
|
1124
1124
|
gas: bigint;
|
|
1125
|
-
hash:
|
|
1126
|
-
input:
|
|
1125
|
+
hash: import("../index.js").Hash;
|
|
1126
|
+
input: import("../index.js").Hex;
|
|
1127
1127
|
nonce: number;
|
|
1128
|
-
r:
|
|
1129
|
-
s:
|
|
1130
|
-
to:
|
|
1128
|
+
r: import("../index.js").Hex;
|
|
1129
|
+
s: import("../index.js").Hex;
|
|
1130
|
+
to: import("abitype").Address | null;
|
|
1131
1131
|
transactionIndex: number | null;
|
|
1132
|
-
typeHex:
|
|
1132
|
+
typeHex: import("../index.js").Hex | null;
|
|
1133
1133
|
v: bigint;
|
|
1134
1134
|
value: bigint;
|
|
1135
1135
|
yParity: number;
|
|
1136
1136
|
accessList: import("../index.js").AccessList;
|
|
1137
|
-
blobVersionedHashes: readonly
|
|
1137
|
+
blobVersionedHashes: readonly import("../index.js").Hex[];
|
|
1138
1138
|
chainId: number;
|
|
1139
1139
|
type: "eip4844";
|
|
1140
1140
|
gasPrice?: undefined;
|
|
1141
1141
|
maxFeePerBlobGas: bigint;
|
|
1142
1142
|
maxFeePerGas: bigint;
|
|
1143
1143
|
maxPriorityFeePerGas: bigint;
|
|
1144
|
-
feeCurrency:
|
|
1144
|
+
feeCurrency: import("abitype").Address | null;
|
|
1145
1145
|
gatewayFee?: undefined;
|
|
1146
1146
|
gatewayFeeRecipient?: undefined;
|
|
1147
1147
|
} | {
|
|
1148
1148
|
blockHash: `0x${string}` | null;
|
|
1149
1149
|
blockNumber: bigint | null;
|
|
1150
|
-
from:
|
|
1150
|
+
from: import("abitype").Address;
|
|
1151
1151
|
gas: bigint;
|
|
1152
|
-
hash:
|
|
1153
|
-
input:
|
|
1152
|
+
hash: import("../index.js").Hash;
|
|
1153
|
+
input: import("../index.js").Hex;
|
|
1154
1154
|
nonce: number;
|
|
1155
|
-
r:
|
|
1156
|
-
s:
|
|
1157
|
-
to:
|
|
1155
|
+
r: import("../index.js").Hex;
|
|
1156
|
+
s: import("../index.js").Hex;
|
|
1157
|
+
to: import("abitype").Address | null;
|
|
1158
1158
|
transactionIndex: number | null;
|
|
1159
|
-
typeHex:
|
|
1159
|
+
typeHex: import("../index.js").Hex | null;
|
|
1160
1160
|
v: bigint;
|
|
1161
1161
|
value: bigint;
|
|
1162
1162
|
yParity: number;
|
|
1163
1163
|
accessList: import("../index.js").AccessList;
|
|
1164
|
-
blobVersionedHashes: readonly
|
|
1164
|
+
blobVersionedHashes: readonly import("../index.js").Hex[];
|
|
1165
1165
|
chainId: number;
|
|
1166
1166
|
type: "cip42";
|
|
1167
1167
|
gasPrice?: undefined;
|
|
1168
1168
|
maxFeePerBlobGas: undefined;
|
|
1169
1169
|
maxFeePerGas: bigint;
|
|
1170
1170
|
maxPriorityFeePerGas: bigint;
|
|
1171
|
-
feeCurrency:
|
|
1171
|
+
feeCurrency: import("abitype").Address | null;
|
|
1172
1172
|
gatewayFee: bigint | null;
|
|
1173
|
-
gatewayFeeRecipient:
|
|
1173
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
1174
1174
|
} | {
|
|
1175
1175
|
blockHash: `0x${string}` | null;
|
|
1176
1176
|
blockNumber: bigint | null;
|
|
1177
|
-
from:
|
|
1177
|
+
from: import("abitype").Address;
|
|
1178
1178
|
gas: bigint;
|
|
1179
|
-
hash:
|
|
1180
|
-
input:
|
|
1179
|
+
hash: import("../index.js").Hash;
|
|
1180
|
+
input: import("../index.js").Hex;
|
|
1181
1181
|
nonce: number;
|
|
1182
|
-
r:
|
|
1183
|
-
s:
|
|
1184
|
-
to:
|
|
1182
|
+
r: import("../index.js").Hex;
|
|
1183
|
+
s: import("../index.js").Hex;
|
|
1184
|
+
to: import("abitype").Address | null;
|
|
1185
1185
|
transactionIndex: number | null;
|
|
1186
|
-
typeHex:
|
|
1186
|
+
typeHex: import("../index.js").Hex | null;
|
|
1187
1187
|
v: bigint;
|
|
1188
1188
|
value: bigint;
|
|
1189
1189
|
yParity: number;
|
|
1190
1190
|
accessList: import("../index.js").AccessList;
|
|
1191
|
-
blobVersionedHashes: readonly
|
|
1191
|
+
blobVersionedHashes: readonly import("../index.js").Hex[];
|
|
1192
1192
|
chainId: number;
|
|
1193
1193
|
type: "cip64";
|
|
1194
1194
|
gasPrice?: undefined;
|
|
1195
1195
|
maxFeePerBlobGas: undefined;
|
|
1196
1196
|
maxFeePerGas: bigint;
|
|
1197
1197
|
maxPriorityFeePerGas: bigint;
|
|
1198
|
-
feeCurrency:
|
|
1198
|
+
feeCurrency: import("abitype").Address | null;
|
|
1199
1199
|
gatewayFee?: undefined;
|
|
1200
1200
|
gatewayFeeRecipient?: undefined;
|
|
1201
1201
|
}) & {};
|
|
@@ -1204,11 +1204,11 @@ export declare const chainConfig: {
|
|
|
1204
1204
|
readonly transactionRequest: {
|
|
1205
1205
|
exclude: [] | undefined;
|
|
1206
1206
|
format: (args: ({
|
|
1207
|
-
data?:
|
|
1208
|
-
from?:
|
|
1207
|
+
data?: import("../index.js").Hex | undefined;
|
|
1208
|
+
from?: import("abitype").Address;
|
|
1209
1209
|
gas?: bigint | undefined;
|
|
1210
1210
|
nonce?: number | undefined;
|
|
1211
|
-
to?:
|
|
1211
|
+
to?: import("abitype").Address | null | undefined;
|
|
1212
1212
|
value?: bigint | undefined;
|
|
1213
1213
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1214
1214
|
blobs?: undefined;
|
|
@@ -1221,11 +1221,11 @@ export declare const chainConfig: {
|
|
|
1221
1221
|
kzg?: undefined;
|
|
1222
1222
|
sidecars?: undefined;
|
|
1223
1223
|
} & {
|
|
1224
|
-
data?:
|
|
1225
|
-
from:
|
|
1224
|
+
data?: import("../index.js").Hex | undefined;
|
|
1225
|
+
from: import("abitype").Address;
|
|
1226
1226
|
gas?: bigint | undefined;
|
|
1227
1227
|
nonce?: number | undefined;
|
|
1228
|
-
to?:
|
|
1228
|
+
to?: import("abitype").Address | null | undefined;
|
|
1229
1229
|
value?: bigint | undefined;
|
|
1230
1230
|
accessList?: undefined;
|
|
1231
1231
|
blobs?: undefined;
|
|
@@ -1238,13 +1238,13 @@ export declare const chainConfig: {
|
|
|
1238
1238
|
kzg?: undefined;
|
|
1239
1239
|
sidecars?: undefined;
|
|
1240
1240
|
} & {
|
|
1241
|
-
feeCurrency?:
|
|
1241
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1242
1242
|
}) | ({
|
|
1243
|
-
data?:
|
|
1244
|
-
from?:
|
|
1243
|
+
data?: import("../index.js").Hex | undefined;
|
|
1244
|
+
from?: import("abitype").Address;
|
|
1245
1245
|
gas?: bigint | undefined;
|
|
1246
1246
|
nonce?: number | undefined;
|
|
1247
|
-
to?:
|
|
1247
|
+
to?: import("abitype").Address | null | undefined;
|
|
1248
1248
|
value?: bigint | undefined;
|
|
1249
1249
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1250
1250
|
blobs?: undefined;
|
|
@@ -1257,11 +1257,11 @@ export declare const chainConfig: {
|
|
|
1257
1257
|
kzg?: undefined;
|
|
1258
1258
|
sidecars?: undefined;
|
|
1259
1259
|
} & {
|
|
1260
|
-
data?:
|
|
1261
|
-
from:
|
|
1260
|
+
data?: import("../index.js").Hex | undefined;
|
|
1261
|
+
from: import("abitype").Address;
|
|
1262
1262
|
gas?: bigint | undefined;
|
|
1263
1263
|
nonce?: number | undefined;
|
|
1264
|
-
to?:
|
|
1264
|
+
to?: import("abitype").Address | null | undefined;
|
|
1265
1265
|
value?: bigint | undefined;
|
|
1266
1266
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1267
1267
|
blobs?: undefined;
|
|
@@ -1274,13 +1274,13 @@ export declare const chainConfig: {
|
|
|
1274
1274
|
kzg?: undefined;
|
|
1275
1275
|
sidecars?: undefined;
|
|
1276
1276
|
} & {
|
|
1277
|
-
feeCurrency?:
|
|
1277
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1278
1278
|
}) | ({
|
|
1279
|
-
data?:
|
|
1280
|
-
from?:
|
|
1279
|
+
data?: import("../index.js").Hex | undefined;
|
|
1280
|
+
from?: import("abitype").Address;
|
|
1281
1281
|
gas?: bigint | undefined;
|
|
1282
1282
|
nonce?: number | undefined;
|
|
1283
|
-
to?:
|
|
1283
|
+
to?: import("abitype").Address | null | undefined;
|
|
1284
1284
|
value?: bigint | undefined;
|
|
1285
1285
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1286
1286
|
blobs?: undefined;
|
|
@@ -1293,11 +1293,11 @@ export declare const chainConfig: {
|
|
|
1293
1293
|
kzg?: undefined;
|
|
1294
1294
|
sidecars?: undefined;
|
|
1295
1295
|
} & {
|
|
1296
|
-
data?:
|
|
1297
|
-
from:
|
|
1296
|
+
data?: import("../index.js").Hex | undefined;
|
|
1297
|
+
from: import("abitype").Address;
|
|
1298
1298
|
gas?: bigint | undefined;
|
|
1299
1299
|
nonce?: number | undefined;
|
|
1300
|
-
to?:
|
|
1300
|
+
to?: import("abitype").Address | null | undefined;
|
|
1301
1301
|
value?: bigint | undefined;
|
|
1302
1302
|
gasPrice?: undefined;
|
|
1303
1303
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1310,13 +1310,13 @@ export declare const chainConfig: {
|
|
|
1310
1310
|
kzg?: undefined;
|
|
1311
1311
|
sidecars?: undefined;
|
|
1312
1312
|
} & {
|
|
1313
|
-
feeCurrency?:
|
|
1313
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1314
1314
|
}) | ({
|
|
1315
|
-
data?:
|
|
1316
|
-
from?:
|
|
1315
|
+
data?: import("../index.js").Hex | undefined;
|
|
1316
|
+
from?: import("abitype").Address;
|
|
1317
1317
|
gas?: bigint | undefined;
|
|
1318
1318
|
nonce?: number | undefined;
|
|
1319
|
-
to?:
|
|
1319
|
+
to?: import("abitype").Address | null | undefined;
|
|
1320
1320
|
value?: bigint | undefined;
|
|
1321
1321
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1322
1322
|
blobs?: undefined;
|
|
@@ -1330,14 +1330,14 @@ export declare const chainConfig: {
|
|
|
1330
1330
|
sidecars?: undefined;
|
|
1331
1331
|
} & import("../index.js").TransactionRequestBase & {
|
|
1332
1332
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1333
|
-
feeCurrency?:
|
|
1333
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1334
1334
|
type?: "cip64" | undefined;
|
|
1335
1335
|
} & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
|
|
1336
|
-
data?:
|
|
1337
|
-
from?:
|
|
1336
|
+
data?: import("../index.js").Hex | undefined;
|
|
1337
|
+
from?: import("abitype").Address;
|
|
1338
1338
|
gas?: bigint | undefined;
|
|
1339
1339
|
nonce?: number | undefined;
|
|
1340
|
-
to?:
|
|
1340
|
+
to?: import("abitype").Address | null | undefined;
|
|
1341
1341
|
value?: bigint | undefined;
|
|
1342
1342
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1343
1343
|
blobs?: undefined;
|
|
@@ -1350,11 +1350,11 @@ export declare const chainConfig: {
|
|
|
1350
1350
|
kzg?: undefined;
|
|
1351
1351
|
sidecars?: undefined;
|
|
1352
1352
|
} & {
|
|
1353
|
-
data?:
|
|
1354
|
-
from:
|
|
1353
|
+
data?: import("../index.js").Hex | undefined;
|
|
1354
|
+
from: import("abitype").Address;
|
|
1355
1355
|
gas?: bigint | undefined;
|
|
1356
1356
|
nonce?: number | undefined;
|
|
1357
|
-
to?:
|
|
1357
|
+
to?: import("abitype").Address | null | undefined;
|
|
1358
1358
|
value?: bigint | undefined;
|
|
1359
1359
|
accessList?: undefined;
|
|
1360
1360
|
blobs?: undefined;
|
|
@@ -1367,13 +1367,13 @@ export declare const chainConfig: {
|
|
|
1367
1367
|
kzg?: undefined;
|
|
1368
1368
|
sidecars?: undefined;
|
|
1369
1369
|
} & {
|
|
1370
|
-
feeCurrency?:
|
|
1370
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1371
1371
|
}) | ({
|
|
1372
|
-
data?:
|
|
1373
|
-
from?:
|
|
1372
|
+
data?: import("../index.js").Hex | undefined;
|
|
1373
|
+
from?: import("abitype").Address;
|
|
1374
1374
|
gas?: bigint | undefined;
|
|
1375
1375
|
nonce?: number | undefined;
|
|
1376
|
-
to?:
|
|
1376
|
+
to?: import("abitype").Address | null | undefined;
|
|
1377
1377
|
value?: bigint | undefined;
|
|
1378
1378
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1379
1379
|
blobs?: undefined;
|
|
@@ -1386,11 +1386,11 @@ export declare const chainConfig: {
|
|
|
1386
1386
|
kzg?: undefined;
|
|
1387
1387
|
sidecars?: undefined;
|
|
1388
1388
|
} & {
|
|
1389
|
-
data?:
|
|
1390
|
-
from:
|
|
1389
|
+
data?: import("../index.js").Hex | undefined;
|
|
1390
|
+
from: import("abitype").Address;
|
|
1391
1391
|
gas?: bigint | undefined;
|
|
1392
1392
|
nonce?: number | undefined;
|
|
1393
|
-
to?:
|
|
1393
|
+
to?: import("abitype").Address | null | undefined;
|
|
1394
1394
|
value?: bigint | undefined;
|
|
1395
1395
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1396
1396
|
blobs?: undefined;
|
|
@@ -1403,13 +1403,13 @@ export declare const chainConfig: {
|
|
|
1403
1403
|
kzg?: undefined;
|
|
1404
1404
|
sidecars?: undefined;
|
|
1405
1405
|
} & {
|
|
1406
|
-
feeCurrency?:
|
|
1406
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1407
1407
|
}) | ({
|
|
1408
|
-
data?:
|
|
1409
|
-
from?:
|
|
1408
|
+
data?: import("../index.js").Hex | undefined;
|
|
1409
|
+
from?: import("abitype").Address;
|
|
1410
1410
|
gas?: bigint | undefined;
|
|
1411
1411
|
nonce?: number | undefined;
|
|
1412
|
-
to?:
|
|
1412
|
+
to?: import("abitype").Address | null | undefined;
|
|
1413
1413
|
value?: bigint | undefined;
|
|
1414
1414
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1415
1415
|
blobs?: undefined;
|
|
@@ -1422,11 +1422,11 @@ export declare const chainConfig: {
|
|
|
1422
1422
|
kzg?: undefined;
|
|
1423
1423
|
sidecars?: undefined;
|
|
1424
1424
|
} & {
|
|
1425
|
-
data?:
|
|
1426
|
-
from:
|
|
1425
|
+
data?: import("../index.js").Hex | undefined;
|
|
1426
|
+
from: import("abitype").Address;
|
|
1427
1427
|
gas?: bigint | undefined;
|
|
1428
1428
|
nonce?: number | undefined;
|
|
1429
|
-
to?:
|
|
1429
|
+
to?: import("abitype").Address | null | undefined;
|
|
1430
1430
|
value?: bigint | undefined;
|
|
1431
1431
|
gasPrice?: undefined;
|
|
1432
1432
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1439,13 +1439,13 @@ export declare const chainConfig: {
|
|
|
1439
1439
|
kzg?: undefined;
|
|
1440
1440
|
sidecars?: undefined;
|
|
1441
1441
|
} & {
|
|
1442
|
-
feeCurrency?:
|
|
1442
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1443
1443
|
}) | ({
|
|
1444
|
-
data?:
|
|
1445
|
-
from?:
|
|
1444
|
+
data?: import("../index.js").Hex | undefined;
|
|
1445
|
+
from?: import("abitype").Address;
|
|
1446
1446
|
gas?: bigint | undefined;
|
|
1447
1447
|
nonce?: number | undefined;
|
|
1448
|
-
to?:
|
|
1448
|
+
to?: import("abitype").Address | null | undefined;
|
|
1449
1449
|
value?: bigint | undefined;
|
|
1450
1450
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1451
1451
|
blobs?: undefined;
|
|
@@ -1459,14 +1459,14 @@ export declare const chainConfig: {
|
|
|
1459
1459
|
sidecars?: undefined;
|
|
1460
1460
|
} & import("../index.js").TransactionRequestBase & {
|
|
1461
1461
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1462
|
-
feeCurrency?:
|
|
1462
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1463
1463
|
type?: "cip64" | undefined;
|
|
1464
1464
|
} & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
|
|
1465
|
-
data?:
|
|
1466
|
-
from?:
|
|
1465
|
+
data?: import("../index.js").Hex | undefined;
|
|
1466
|
+
from?: import("abitype").Address;
|
|
1467
1467
|
gas?: bigint | undefined;
|
|
1468
1468
|
nonce?: number | undefined;
|
|
1469
|
-
to?:
|
|
1469
|
+
to?: import("abitype").Address | null | undefined;
|
|
1470
1470
|
value?: bigint | undefined;
|
|
1471
1471
|
gasPrice?: bigint | undefined;
|
|
1472
1472
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -1479,11 +1479,11 @@ export declare const chainConfig: {
|
|
|
1479
1479
|
kzg?: undefined;
|
|
1480
1480
|
sidecars?: undefined;
|
|
1481
1481
|
} & {
|
|
1482
|
-
data?:
|
|
1483
|
-
from:
|
|
1482
|
+
data?: import("../index.js").Hex | undefined;
|
|
1483
|
+
from: import("abitype").Address;
|
|
1484
1484
|
gas?: bigint | undefined;
|
|
1485
1485
|
nonce?: number | undefined;
|
|
1486
|
-
to?:
|
|
1486
|
+
to?: import("abitype").Address | null | undefined;
|
|
1487
1487
|
value?: bigint | undefined;
|
|
1488
1488
|
accessList?: undefined;
|
|
1489
1489
|
blobs?: undefined;
|
|
@@ -1496,13 +1496,13 @@ export declare const chainConfig: {
|
|
|
1496
1496
|
kzg?: undefined;
|
|
1497
1497
|
sidecars?: undefined;
|
|
1498
1498
|
} & {
|
|
1499
|
-
feeCurrency?:
|
|
1499
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1500
1500
|
}) | ({
|
|
1501
|
-
data?:
|
|
1502
|
-
from?:
|
|
1501
|
+
data?: import("../index.js").Hex | undefined;
|
|
1502
|
+
from?: import("abitype").Address;
|
|
1503
1503
|
gas?: bigint | undefined;
|
|
1504
1504
|
nonce?: number | undefined;
|
|
1505
|
-
to?:
|
|
1505
|
+
to?: import("abitype").Address | null | undefined;
|
|
1506
1506
|
value?: bigint | undefined;
|
|
1507
1507
|
gasPrice?: bigint | undefined;
|
|
1508
1508
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -1515,11 +1515,11 @@ export declare const chainConfig: {
|
|
|
1515
1515
|
kzg?: undefined;
|
|
1516
1516
|
sidecars?: undefined;
|
|
1517
1517
|
} & {
|
|
1518
|
-
data?:
|
|
1519
|
-
from:
|
|
1518
|
+
data?: import("../index.js").Hex | undefined;
|
|
1519
|
+
from: import("abitype").Address;
|
|
1520
1520
|
gas?: bigint | undefined;
|
|
1521
1521
|
nonce?: number | undefined;
|
|
1522
|
-
to?:
|
|
1522
|
+
to?: import("abitype").Address | null | undefined;
|
|
1523
1523
|
value?: bigint | undefined;
|
|
1524
1524
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1525
1525
|
blobs?: undefined;
|
|
@@ -1532,13 +1532,13 @@ export declare const chainConfig: {
|
|
|
1532
1532
|
kzg?: undefined;
|
|
1533
1533
|
sidecars?: undefined;
|
|
1534
1534
|
} & {
|
|
1535
|
-
feeCurrency?:
|
|
1535
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1536
1536
|
}) | ({
|
|
1537
|
-
data?:
|
|
1538
|
-
from?:
|
|
1537
|
+
data?: import("../index.js").Hex | undefined;
|
|
1538
|
+
from?: import("abitype").Address;
|
|
1539
1539
|
gas?: bigint | undefined;
|
|
1540
1540
|
nonce?: number | undefined;
|
|
1541
|
-
to?:
|
|
1541
|
+
to?: import("abitype").Address | null | undefined;
|
|
1542
1542
|
value?: bigint | undefined;
|
|
1543
1543
|
gasPrice?: bigint | undefined;
|
|
1544
1544
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -1551,11 +1551,11 @@ export declare const chainConfig: {
|
|
|
1551
1551
|
kzg?: undefined;
|
|
1552
1552
|
sidecars?: undefined;
|
|
1553
1553
|
} & {
|
|
1554
|
-
data?:
|
|
1555
|
-
from:
|
|
1554
|
+
data?: import("../index.js").Hex | undefined;
|
|
1555
|
+
from: import("abitype").Address;
|
|
1556
1556
|
gas?: bigint | undefined;
|
|
1557
1557
|
nonce?: number | undefined;
|
|
1558
|
-
to?:
|
|
1558
|
+
to?: import("abitype").Address | null | undefined;
|
|
1559
1559
|
value?: bigint | undefined;
|
|
1560
1560
|
gasPrice?: undefined;
|
|
1561
1561
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1568,13 +1568,13 @@ export declare const chainConfig: {
|
|
|
1568
1568
|
kzg?: undefined;
|
|
1569
1569
|
sidecars?: undefined;
|
|
1570
1570
|
} & {
|
|
1571
|
-
feeCurrency?:
|
|
1571
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1572
1572
|
}) | ({
|
|
1573
|
-
data?:
|
|
1574
|
-
from?:
|
|
1573
|
+
data?: import("../index.js").Hex | undefined;
|
|
1574
|
+
from?: import("abitype").Address;
|
|
1575
1575
|
gas?: bigint | undefined;
|
|
1576
1576
|
nonce?: number | undefined;
|
|
1577
|
-
to?:
|
|
1577
|
+
to?: import("abitype").Address | null | undefined;
|
|
1578
1578
|
value?: bigint | undefined;
|
|
1579
1579
|
gasPrice?: bigint | undefined;
|
|
1580
1580
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -1588,31 +1588,31 @@ export declare const chainConfig: {
|
|
|
1588
1588
|
sidecars?: undefined;
|
|
1589
1589
|
} & import("../index.js").TransactionRequestBase & {
|
|
1590
1590
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1591
|
-
feeCurrency?:
|
|
1591
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1592
1592
|
type?: "cip64" | undefined;
|
|
1593
1593
|
} & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
|
|
1594
|
-
data?:
|
|
1595
|
-
from?:
|
|
1594
|
+
data?: import("../index.js").Hex | undefined;
|
|
1595
|
+
from?: import("abitype").Address;
|
|
1596
1596
|
gas?: bigint | undefined;
|
|
1597
1597
|
nonce?: number | undefined;
|
|
1598
1598
|
value?: bigint | undefined;
|
|
1599
|
-
to?:
|
|
1599
|
+
to?: import("abitype").Address | null | undefined;
|
|
1600
1600
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1601
1601
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1602
|
-
blobVersionedHashes?: readonly
|
|
1602
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
1603
1603
|
kzg?: import("../index.js").Kzg | undefined;
|
|
1604
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
1604
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
1605
1605
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
1606
1606
|
gasPrice?: bigint | undefined;
|
|
1607
1607
|
maxFeePerGas?: bigint | undefined;
|
|
1608
1608
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1609
1609
|
maxFeePerBlobGas?: bigint | undefined;
|
|
1610
1610
|
} & {
|
|
1611
|
-
data?:
|
|
1612
|
-
from:
|
|
1611
|
+
data?: import("../index.js").Hex | undefined;
|
|
1612
|
+
from: import("abitype").Address;
|
|
1613
1613
|
gas?: bigint | undefined;
|
|
1614
1614
|
nonce?: number | undefined;
|
|
1615
|
-
to?:
|
|
1615
|
+
to?: import("abitype").Address | null | undefined;
|
|
1616
1616
|
value?: bigint | undefined;
|
|
1617
1617
|
accessList?: undefined;
|
|
1618
1618
|
blobs?: undefined;
|
|
@@ -1625,30 +1625,30 @@ export declare const chainConfig: {
|
|
|
1625
1625
|
kzg?: undefined;
|
|
1626
1626
|
sidecars?: undefined;
|
|
1627
1627
|
} & {
|
|
1628
|
-
feeCurrency?:
|
|
1628
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1629
1629
|
}) | ({
|
|
1630
|
-
data?:
|
|
1631
|
-
from?:
|
|
1630
|
+
data?: import("../index.js").Hex | undefined;
|
|
1631
|
+
from?: import("abitype").Address;
|
|
1632
1632
|
gas?: bigint | undefined;
|
|
1633
1633
|
nonce?: number | undefined;
|
|
1634
1634
|
value?: bigint | undefined;
|
|
1635
|
-
to?:
|
|
1635
|
+
to?: import("abitype").Address | null | undefined;
|
|
1636
1636
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1637
1637
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1638
|
-
blobVersionedHashes?: readonly
|
|
1638
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
1639
1639
|
kzg?: import("../index.js").Kzg | undefined;
|
|
1640
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
1640
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
1641
1641
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
1642
1642
|
gasPrice?: bigint | undefined;
|
|
1643
1643
|
maxFeePerGas?: bigint | undefined;
|
|
1644
1644
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1645
1645
|
maxFeePerBlobGas?: bigint | undefined;
|
|
1646
1646
|
} & {
|
|
1647
|
-
data?:
|
|
1648
|
-
from:
|
|
1647
|
+
data?: import("../index.js").Hex | undefined;
|
|
1648
|
+
from: import("abitype").Address;
|
|
1649
1649
|
gas?: bigint | undefined;
|
|
1650
1650
|
nonce?: number | undefined;
|
|
1651
|
-
to?:
|
|
1651
|
+
to?: import("abitype").Address | null | undefined;
|
|
1652
1652
|
value?: bigint | undefined;
|
|
1653
1653
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1654
1654
|
blobs?: undefined;
|
|
@@ -1661,30 +1661,30 @@ export declare const chainConfig: {
|
|
|
1661
1661
|
kzg?: undefined;
|
|
1662
1662
|
sidecars?: undefined;
|
|
1663
1663
|
} & {
|
|
1664
|
-
feeCurrency?:
|
|
1664
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1665
1665
|
}) | ({
|
|
1666
|
-
data?:
|
|
1667
|
-
from?:
|
|
1666
|
+
data?: import("../index.js").Hex | undefined;
|
|
1667
|
+
from?: import("abitype").Address;
|
|
1668
1668
|
gas?: bigint | undefined;
|
|
1669
1669
|
nonce?: number | undefined;
|
|
1670
1670
|
value?: bigint | undefined;
|
|
1671
|
-
to?:
|
|
1671
|
+
to?: import("abitype").Address | null | undefined;
|
|
1672
1672
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1673
1673
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1674
|
-
blobVersionedHashes?: readonly
|
|
1674
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
1675
1675
|
kzg?: import("../index.js").Kzg | undefined;
|
|
1676
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
1676
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
1677
1677
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
1678
1678
|
gasPrice?: bigint | undefined;
|
|
1679
1679
|
maxFeePerGas?: bigint | undefined;
|
|
1680
1680
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1681
1681
|
maxFeePerBlobGas?: bigint | undefined;
|
|
1682
1682
|
} & {
|
|
1683
|
-
data?:
|
|
1684
|
-
from:
|
|
1683
|
+
data?: import("../index.js").Hex | undefined;
|
|
1684
|
+
from: import("abitype").Address;
|
|
1685
1685
|
gas?: bigint | undefined;
|
|
1686
1686
|
nonce?: number | undefined;
|
|
1687
|
-
to?:
|
|
1687
|
+
to?: import("abitype").Address | null | undefined;
|
|
1688
1688
|
value?: bigint | undefined;
|
|
1689
1689
|
gasPrice?: undefined;
|
|
1690
1690
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1697,55 +1697,55 @@ export declare const chainConfig: {
|
|
|
1697
1697
|
kzg?: undefined;
|
|
1698
1698
|
sidecars?: undefined;
|
|
1699
1699
|
} & {
|
|
1700
|
-
feeCurrency?:
|
|
1700
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1701
1701
|
}) | ({
|
|
1702
|
-
data?:
|
|
1703
|
-
from?:
|
|
1702
|
+
data?: import("../index.js").Hex | undefined;
|
|
1703
|
+
from?: import("abitype").Address;
|
|
1704
1704
|
gas?: bigint | undefined;
|
|
1705
1705
|
nonce?: number | undefined;
|
|
1706
1706
|
value?: bigint | undefined;
|
|
1707
|
-
to?:
|
|
1707
|
+
to?: import("abitype").Address | null | undefined;
|
|
1708
1708
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1709
1709
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1710
|
-
blobVersionedHashes?: readonly
|
|
1710
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
1711
1711
|
kzg?: import("../index.js").Kzg | undefined;
|
|
1712
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
1712
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
1713
1713
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
1714
1714
|
gasPrice?: bigint | undefined;
|
|
1715
1715
|
maxFeePerGas?: bigint | undefined;
|
|
1716
1716
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1717
1717
|
maxFeePerBlobGas?: bigint | undefined;
|
|
1718
1718
|
} & {
|
|
1719
|
-
data?:
|
|
1720
|
-
from:
|
|
1719
|
+
data?: import("../index.js").Hex | undefined;
|
|
1720
|
+
from: import("abitype").Address;
|
|
1721
1721
|
gas?: bigint | undefined;
|
|
1722
1722
|
nonce?: number | undefined;
|
|
1723
1723
|
value?: bigint | undefined;
|
|
1724
1724
|
to: `0x${string}` | null;
|
|
1725
1725
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1726
|
-
blobs: readonly
|
|
1727
|
-
blobVersionedHashes?: readonly
|
|
1726
|
+
blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
|
|
1727
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
1728
1728
|
kzg?: import("../index.js").Kzg | undefined;
|
|
1729
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
1729
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
1730
1730
|
type?: "eip4844" | undefined;
|
|
1731
1731
|
gasPrice?: undefined;
|
|
1732
1732
|
maxFeePerGas?: bigint | undefined;
|
|
1733
1733
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1734
1734
|
maxFeePerBlobGas: bigint;
|
|
1735
1735
|
} & {
|
|
1736
|
-
feeCurrency?:
|
|
1736
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1737
1737
|
}) | ({
|
|
1738
|
-
data?:
|
|
1739
|
-
from?:
|
|
1738
|
+
data?: import("../index.js").Hex | undefined;
|
|
1739
|
+
from?: import("abitype").Address;
|
|
1740
1740
|
gas?: bigint | undefined;
|
|
1741
1741
|
nonce?: number | undefined;
|
|
1742
1742
|
value?: bigint | undefined;
|
|
1743
|
-
to?:
|
|
1743
|
+
to?: import("abitype").Address | null | undefined;
|
|
1744
1744
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1745
1745
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1746
|
-
blobVersionedHashes?: readonly
|
|
1746
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
1747
1747
|
kzg?: import("../index.js").Kzg | undefined;
|
|
1748
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
1748
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
1749
1749
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
1750
1750
|
gasPrice?: bigint | undefined;
|
|
1751
1751
|
maxFeePerGas?: bigint | undefined;
|
|
@@ -1753,14 +1753,14 @@ export declare const chainConfig: {
|
|
|
1753
1753
|
maxFeePerBlobGas?: bigint | undefined;
|
|
1754
1754
|
} & import("../index.js").TransactionRequestBase & {
|
|
1755
1755
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1756
|
-
feeCurrency?:
|
|
1756
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1757
1757
|
type?: "cip64" | undefined;
|
|
1758
1758
|
} & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>)) => ({
|
|
1759
|
-
data?:
|
|
1760
|
-
from:
|
|
1759
|
+
data?: import("../index.js").Hex | undefined;
|
|
1760
|
+
from: import("abitype").Address;
|
|
1761
1761
|
gas?: `0x${string}` | undefined;
|
|
1762
1762
|
nonce?: `0x${string}` | undefined;
|
|
1763
|
-
to?:
|
|
1763
|
+
to?: import("abitype").Address | null | undefined;
|
|
1764
1764
|
value?: `0x${string}` | undefined;
|
|
1765
1765
|
accessList?: undefined;
|
|
1766
1766
|
blobs?: undefined;
|
|
@@ -1772,13 +1772,13 @@ export declare const chainConfig: {
|
|
|
1772
1772
|
blobVersionedHashes?: undefined;
|
|
1773
1773
|
kzg?: undefined;
|
|
1774
1774
|
sidecars?: undefined;
|
|
1775
|
-
feeCurrency?:
|
|
1775
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1776
1776
|
} | {
|
|
1777
|
-
data?:
|
|
1778
|
-
from:
|
|
1777
|
+
data?: import("../index.js").Hex | undefined;
|
|
1778
|
+
from: import("abitype").Address;
|
|
1779
1779
|
gas?: `0x${string}` | undefined;
|
|
1780
1780
|
nonce?: `0x${string}` | undefined;
|
|
1781
|
-
to?:
|
|
1781
|
+
to?: import("abitype").Address | null | undefined;
|
|
1782
1782
|
value?: `0x${string}` | undefined;
|
|
1783
1783
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1784
1784
|
blobs?: undefined;
|
|
@@ -1790,13 +1790,13 @@ export declare const chainConfig: {
|
|
|
1790
1790
|
blobVersionedHashes?: undefined;
|
|
1791
1791
|
kzg?: undefined;
|
|
1792
1792
|
sidecars?: undefined;
|
|
1793
|
-
feeCurrency?:
|
|
1793
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1794
1794
|
} | {
|
|
1795
|
-
data?:
|
|
1796
|
-
from:
|
|
1795
|
+
data?: import("../index.js").Hex | undefined;
|
|
1796
|
+
from: import("abitype").Address;
|
|
1797
1797
|
gas?: `0x${string}` | undefined;
|
|
1798
1798
|
nonce?: `0x${string}` | undefined;
|
|
1799
|
-
to?:
|
|
1799
|
+
to?: import("abitype").Address | null | undefined;
|
|
1800
1800
|
value?: `0x${string}` | undefined;
|
|
1801
1801
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1802
1802
|
blobs?: undefined;
|
|
@@ -1808,13 +1808,13 @@ export declare const chainConfig: {
|
|
|
1808
1808
|
blobVersionedHashes?: undefined;
|
|
1809
1809
|
kzg?: undefined;
|
|
1810
1810
|
sidecars?: undefined;
|
|
1811
|
-
feeCurrency?:
|
|
1811
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1812
1812
|
} | {
|
|
1813
|
-
data?:
|
|
1814
|
-
from:
|
|
1813
|
+
data?: import("../index.js").Hex | undefined;
|
|
1814
|
+
from: import("abitype").Address;
|
|
1815
1815
|
gas?: `0x${string}` | undefined;
|
|
1816
1816
|
nonce?: `0x${string}` | undefined;
|
|
1817
|
-
to?:
|
|
1817
|
+
to?: import("abitype").Address | null | undefined;
|
|
1818
1818
|
value?: `0x${string}` | undefined;
|
|
1819
1819
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1820
1820
|
blobs?: undefined;
|
|
@@ -1826,13 +1826,13 @@ export declare const chainConfig: {
|
|
|
1826
1826
|
blobVersionedHashes?: undefined;
|
|
1827
1827
|
kzg?: undefined;
|
|
1828
1828
|
sidecars?: undefined;
|
|
1829
|
-
feeCurrency?:
|
|
1829
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1830
1830
|
} | {
|
|
1831
|
-
data?:
|
|
1832
|
-
from:
|
|
1831
|
+
data?: import("../index.js").Hex | undefined;
|
|
1832
|
+
from: import("abitype").Address;
|
|
1833
1833
|
gas?: `0x${string}` | undefined;
|
|
1834
1834
|
nonce?: `0x${string}` | undefined;
|
|
1835
|
-
to?:
|
|
1835
|
+
to?: import("abitype").Address | null | undefined;
|
|
1836
1836
|
value?: `0x${string}` | undefined;
|
|
1837
1837
|
accessList?: undefined;
|
|
1838
1838
|
blobs?: undefined;
|
|
@@ -1844,13 +1844,13 @@ export declare const chainConfig: {
|
|
|
1844
1844
|
blobVersionedHashes?: undefined;
|
|
1845
1845
|
kzg?: undefined;
|
|
1846
1846
|
sidecars?: undefined;
|
|
1847
|
-
feeCurrency?:
|
|
1847
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1848
1848
|
} | {
|
|
1849
|
-
data?:
|
|
1850
|
-
from:
|
|
1849
|
+
data?: import("../index.js").Hex | undefined;
|
|
1850
|
+
from: import("abitype").Address;
|
|
1851
1851
|
gas?: `0x${string}` | undefined;
|
|
1852
1852
|
nonce?: `0x${string}` | undefined;
|
|
1853
|
-
to?:
|
|
1853
|
+
to?: import("abitype").Address | null | undefined;
|
|
1854
1854
|
value?: `0x${string}` | undefined;
|
|
1855
1855
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1856
1856
|
blobs?: undefined;
|
|
@@ -1862,13 +1862,13 @@ export declare const chainConfig: {
|
|
|
1862
1862
|
blobVersionedHashes?: undefined;
|
|
1863
1863
|
kzg?: undefined;
|
|
1864
1864
|
sidecars?: undefined;
|
|
1865
|
-
feeCurrency?:
|
|
1865
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1866
1866
|
} | {
|
|
1867
|
-
data?:
|
|
1868
|
-
from:
|
|
1867
|
+
data?: import("../index.js").Hex | undefined;
|
|
1868
|
+
from: import("abitype").Address;
|
|
1869
1869
|
gas?: `0x${string}` | undefined;
|
|
1870
1870
|
nonce?: `0x${string}` | undefined;
|
|
1871
|
-
to?:
|
|
1871
|
+
to?: import("abitype").Address | null | undefined;
|
|
1872
1872
|
value?: `0x${string}` | undefined;
|
|
1873
1873
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1874
1874
|
blobs?: undefined;
|
|
@@ -1880,13 +1880,13 @@ export declare const chainConfig: {
|
|
|
1880
1880
|
blobVersionedHashes?: undefined;
|
|
1881
1881
|
kzg?: undefined;
|
|
1882
1882
|
sidecars?: undefined;
|
|
1883
|
-
feeCurrency?:
|
|
1883
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1884
1884
|
} | {
|
|
1885
|
-
data?:
|
|
1886
|
-
from:
|
|
1885
|
+
data?: import("../index.js").Hex | undefined;
|
|
1886
|
+
from: import("abitype").Address;
|
|
1887
1887
|
gas?: `0x${string}` | undefined;
|
|
1888
1888
|
nonce?: `0x${string}` | undefined;
|
|
1889
|
-
to?:
|
|
1889
|
+
to?: import("abitype").Address | null | undefined;
|
|
1890
1890
|
value?: `0x${string}` | undefined;
|
|
1891
1891
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1892
1892
|
blobs?: undefined;
|
|
@@ -1898,13 +1898,13 @@ export declare const chainConfig: {
|
|
|
1898
1898
|
blobVersionedHashes?: undefined;
|
|
1899
1899
|
kzg?: undefined;
|
|
1900
1900
|
sidecars?: undefined;
|
|
1901
|
-
feeCurrency?:
|
|
1901
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1902
1902
|
} | {
|
|
1903
|
-
data?:
|
|
1904
|
-
from:
|
|
1903
|
+
data?: import("../index.js").Hex | undefined;
|
|
1904
|
+
from: import("abitype").Address;
|
|
1905
1905
|
gas?: `0x${string}` | undefined;
|
|
1906
1906
|
nonce?: `0x${string}` | undefined;
|
|
1907
|
-
to?:
|
|
1907
|
+
to?: import("abitype").Address | null | undefined;
|
|
1908
1908
|
value?: `0x${string}` | undefined;
|
|
1909
1909
|
gasPrice?: `0x${string}` | undefined;
|
|
1910
1910
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1916,13 +1916,13 @@ export declare const chainConfig: {
|
|
|
1916
1916
|
blobVersionedHashes?: undefined;
|
|
1917
1917
|
kzg?: undefined;
|
|
1918
1918
|
sidecars?: undefined;
|
|
1919
|
-
feeCurrency?:
|
|
1919
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1920
1920
|
} | {
|
|
1921
|
-
data?:
|
|
1922
|
-
from:
|
|
1921
|
+
data?: import("../index.js").Hex | undefined;
|
|
1922
|
+
from: import("abitype").Address;
|
|
1923
1923
|
gas?: `0x${string}` | undefined;
|
|
1924
1924
|
nonce?: `0x${string}` | undefined;
|
|
1925
|
-
to?:
|
|
1925
|
+
to?: import("abitype").Address | null | undefined;
|
|
1926
1926
|
value?: `0x${string}` | undefined;
|
|
1927
1927
|
gasPrice?: `0x${string}` | undefined;
|
|
1928
1928
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1934,13 +1934,13 @@ export declare const chainConfig: {
|
|
|
1934
1934
|
blobVersionedHashes?: undefined;
|
|
1935
1935
|
kzg?: undefined;
|
|
1936
1936
|
sidecars?: undefined;
|
|
1937
|
-
feeCurrency?:
|
|
1937
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1938
1938
|
} | {
|
|
1939
|
-
data?:
|
|
1940
|
-
from:
|
|
1939
|
+
data?: import("../index.js").Hex | undefined;
|
|
1940
|
+
from: import("abitype").Address;
|
|
1941
1941
|
gas?: `0x${string}` | undefined;
|
|
1942
1942
|
nonce?: `0x${string}` | undefined;
|
|
1943
|
-
to?:
|
|
1943
|
+
to?: import("abitype").Address | null | undefined;
|
|
1944
1944
|
value?: `0x${string}` | undefined;
|
|
1945
1945
|
gasPrice?: undefined;
|
|
1946
1946
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1952,13 +1952,13 @@ export declare const chainConfig: {
|
|
|
1952
1952
|
blobVersionedHashes?: undefined;
|
|
1953
1953
|
kzg?: undefined;
|
|
1954
1954
|
sidecars?: undefined;
|
|
1955
|
-
feeCurrency?:
|
|
1955
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1956
1956
|
} | {
|
|
1957
|
-
data?:
|
|
1958
|
-
from:
|
|
1957
|
+
data?: import("../index.js").Hex | undefined;
|
|
1958
|
+
from: import("abitype").Address;
|
|
1959
1959
|
gas?: `0x${string}` | undefined;
|
|
1960
1960
|
nonce?: `0x${string}` | undefined;
|
|
1961
|
-
to?:
|
|
1961
|
+
to?: import("abitype").Address | null | undefined;
|
|
1962
1962
|
value?: `0x${string}` | undefined;
|
|
1963
1963
|
gasPrice?: undefined;
|
|
1964
1964
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1970,43 +1970,43 @@ export declare const chainConfig: {
|
|
|
1970
1970
|
blobVersionedHashes?: undefined;
|
|
1971
1971
|
kzg?: undefined;
|
|
1972
1972
|
sidecars?: undefined;
|
|
1973
|
-
feeCurrency?:
|
|
1973
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1974
1974
|
} | {
|
|
1975
|
-
data?:
|
|
1976
|
-
from:
|
|
1975
|
+
data?: import("../index.js").Hex | undefined;
|
|
1976
|
+
from: import("abitype").Address;
|
|
1977
1977
|
gas?: `0x${string}` | undefined;
|
|
1978
1978
|
nonce?: `0x${string}` | undefined;
|
|
1979
1979
|
value?: `0x${string}` | undefined;
|
|
1980
1980
|
to: `0x${string}` | null;
|
|
1981
1981
|
accessList?: import("../index.js").AccessList | undefined;
|
|
1982
|
-
blobs: readonly
|
|
1983
|
-
blobVersionedHashes?: readonly
|
|
1982
|
+
blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
|
|
1983
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
1984
1984
|
kzg?: import("../index.js").Kzg | undefined;
|
|
1985
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
1985
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
1986
1986
|
type?: "0x3" | undefined;
|
|
1987
1987
|
gasPrice?: undefined;
|
|
1988
1988
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1989
1989
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1990
1990
|
maxFeePerBlobGas: `0x${string}`;
|
|
1991
|
-
feeCurrency?:
|
|
1991
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1992
1992
|
} | {
|
|
1993
|
-
data?:
|
|
1994
|
-
from:
|
|
1993
|
+
data?: import("../index.js").Hex | undefined;
|
|
1994
|
+
from: import("abitype").Address;
|
|
1995
1995
|
gas?: `0x${string}` | undefined;
|
|
1996
1996
|
nonce?: `0x${string}` | undefined;
|
|
1997
1997
|
value?: `0x${string}` | undefined;
|
|
1998
|
-
to:
|
|
1998
|
+
to: import("abitype").Address | null | undefined;
|
|
1999
1999
|
accessList?: import("../index.js").AccessList | undefined;
|
|
2000
|
-
blobs: readonly
|
|
2001
|
-
blobVersionedHashes?: readonly
|
|
2000
|
+
blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
|
|
2001
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
2002
2002
|
kzg?: import("../index.js").Kzg | undefined;
|
|
2003
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
2003
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
2004
2004
|
type?: "0x7b" | undefined;
|
|
2005
2005
|
gasPrice?: undefined;
|
|
2006
2006
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2007
2007
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2008
2008
|
maxFeePerBlobGas: undefined;
|
|
2009
|
-
feeCurrency?:
|
|
2009
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
2010
2010
|
}) & {};
|
|
2011
2011
|
type: "transactionRequest";
|
|
2012
2012
|
};
|
|
@@ -2018,37 +2018,37 @@ export declare const chainConfig: {
|
|
|
2018
2018
|
readonly block: {
|
|
2019
2019
|
exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
|
|
2020
2020
|
format: (args: import("../types/utils.js").Assign<import("../index.js").ExactPartial<import("../index.js").RpcBlock>, import("./types.js").CeloBlockOverrides & {
|
|
2021
|
-
transactions: readonly
|
|
2021
|
+
transactions: readonly import("../index.js").Hash[] | readonly import("./types.js").CeloRpcTransaction[];
|
|
2022
2022
|
}>) => {
|
|
2023
2023
|
baseFeePerGas: bigint | null;
|
|
2024
2024
|
blobGasUsed: bigint;
|
|
2025
2025
|
difficulty: bigint;
|
|
2026
2026
|
excessBlobGas: bigint;
|
|
2027
|
-
extraData:
|
|
2027
|
+
extraData: import("../index.js").Hex;
|
|
2028
2028
|
gasLimit: bigint;
|
|
2029
2029
|
gasUsed: bigint;
|
|
2030
2030
|
hash: `0x${string}` | null;
|
|
2031
2031
|
logsBloom: `0x${string}` | null;
|
|
2032
|
-
miner:
|
|
2033
|
-
mixHash:
|
|
2032
|
+
miner: import("abitype").Address;
|
|
2033
|
+
mixHash: import("../index.js").Hash;
|
|
2034
2034
|
nonce: `0x${string}` | null;
|
|
2035
2035
|
number: bigint | null;
|
|
2036
|
-
parentHash:
|
|
2037
|
-
receiptsRoot:
|
|
2038
|
-
sealFields:
|
|
2039
|
-
sha3Uncles:
|
|
2036
|
+
parentHash: import("../index.js").Hash;
|
|
2037
|
+
receiptsRoot: import("../index.js").Hex;
|
|
2038
|
+
sealFields: import("../index.js").Hex[];
|
|
2039
|
+
sha3Uncles: import("../index.js").Hash;
|
|
2040
2040
|
size: bigint;
|
|
2041
|
-
stateRoot:
|
|
2041
|
+
stateRoot: import("../index.js").Hash;
|
|
2042
2042
|
timestamp: bigint;
|
|
2043
2043
|
totalDifficulty: bigint | null;
|
|
2044
2044
|
transactions: readonly `0x${string}`[] | readonly import("./types.js").CeloTransaction[];
|
|
2045
|
-
transactionsRoot:
|
|
2046
|
-
uncles:
|
|
2045
|
+
transactionsRoot: import("../index.js").Hash;
|
|
2046
|
+
uncles: import("../index.js").Hash[];
|
|
2047
2047
|
withdrawals?: import("../index.js").Withdrawal[] | undefined;
|
|
2048
|
-
withdrawalsRoot?:
|
|
2048
|
+
withdrawalsRoot?: import("../index.js").Hex | undefined;
|
|
2049
2049
|
randomness: {
|
|
2050
|
-
committed:
|
|
2051
|
-
revealed:
|
|
2050
|
+
committed: import("../index.js").Hex;
|
|
2051
|
+
revealed: import("../index.js").Hex;
|
|
2052
2052
|
};
|
|
2053
2053
|
} & {
|
|
2054
2054
|
nonce: never;
|
|
@@ -2063,16 +2063,16 @@ export declare const chainConfig: {
|
|
|
2063
2063
|
exclude: [] | undefined;
|
|
2064
2064
|
format: (args: ({
|
|
2065
2065
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2066
|
-
r?:
|
|
2067
|
-
s?:
|
|
2066
|
+
r?: import("../index.js").Hex;
|
|
2067
|
+
s?: import("../index.js").Hex;
|
|
2068
2068
|
v?: `0x${string}`;
|
|
2069
2069
|
yParity?: `0x${string}` | undefined;
|
|
2070
2070
|
gasPrice?: `0x${string}` | undefined;
|
|
2071
2071
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2072
2072
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2073
2073
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2074
|
-
to?:
|
|
2075
|
-
from?:
|
|
2074
|
+
to?: import("abitype").Address | null;
|
|
2075
|
+
from?: import("abitype").Address;
|
|
2076
2076
|
gas?: `0x${string}`;
|
|
2077
2077
|
nonce?: `0x${string}`;
|
|
2078
2078
|
value?: `0x${string}`;
|
|
@@ -2080,22 +2080,22 @@ export declare const chainConfig: {
|
|
|
2080
2080
|
blobVersionedHashes?: undefined;
|
|
2081
2081
|
blockHash?: `0x${string}` | null;
|
|
2082
2082
|
blockNumber?: `0x${string}` | null;
|
|
2083
|
-
hash?:
|
|
2084
|
-
input?:
|
|
2083
|
+
hash?: import("../index.js").Hash;
|
|
2084
|
+
input?: import("../index.js").Hex;
|
|
2085
2085
|
transactionIndex?: `0x${string}` | null;
|
|
2086
2086
|
chainId?: `0x${string}` | undefined;
|
|
2087
2087
|
} & {
|
|
2088
2088
|
type: "0x0";
|
|
2089
|
-
r:
|
|
2090
|
-
s:
|
|
2089
|
+
r: import("../index.js").Hex;
|
|
2090
|
+
s: import("../index.js").Hex;
|
|
2091
2091
|
v: `0x${string}`;
|
|
2092
2092
|
yParity?: undefined;
|
|
2093
2093
|
gasPrice: `0x${string}`;
|
|
2094
2094
|
maxFeePerBlobGas?: undefined;
|
|
2095
2095
|
maxFeePerGas?: undefined;
|
|
2096
2096
|
maxPriorityFeePerGas?: undefined;
|
|
2097
|
-
to:
|
|
2098
|
-
from:
|
|
2097
|
+
to: import("abitype").Address | null;
|
|
2098
|
+
from: import("abitype").Address;
|
|
2099
2099
|
gas: `0x${string}`;
|
|
2100
2100
|
nonce: `0x${string}`;
|
|
2101
2101
|
value: `0x${string}`;
|
|
@@ -2103,26 +2103,26 @@ export declare const chainConfig: {
|
|
|
2103
2103
|
blobVersionedHashes?: undefined;
|
|
2104
2104
|
blockHash: `0x${string}` | null;
|
|
2105
2105
|
blockNumber: `0x${string}` | null;
|
|
2106
|
-
hash:
|
|
2107
|
-
input:
|
|
2106
|
+
hash: import("../index.js").Hash;
|
|
2107
|
+
input: import("../index.js").Hex;
|
|
2108
2108
|
transactionIndex: `0x${string}` | null;
|
|
2109
2109
|
chainId?: `0x${string}` | undefined;
|
|
2110
2110
|
} & {
|
|
2111
|
-
feeCurrency:
|
|
2112
|
-
gatewayFee:
|
|
2113
|
-
gatewayFeeRecipient:
|
|
2111
|
+
feeCurrency: import("abitype").Address | null;
|
|
2112
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2113
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2114
2114
|
}) | ({
|
|
2115
2115
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2116
|
-
r?:
|
|
2117
|
-
s?:
|
|
2116
|
+
r?: import("../index.js").Hex;
|
|
2117
|
+
s?: import("../index.js").Hex;
|
|
2118
2118
|
v?: `0x${string}`;
|
|
2119
2119
|
yParity?: `0x${string}` | undefined;
|
|
2120
2120
|
gasPrice?: `0x${string}` | undefined;
|
|
2121
2121
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2122
2122
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2123
2123
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2124
|
-
to?:
|
|
2125
|
-
from?:
|
|
2124
|
+
to?: import("abitype").Address | null;
|
|
2125
|
+
from?: import("abitype").Address;
|
|
2126
2126
|
gas?: `0x${string}`;
|
|
2127
2127
|
nonce?: `0x${string}`;
|
|
2128
2128
|
value?: `0x${string}`;
|
|
@@ -2130,27 +2130,27 @@ export declare const chainConfig: {
|
|
|
2130
2130
|
blobVersionedHashes?: undefined;
|
|
2131
2131
|
blockHash?: `0x${string}` | null;
|
|
2132
2132
|
blockNumber?: `0x${string}` | null;
|
|
2133
|
-
hash?:
|
|
2134
|
-
input?:
|
|
2133
|
+
hash?: import("../index.js").Hash;
|
|
2134
|
+
input?: import("../index.js").Hex;
|
|
2135
2135
|
transactionIndex?: `0x${string}` | null;
|
|
2136
2136
|
chainId?: `0x${string}` | undefined;
|
|
2137
2137
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2138
|
-
feeCurrency:
|
|
2139
|
-
gatewayFee:
|
|
2140
|
-
gatewayFeeRecipient:
|
|
2138
|
+
feeCurrency: import("abitype").Address | null;
|
|
2139
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2140
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2141
2141
|
type: "0x7c";
|
|
2142
2142
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2143
2143
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2144
|
-
r?:
|
|
2145
|
-
s?:
|
|
2144
|
+
r?: import("../index.js").Hex;
|
|
2145
|
+
s?: import("../index.js").Hex;
|
|
2146
2146
|
v?: `0x${string}`;
|
|
2147
2147
|
yParity?: `0x${string}` | undefined;
|
|
2148
2148
|
gasPrice?: `0x${string}` | undefined;
|
|
2149
2149
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2150
2150
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2151
2151
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2152
|
-
to?:
|
|
2153
|
-
from?:
|
|
2152
|
+
to?: import("abitype").Address | null;
|
|
2153
|
+
from?: import("abitype").Address;
|
|
2154
2154
|
gas?: `0x${string}`;
|
|
2155
2155
|
nonce?: `0x${string}`;
|
|
2156
2156
|
value?: `0x${string}`;
|
|
@@ -2158,26 +2158,26 @@ export declare const chainConfig: {
|
|
|
2158
2158
|
blobVersionedHashes?: undefined;
|
|
2159
2159
|
blockHash?: `0x${string}` | null;
|
|
2160
2160
|
blockNumber?: `0x${string}` | null;
|
|
2161
|
-
hash?:
|
|
2162
|
-
input?:
|
|
2161
|
+
hash?: import("../index.js").Hash;
|
|
2162
|
+
input?: import("../index.js").Hex;
|
|
2163
2163
|
transactionIndex?: `0x${string}` | null;
|
|
2164
2164
|
chainId?: `0x${string}` | undefined;
|
|
2165
2165
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2166
|
-
feeCurrency:
|
|
2166
|
+
feeCurrency: import("abitype").Address | null;
|
|
2167
2167
|
gatewayFee?: undefined;
|
|
2168
2168
|
gatewayFeeRecipient?: undefined;
|
|
2169
2169
|
type: "0x7b";
|
|
2170
2170
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2171
2171
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2172
|
-
r?:
|
|
2173
|
-
s?:
|
|
2172
|
+
r?: import("../index.js").Hex;
|
|
2173
|
+
s?: import("../index.js").Hex;
|
|
2174
2174
|
v?: `0x${string}`;
|
|
2175
2175
|
gasPrice?: `0x${string}` | undefined;
|
|
2176
2176
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2177
2177
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2178
2178
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2179
|
-
to?:
|
|
2180
|
-
from?:
|
|
2179
|
+
to?: import("abitype").Address | null;
|
|
2180
|
+
from?: import("abitype").Address;
|
|
2181
2181
|
gas?: `0x${string}`;
|
|
2182
2182
|
nonce?: `0x${string}`;
|
|
2183
2183
|
value?: `0x${string}`;
|
|
@@ -2185,23 +2185,23 @@ export declare const chainConfig: {
|
|
|
2185
2185
|
blobVersionedHashes?: undefined;
|
|
2186
2186
|
blockHash?: `0x${string}` | null;
|
|
2187
2187
|
blockNumber?: `0x${string}` | null;
|
|
2188
|
-
hash?:
|
|
2189
|
-
input?:
|
|
2188
|
+
hash?: import("../index.js").Hash;
|
|
2189
|
+
input?: import("../index.js").Hex;
|
|
2190
2190
|
transactionIndex?: `0x${string}` | null;
|
|
2191
2191
|
chainId?: `0x${string}` | undefined;
|
|
2192
2192
|
yParity?: `0x${string}` | undefined;
|
|
2193
2193
|
} & {
|
|
2194
2194
|
type: "0x0";
|
|
2195
|
-
r:
|
|
2196
|
-
s:
|
|
2195
|
+
r: import("../index.js").Hex;
|
|
2196
|
+
s: import("../index.js").Hex;
|
|
2197
2197
|
v: `0x${string}`;
|
|
2198
2198
|
yParity?: undefined;
|
|
2199
2199
|
gasPrice: `0x${string}`;
|
|
2200
2200
|
maxFeePerBlobGas?: undefined;
|
|
2201
2201
|
maxFeePerGas?: undefined;
|
|
2202
2202
|
maxPriorityFeePerGas?: undefined;
|
|
2203
|
-
to:
|
|
2204
|
-
from:
|
|
2203
|
+
to: import("abitype").Address | null;
|
|
2204
|
+
from: import("abitype").Address;
|
|
2205
2205
|
gas: `0x${string}`;
|
|
2206
2206
|
nonce: `0x${string}`;
|
|
2207
2207
|
value: `0x${string}`;
|
|
@@ -2209,25 +2209,25 @@ export declare const chainConfig: {
|
|
|
2209
2209
|
blobVersionedHashes?: undefined;
|
|
2210
2210
|
blockHash: `0x${string}` | null;
|
|
2211
2211
|
blockNumber: `0x${string}` | null;
|
|
2212
|
-
hash:
|
|
2213
|
-
input:
|
|
2212
|
+
hash: import("../index.js").Hash;
|
|
2213
|
+
input: import("../index.js").Hex;
|
|
2214
2214
|
transactionIndex: `0x${string}` | null;
|
|
2215
2215
|
chainId?: `0x${string}` | undefined;
|
|
2216
2216
|
} & {
|
|
2217
|
-
feeCurrency:
|
|
2218
|
-
gatewayFee:
|
|
2219
|
-
gatewayFeeRecipient:
|
|
2217
|
+
feeCurrency: import("abitype").Address | null;
|
|
2218
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2219
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2220
2220
|
}) | ({
|
|
2221
2221
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2222
|
-
r?:
|
|
2223
|
-
s?:
|
|
2222
|
+
r?: import("../index.js").Hex;
|
|
2223
|
+
s?: import("../index.js").Hex;
|
|
2224
2224
|
v?: `0x${string}`;
|
|
2225
2225
|
gasPrice?: `0x${string}` | undefined;
|
|
2226
2226
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2227
2227
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2228
2228
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2229
|
-
to?:
|
|
2230
|
-
from?:
|
|
2229
|
+
to?: import("abitype").Address | null;
|
|
2230
|
+
from?: import("abitype").Address;
|
|
2231
2231
|
gas?: `0x${string}`;
|
|
2232
2232
|
nonce?: `0x${string}`;
|
|
2233
2233
|
value?: `0x${string}`;
|
|
@@ -2235,22 +2235,22 @@ export declare const chainConfig: {
|
|
|
2235
2235
|
blobVersionedHashes?: undefined;
|
|
2236
2236
|
blockHash?: `0x${string}` | null;
|
|
2237
2237
|
blockNumber?: `0x${string}` | null;
|
|
2238
|
-
hash?:
|
|
2239
|
-
input?:
|
|
2238
|
+
hash?: import("../index.js").Hash;
|
|
2239
|
+
input?: import("../index.js").Hex;
|
|
2240
2240
|
transactionIndex?: `0x${string}` | null;
|
|
2241
2241
|
chainId?: `0x${string}` | undefined;
|
|
2242
2242
|
yParity?: `0x${string}` | undefined;
|
|
2243
2243
|
} & {
|
|
2244
2244
|
type: "0x1";
|
|
2245
|
-
r:
|
|
2246
|
-
s:
|
|
2245
|
+
r: import("../index.js").Hex;
|
|
2246
|
+
s: import("../index.js").Hex;
|
|
2247
2247
|
v: `0x${string}`;
|
|
2248
2248
|
gasPrice: `0x${string}`;
|
|
2249
2249
|
maxFeePerBlobGas?: undefined;
|
|
2250
2250
|
maxFeePerGas?: undefined;
|
|
2251
2251
|
maxPriorityFeePerGas?: undefined;
|
|
2252
|
-
to:
|
|
2253
|
-
from:
|
|
2252
|
+
to: import("abitype").Address | null;
|
|
2253
|
+
from: import("abitype").Address;
|
|
2254
2254
|
gas: `0x${string}`;
|
|
2255
2255
|
nonce: `0x${string}`;
|
|
2256
2256
|
value: `0x${string}`;
|
|
@@ -2258,26 +2258,26 @@ export declare const chainConfig: {
|
|
|
2258
2258
|
blobVersionedHashes?: undefined;
|
|
2259
2259
|
blockHash: `0x${string}` | null;
|
|
2260
2260
|
blockNumber: `0x${string}` | null;
|
|
2261
|
-
hash:
|
|
2262
|
-
input:
|
|
2261
|
+
hash: import("../index.js").Hash;
|
|
2262
|
+
input: import("../index.js").Hex;
|
|
2263
2263
|
transactionIndex: `0x${string}` | null;
|
|
2264
2264
|
chainId: `0x${string}`;
|
|
2265
2265
|
yParity?: `0x${string}` | undefined;
|
|
2266
2266
|
} & {
|
|
2267
|
-
feeCurrency:
|
|
2268
|
-
gatewayFee:
|
|
2269
|
-
gatewayFeeRecipient:
|
|
2267
|
+
feeCurrency: import("abitype").Address | null;
|
|
2268
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2269
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2270
2270
|
}) | ({
|
|
2271
2271
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2272
|
-
r?:
|
|
2273
|
-
s?:
|
|
2272
|
+
r?: import("../index.js").Hex;
|
|
2273
|
+
s?: import("../index.js").Hex;
|
|
2274
2274
|
v?: `0x${string}`;
|
|
2275
2275
|
gasPrice?: `0x${string}` | undefined;
|
|
2276
2276
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2277
2277
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2278
2278
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2279
|
-
to?:
|
|
2280
|
-
from?:
|
|
2279
|
+
to?: import("abitype").Address | null;
|
|
2280
|
+
from?: import("abitype").Address;
|
|
2281
2281
|
gas?: `0x${string}`;
|
|
2282
2282
|
nonce?: `0x${string}`;
|
|
2283
2283
|
value?: `0x${string}`;
|
|
@@ -2285,22 +2285,22 @@ export declare const chainConfig: {
|
|
|
2285
2285
|
blobVersionedHashes?: undefined;
|
|
2286
2286
|
blockHash?: `0x${string}` | null;
|
|
2287
2287
|
blockNumber?: `0x${string}` | null;
|
|
2288
|
-
hash?:
|
|
2289
|
-
input?:
|
|
2288
|
+
hash?: import("../index.js").Hash;
|
|
2289
|
+
input?: import("../index.js").Hex;
|
|
2290
2290
|
transactionIndex?: `0x${string}` | null;
|
|
2291
2291
|
chainId?: `0x${string}` | undefined;
|
|
2292
2292
|
yParity?: `0x${string}` | undefined;
|
|
2293
2293
|
} & {
|
|
2294
2294
|
type: "0x2";
|
|
2295
|
-
r:
|
|
2296
|
-
s:
|
|
2295
|
+
r: import("../index.js").Hex;
|
|
2296
|
+
s: import("../index.js").Hex;
|
|
2297
2297
|
v: `0x${string}`;
|
|
2298
2298
|
gasPrice?: undefined;
|
|
2299
2299
|
maxFeePerBlobGas?: undefined;
|
|
2300
2300
|
maxFeePerGas: `0x${string}`;
|
|
2301
2301
|
maxPriorityFeePerGas: `0x${string}`;
|
|
2302
|
-
to:
|
|
2303
|
-
from:
|
|
2302
|
+
to: import("abitype").Address | null;
|
|
2303
|
+
from: import("abitype").Address;
|
|
2304
2304
|
gas: `0x${string}`;
|
|
2305
2305
|
nonce: `0x${string}`;
|
|
2306
2306
|
value: `0x${string}`;
|
|
@@ -2308,26 +2308,26 @@ export declare const chainConfig: {
|
|
|
2308
2308
|
blobVersionedHashes?: undefined;
|
|
2309
2309
|
blockHash: `0x${string}` | null;
|
|
2310
2310
|
blockNumber: `0x${string}` | null;
|
|
2311
|
-
hash:
|
|
2312
|
-
input:
|
|
2311
|
+
hash: import("../index.js").Hash;
|
|
2312
|
+
input: import("../index.js").Hex;
|
|
2313
2313
|
transactionIndex: `0x${string}` | null;
|
|
2314
2314
|
chainId: `0x${string}`;
|
|
2315
2315
|
yParity?: `0x${string}` | undefined;
|
|
2316
2316
|
} & {
|
|
2317
|
-
feeCurrency:
|
|
2318
|
-
gatewayFee:
|
|
2319
|
-
gatewayFeeRecipient:
|
|
2317
|
+
feeCurrency: import("abitype").Address | null;
|
|
2318
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2319
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2320
2320
|
}) | ({
|
|
2321
2321
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2322
|
-
r?:
|
|
2323
|
-
s?:
|
|
2322
|
+
r?: import("../index.js").Hex;
|
|
2323
|
+
s?: import("../index.js").Hex;
|
|
2324
2324
|
v?: `0x${string}`;
|
|
2325
2325
|
gasPrice?: `0x${string}` | undefined;
|
|
2326
2326
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2327
2327
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2328
2328
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2329
|
-
to?:
|
|
2330
|
-
from?:
|
|
2329
|
+
to?: import("abitype").Address | null;
|
|
2330
|
+
from?: import("abitype").Address;
|
|
2331
2331
|
gas?: `0x${string}`;
|
|
2332
2332
|
nonce?: `0x${string}`;
|
|
2333
2333
|
value?: `0x${string}`;
|
|
@@ -2335,27 +2335,27 @@ export declare const chainConfig: {
|
|
|
2335
2335
|
blobVersionedHashes?: undefined;
|
|
2336
2336
|
blockHash?: `0x${string}` | null;
|
|
2337
2337
|
blockNumber?: `0x${string}` | null;
|
|
2338
|
-
hash?:
|
|
2339
|
-
input?:
|
|
2338
|
+
hash?: import("../index.js").Hash;
|
|
2339
|
+
input?: import("../index.js").Hex;
|
|
2340
2340
|
transactionIndex?: `0x${string}` | null;
|
|
2341
2341
|
chainId?: `0x${string}` | undefined;
|
|
2342
2342
|
yParity?: `0x${string}` | undefined;
|
|
2343
2343
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2344
|
-
feeCurrency:
|
|
2345
|
-
gatewayFee:
|
|
2346
|
-
gatewayFeeRecipient:
|
|
2344
|
+
feeCurrency: import("abitype").Address | null;
|
|
2345
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2346
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2347
2347
|
type: "0x7c";
|
|
2348
2348
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2349
2349
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2350
|
-
r?:
|
|
2351
|
-
s?:
|
|
2350
|
+
r?: import("../index.js").Hex;
|
|
2351
|
+
s?: import("../index.js").Hex;
|
|
2352
2352
|
v?: `0x${string}`;
|
|
2353
2353
|
gasPrice?: `0x${string}` | undefined;
|
|
2354
2354
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2355
2355
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2356
2356
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2357
|
-
to?:
|
|
2358
|
-
from?:
|
|
2357
|
+
to?: import("abitype").Address | null;
|
|
2358
|
+
from?: import("abitype").Address;
|
|
2359
2359
|
gas?: `0x${string}`;
|
|
2360
2360
|
nonce?: `0x${string}`;
|
|
2361
2361
|
value?: `0x${string}`;
|
|
@@ -2363,27 +2363,27 @@ export declare const chainConfig: {
|
|
|
2363
2363
|
blobVersionedHashes?: undefined;
|
|
2364
2364
|
blockHash?: `0x${string}` | null;
|
|
2365
2365
|
blockNumber?: `0x${string}` | null;
|
|
2366
|
-
hash?:
|
|
2367
|
-
input?:
|
|
2366
|
+
hash?: import("../index.js").Hash;
|
|
2367
|
+
input?: import("../index.js").Hex;
|
|
2368
2368
|
transactionIndex?: `0x${string}` | null;
|
|
2369
2369
|
chainId?: `0x${string}` | undefined;
|
|
2370
2370
|
yParity?: `0x${string}` | undefined;
|
|
2371
2371
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2372
|
-
feeCurrency:
|
|
2372
|
+
feeCurrency: import("abitype").Address | null;
|
|
2373
2373
|
gatewayFee?: undefined;
|
|
2374
2374
|
gatewayFeeRecipient?: undefined;
|
|
2375
2375
|
type: "0x7b";
|
|
2376
2376
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2377
2377
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2378
|
-
r?:
|
|
2379
|
-
s?:
|
|
2378
|
+
r?: import("../index.js").Hex;
|
|
2379
|
+
s?: import("../index.js").Hex;
|
|
2380
2380
|
v?: `0x${string}`;
|
|
2381
2381
|
gasPrice?: `0x${string}` | undefined;
|
|
2382
2382
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2383
2383
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2384
2384
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2385
|
-
to?:
|
|
2386
|
-
from?:
|
|
2385
|
+
to?: import("abitype").Address | null;
|
|
2386
|
+
from?: import("abitype").Address;
|
|
2387
2387
|
gas?: `0x${string}`;
|
|
2388
2388
|
nonce?: `0x${string}`;
|
|
2389
2389
|
value?: `0x${string}`;
|
|
@@ -2391,23 +2391,23 @@ export declare const chainConfig: {
|
|
|
2391
2391
|
blobVersionedHashes?: undefined;
|
|
2392
2392
|
blockHash?: `0x${string}` | null;
|
|
2393
2393
|
blockNumber?: `0x${string}` | null;
|
|
2394
|
-
hash?:
|
|
2395
|
-
input?:
|
|
2394
|
+
hash?: import("../index.js").Hash;
|
|
2395
|
+
input?: import("../index.js").Hex;
|
|
2396
2396
|
transactionIndex?: `0x${string}` | null;
|
|
2397
2397
|
chainId?: `0x${string}` | undefined;
|
|
2398
2398
|
yParity?: `0x${string}` | undefined;
|
|
2399
2399
|
} & {
|
|
2400
2400
|
type: "0x0";
|
|
2401
|
-
r:
|
|
2402
|
-
s:
|
|
2401
|
+
r: import("../index.js").Hex;
|
|
2402
|
+
s: import("../index.js").Hex;
|
|
2403
2403
|
v: `0x${string}`;
|
|
2404
2404
|
yParity?: undefined;
|
|
2405
2405
|
gasPrice: `0x${string}`;
|
|
2406
2406
|
maxFeePerBlobGas?: undefined;
|
|
2407
2407
|
maxFeePerGas?: undefined;
|
|
2408
2408
|
maxPriorityFeePerGas?: undefined;
|
|
2409
|
-
to:
|
|
2410
|
-
from:
|
|
2409
|
+
to: import("abitype").Address | null;
|
|
2410
|
+
from: import("abitype").Address;
|
|
2411
2411
|
gas: `0x${string}`;
|
|
2412
2412
|
nonce: `0x${string}`;
|
|
2413
2413
|
value: `0x${string}`;
|
|
@@ -2415,25 +2415,25 @@ export declare const chainConfig: {
|
|
|
2415
2415
|
blobVersionedHashes?: undefined;
|
|
2416
2416
|
blockHash: `0x${string}` | null;
|
|
2417
2417
|
blockNumber: `0x${string}` | null;
|
|
2418
|
-
hash:
|
|
2419
|
-
input:
|
|
2418
|
+
hash: import("../index.js").Hash;
|
|
2419
|
+
input: import("../index.js").Hex;
|
|
2420
2420
|
transactionIndex: `0x${string}` | null;
|
|
2421
2421
|
chainId?: `0x${string}` | undefined;
|
|
2422
2422
|
} & {
|
|
2423
|
-
feeCurrency:
|
|
2424
|
-
gatewayFee:
|
|
2425
|
-
gatewayFeeRecipient:
|
|
2423
|
+
feeCurrency: import("abitype").Address | null;
|
|
2424
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2425
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2426
2426
|
}) | ({
|
|
2427
2427
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2428
|
-
r?:
|
|
2429
|
-
s?:
|
|
2428
|
+
r?: import("../index.js").Hex;
|
|
2429
|
+
s?: import("../index.js").Hex;
|
|
2430
2430
|
v?: `0x${string}`;
|
|
2431
2431
|
gasPrice?: `0x${string}` | undefined;
|
|
2432
2432
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2433
2433
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2434
2434
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2435
|
-
to?:
|
|
2436
|
-
from?:
|
|
2435
|
+
to?: import("abitype").Address | null;
|
|
2436
|
+
from?: import("abitype").Address;
|
|
2437
2437
|
gas?: `0x${string}`;
|
|
2438
2438
|
nonce?: `0x${string}`;
|
|
2439
2439
|
value?: `0x${string}`;
|
|
@@ -2441,22 +2441,22 @@ export declare const chainConfig: {
|
|
|
2441
2441
|
blobVersionedHashes?: undefined;
|
|
2442
2442
|
blockHash?: `0x${string}` | null;
|
|
2443
2443
|
blockNumber?: `0x${string}` | null;
|
|
2444
|
-
hash?:
|
|
2445
|
-
input?:
|
|
2444
|
+
hash?: import("../index.js").Hash;
|
|
2445
|
+
input?: import("../index.js").Hex;
|
|
2446
2446
|
transactionIndex?: `0x${string}` | null;
|
|
2447
2447
|
chainId?: `0x${string}` | undefined;
|
|
2448
2448
|
yParity?: `0x${string}` | undefined;
|
|
2449
2449
|
} & {
|
|
2450
2450
|
type: "0x1";
|
|
2451
|
-
r:
|
|
2452
|
-
s:
|
|
2451
|
+
r: import("../index.js").Hex;
|
|
2452
|
+
s: import("../index.js").Hex;
|
|
2453
2453
|
v: `0x${string}`;
|
|
2454
2454
|
gasPrice: `0x${string}`;
|
|
2455
2455
|
maxFeePerBlobGas?: undefined;
|
|
2456
2456
|
maxFeePerGas?: undefined;
|
|
2457
2457
|
maxPriorityFeePerGas?: undefined;
|
|
2458
|
-
to:
|
|
2459
|
-
from:
|
|
2458
|
+
to: import("abitype").Address | null;
|
|
2459
|
+
from: import("abitype").Address;
|
|
2460
2460
|
gas: `0x${string}`;
|
|
2461
2461
|
nonce: `0x${string}`;
|
|
2462
2462
|
value: `0x${string}`;
|
|
@@ -2464,26 +2464,26 @@ export declare const chainConfig: {
|
|
|
2464
2464
|
blobVersionedHashes?: undefined;
|
|
2465
2465
|
blockHash: `0x${string}` | null;
|
|
2466
2466
|
blockNumber: `0x${string}` | null;
|
|
2467
|
-
hash:
|
|
2468
|
-
input:
|
|
2467
|
+
hash: import("../index.js").Hash;
|
|
2468
|
+
input: import("../index.js").Hex;
|
|
2469
2469
|
transactionIndex: `0x${string}` | null;
|
|
2470
2470
|
chainId: `0x${string}`;
|
|
2471
2471
|
yParity?: `0x${string}` | undefined;
|
|
2472
2472
|
} & {
|
|
2473
|
-
feeCurrency:
|
|
2474
|
-
gatewayFee:
|
|
2475
|
-
gatewayFeeRecipient:
|
|
2473
|
+
feeCurrency: import("abitype").Address | null;
|
|
2474
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2475
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2476
2476
|
}) | ({
|
|
2477
2477
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2478
|
-
r?:
|
|
2479
|
-
s?:
|
|
2478
|
+
r?: import("../index.js").Hex;
|
|
2479
|
+
s?: import("../index.js").Hex;
|
|
2480
2480
|
v?: `0x${string}`;
|
|
2481
2481
|
gasPrice?: `0x${string}` | undefined;
|
|
2482
2482
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2483
2483
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2484
2484
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2485
|
-
to?:
|
|
2486
|
-
from?:
|
|
2485
|
+
to?: import("abitype").Address | null;
|
|
2486
|
+
from?: import("abitype").Address;
|
|
2487
2487
|
gas?: `0x${string}`;
|
|
2488
2488
|
nonce?: `0x${string}`;
|
|
2489
2489
|
value?: `0x${string}`;
|
|
@@ -2491,22 +2491,22 @@ export declare const chainConfig: {
|
|
|
2491
2491
|
blobVersionedHashes?: undefined;
|
|
2492
2492
|
blockHash?: `0x${string}` | null;
|
|
2493
2493
|
blockNumber?: `0x${string}` | null;
|
|
2494
|
-
hash?:
|
|
2495
|
-
input?:
|
|
2494
|
+
hash?: import("../index.js").Hash;
|
|
2495
|
+
input?: import("../index.js").Hex;
|
|
2496
2496
|
transactionIndex?: `0x${string}` | null;
|
|
2497
2497
|
chainId?: `0x${string}` | undefined;
|
|
2498
2498
|
yParity?: `0x${string}` | undefined;
|
|
2499
2499
|
} & {
|
|
2500
2500
|
type: "0x2";
|
|
2501
|
-
r:
|
|
2502
|
-
s:
|
|
2501
|
+
r: import("../index.js").Hex;
|
|
2502
|
+
s: import("../index.js").Hex;
|
|
2503
2503
|
v: `0x${string}`;
|
|
2504
2504
|
gasPrice?: undefined;
|
|
2505
2505
|
maxFeePerBlobGas?: undefined;
|
|
2506
2506
|
maxFeePerGas: `0x${string}`;
|
|
2507
2507
|
maxPriorityFeePerGas: `0x${string}`;
|
|
2508
|
-
to:
|
|
2509
|
-
from:
|
|
2508
|
+
to: import("abitype").Address | null;
|
|
2509
|
+
from: import("abitype").Address;
|
|
2510
2510
|
gas: `0x${string}`;
|
|
2511
2511
|
nonce: `0x${string}`;
|
|
2512
2512
|
value: `0x${string}`;
|
|
@@ -2514,26 +2514,26 @@ export declare const chainConfig: {
|
|
|
2514
2514
|
blobVersionedHashes?: undefined;
|
|
2515
2515
|
blockHash: `0x${string}` | null;
|
|
2516
2516
|
blockNumber: `0x${string}` | null;
|
|
2517
|
-
hash:
|
|
2518
|
-
input:
|
|
2517
|
+
hash: import("../index.js").Hash;
|
|
2518
|
+
input: import("../index.js").Hex;
|
|
2519
2519
|
transactionIndex: `0x${string}` | null;
|
|
2520
2520
|
chainId: `0x${string}`;
|
|
2521
2521
|
yParity?: `0x${string}` | undefined;
|
|
2522
2522
|
} & {
|
|
2523
|
-
feeCurrency:
|
|
2524
|
-
gatewayFee:
|
|
2525
|
-
gatewayFeeRecipient:
|
|
2523
|
+
feeCurrency: import("abitype").Address | null;
|
|
2524
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2525
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2526
2526
|
}) | ({
|
|
2527
2527
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2528
|
-
r?:
|
|
2529
|
-
s?:
|
|
2528
|
+
r?: import("../index.js").Hex;
|
|
2529
|
+
s?: import("../index.js").Hex;
|
|
2530
2530
|
v?: `0x${string}`;
|
|
2531
2531
|
gasPrice?: `0x${string}` | undefined;
|
|
2532
2532
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2533
2533
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2534
2534
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2535
|
-
to?:
|
|
2536
|
-
from?:
|
|
2535
|
+
to?: import("abitype").Address | null;
|
|
2536
|
+
from?: import("abitype").Address;
|
|
2537
2537
|
gas?: `0x${string}`;
|
|
2538
2538
|
nonce?: `0x${string}`;
|
|
2539
2539
|
value?: `0x${string}`;
|
|
@@ -2541,27 +2541,27 @@ export declare const chainConfig: {
|
|
|
2541
2541
|
blobVersionedHashes?: undefined;
|
|
2542
2542
|
blockHash?: `0x${string}` | null;
|
|
2543
2543
|
blockNumber?: `0x${string}` | null;
|
|
2544
|
-
hash?:
|
|
2545
|
-
input?:
|
|
2544
|
+
hash?: import("../index.js").Hash;
|
|
2545
|
+
input?: import("../index.js").Hex;
|
|
2546
2546
|
transactionIndex?: `0x${string}` | null;
|
|
2547
2547
|
chainId?: `0x${string}` | undefined;
|
|
2548
2548
|
yParity?: `0x${string}` | undefined;
|
|
2549
2549
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2550
|
-
feeCurrency:
|
|
2551
|
-
gatewayFee:
|
|
2552
|
-
gatewayFeeRecipient:
|
|
2550
|
+
feeCurrency: import("abitype").Address | null;
|
|
2551
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2552
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2553
2553
|
type: "0x7c";
|
|
2554
2554
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2555
2555
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2556
|
-
r?:
|
|
2557
|
-
s?:
|
|
2556
|
+
r?: import("../index.js").Hex;
|
|
2557
|
+
s?: import("../index.js").Hex;
|
|
2558
2558
|
v?: `0x${string}`;
|
|
2559
2559
|
gasPrice?: `0x${string}` | undefined;
|
|
2560
2560
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2561
2561
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2562
2562
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2563
|
-
to?:
|
|
2564
|
-
from?:
|
|
2563
|
+
to?: import("abitype").Address | null;
|
|
2564
|
+
from?: import("abitype").Address;
|
|
2565
2565
|
gas?: `0x${string}`;
|
|
2566
2566
|
nonce?: `0x${string}`;
|
|
2567
2567
|
value?: `0x${string}`;
|
|
@@ -2569,27 +2569,27 @@ export declare const chainConfig: {
|
|
|
2569
2569
|
blobVersionedHashes?: undefined;
|
|
2570
2570
|
blockHash?: `0x${string}` | null;
|
|
2571
2571
|
blockNumber?: `0x${string}` | null;
|
|
2572
|
-
hash?:
|
|
2573
|
-
input?:
|
|
2572
|
+
hash?: import("../index.js").Hash;
|
|
2573
|
+
input?: import("../index.js").Hex;
|
|
2574
2574
|
transactionIndex?: `0x${string}` | null;
|
|
2575
2575
|
chainId?: `0x${string}` | undefined;
|
|
2576
2576
|
yParity?: `0x${string}` | undefined;
|
|
2577
2577
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2578
|
-
feeCurrency:
|
|
2578
|
+
feeCurrency: import("abitype").Address | null;
|
|
2579
2579
|
gatewayFee?: undefined;
|
|
2580
2580
|
gatewayFeeRecipient?: undefined;
|
|
2581
2581
|
type: "0x7b";
|
|
2582
2582
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2583
2583
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2584
|
-
r?:
|
|
2585
|
-
s?:
|
|
2584
|
+
r?: import("../index.js").Hex;
|
|
2585
|
+
s?: import("../index.js").Hex;
|
|
2586
2586
|
v?: `0x${string}`;
|
|
2587
2587
|
gasPrice?: `0x${string}` | undefined;
|
|
2588
2588
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2589
2589
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2590
2590
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2591
|
-
to?:
|
|
2592
|
-
from?:
|
|
2591
|
+
to?: import("abitype").Address | null;
|
|
2592
|
+
from?: import("abitype").Address;
|
|
2593
2593
|
gas?: `0x${string}`;
|
|
2594
2594
|
nonce?: `0x${string}`;
|
|
2595
2595
|
value?: `0x${string}`;
|
|
@@ -2597,23 +2597,23 @@ export declare const chainConfig: {
|
|
|
2597
2597
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2598
2598
|
blockHash?: `0x${string}` | null;
|
|
2599
2599
|
blockNumber?: `0x${string}` | null;
|
|
2600
|
-
hash?:
|
|
2601
|
-
input?:
|
|
2600
|
+
hash?: import("../index.js").Hash;
|
|
2601
|
+
input?: import("../index.js").Hex;
|
|
2602
2602
|
transactionIndex?: `0x${string}` | null;
|
|
2603
2603
|
chainId?: `0x${string}` | undefined;
|
|
2604
2604
|
yParity?: `0x${string}` | undefined;
|
|
2605
2605
|
} & {
|
|
2606
2606
|
type: "0x0";
|
|
2607
|
-
r:
|
|
2608
|
-
s:
|
|
2607
|
+
r: import("../index.js").Hex;
|
|
2608
|
+
s: import("../index.js").Hex;
|
|
2609
2609
|
v: `0x${string}`;
|
|
2610
2610
|
yParity?: undefined;
|
|
2611
2611
|
gasPrice: `0x${string}`;
|
|
2612
2612
|
maxFeePerBlobGas?: undefined;
|
|
2613
2613
|
maxFeePerGas?: undefined;
|
|
2614
2614
|
maxPriorityFeePerGas?: undefined;
|
|
2615
|
-
to:
|
|
2616
|
-
from:
|
|
2615
|
+
to: import("abitype").Address | null;
|
|
2616
|
+
from: import("abitype").Address;
|
|
2617
2617
|
gas: `0x${string}`;
|
|
2618
2618
|
nonce: `0x${string}`;
|
|
2619
2619
|
value: `0x${string}`;
|
|
@@ -2621,25 +2621,25 @@ export declare const chainConfig: {
|
|
|
2621
2621
|
blobVersionedHashes?: undefined;
|
|
2622
2622
|
blockHash: `0x${string}` | null;
|
|
2623
2623
|
blockNumber: `0x${string}` | null;
|
|
2624
|
-
hash:
|
|
2625
|
-
input:
|
|
2624
|
+
hash: import("../index.js").Hash;
|
|
2625
|
+
input: import("../index.js").Hex;
|
|
2626
2626
|
transactionIndex: `0x${string}` | null;
|
|
2627
2627
|
chainId?: `0x${string}` | undefined;
|
|
2628
2628
|
} & {
|
|
2629
|
-
feeCurrency:
|
|
2630
|
-
gatewayFee:
|
|
2631
|
-
gatewayFeeRecipient:
|
|
2629
|
+
feeCurrency: import("abitype").Address | null;
|
|
2630
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2631
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2632
2632
|
}) | ({
|
|
2633
2633
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2634
|
-
r?:
|
|
2635
|
-
s?:
|
|
2634
|
+
r?: import("../index.js").Hex;
|
|
2635
|
+
s?: import("../index.js").Hex;
|
|
2636
2636
|
v?: `0x${string}`;
|
|
2637
2637
|
gasPrice?: `0x${string}` | undefined;
|
|
2638
2638
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2639
2639
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2640
2640
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2641
|
-
to?:
|
|
2642
|
-
from?:
|
|
2641
|
+
to?: import("abitype").Address | null;
|
|
2642
|
+
from?: import("abitype").Address;
|
|
2643
2643
|
gas?: `0x${string}`;
|
|
2644
2644
|
nonce?: `0x${string}`;
|
|
2645
2645
|
value?: `0x${string}`;
|
|
@@ -2647,22 +2647,22 @@ export declare const chainConfig: {
|
|
|
2647
2647
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2648
2648
|
blockHash?: `0x${string}` | null;
|
|
2649
2649
|
blockNumber?: `0x${string}` | null;
|
|
2650
|
-
hash?:
|
|
2651
|
-
input?:
|
|
2650
|
+
hash?: import("../index.js").Hash;
|
|
2651
|
+
input?: import("../index.js").Hex;
|
|
2652
2652
|
transactionIndex?: `0x${string}` | null;
|
|
2653
2653
|
chainId?: `0x${string}` | undefined;
|
|
2654
2654
|
yParity?: `0x${string}` | undefined;
|
|
2655
2655
|
} & {
|
|
2656
2656
|
type: "0x1";
|
|
2657
|
-
r:
|
|
2658
|
-
s:
|
|
2657
|
+
r: import("../index.js").Hex;
|
|
2658
|
+
s: import("../index.js").Hex;
|
|
2659
2659
|
v: `0x${string}`;
|
|
2660
2660
|
gasPrice: `0x${string}`;
|
|
2661
2661
|
maxFeePerBlobGas?: undefined;
|
|
2662
2662
|
maxFeePerGas?: undefined;
|
|
2663
2663
|
maxPriorityFeePerGas?: undefined;
|
|
2664
|
-
to:
|
|
2665
|
-
from:
|
|
2664
|
+
to: import("abitype").Address | null;
|
|
2665
|
+
from: import("abitype").Address;
|
|
2666
2666
|
gas: `0x${string}`;
|
|
2667
2667
|
nonce: `0x${string}`;
|
|
2668
2668
|
value: `0x${string}`;
|
|
@@ -2670,26 +2670,26 @@ export declare const chainConfig: {
|
|
|
2670
2670
|
blobVersionedHashes?: undefined;
|
|
2671
2671
|
blockHash: `0x${string}` | null;
|
|
2672
2672
|
blockNumber: `0x${string}` | null;
|
|
2673
|
-
hash:
|
|
2674
|
-
input:
|
|
2673
|
+
hash: import("../index.js").Hash;
|
|
2674
|
+
input: import("../index.js").Hex;
|
|
2675
2675
|
transactionIndex: `0x${string}` | null;
|
|
2676
2676
|
chainId: `0x${string}`;
|
|
2677
2677
|
yParity?: `0x${string}` | undefined;
|
|
2678
2678
|
} & {
|
|
2679
|
-
feeCurrency:
|
|
2680
|
-
gatewayFee:
|
|
2681
|
-
gatewayFeeRecipient:
|
|
2679
|
+
feeCurrency: import("abitype").Address | null;
|
|
2680
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2681
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2682
2682
|
}) | ({
|
|
2683
2683
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2684
|
-
r?:
|
|
2685
|
-
s?:
|
|
2684
|
+
r?: import("../index.js").Hex;
|
|
2685
|
+
s?: import("../index.js").Hex;
|
|
2686
2686
|
v?: `0x${string}`;
|
|
2687
2687
|
gasPrice?: `0x${string}` | undefined;
|
|
2688
2688
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2689
2689
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2690
2690
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2691
|
-
to?:
|
|
2692
|
-
from?:
|
|
2691
|
+
to?: import("abitype").Address | null;
|
|
2692
|
+
from?: import("abitype").Address;
|
|
2693
2693
|
gas?: `0x${string}`;
|
|
2694
2694
|
nonce?: `0x${string}`;
|
|
2695
2695
|
value?: `0x${string}`;
|
|
@@ -2697,22 +2697,22 @@ export declare const chainConfig: {
|
|
|
2697
2697
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2698
2698
|
blockHash?: `0x${string}` | null;
|
|
2699
2699
|
blockNumber?: `0x${string}` | null;
|
|
2700
|
-
hash?:
|
|
2701
|
-
input?:
|
|
2700
|
+
hash?: import("../index.js").Hash;
|
|
2701
|
+
input?: import("../index.js").Hex;
|
|
2702
2702
|
transactionIndex?: `0x${string}` | null;
|
|
2703
2703
|
chainId?: `0x${string}` | undefined;
|
|
2704
2704
|
yParity?: `0x${string}` | undefined;
|
|
2705
2705
|
} & {
|
|
2706
2706
|
type: "0x2";
|
|
2707
|
-
r:
|
|
2708
|
-
s:
|
|
2707
|
+
r: import("../index.js").Hex;
|
|
2708
|
+
s: import("../index.js").Hex;
|
|
2709
2709
|
v: `0x${string}`;
|
|
2710
2710
|
gasPrice?: undefined;
|
|
2711
2711
|
maxFeePerBlobGas?: undefined;
|
|
2712
2712
|
maxFeePerGas: `0x${string}`;
|
|
2713
2713
|
maxPriorityFeePerGas: `0x${string}`;
|
|
2714
|
-
to:
|
|
2715
|
-
from:
|
|
2714
|
+
to: import("abitype").Address | null;
|
|
2715
|
+
from: import("abitype").Address;
|
|
2716
2716
|
gas: `0x${string}`;
|
|
2717
2717
|
nonce: `0x${string}`;
|
|
2718
2718
|
value: `0x${string}`;
|
|
@@ -2720,26 +2720,26 @@ export declare const chainConfig: {
|
|
|
2720
2720
|
blobVersionedHashes?: undefined;
|
|
2721
2721
|
blockHash: `0x${string}` | null;
|
|
2722
2722
|
blockNumber: `0x${string}` | null;
|
|
2723
|
-
hash:
|
|
2724
|
-
input:
|
|
2723
|
+
hash: import("../index.js").Hash;
|
|
2724
|
+
input: import("../index.js").Hex;
|
|
2725
2725
|
transactionIndex: `0x${string}` | null;
|
|
2726
2726
|
chainId: `0x${string}`;
|
|
2727
2727
|
yParity?: `0x${string}` | undefined;
|
|
2728
2728
|
} & {
|
|
2729
|
-
feeCurrency:
|
|
2730
|
-
gatewayFee:
|
|
2731
|
-
gatewayFeeRecipient:
|
|
2729
|
+
feeCurrency: import("abitype").Address | null;
|
|
2730
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2731
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2732
2732
|
}) | ({
|
|
2733
2733
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2734
|
-
r?:
|
|
2735
|
-
s?:
|
|
2734
|
+
r?: import("../index.js").Hex;
|
|
2735
|
+
s?: import("../index.js").Hex;
|
|
2736
2736
|
v?: `0x${string}`;
|
|
2737
2737
|
gasPrice?: `0x${string}` | undefined;
|
|
2738
2738
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2739
2739
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2740
2740
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2741
|
-
to?:
|
|
2742
|
-
from?:
|
|
2741
|
+
to?: import("abitype").Address | null;
|
|
2742
|
+
from?: import("abitype").Address;
|
|
2743
2743
|
gas?: `0x${string}`;
|
|
2744
2744
|
nonce?: `0x${string}`;
|
|
2745
2745
|
value?: `0x${string}`;
|
|
@@ -2747,49 +2747,49 @@ export declare const chainConfig: {
|
|
|
2747
2747
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2748
2748
|
blockHash?: `0x${string}` | null;
|
|
2749
2749
|
blockNumber?: `0x${string}` | null;
|
|
2750
|
-
hash?:
|
|
2751
|
-
input?:
|
|
2750
|
+
hash?: import("../index.js").Hash;
|
|
2751
|
+
input?: import("../index.js").Hex;
|
|
2752
2752
|
transactionIndex?: `0x${string}` | null;
|
|
2753
2753
|
chainId?: `0x${string}` | undefined;
|
|
2754
2754
|
yParity?: `0x${string}` | undefined;
|
|
2755
2755
|
} & {
|
|
2756
2756
|
type: "0x3";
|
|
2757
|
-
r:
|
|
2758
|
-
s:
|
|
2757
|
+
r: import("../index.js").Hex;
|
|
2758
|
+
s: import("../index.js").Hex;
|
|
2759
2759
|
v: `0x${string}`;
|
|
2760
2760
|
gasPrice?: undefined;
|
|
2761
2761
|
maxFeePerBlobGas: `0x${string}`;
|
|
2762
2762
|
maxFeePerGas: `0x${string}`;
|
|
2763
2763
|
maxPriorityFeePerGas: `0x${string}`;
|
|
2764
|
-
to:
|
|
2765
|
-
from:
|
|
2764
|
+
to: import("abitype").Address | null;
|
|
2765
|
+
from: import("abitype").Address;
|
|
2766
2766
|
gas: `0x${string}`;
|
|
2767
2767
|
nonce: `0x${string}`;
|
|
2768
2768
|
value: `0x${string}`;
|
|
2769
2769
|
accessList: import("../index.js").AccessList;
|
|
2770
|
-
blobVersionedHashes: readonly
|
|
2770
|
+
blobVersionedHashes: readonly import("../index.js").Hex[];
|
|
2771
2771
|
blockHash: `0x${string}` | null;
|
|
2772
2772
|
blockNumber: `0x${string}` | null;
|
|
2773
|
-
hash:
|
|
2774
|
-
input:
|
|
2773
|
+
hash: import("../index.js").Hash;
|
|
2774
|
+
input: import("../index.js").Hex;
|
|
2775
2775
|
transactionIndex: `0x${string}` | null;
|
|
2776
2776
|
chainId: `0x${string}`;
|
|
2777
2777
|
yParity?: `0x${string}` | undefined;
|
|
2778
2778
|
} & {
|
|
2779
|
-
feeCurrency:
|
|
2780
|
-
gatewayFee:
|
|
2781
|
-
gatewayFeeRecipient:
|
|
2779
|
+
feeCurrency: import("abitype").Address | null;
|
|
2780
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2781
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2782
2782
|
}) | ({
|
|
2783
2783
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2784
|
-
r?:
|
|
2785
|
-
s?:
|
|
2784
|
+
r?: import("../index.js").Hex;
|
|
2785
|
+
s?: import("../index.js").Hex;
|
|
2786
2786
|
v?: `0x${string}`;
|
|
2787
2787
|
gasPrice?: `0x${string}` | undefined;
|
|
2788
2788
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2789
2789
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2790
2790
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2791
|
-
to?:
|
|
2792
|
-
from?:
|
|
2791
|
+
to?: import("abitype").Address | null;
|
|
2792
|
+
from?: import("abitype").Address;
|
|
2793
2793
|
gas?: `0x${string}`;
|
|
2794
2794
|
nonce?: `0x${string}`;
|
|
2795
2795
|
value?: `0x${string}`;
|
|
@@ -2797,27 +2797,27 @@ export declare const chainConfig: {
|
|
|
2797
2797
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2798
2798
|
blockHash?: `0x${string}` | null;
|
|
2799
2799
|
blockNumber?: `0x${string}` | null;
|
|
2800
|
-
hash?:
|
|
2801
|
-
input?:
|
|
2800
|
+
hash?: import("../index.js").Hash;
|
|
2801
|
+
input?: import("../index.js").Hex;
|
|
2802
2802
|
transactionIndex?: `0x${string}` | null;
|
|
2803
2803
|
chainId?: `0x${string}` | undefined;
|
|
2804
2804
|
yParity?: `0x${string}` | undefined;
|
|
2805
2805
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2806
|
-
feeCurrency:
|
|
2807
|
-
gatewayFee:
|
|
2808
|
-
gatewayFeeRecipient:
|
|
2806
|
+
feeCurrency: import("abitype").Address | null;
|
|
2807
|
+
gatewayFee: import("../index.js").Hex | null;
|
|
2808
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2809
2809
|
type: "0x7c";
|
|
2810
2810
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2811
2811
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2812
|
-
r?:
|
|
2813
|
-
s?:
|
|
2812
|
+
r?: import("../index.js").Hex;
|
|
2813
|
+
s?: import("../index.js").Hex;
|
|
2814
2814
|
v?: `0x${string}`;
|
|
2815
2815
|
gasPrice?: `0x${string}` | undefined;
|
|
2816
2816
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2817
2817
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2818
2818
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2819
|
-
to?:
|
|
2820
|
-
from?:
|
|
2819
|
+
to?: import("abitype").Address | null;
|
|
2820
|
+
from?: import("abitype").Address;
|
|
2821
2821
|
gas?: `0x${string}`;
|
|
2822
2822
|
nonce?: `0x${string}`;
|
|
2823
2823
|
value?: `0x${string}`;
|
|
@@ -2825,31 +2825,31 @@ export declare const chainConfig: {
|
|
|
2825
2825
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2826
2826
|
blockHash?: `0x${string}` | null;
|
|
2827
2827
|
blockNumber?: `0x${string}` | null;
|
|
2828
|
-
hash?:
|
|
2829
|
-
input?:
|
|
2828
|
+
hash?: import("../index.js").Hash;
|
|
2829
|
+
input?: import("../index.js").Hex;
|
|
2830
2830
|
transactionIndex?: `0x${string}` | null;
|
|
2831
2831
|
chainId?: `0x${string}` | undefined;
|
|
2832
2832
|
yParity?: `0x${string}` | undefined;
|
|
2833
2833
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2834
|
-
feeCurrency:
|
|
2834
|
+
feeCurrency: import("abitype").Address | null;
|
|
2835
2835
|
gatewayFee?: undefined;
|
|
2836
2836
|
gatewayFeeRecipient?: undefined;
|
|
2837
2837
|
type: "0x7b";
|
|
2838
2838
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>)) => ({
|
|
2839
|
-
r:
|
|
2840
|
-
s:
|
|
2839
|
+
r: import("../index.js").Hex;
|
|
2840
|
+
s: import("../index.js").Hex;
|
|
2841
2841
|
v: bigint;
|
|
2842
|
-
to:
|
|
2843
|
-
from:
|
|
2842
|
+
to: import("abitype").Address | null;
|
|
2843
|
+
from: import("abitype").Address;
|
|
2844
2844
|
gas: bigint;
|
|
2845
2845
|
nonce: number;
|
|
2846
2846
|
value: bigint;
|
|
2847
2847
|
blockHash: `0x${string}` | null;
|
|
2848
2848
|
blockNumber: bigint | null;
|
|
2849
|
-
hash:
|
|
2850
|
-
input:
|
|
2849
|
+
hash: import("../index.js").Hash;
|
|
2850
|
+
input: import("../index.js").Hex;
|
|
2851
2851
|
transactionIndex: number | null;
|
|
2852
|
-
typeHex:
|
|
2852
|
+
typeHex: import("../index.js").Hex | null;
|
|
2853
2853
|
accessList?: undefined;
|
|
2854
2854
|
blobVersionedHashes?: undefined;
|
|
2855
2855
|
chainId?: number | undefined;
|
|
@@ -2859,24 +2859,24 @@ export declare const chainConfig: {
|
|
|
2859
2859
|
maxFeePerBlobGas?: undefined;
|
|
2860
2860
|
maxFeePerGas?: undefined;
|
|
2861
2861
|
maxPriorityFeePerGas?: undefined;
|
|
2862
|
-
feeCurrency:
|
|
2862
|
+
feeCurrency: import("abitype").Address | null;
|
|
2863
2863
|
gatewayFee?: undefined;
|
|
2864
2864
|
gatewayFeeRecipient?: undefined;
|
|
2865
2865
|
} | {
|
|
2866
|
-
r:
|
|
2867
|
-
s:
|
|
2866
|
+
r: import("../index.js").Hex;
|
|
2867
|
+
s: import("../index.js").Hex;
|
|
2868
2868
|
v: bigint;
|
|
2869
|
-
to:
|
|
2870
|
-
from:
|
|
2869
|
+
to: import("abitype").Address | null;
|
|
2870
|
+
from: import("abitype").Address;
|
|
2871
2871
|
gas: bigint;
|
|
2872
2872
|
nonce: number;
|
|
2873
2873
|
value: bigint;
|
|
2874
2874
|
blockHash: `0x${string}` | null;
|
|
2875
2875
|
blockNumber: bigint | null;
|
|
2876
|
-
hash:
|
|
2877
|
-
input:
|
|
2876
|
+
hash: import("../index.js").Hash;
|
|
2877
|
+
input: import("../index.js").Hex;
|
|
2878
2878
|
transactionIndex: number | null;
|
|
2879
|
-
typeHex:
|
|
2879
|
+
typeHex: import("../index.js").Hex | null;
|
|
2880
2880
|
accessList?: undefined;
|
|
2881
2881
|
blobVersionedHashes?: undefined;
|
|
2882
2882
|
chainId?: number | undefined;
|
|
@@ -2886,24 +2886,24 @@ export declare const chainConfig: {
|
|
|
2886
2886
|
maxFeePerBlobGas?: undefined;
|
|
2887
2887
|
maxFeePerGas: bigint;
|
|
2888
2888
|
maxPriorityFeePerGas: bigint;
|
|
2889
|
-
feeCurrency:
|
|
2889
|
+
feeCurrency: import("abitype").Address | null;
|
|
2890
2890
|
gatewayFee: bigint | null;
|
|
2891
|
-
gatewayFeeRecipient:
|
|
2891
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2892
2892
|
} | {
|
|
2893
|
-
r:
|
|
2894
|
-
s:
|
|
2893
|
+
r: import("../index.js").Hex;
|
|
2894
|
+
s: import("../index.js").Hex;
|
|
2895
2895
|
v: bigint;
|
|
2896
|
-
to:
|
|
2897
|
-
from:
|
|
2896
|
+
to: import("abitype").Address | null;
|
|
2897
|
+
from: import("abitype").Address;
|
|
2898
2898
|
gas: bigint;
|
|
2899
2899
|
nonce: number;
|
|
2900
2900
|
value: bigint;
|
|
2901
2901
|
blockHash: `0x${string}` | null;
|
|
2902
2902
|
blockNumber: bigint | null;
|
|
2903
|
-
hash:
|
|
2904
|
-
input:
|
|
2903
|
+
hash: import("../index.js").Hash;
|
|
2904
|
+
input: import("../index.js").Hex;
|
|
2905
2905
|
transactionIndex: number | null;
|
|
2906
|
-
typeHex:
|
|
2906
|
+
typeHex: import("../index.js").Hex | null;
|
|
2907
2907
|
accessList?: undefined;
|
|
2908
2908
|
blobVersionedHashes?: undefined;
|
|
2909
2909
|
chainId?: number | undefined;
|
|
@@ -2913,22 +2913,22 @@ export declare const chainConfig: {
|
|
|
2913
2913
|
maxFeePerBlobGas?: undefined;
|
|
2914
2914
|
maxFeePerGas: bigint;
|
|
2915
2915
|
maxPriorityFeePerGas: bigint;
|
|
2916
|
-
feeCurrency:
|
|
2916
|
+
feeCurrency: import("abitype").Address | null;
|
|
2917
2917
|
gatewayFee?: undefined;
|
|
2918
2918
|
gatewayFeeRecipient?: undefined;
|
|
2919
2919
|
} | {
|
|
2920
2920
|
blockHash: `0x${string}` | null;
|
|
2921
2921
|
blockNumber: bigint | null;
|
|
2922
|
-
from:
|
|
2922
|
+
from: import("abitype").Address;
|
|
2923
2923
|
gas: bigint;
|
|
2924
|
-
hash:
|
|
2925
|
-
input:
|
|
2924
|
+
hash: import("../index.js").Hash;
|
|
2925
|
+
input: import("../index.js").Hex;
|
|
2926
2926
|
nonce: number;
|
|
2927
|
-
r:
|
|
2928
|
-
s:
|
|
2929
|
-
to:
|
|
2927
|
+
r: import("../index.js").Hex;
|
|
2928
|
+
s: import("../index.js").Hex;
|
|
2929
|
+
to: import("abitype").Address | null;
|
|
2930
2930
|
transactionIndex: number | null;
|
|
2931
|
-
typeHex:
|
|
2931
|
+
typeHex: import("../index.js").Hex | null;
|
|
2932
2932
|
v: bigint;
|
|
2933
2933
|
value: bigint;
|
|
2934
2934
|
yParity: number;
|
|
@@ -2940,22 +2940,22 @@ export declare const chainConfig: {
|
|
|
2940
2940
|
maxFeePerBlobGas?: undefined;
|
|
2941
2941
|
maxFeePerGas?: undefined;
|
|
2942
2942
|
maxPriorityFeePerGas?: undefined;
|
|
2943
|
-
feeCurrency:
|
|
2943
|
+
feeCurrency: import("abitype").Address | null;
|
|
2944
2944
|
gatewayFee?: undefined;
|
|
2945
2945
|
gatewayFeeRecipient?: undefined;
|
|
2946
2946
|
} | {
|
|
2947
2947
|
blockHash: `0x${string}` | null;
|
|
2948
2948
|
blockNumber: bigint | null;
|
|
2949
|
-
from:
|
|
2949
|
+
from: import("abitype").Address;
|
|
2950
2950
|
gas: bigint;
|
|
2951
|
-
hash:
|
|
2952
|
-
input:
|
|
2951
|
+
hash: import("../index.js").Hash;
|
|
2952
|
+
input: import("../index.js").Hex;
|
|
2953
2953
|
nonce: number;
|
|
2954
|
-
r:
|
|
2955
|
-
s:
|
|
2956
|
-
to:
|
|
2954
|
+
r: import("../index.js").Hex;
|
|
2955
|
+
s: import("../index.js").Hex;
|
|
2956
|
+
to: import("abitype").Address | null;
|
|
2957
2957
|
transactionIndex: number | null;
|
|
2958
|
-
typeHex:
|
|
2958
|
+
typeHex: import("../index.js").Hex | null;
|
|
2959
2959
|
v: bigint;
|
|
2960
2960
|
value: bigint;
|
|
2961
2961
|
yParity: number;
|
|
@@ -2967,22 +2967,22 @@ export declare const chainConfig: {
|
|
|
2967
2967
|
maxFeePerBlobGas?: undefined;
|
|
2968
2968
|
maxFeePerGas: bigint;
|
|
2969
2969
|
maxPriorityFeePerGas: bigint;
|
|
2970
|
-
feeCurrency:
|
|
2970
|
+
feeCurrency: import("abitype").Address | null;
|
|
2971
2971
|
gatewayFee?: undefined;
|
|
2972
2972
|
gatewayFeeRecipient?: undefined;
|
|
2973
2973
|
} | {
|
|
2974
2974
|
blockHash: `0x${string}` | null;
|
|
2975
2975
|
blockNumber: bigint | null;
|
|
2976
|
-
from:
|
|
2976
|
+
from: import("abitype").Address;
|
|
2977
2977
|
gas: bigint;
|
|
2978
|
-
hash:
|
|
2979
|
-
input:
|
|
2978
|
+
hash: import("../index.js").Hash;
|
|
2979
|
+
input: import("../index.js").Hex;
|
|
2980
2980
|
nonce: number;
|
|
2981
|
-
r:
|
|
2982
|
-
s:
|
|
2983
|
-
to:
|
|
2981
|
+
r: import("../index.js").Hex;
|
|
2982
|
+
s: import("../index.js").Hex;
|
|
2983
|
+
to: import("abitype").Address | null;
|
|
2984
2984
|
transactionIndex: number | null;
|
|
2985
|
-
typeHex:
|
|
2985
|
+
typeHex: import("../index.js").Hex | null;
|
|
2986
2986
|
v: bigint;
|
|
2987
2987
|
value: bigint;
|
|
2988
2988
|
yParity: number;
|
|
@@ -2994,22 +2994,22 @@ export declare const chainConfig: {
|
|
|
2994
2994
|
maxFeePerBlobGas?: undefined;
|
|
2995
2995
|
maxFeePerGas: bigint;
|
|
2996
2996
|
maxPriorityFeePerGas: bigint;
|
|
2997
|
-
feeCurrency:
|
|
2997
|
+
feeCurrency: import("abitype").Address | null;
|
|
2998
2998
|
gatewayFee: bigint | null;
|
|
2999
|
-
gatewayFeeRecipient:
|
|
2999
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
3000
3000
|
} | {
|
|
3001
3001
|
blockHash: `0x${string}` | null;
|
|
3002
3002
|
blockNumber: bigint | null;
|
|
3003
|
-
from:
|
|
3003
|
+
from: import("abitype").Address;
|
|
3004
3004
|
gas: bigint;
|
|
3005
|
-
hash:
|
|
3006
|
-
input:
|
|
3005
|
+
hash: import("../index.js").Hash;
|
|
3006
|
+
input: import("../index.js").Hex;
|
|
3007
3007
|
nonce: number;
|
|
3008
|
-
r:
|
|
3009
|
-
s:
|
|
3010
|
-
to:
|
|
3008
|
+
r: import("../index.js").Hex;
|
|
3009
|
+
s: import("../index.js").Hex;
|
|
3010
|
+
to: import("abitype").Address | null;
|
|
3011
3011
|
transactionIndex: number | null;
|
|
3012
|
-
typeHex:
|
|
3012
|
+
typeHex: import("../index.js").Hex | null;
|
|
3013
3013
|
v: bigint;
|
|
3014
3014
|
value: bigint;
|
|
3015
3015
|
yParity: number;
|
|
@@ -3021,22 +3021,22 @@ export declare const chainConfig: {
|
|
|
3021
3021
|
maxFeePerBlobGas?: undefined;
|
|
3022
3022
|
maxFeePerGas: bigint;
|
|
3023
3023
|
maxPriorityFeePerGas: bigint;
|
|
3024
|
-
feeCurrency:
|
|
3024
|
+
feeCurrency: import("abitype").Address | null;
|
|
3025
3025
|
gatewayFee?: undefined;
|
|
3026
3026
|
gatewayFeeRecipient?: undefined;
|
|
3027
3027
|
} | {
|
|
3028
3028
|
blockHash: `0x${string}` | null;
|
|
3029
3029
|
blockNumber: bigint | null;
|
|
3030
|
-
from:
|
|
3030
|
+
from: import("abitype").Address;
|
|
3031
3031
|
gas: bigint;
|
|
3032
|
-
hash:
|
|
3033
|
-
input:
|
|
3032
|
+
hash: import("../index.js").Hash;
|
|
3033
|
+
input: import("../index.js").Hex;
|
|
3034
3034
|
nonce: number;
|
|
3035
|
-
r:
|
|
3036
|
-
s:
|
|
3037
|
-
to:
|
|
3035
|
+
r: import("../index.js").Hex;
|
|
3036
|
+
s: import("../index.js").Hex;
|
|
3037
|
+
to: import("abitype").Address | null;
|
|
3038
3038
|
transactionIndex: number | null;
|
|
3039
|
-
typeHex:
|
|
3039
|
+
typeHex: import("../index.js").Hex | null;
|
|
3040
3040
|
v: bigint;
|
|
3041
3041
|
value: bigint;
|
|
3042
3042
|
yParity: number;
|
|
@@ -3048,22 +3048,22 @@ export declare const chainConfig: {
|
|
|
3048
3048
|
maxFeePerBlobGas?: undefined;
|
|
3049
3049
|
maxFeePerGas: undefined;
|
|
3050
3050
|
maxPriorityFeePerGas: undefined;
|
|
3051
|
-
feeCurrency:
|
|
3051
|
+
feeCurrency: import("abitype").Address | null;
|
|
3052
3052
|
gatewayFee?: undefined;
|
|
3053
3053
|
gatewayFeeRecipient?: undefined;
|
|
3054
3054
|
} | {
|
|
3055
3055
|
blockHash: `0x${string}` | null;
|
|
3056
3056
|
blockNumber: bigint | null;
|
|
3057
|
-
from:
|
|
3057
|
+
from: import("abitype").Address;
|
|
3058
3058
|
gas: bigint;
|
|
3059
|
-
hash:
|
|
3060
|
-
input:
|
|
3059
|
+
hash: import("../index.js").Hash;
|
|
3060
|
+
input: import("../index.js").Hex;
|
|
3061
3061
|
nonce: number;
|
|
3062
|
-
r:
|
|
3063
|
-
s:
|
|
3064
|
-
to:
|
|
3062
|
+
r: import("../index.js").Hex;
|
|
3063
|
+
s: import("../index.js").Hex;
|
|
3064
|
+
to: import("abitype").Address | null;
|
|
3065
3065
|
transactionIndex: number | null;
|
|
3066
|
-
typeHex:
|
|
3066
|
+
typeHex: import("../index.js").Hex | null;
|
|
3067
3067
|
v: bigint;
|
|
3068
3068
|
value: bigint;
|
|
3069
3069
|
yParity: number;
|
|
@@ -3075,22 +3075,22 @@ export declare const chainConfig: {
|
|
|
3075
3075
|
maxFeePerBlobGas?: undefined;
|
|
3076
3076
|
maxFeePerGas: bigint;
|
|
3077
3077
|
maxPriorityFeePerGas: bigint;
|
|
3078
|
-
feeCurrency:
|
|
3078
|
+
feeCurrency: import("abitype").Address | null;
|
|
3079
3079
|
gatewayFee?: undefined;
|
|
3080
3080
|
gatewayFeeRecipient?: undefined;
|
|
3081
3081
|
} | {
|
|
3082
3082
|
blockHash: `0x${string}` | null;
|
|
3083
3083
|
blockNumber: bigint | null;
|
|
3084
|
-
from:
|
|
3084
|
+
from: import("abitype").Address;
|
|
3085
3085
|
gas: bigint;
|
|
3086
|
-
hash:
|
|
3087
|
-
input:
|
|
3086
|
+
hash: import("../index.js").Hash;
|
|
3087
|
+
input: import("../index.js").Hex;
|
|
3088
3088
|
nonce: number;
|
|
3089
|
-
r:
|
|
3090
|
-
s:
|
|
3091
|
-
to:
|
|
3089
|
+
r: import("../index.js").Hex;
|
|
3090
|
+
s: import("../index.js").Hex;
|
|
3091
|
+
to: import("abitype").Address | null;
|
|
3092
3092
|
transactionIndex: number | null;
|
|
3093
|
-
typeHex:
|
|
3093
|
+
typeHex: import("../index.js").Hex | null;
|
|
3094
3094
|
v: bigint;
|
|
3095
3095
|
value: bigint;
|
|
3096
3096
|
yParity: number;
|
|
@@ -3102,22 +3102,22 @@ export declare const chainConfig: {
|
|
|
3102
3102
|
maxFeePerBlobGas?: undefined;
|
|
3103
3103
|
maxFeePerGas: bigint;
|
|
3104
3104
|
maxPriorityFeePerGas: bigint;
|
|
3105
|
-
feeCurrency:
|
|
3105
|
+
feeCurrency: import("abitype").Address | null;
|
|
3106
3106
|
gatewayFee: bigint | null;
|
|
3107
|
-
gatewayFeeRecipient:
|
|
3107
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
3108
3108
|
} | {
|
|
3109
3109
|
blockHash: `0x${string}` | null;
|
|
3110
3110
|
blockNumber: bigint | null;
|
|
3111
|
-
from:
|
|
3111
|
+
from: import("abitype").Address;
|
|
3112
3112
|
gas: bigint;
|
|
3113
|
-
hash:
|
|
3114
|
-
input:
|
|
3113
|
+
hash: import("../index.js").Hash;
|
|
3114
|
+
input: import("../index.js").Hex;
|
|
3115
3115
|
nonce: number;
|
|
3116
|
-
r:
|
|
3117
|
-
s:
|
|
3118
|
-
to:
|
|
3116
|
+
r: import("../index.js").Hex;
|
|
3117
|
+
s: import("../index.js").Hex;
|
|
3118
|
+
to: import("abitype").Address | null;
|
|
3119
3119
|
transactionIndex: number | null;
|
|
3120
|
-
typeHex:
|
|
3120
|
+
typeHex: import("../index.js").Hex | null;
|
|
3121
3121
|
v: bigint;
|
|
3122
3122
|
value: bigint;
|
|
3123
3123
|
yParity: number;
|
|
@@ -3129,88 +3129,88 @@ export declare const chainConfig: {
|
|
|
3129
3129
|
maxFeePerBlobGas?: undefined;
|
|
3130
3130
|
maxFeePerGas: bigint;
|
|
3131
3131
|
maxPriorityFeePerGas: bigint;
|
|
3132
|
-
feeCurrency:
|
|
3132
|
+
feeCurrency: import("abitype").Address | null;
|
|
3133
3133
|
gatewayFee?: undefined;
|
|
3134
3134
|
gatewayFeeRecipient?: undefined;
|
|
3135
3135
|
} | {
|
|
3136
3136
|
blockHash: `0x${string}` | null;
|
|
3137
3137
|
blockNumber: bigint | null;
|
|
3138
|
-
from:
|
|
3138
|
+
from: import("abitype").Address;
|
|
3139
3139
|
gas: bigint;
|
|
3140
|
-
hash:
|
|
3141
|
-
input:
|
|
3140
|
+
hash: import("../index.js").Hash;
|
|
3141
|
+
input: import("../index.js").Hex;
|
|
3142
3142
|
nonce: number;
|
|
3143
|
-
r:
|
|
3144
|
-
s:
|
|
3145
|
-
to:
|
|
3143
|
+
r: import("../index.js").Hex;
|
|
3144
|
+
s: import("../index.js").Hex;
|
|
3145
|
+
to: import("abitype").Address | null;
|
|
3146
3146
|
transactionIndex: number | null;
|
|
3147
|
-
typeHex:
|
|
3147
|
+
typeHex: import("../index.js").Hex | null;
|
|
3148
3148
|
v: bigint;
|
|
3149
3149
|
value: bigint;
|
|
3150
3150
|
yParity: number;
|
|
3151
3151
|
accessList: import("../index.js").AccessList;
|
|
3152
|
-
blobVersionedHashes: readonly
|
|
3152
|
+
blobVersionedHashes: readonly import("../index.js").Hex[];
|
|
3153
3153
|
chainId: number;
|
|
3154
3154
|
type: "eip4844";
|
|
3155
3155
|
gasPrice?: undefined;
|
|
3156
3156
|
maxFeePerBlobGas: bigint;
|
|
3157
3157
|
maxFeePerGas: bigint;
|
|
3158
3158
|
maxPriorityFeePerGas: bigint;
|
|
3159
|
-
feeCurrency:
|
|
3159
|
+
feeCurrency: import("abitype").Address | null;
|
|
3160
3160
|
gatewayFee?: undefined;
|
|
3161
3161
|
gatewayFeeRecipient?: undefined;
|
|
3162
3162
|
} | {
|
|
3163
3163
|
blockHash: `0x${string}` | null;
|
|
3164
3164
|
blockNumber: bigint | null;
|
|
3165
|
-
from:
|
|
3165
|
+
from: import("abitype").Address;
|
|
3166
3166
|
gas: bigint;
|
|
3167
|
-
hash:
|
|
3168
|
-
input:
|
|
3167
|
+
hash: import("../index.js").Hash;
|
|
3168
|
+
input: import("../index.js").Hex;
|
|
3169
3169
|
nonce: number;
|
|
3170
|
-
r:
|
|
3171
|
-
s:
|
|
3172
|
-
to:
|
|
3170
|
+
r: import("../index.js").Hex;
|
|
3171
|
+
s: import("../index.js").Hex;
|
|
3172
|
+
to: import("abitype").Address | null;
|
|
3173
3173
|
transactionIndex: number | null;
|
|
3174
|
-
typeHex:
|
|
3174
|
+
typeHex: import("../index.js").Hex | null;
|
|
3175
3175
|
v: bigint;
|
|
3176
3176
|
value: bigint;
|
|
3177
3177
|
yParity: number;
|
|
3178
3178
|
accessList: import("../index.js").AccessList;
|
|
3179
|
-
blobVersionedHashes: readonly
|
|
3179
|
+
blobVersionedHashes: readonly import("../index.js").Hex[];
|
|
3180
3180
|
chainId: number;
|
|
3181
3181
|
type: "cip42";
|
|
3182
3182
|
gasPrice?: undefined;
|
|
3183
3183
|
maxFeePerBlobGas: undefined;
|
|
3184
3184
|
maxFeePerGas: bigint;
|
|
3185
3185
|
maxPriorityFeePerGas: bigint;
|
|
3186
|
-
feeCurrency:
|
|
3186
|
+
feeCurrency: import("abitype").Address | null;
|
|
3187
3187
|
gatewayFee: bigint | null;
|
|
3188
|
-
gatewayFeeRecipient:
|
|
3188
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
3189
3189
|
} | {
|
|
3190
3190
|
blockHash: `0x${string}` | null;
|
|
3191
3191
|
blockNumber: bigint | null;
|
|
3192
|
-
from:
|
|
3192
|
+
from: import("abitype").Address;
|
|
3193
3193
|
gas: bigint;
|
|
3194
|
-
hash:
|
|
3195
|
-
input:
|
|
3194
|
+
hash: import("../index.js").Hash;
|
|
3195
|
+
input: import("../index.js").Hex;
|
|
3196
3196
|
nonce: number;
|
|
3197
|
-
r:
|
|
3198
|
-
s:
|
|
3199
|
-
to:
|
|
3197
|
+
r: import("../index.js").Hex;
|
|
3198
|
+
s: import("../index.js").Hex;
|
|
3199
|
+
to: import("abitype").Address | null;
|
|
3200
3200
|
transactionIndex: number | null;
|
|
3201
|
-
typeHex:
|
|
3201
|
+
typeHex: import("../index.js").Hex | null;
|
|
3202
3202
|
v: bigint;
|
|
3203
3203
|
value: bigint;
|
|
3204
3204
|
yParity: number;
|
|
3205
3205
|
accessList: import("../index.js").AccessList;
|
|
3206
|
-
blobVersionedHashes: readonly
|
|
3206
|
+
blobVersionedHashes: readonly import("../index.js").Hex[];
|
|
3207
3207
|
chainId: number;
|
|
3208
3208
|
type: "cip64";
|
|
3209
3209
|
gasPrice?: undefined;
|
|
3210
3210
|
maxFeePerBlobGas: undefined;
|
|
3211
3211
|
maxFeePerGas: bigint;
|
|
3212
3212
|
maxPriorityFeePerGas: bigint;
|
|
3213
|
-
feeCurrency:
|
|
3213
|
+
feeCurrency: import("abitype").Address | null;
|
|
3214
3214
|
gatewayFee?: undefined;
|
|
3215
3215
|
gatewayFeeRecipient?: undefined;
|
|
3216
3216
|
}) & {};
|
|
@@ -3219,11 +3219,11 @@ export declare const chainConfig: {
|
|
|
3219
3219
|
readonly transactionRequest: {
|
|
3220
3220
|
exclude: [] | undefined;
|
|
3221
3221
|
format: (args: ({
|
|
3222
|
-
data?:
|
|
3223
|
-
from?:
|
|
3222
|
+
data?: import("../index.js").Hex | undefined;
|
|
3223
|
+
from?: import("abitype").Address;
|
|
3224
3224
|
gas?: bigint | undefined;
|
|
3225
3225
|
nonce?: number | undefined;
|
|
3226
|
-
to?:
|
|
3226
|
+
to?: import("abitype").Address | null | undefined;
|
|
3227
3227
|
value?: bigint | undefined;
|
|
3228
3228
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3229
3229
|
blobs?: undefined;
|
|
@@ -3236,11 +3236,11 @@ export declare const chainConfig: {
|
|
|
3236
3236
|
kzg?: undefined;
|
|
3237
3237
|
sidecars?: undefined;
|
|
3238
3238
|
} & {
|
|
3239
|
-
data?:
|
|
3240
|
-
from:
|
|
3239
|
+
data?: import("../index.js").Hex | undefined;
|
|
3240
|
+
from: import("abitype").Address;
|
|
3241
3241
|
gas?: bigint | undefined;
|
|
3242
3242
|
nonce?: number | undefined;
|
|
3243
|
-
to?:
|
|
3243
|
+
to?: import("abitype").Address | null | undefined;
|
|
3244
3244
|
value?: bigint | undefined;
|
|
3245
3245
|
accessList?: undefined;
|
|
3246
3246
|
blobs?: undefined;
|
|
@@ -3253,13 +3253,13 @@ export declare const chainConfig: {
|
|
|
3253
3253
|
kzg?: undefined;
|
|
3254
3254
|
sidecars?: undefined;
|
|
3255
3255
|
} & {
|
|
3256
|
-
feeCurrency?:
|
|
3256
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3257
3257
|
}) | ({
|
|
3258
|
-
data?:
|
|
3259
|
-
from?:
|
|
3258
|
+
data?: import("../index.js").Hex | undefined;
|
|
3259
|
+
from?: import("abitype").Address;
|
|
3260
3260
|
gas?: bigint | undefined;
|
|
3261
3261
|
nonce?: number | undefined;
|
|
3262
|
-
to?:
|
|
3262
|
+
to?: import("abitype").Address | null | undefined;
|
|
3263
3263
|
value?: bigint | undefined;
|
|
3264
3264
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3265
3265
|
blobs?: undefined;
|
|
@@ -3272,11 +3272,11 @@ export declare const chainConfig: {
|
|
|
3272
3272
|
kzg?: undefined;
|
|
3273
3273
|
sidecars?: undefined;
|
|
3274
3274
|
} & {
|
|
3275
|
-
data?:
|
|
3276
|
-
from:
|
|
3275
|
+
data?: import("../index.js").Hex | undefined;
|
|
3276
|
+
from: import("abitype").Address;
|
|
3277
3277
|
gas?: bigint | undefined;
|
|
3278
3278
|
nonce?: number | undefined;
|
|
3279
|
-
to?:
|
|
3279
|
+
to?: import("abitype").Address | null | undefined;
|
|
3280
3280
|
value?: bigint | undefined;
|
|
3281
3281
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3282
3282
|
blobs?: undefined;
|
|
@@ -3289,13 +3289,13 @@ export declare const chainConfig: {
|
|
|
3289
3289
|
kzg?: undefined;
|
|
3290
3290
|
sidecars?: undefined;
|
|
3291
3291
|
} & {
|
|
3292
|
-
feeCurrency?:
|
|
3292
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3293
3293
|
}) | ({
|
|
3294
|
-
data?:
|
|
3295
|
-
from?:
|
|
3294
|
+
data?: import("../index.js").Hex | undefined;
|
|
3295
|
+
from?: import("abitype").Address;
|
|
3296
3296
|
gas?: bigint | undefined;
|
|
3297
3297
|
nonce?: number | undefined;
|
|
3298
|
-
to?:
|
|
3298
|
+
to?: import("abitype").Address | null | undefined;
|
|
3299
3299
|
value?: bigint | undefined;
|
|
3300
3300
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3301
3301
|
blobs?: undefined;
|
|
@@ -3308,11 +3308,11 @@ export declare const chainConfig: {
|
|
|
3308
3308
|
kzg?: undefined;
|
|
3309
3309
|
sidecars?: undefined;
|
|
3310
3310
|
} & {
|
|
3311
|
-
data?:
|
|
3312
|
-
from:
|
|
3311
|
+
data?: import("../index.js").Hex | undefined;
|
|
3312
|
+
from: import("abitype").Address;
|
|
3313
3313
|
gas?: bigint | undefined;
|
|
3314
3314
|
nonce?: number | undefined;
|
|
3315
|
-
to?:
|
|
3315
|
+
to?: import("abitype").Address | null | undefined;
|
|
3316
3316
|
value?: bigint | undefined;
|
|
3317
3317
|
gasPrice?: undefined;
|
|
3318
3318
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3325,13 +3325,13 @@ export declare const chainConfig: {
|
|
|
3325
3325
|
kzg?: undefined;
|
|
3326
3326
|
sidecars?: undefined;
|
|
3327
3327
|
} & {
|
|
3328
|
-
feeCurrency?:
|
|
3328
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3329
3329
|
}) | ({
|
|
3330
|
-
data?:
|
|
3331
|
-
from?:
|
|
3330
|
+
data?: import("../index.js").Hex | undefined;
|
|
3331
|
+
from?: import("abitype").Address;
|
|
3332
3332
|
gas?: bigint | undefined;
|
|
3333
3333
|
nonce?: number | undefined;
|
|
3334
|
-
to?:
|
|
3334
|
+
to?: import("abitype").Address | null | undefined;
|
|
3335
3335
|
value?: bigint | undefined;
|
|
3336
3336
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3337
3337
|
blobs?: undefined;
|
|
@@ -3345,14 +3345,14 @@ export declare const chainConfig: {
|
|
|
3345
3345
|
sidecars?: undefined;
|
|
3346
3346
|
} & import("../index.js").TransactionRequestBase & {
|
|
3347
3347
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3348
|
-
feeCurrency?:
|
|
3348
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3349
3349
|
type?: "cip64" | undefined;
|
|
3350
3350
|
} & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
|
|
3351
|
-
data?:
|
|
3352
|
-
from?:
|
|
3351
|
+
data?: import("../index.js").Hex | undefined;
|
|
3352
|
+
from?: import("abitype").Address;
|
|
3353
3353
|
gas?: bigint | undefined;
|
|
3354
3354
|
nonce?: number | undefined;
|
|
3355
|
-
to?:
|
|
3355
|
+
to?: import("abitype").Address | null | undefined;
|
|
3356
3356
|
value?: bigint | undefined;
|
|
3357
3357
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3358
3358
|
blobs?: undefined;
|
|
@@ -3365,11 +3365,11 @@ export declare const chainConfig: {
|
|
|
3365
3365
|
kzg?: undefined;
|
|
3366
3366
|
sidecars?: undefined;
|
|
3367
3367
|
} & {
|
|
3368
|
-
data?:
|
|
3369
|
-
from:
|
|
3368
|
+
data?: import("../index.js").Hex | undefined;
|
|
3369
|
+
from: import("abitype").Address;
|
|
3370
3370
|
gas?: bigint | undefined;
|
|
3371
3371
|
nonce?: number | undefined;
|
|
3372
|
-
to?:
|
|
3372
|
+
to?: import("abitype").Address | null | undefined;
|
|
3373
3373
|
value?: bigint | undefined;
|
|
3374
3374
|
accessList?: undefined;
|
|
3375
3375
|
blobs?: undefined;
|
|
@@ -3382,13 +3382,13 @@ export declare const chainConfig: {
|
|
|
3382
3382
|
kzg?: undefined;
|
|
3383
3383
|
sidecars?: undefined;
|
|
3384
3384
|
} & {
|
|
3385
|
-
feeCurrency?:
|
|
3385
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3386
3386
|
}) | ({
|
|
3387
|
-
data?:
|
|
3388
|
-
from?:
|
|
3387
|
+
data?: import("../index.js").Hex | undefined;
|
|
3388
|
+
from?: import("abitype").Address;
|
|
3389
3389
|
gas?: bigint | undefined;
|
|
3390
3390
|
nonce?: number | undefined;
|
|
3391
|
-
to?:
|
|
3391
|
+
to?: import("abitype").Address | null | undefined;
|
|
3392
3392
|
value?: bigint | undefined;
|
|
3393
3393
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3394
3394
|
blobs?: undefined;
|
|
@@ -3401,11 +3401,11 @@ export declare const chainConfig: {
|
|
|
3401
3401
|
kzg?: undefined;
|
|
3402
3402
|
sidecars?: undefined;
|
|
3403
3403
|
} & {
|
|
3404
|
-
data?:
|
|
3405
|
-
from:
|
|
3404
|
+
data?: import("../index.js").Hex | undefined;
|
|
3405
|
+
from: import("abitype").Address;
|
|
3406
3406
|
gas?: bigint | undefined;
|
|
3407
3407
|
nonce?: number | undefined;
|
|
3408
|
-
to?:
|
|
3408
|
+
to?: import("abitype").Address | null | undefined;
|
|
3409
3409
|
value?: bigint | undefined;
|
|
3410
3410
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3411
3411
|
blobs?: undefined;
|
|
@@ -3418,13 +3418,13 @@ export declare const chainConfig: {
|
|
|
3418
3418
|
kzg?: undefined;
|
|
3419
3419
|
sidecars?: undefined;
|
|
3420
3420
|
} & {
|
|
3421
|
-
feeCurrency?:
|
|
3421
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3422
3422
|
}) | ({
|
|
3423
|
-
data?:
|
|
3424
|
-
from?:
|
|
3423
|
+
data?: import("../index.js").Hex | undefined;
|
|
3424
|
+
from?: import("abitype").Address;
|
|
3425
3425
|
gas?: bigint | undefined;
|
|
3426
3426
|
nonce?: number | undefined;
|
|
3427
|
-
to?:
|
|
3427
|
+
to?: import("abitype").Address | null | undefined;
|
|
3428
3428
|
value?: bigint | undefined;
|
|
3429
3429
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3430
3430
|
blobs?: undefined;
|
|
@@ -3437,11 +3437,11 @@ export declare const chainConfig: {
|
|
|
3437
3437
|
kzg?: undefined;
|
|
3438
3438
|
sidecars?: undefined;
|
|
3439
3439
|
} & {
|
|
3440
|
-
data?:
|
|
3441
|
-
from:
|
|
3440
|
+
data?: import("../index.js").Hex | undefined;
|
|
3441
|
+
from: import("abitype").Address;
|
|
3442
3442
|
gas?: bigint | undefined;
|
|
3443
3443
|
nonce?: number | undefined;
|
|
3444
|
-
to?:
|
|
3444
|
+
to?: import("abitype").Address | null | undefined;
|
|
3445
3445
|
value?: bigint | undefined;
|
|
3446
3446
|
gasPrice?: undefined;
|
|
3447
3447
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3454,13 +3454,13 @@ export declare const chainConfig: {
|
|
|
3454
3454
|
kzg?: undefined;
|
|
3455
3455
|
sidecars?: undefined;
|
|
3456
3456
|
} & {
|
|
3457
|
-
feeCurrency?:
|
|
3457
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3458
3458
|
}) | ({
|
|
3459
|
-
data?:
|
|
3460
|
-
from?:
|
|
3459
|
+
data?: import("../index.js").Hex | undefined;
|
|
3460
|
+
from?: import("abitype").Address;
|
|
3461
3461
|
gas?: bigint | undefined;
|
|
3462
3462
|
nonce?: number | undefined;
|
|
3463
|
-
to?:
|
|
3463
|
+
to?: import("abitype").Address | null | undefined;
|
|
3464
3464
|
value?: bigint | undefined;
|
|
3465
3465
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3466
3466
|
blobs?: undefined;
|
|
@@ -3474,14 +3474,14 @@ export declare const chainConfig: {
|
|
|
3474
3474
|
sidecars?: undefined;
|
|
3475
3475
|
} & import("../index.js").TransactionRequestBase & {
|
|
3476
3476
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3477
|
-
feeCurrency?:
|
|
3477
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3478
3478
|
type?: "cip64" | undefined;
|
|
3479
3479
|
} & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
|
|
3480
|
-
data?:
|
|
3481
|
-
from?:
|
|
3480
|
+
data?: import("../index.js").Hex | undefined;
|
|
3481
|
+
from?: import("abitype").Address;
|
|
3482
3482
|
gas?: bigint | undefined;
|
|
3483
3483
|
nonce?: number | undefined;
|
|
3484
|
-
to?:
|
|
3484
|
+
to?: import("abitype").Address | null | undefined;
|
|
3485
3485
|
value?: bigint | undefined;
|
|
3486
3486
|
gasPrice?: bigint | undefined;
|
|
3487
3487
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -3494,11 +3494,11 @@ export declare const chainConfig: {
|
|
|
3494
3494
|
kzg?: undefined;
|
|
3495
3495
|
sidecars?: undefined;
|
|
3496
3496
|
} & {
|
|
3497
|
-
data?:
|
|
3498
|
-
from:
|
|
3497
|
+
data?: import("../index.js").Hex | undefined;
|
|
3498
|
+
from: import("abitype").Address;
|
|
3499
3499
|
gas?: bigint | undefined;
|
|
3500
3500
|
nonce?: number | undefined;
|
|
3501
|
-
to?:
|
|
3501
|
+
to?: import("abitype").Address | null | undefined;
|
|
3502
3502
|
value?: bigint | undefined;
|
|
3503
3503
|
accessList?: undefined;
|
|
3504
3504
|
blobs?: undefined;
|
|
@@ -3511,13 +3511,13 @@ export declare const chainConfig: {
|
|
|
3511
3511
|
kzg?: undefined;
|
|
3512
3512
|
sidecars?: undefined;
|
|
3513
3513
|
} & {
|
|
3514
|
-
feeCurrency?:
|
|
3514
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3515
3515
|
}) | ({
|
|
3516
|
-
data?:
|
|
3517
|
-
from?:
|
|
3516
|
+
data?: import("../index.js").Hex | undefined;
|
|
3517
|
+
from?: import("abitype").Address;
|
|
3518
3518
|
gas?: bigint | undefined;
|
|
3519
3519
|
nonce?: number | undefined;
|
|
3520
|
-
to?:
|
|
3520
|
+
to?: import("abitype").Address | null | undefined;
|
|
3521
3521
|
value?: bigint | undefined;
|
|
3522
3522
|
gasPrice?: bigint | undefined;
|
|
3523
3523
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -3530,11 +3530,11 @@ export declare const chainConfig: {
|
|
|
3530
3530
|
kzg?: undefined;
|
|
3531
3531
|
sidecars?: undefined;
|
|
3532
3532
|
} & {
|
|
3533
|
-
data?:
|
|
3534
|
-
from:
|
|
3533
|
+
data?: import("../index.js").Hex | undefined;
|
|
3534
|
+
from: import("abitype").Address;
|
|
3535
3535
|
gas?: bigint | undefined;
|
|
3536
3536
|
nonce?: number | undefined;
|
|
3537
|
-
to?:
|
|
3537
|
+
to?: import("abitype").Address | null | undefined;
|
|
3538
3538
|
value?: bigint | undefined;
|
|
3539
3539
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3540
3540
|
blobs?: undefined;
|
|
@@ -3547,13 +3547,13 @@ export declare const chainConfig: {
|
|
|
3547
3547
|
kzg?: undefined;
|
|
3548
3548
|
sidecars?: undefined;
|
|
3549
3549
|
} & {
|
|
3550
|
-
feeCurrency?:
|
|
3550
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3551
3551
|
}) | ({
|
|
3552
|
-
data?:
|
|
3553
|
-
from?:
|
|
3552
|
+
data?: import("../index.js").Hex | undefined;
|
|
3553
|
+
from?: import("abitype").Address;
|
|
3554
3554
|
gas?: bigint | undefined;
|
|
3555
3555
|
nonce?: number | undefined;
|
|
3556
|
-
to?:
|
|
3556
|
+
to?: import("abitype").Address | null | undefined;
|
|
3557
3557
|
value?: bigint | undefined;
|
|
3558
3558
|
gasPrice?: bigint | undefined;
|
|
3559
3559
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -3566,11 +3566,11 @@ export declare const chainConfig: {
|
|
|
3566
3566
|
kzg?: undefined;
|
|
3567
3567
|
sidecars?: undefined;
|
|
3568
3568
|
} & {
|
|
3569
|
-
data?:
|
|
3570
|
-
from:
|
|
3569
|
+
data?: import("../index.js").Hex | undefined;
|
|
3570
|
+
from: import("abitype").Address;
|
|
3571
3571
|
gas?: bigint | undefined;
|
|
3572
3572
|
nonce?: number | undefined;
|
|
3573
|
-
to?:
|
|
3573
|
+
to?: import("abitype").Address | null | undefined;
|
|
3574
3574
|
value?: bigint | undefined;
|
|
3575
3575
|
gasPrice?: undefined;
|
|
3576
3576
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3583,13 +3583,13 @@ export declare const chainConfig: {
|
|
|
3583
3583
|
kzg?: undefined;
|
|
3584
3584
|
sidecars?: undefined;
|
|
3585
3585
|
} & {
|
|
3586
|
-
feeCurrency?:
|
|
3586
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3587
3587
|
}) | ({
|
|
3588
|
-
data?:
|
|
3589
|
-
from?:
|
|
3588
|
+
data?: import("../index.js").Hex | undefined;
|
|
3589
|
+
from?: import("abitype").Address;
|
|
3590
3590
|
gas?: bigint | undefined;
|
|
3591
3591
|
nonce?: number | undefined;
|
|
3592
|
-
to?:
|
|
3592
|
+
to?: import("abitype").Address | null | undefined;
|
|
3593
3593
|
value?: bigint | undefined;
|
|
3594
3594
|
gasPrice?: bigint | undefined;
|
|
3595
3595
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -3603,31 +3603,31 @@ export declare const chainConfig: {
|
|
|
3603
3603
|
sidecars?: undefined;
|
|
3604
3604
|
} & import("../index.js").TransactionRequestBase & {
|
|
3605
3605
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3606
|
-
feeCurrency?:
|
|
3606
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3607
3607
|
type?: "cip64" | undefined;
|
|
3608
3608
|
} & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
|
|
3609
|
-
data?:
|
|
3610
|
-
from?:
|
|
3609
|
+
data?: import("../index.js").Hex | undefined;
|
|
3610
|
+
from?: import("abitype").Address;
|
|
3611
3611
|
gas?: bigint | undefined;
|
|
3612
3612
|
nonce?: number | undefined;
|
|
3613
3613
|
value?: bigint | undefined;
|
|
3614
|
-
to?:
|
|
3614
|
+
to?: import("abitype").Address | null | undefined;
|
|
3615
3615
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3616
3616
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3617
|
-
blobVersionedHashes?: readonly
|
|
3617
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
3618
3618
|
kzg?: import("../index.js").Kzg | undefined;
|
|
3619
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
3619
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
3620
3620
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
3621
3621
|
gasPrice?: bigint | undefined;
|
|
3622
3622
|
maxFeePerGas?: bigint | undefined;
|
|
3623
3623
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3624
3624
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3625
3625
|
} & {
|
|
3626
|
-
data?:
|
|
3627
|
-
from:
|
|
3626
|
+
data?: import("../index.js").Hex | undefined;
|
|
3627
|
+
from: import("abitype").Address;
|
|
3628
3628
|
gas?: bigint | undefined;
|
|
3629
3629
|
nonce?: number | undefined;
|
|
3630
|
-
to?:
|
|
3630
|
+
to?: import("abitype").Address | null | undefined;
|
|
3631
3631
|
value?: bigint | undefined;
|
|
3632
3632
|
accessList?: undefined;
|
|
3633
3633
|
blobs?: undefined;
|
|
@@ -3640,30 +3640,30 @@ export declare const chainConfig: {
|
|
|
3640
3640
|
kzg?: undefined;
|
|
3641
3641
|
sidecars?: undefined;
|
|
3642
3642
|
} & {
|
|
3643
|
-
feeCurrency?:
|
|
3643
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3644
3644
|
}) | ({
|
|
3645
|
-
data?:
|
|
3646
|
-
from?:
|
|
3645
|
+
data?: import("../index.js").Hex | undefined;
|
|
3646
|
+
from?: import("abitype").Address;
|
|
3647
3647
|
gas?: bigint | undefined;
|
|
3648
3648
|
nonce?: number | undefined;
|
|
3649
3649
|
value?: bigint | undefined;
|
|
3650
|
-
to?:
|
|
3650
|
+
to?: import("abitype").Address | null | undefined;
|
|
3651
3651
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3652
3652
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3653
|
-
blobVersionedHashes?: readonly
|
|
3653
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
3654
3654
|
kzg?: import("../index.js").Kzg | undefined;
|
|
3655
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
3655
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
3656
3656
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
3657
3657
|
gasPrice?: bigint | undefined;
|
|
3658
3658
|
maxFeePerGas?: bigint | undefined;
|
|
3659
3659
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3660
3660
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3661
3661
|
} & {
|
|
3662
|
-
data?:
|
|
3663
|
-
from:
|
|
3662
|
+
data?: import("../index.js").Hex | undefined;
|
|
3663
|
+
from: import("abitype").Address;
|
|
3664
3664
|
gas?: bigint | undefined;
|
|
3665
3665
|
nonce?: number | undefined;
|
|
3666
|
-
to?:
|
|
3666
|
+
to?: import("abitype").Address | null | undefined;
|
|
3667
3667
|
value?: bigint | undefined;
|
|
3668
3668
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3669
3669
|
blobs?: undefined;
|
|
@@ -3676,30 +3676,30 @@ export declare const chainConfig: {
|
|
|
3676
3676
|
kzg?: undefined;
|
|
3677
3677
|
sidecars?: undefined;
|
|
3678
3678
|
} & {
|
|
3679
|
-
feeCurrency?:
|
|
3679
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3680
3680
|
}) | ({
|
|
3681
|
-
data?:
|
|
3682
|
-
from?:
|
|
3681
|
+
data?: import("../index.js").Hex | undefined;
|
|
3682
|
+
from?: import("abitype").Address;
|
|
3683
3683
|
gas?: bigint | undefined;
|
|
3684
3684
|
nonce?: number | undefined;
|
|
3685
3685
|
value?: bigint | undefined;
|
|
3686
|
-
to?:
|
|
3686
|
+
to?: import("abitype").Address | null | undefined;
|
|
3687
3687
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3688
3688
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3689
|
-
blobVersionedHashes?: readonly
|
|
3689
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
3690
3690
|
kzg?: import("../index.js").Kzg | undefined;
|
|
3691
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
3691
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
3692
3692
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
3693
3693
|
gasPrice?: bigint | undefined;
|
|
3694
3694
|
maxFeePerGas?: bigint | undefined;
|
|
3695
3695
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3696
3696
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3697
3697
|
} & {
|
|
3698
|
-
data?:
|
|
3699
|
-
from:
|
|
3698
|
+
data?: import("../index.js").Hex | undefined;
|
|
3699
|
+
from: import("abitype").Address;
|
|
3700
3700
|
gas?: bigint | undefined;
|
|
3701
3701
|
nonce?: number | undefined;
|
|
3702
|
-
to?:
|
|
3702
|
+
to?: import("abitype").Address | null | undefined;
|
|
3703
3703
|
value?: bigint | undefined;
|
|
3704
3704
|
gasPrice?: undefined;
|
|
3705
3705
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3712,55 +3712,55 @@ export declare const chainConfig: {
|
|
|
3712
3712
|
kzg?: undefined;
|
|
3713
3713
|
sidecars?: undefined;
|
|
3714
3714
|
} & {
|
|
3715
|
-
feeCurrency?:
|
|
3715
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3716
3716
|
}) | ({
|
|
3717
|
-
data?:
|
|
3718
|
-
from?:
|
|
3717
|
+
data?: import("../index.js").Hex | undefined;
|
|
3718
|
+
from?: import("abitype").Address;
|
|
3719
3719
|
gas?: bigint | undefined;
|
|
3720
3720
|
nonce?: number | undefined;
|
|
3721
3721
|
value?: bigint | undefined;
|
|
3722
|
-
to?:
|
|
3722
|
+
to?: import("abitype").Address | null | undefined;
|
|
3723
3723
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3724
3724
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3725
|
-
blobVersionedHashes?: readonly
|
|
3725
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
3726
3726
|
kzg?: import("../index.js").Kzg | undefined;
|
|
3727
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
3727
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
3728
3728
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
3729
3729
|
gasPrice?: bigint | undefined;
|
|
3730
3730
|
maxFeePerGas?: bigint | undefined;
|
|
3731
3731
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3732
3732
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3733
3733
|
} & {
|
|
3734
|
-
data?:
|
|
3735
|
-
from:
|
|
3734
|
+
data?: import("../index.js").Hex | undefined;
|
|
3735
|
+
from: import("abitype").Address;
|
|
3736
3736
|
gas?: bigint | undefined;
|
|
3737
3737
|
nonce?: number | undefined;
|
|
3738
3738
|
value?: bigint | undefined;
|
|
3739
3739
|
to: `0x${string}` | null;
|
|
3740
3740
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3741
|
-
blobs: readonly
|
|
3742
|
-
blobVersionedHashes?: readonly
|
|
3741
|
+
blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
|
|
3742
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
3743
3743
|
kzg?: import("../index.js").Kzg | undefined;
|
|
3744
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
3744
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
3745
3745
|
type?: "eip4844" | undefined;
|
|
3746
3746
|
gasPrice?: undefined;
|
|
3747
3747
|
maxFeePerGas?: bigint | undefined;
|
|
3748
3748
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3749
3749
|
maxFeePerBlobGas: bigint;
|
|
3750
3750
|
} & {
|
|
3751
|
-
feeCurrency?:
|
|
3751
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3752
3752
|
}) | ({
|
|
3753
|
-
data?:
|
|
3754
|
-
from?:
|
|
3753
|
+
data?: import("../index.js").Hex | undefined;
|
|
3754
|
+
from?: import("abitype").Address;
|
|
3755
3755
|
gas?: bigint | undefined;
|
|
3756
3756
|
nonce?: number | undefined;
|
|
3757
3757
|
value?: bigint | undefined;
|
|
3758
|
-
to?:
|
|
3758
|
+
to?: import("abitype").Address | null | undefined;
|
|
3759
3759
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3760
3760
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3761
|
-
blobVersionedHashes?: readonly
|
|
3761
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
3762
3762
|
kzg?: import("../index.js").Kzg | undefined;
|
|
3763
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
3763
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
3764
3764
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
3765
3765
|
gasPrice?: bigint | undefined;
|
|
3766
3766
|
maxFeePerGas?: bigint | undefined;
|
|
@@ -3768,14 +3768,14 @@ export declare const chainConfig: {
|
|
|
3768
3768
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3769
3769
|
} & import("../index.js").TransactionRequestBase & {
|
|
3770
3770
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3771
|
-
feeCurrency?:
|
|
3771
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3772
3772
|
type?: "cip64" | undefined;
|
|
3773
3773
|
} & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>)) => ({
|
|
3774
|
-
data?:
|
|
3775
|
-
from:
|
|
3774
|
+
data?: import("../index.js").Hex | undefined;
|
|
3775
|
+
from: import("abitype").Address;
|
|
3776
3776
|
gas?: `0x${string}` | undefined;
|
|
3777
3777
|
nonce?: `0x${string}` | undefined;
|
|
3778
|
-
to?:
|
|
3778
|
+
to?: import("abitype").Address | null | undefined;
|
|
3779
3779
|
value?: `0x${string}` | undefined;
|
|
3780
3780
|
accessList?: undefined;
|
|
3781
3781
|
blobs?: undefined;
|
|
@@ -3787,13 +3787,13 @@ export declare const chainConfig: {
|
|
|
3787
3787
|
blobVersionedHashes?: undefined;
|
|
3788
3788
|
kzg?: undefined;
|
|
3789
3789
|
sidecars?: undefined;
|
|
3790
|
-
feeCurrency?:
|
|
3790
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3791
3791
|
} | {
|
|
3792
|
-
data?:
|
|
3793
|
-
from:
|
|
3792
|
+
data?: import("../index.js").Hex | undefined;
|
|
3793
|
+
from: import("abitype").Address;
|
|
3794
3794
|
gas?: `0x${string}` | undefined;
|
|
3795
3795
|
nonce?: `0x${string}` | undefined;
|
|
3796
|
-
to?:
|
|
3796
|
+
to?: import("abitype").Address | null | undefined;
|
|
3797
3797
|
value?: `0x${string}` | undefined;
|
|
3798
3798
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3799
3799
|
blobs?: undefined;
|
|
@@ -3805,13 +3805,13 @@ export declare const chainConfig: {
|
|
|
3805
3805
|
blobVersionedHashes?: undefined;
|
|
3806
3806
|
kzg?: undefined;
|
|
3807
3807
|
sidecars?: undefined;
|
|
3808
|
-
feeCurrency?:
|
|
3808
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3809
3809
|
} | {
|
|
3810
|
-
data?:
|
|
3811
|
-
from:
|
|
3810
|
+
data?: import("../index.js").Hex | undefined;
|
|
3811
|
+
from: import("abitype").Address;
|
|
3812
3812
|
gas?: `0x${string}` | undefined;
|
|
3813
3813
|
nonce?: `0x${string}` | undefined;
|
|
3814
|
-
to?:
|
|
3814
|
+
to?: import("abitype").Address | null | undefined;
|
|
3815
3815
|
value?: `0x${string}` | undefined;
|
|
3816
3816
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3817
3817
|
blobs?: undefined;
|
|
@@ -3823,13 +3823,13 @@ export declare const chainConfig: {
|
|
|
3823
3823
|
blobVersionedHashes?: undefined;
|
|
3824
3824
|
kzg?: undefined;
|
|
3825
3825
|
sidecars?: undefined;
|
|
3826
|
-
feeCurrency?:
|
|
3826
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3827
3827
|
} | {
|
|
3828
|
-
data?:
|
|
3829
|
-
from:
|
|
3828
|
+
data?: import("../index.js").Hex | undefined;
|
|
3829
|
+
from: import("abitype").Address;
|
|
3830
3830
|
gas?: `0x${string}` | undefined;
|
|
3831
3831
|
nonce?: `0x${string}` | undefined;
|
|
3832
|
-
to?:
|
|
3832
|
+
to?: import("abitype").Address | null | undefined;
|
|
3833
3833
|
value?: `0x${string}` | undefined;
|
|
3834
3834
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3835
3835
|
blobs?: undefined;
|
|
@@ -3841,13 +3841,13 @@ export declare const chainConfig: {
|
|
|
3841
3841
|
blobVersionedHashes?: undefined;
|
|
3842
3842
|
kzg?: undefined;
|
|
3843
3843
|
sidecars?: undefined;
|
|
3844
|
-
feeCurrency?:
|
|
3844
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3845
3845
|
} | {
|
|
3846
|
-
data?:
|
|
3847
|
-
from:
|
|
3846
|
+
data?: import("../index.js").Hex | undefined;
|
|
3847
|
+
from: import("abitype").Address;
|
|
3848
3848
|
gas?: `0x${string}` | undefined;
|
|
3849
3849
|
nonce?: `0x${string}` | undefined;
|
|
3850
|
-
to?:
|
|
3850
|
+
to?: import("abitype").Address | null | undefined;
|
|
3851
3851
|
value?: `0x${string}` | undefined;
|
|
3852
3852
|
accessList?: undefined;
|
|
3853
3853
|
blobs?: undefined;
|
|
@@ -3859,13 +3859,13 @@ export declare const chainConfig: {
|
|
|
3859
3859
|
blobVersionedHashes?: undefined;
|
|
3860
3860
|
kzg?: undefined;
|
|
3861
3861
|
sidecars?: undefined;
|
|
3862
|
-
feeCurrency?:
|
|
3862
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3863
3863
|
} | {
|
|
3864
|
-
data?:
|
|
3865
|
-
from:
|
|
3864
|
+
data?: import("../index.js").Hex | undefined;
|
|
3865
|
+
from: import("abitype").Address;
|
|
3866
3866
|
gas?: `0x${string}` | undefined;
|
|
3867
3867
|
nonce?: `0x${string}` | undefined;
|
|
3868
|
-
to?:
|
|
3868
|
+
to?: import("abitype").Address | null | undefined;
|
|
3869
3869
|
value?: `0x${string}` | undefined;
|
|
3870
3870
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3871
3871
|
blobs?: undefined;
|
|
@@ -3877,13 +3877,13 @@ export declare const chainConfig: {
|
|
|
3877
3877
|
blobVersionedHashes?: undefined;
|
|
3878
3878
|
kzg?: undefined;
|
|
3879
3879
|
sidecars?: undefined;
|
|
3880
|
-
feeCurrency?:
|
|
3880
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3881
3881
|
} | {
|
|
3882
|
-
data?:
|
|
3883
|
-
from:
|
|
3882
|
+
data?: import("../index.js").Hex | undefined;
|
|
3883
|
+
from: import("abitype").Address;
|
|
3884
3884
|
gas?: `0x${string}` | undefined;
|
|
3885
3885
|
nonce?: `0x${string}` | undefined;
|
|
3886
|
-
to?:
|
|
3886
|
+
to?: import("abitype").Address | null | undefined;
|
|
3887
3887
|
value?: `0x${string}` | undefined;
|
|
3888
3888
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3889
3889
|
blobs?: undefined;
|
|
@@ -3895,13 +3895,13 @@ export declare const chainConfig: {
|
|
|
3895
3895
|
blobVersionedHashes?: undefined;
|
|
3896
3896
|
kzg?: undefined;
|
|
3897
3897
|
sidecars?: undefined;
|
|
3898
|
-
feeCurrency?:
|
|
3898
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3899
3899
|
} | {
|
|
3900
|
-
data?:
|
|
3901
|
-
from:
|
|
3900
|
+
data?: import("../index.js").Hex | undefined;
|
|
3901
|
+
from: import("abitype").Address;
|
|
3902
3902
|
gas?: `0x${string}` | undefined;
|
|
3903
3903
|
nonce?: `0x${string}` | undefined;
|
|
3904
|
-
to?:
|
|
3904
|
+
to?: import("abitype").Address | null | undefined;
|
|
3905
3905
|
value?: `0x${string}` | undefined;
|
|
3906
3906
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3907
3907
|
blobs?: undefined;
|
|
@@ -3913,13 +3913,13 @@ export declare const chainConfig: {
|
|
|
3913
3913
|
blobVersionedHashes?: undefined;
|
|
3914
3914
|
kzg?: undefined;
|
|
3915
3915
|
sidecars?: undefined;
|
|
3916
|
-
feeCurrency?:
|
|
3916
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3917
3917
|
} | {
|
|
3918
|
-
data?:
|
|
3919
|
-
from:
|
|
3918
|
+
data?: import("../index.js").Hex | undefined;
|
|
3919
|
+
from: import("abitype").Address;
|
|
3920
3920
|
gas?: `0x${string}` | undefined;
|
|
3921
3921
|
nonce?: `0x${string}` | undefined;
|
|
3922
|
-
to?:
|
|
3922
|
+
to?: import("abitype").Address | null | undefined;
|
|
3923
3923
|
value?: `0x${string}` | undefined;
|
|
3924
3924
|
gasPrice?: `0x${string}` | undefined;
|
|
3925
3925
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3931,13 +3931,13 @@ export declare const chainConfig: {
|
|
|
3931
3931
|
blobVersionedHashes?: undefined;
|
|
3932
3932
|
kzg?: undefined;
|
|
3933
3933
|
sidecars?: undefined;
|
|
3934
|
-
feeCurrency?:
|
|
3934
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3935
3935
|
} | {
|
|
3936
|
-
data?:
|
|
3937
|
-
from:
|
|
3936
|
+
data?: import("../index.js").Hex | undefined;
|
|
3937
|
+
from: import("abitype").Address;
|
|
3938
3938
|
gas?: `0x${string}` | undefined;
|
|
3939
3939
|
nonce?: `0x${string}` | undefined;
|
|
3940
|
-
to?:
|
|
3940
|
+
to?: import("abitype").Address | null | undefined;
|
|
3941
3941
|
value?: `0x${string}` | undefined;
|
|
3942
3942
|
gasPrice?: `0x${string}` | undefined;
|
|
3943
3943
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3949,13 +3949,13 @@ export declare const chainConfig: {
|
|
|
3949
3949
|
blobVersionedHashes?: undefined;
|
|
3950
3950
|
kzg?: undefined;
|
|
3951
3951
|
sidecars?: undefined;
|
|
3952
|
-
feeCurrency?:
|
|
3952
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3953
3953
|
} | {
|
|
3954
|
-
data?:
|
|
3955
|
-
from:
|
|
3954
|
+
data?: import("../index.js").Hex | undefined;
|
|
3955
|
+
from: import("abitype").Address;
|
|
3956
3956
|
gas?: `0x${string}` | undefined;
|
|
3957
3957
|
nonce?: `0x${string}` | undefined;
|
|
3958
|
-
to?:
|
|
3958
|
+
to?: import("abitype").Address | null | undefined;
|
|
3959
3959
|
value?: `0x${string}` | undefined;
|
|
3960
3960
|
gasPrice?: undefined;
|
|
3961
3961
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3967,13 +3967,13 @@ export declare const chainConfig: {
|
|
|
3967
3967
|
blobVersionedHashes?: undefined;
|
|
3968
3968
|
kzg?: undefined;
|
|
3969
3969
|
sidecars?: undefined;
|
|
3970
|
-
feeCurrency?:
|
|
3970
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3971
3971
|
} | {
|
|
3972
|
-
data?:
|
|
3973
|
-
from:
|
|
3972
|
+
data?: import("../index.js").Hex | undefined;
|
|
3973
|
+
from: import("abitype").Address;
|
|
3974
3974
|
gas?: `0x${string}` | undefined;
|
|
3975
3975
|
nonce?: `0x${string}` | undefined;
|
|
3976
|
-
to?:
|
|
3976
|
+
to?: import("abitype").Address | null | undefined;
|
|
3977
3977
|
value?: `0x${string}` | undefined;
|
|
3978
3978
|
gasPrice?: undefined;
|
|
3979
3979
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3985,43 +3985,43 @@ export declare const chainConfig: {
|
|
|
3985
3985
|
blobVersionedHashes?: undefined;
|
|
3986
3986
|
kzg?: undefined;
|
|
3987
3987
|
sidecars?: undefined;
|
|
3988
|
-
feeCurrency?:
|
|
3988
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3989
3989
|
} | {
|
|
3990
|
-
data?:
|
|
3991
|
-
from:
|
|
3990
|
+
data?: import("../index.js").Hex | undefined;
|
|
3991
|
+
from: import("abitype").Address;
|
|
3992
3992
|
gas?: `0x${string}` | undefined;
|
|
3993
3993
|
nonce?: `0x${string}` | undefined;
|
|
3994
3994
|
value?: `0x${string}` | undefined;
|
|
3995
3995
|
to: `0x${string}` | null;
|
|
3996
3996
|
accessList?: import("../index.js").AccessList | undefined;
|
|
3997
|
-
blobs: readonly
|
|
3998
|
-
blobVersionedHashes?: readonly
|
|
3997
|
+
blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
|
|
3998
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
3999
3999
|
kzg?: import("../index.js").Kzg | undefined;
|
|
4000
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
4000
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
4001
4001
|
type?: "0x3" | undefined;
|
|
4002
4002
|
gasPrice?: undefined;
|
|
4003
4003
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
4004
4004
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
4005
4005
|
maxFeePerBlobGas: `0x${string}`;
|
|
4006
|
-
feeCurrency?:
|
|
4006
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
4007
4007
|
} | {
|
|
4008
|
-
data?:
|
|
4009
|
-
from:
|
|
4008
|
+
data?: import("../index.js").Hex | undefined;
|
|
4009
|
+
from: import("abitype").Address;
|
|
4010
4010
|
gas?: `0x${string}` | undefined;
|
|
4011
4011
|
nonce?: `0x${string}` | undefined;
|
|
4012
4012
|
value?: `0x${string}` | undefined;
|
|
4013
|
-
to:
|
|
4013
|
+
to: import("abitype").Address | null | undefined;
|
|
4014
4014
|
accessList?: import("../index.js").AccessList | undefined;
|
|
4015
|
-
blobs: readonly
|
|
4016
|
-
blobVersionedHashes?: readonly
|
|
4015
|
+
blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
|
|
4016
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
|
4017
4017
|
kzg?: import("../index.js").Kzg | undefined;
|
|
4018
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
|
4018
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
|
4019
4019
|
type?: "0x7b" | undefined;
|
|
4020
4020
|
gasPrice?: undefined;
|
|
4021
4021
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
4022
4022
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
4023
4023
|
maxFeePerBlobGas: undefined;
|
|
4024
|
-
feeCurrency?:
|
|
4024
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
4025
4025
|
}) & {};
|
|
4026
4026
|
type: "transactionRequest";
|
|
4027
4027
|
};
|