viem 2.15.1 → 2.16.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +36 -0
- package/README.md +17 -11
- 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 +22 -5
- package/_cjs/actions/public/verifyHash.js.map +1 -1
- package/_cjs/actions/public/verifyMessage.js +4 -3
- package/_cjs/actions/public/verifyMessage.js.map +1 -1
- package/_cjs/actions/public/verifyTypedData.js +4 -3
- 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/zetachain.js +6 -0
- package/_cjs/chains/definitions/zetachain.js.map +1 -1
- package/_cjs/chains/definitions/zetachainAthensTestnet.js +6 -0
- package/_cjs/chains/definitions/zetachainAthensTestnet.js.map +1 -1
- package/_cjs/chains/definitions/zircuitTestnet.js +27 -0
- package/_cjs/chains/definitions/zircuitTestnet.js.map +1 -0
- package/_cjs/chains/index.js +4 -2
- 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/issuePermissions.js +1 -2
- package/_cjs/experimental/erc7715/actions/issuePermissions.js.map +1 -1
- package/_cjs/experimental/erc7715/decorators/erc7715.js +1 -2
- package/_cjs/experimental/erc7715/decorators/erc7715.js.map +1 -1
- package/_cjs/experimental/index.js +6 -4
- package/_cjs/experimental/index.js.map +1 -1
- package/_cjs/experimental/solady/actions/signMessage.js +39 -0
- package/_cjs/experimental/solady/actions/signMessage.js.map +1 -0
- package/_cjs/experimental/solady/actions/signTypedData.js +62 -0
- package/_cjs/experimental/solady/actions/signTypedData.js.map +1 -0
- package/_cjs/experimental/solady/decorators/solady.js +15 -0
- package/_cjs/experimental/solady/decorators/solady.js.map +1 -0
- package/_cjs/experimental/solady/index.js +16 -0
- package/_cjs/experimental/solady/index.js.map +1 -0
- package/_cjs/experimental/solady/types.js +3 -0
- package/_cjs/experimental/solady/types.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 +11 -3
- 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 +7 -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 +3 -14
- package/_cjs/utils/signature/hashMessage.js.map +1 -1
- package/_cjs/utils/signature/hashTypedData.js +4 -3
- package/_cjs/utils/signature/hashTypedData.js.map +1 -1
- package/_cjs/{experimental/erc6492 → utils/signature}/isErc6492Signature.js +2 -3
- package/_cjs/utils/signature/isErc6492Signature.js.map +1 -0
- package/_cjs/utils/signature/parseCompactSignature.js +1 -2
- package/_cjs/utils/signature/parseCompactSignature.js.map +1 -1
- package/_cjs/{experimental/erc6492 → utils/signature}/parseErc6492Signature.js +2 -3
- package/_cjs/utils/signature/parseErc6492Signature.js.map +1 -0
- 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/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.js +3 -4
- package/_cjs/utils/signature/serializeErc6492Signature.js.map +1 -0
- 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 +19 -0
- package/_cjs/utils/signature/toPrefixedMessage.js.map +1 -0
- 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/getTransactionCount.js +1 -1
- package/_esm/actions/public/verifyHash.js +27 -3
- package/_esm/actions/public/verifyHash.js.map +1 -1
- package/_esm/actions/public/verifyMessage.js +3 -1
- package/_esm/actions/public/verifyMessage.js.map +1 -1
- package/_esm/actions/public/verifyTypedData.js +3 -1
- package/_esm/actions/public/verifyTypedData.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/zetachain.js +6 -0
- package/_esm/chains/definitions/zetachain.js.map +1 -1
- package/_esm/chains/definitions/zetachainAthensTestnet.js +6 -0
- package/_esm/chains/definitions/zetachainAthensTestnet.js.map +1 -1
- package/_esm/chains/definitions/zircuitTestnet.js +24 -0
- package/_esm/chains/definitions/zircuitTestnet.js.map +1 -0
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/index.js +10 -3
- package/_esm/experimental/index.js.map +1 -1
- package/_esm/experimental/solady/actions/signMessage.js +84 -0
- package/_esm/experimental/solady/actions/signMessage.js.map +1 -0
- package/_esm/experimental/solady/actions/signTypedData.js +160 -0
- package/_esm/experimental/solady/actions/signTypedData.js.map +1 -0
- package/_esm/experimental/solady/decorators/solady.js +27 -0
- package/_esm/experimental/solady/decorators/solady.js.map +1 -0
- package/_esm/experimental/solady/index.js +8 -0
- package/_esm/experimental/solady/index.js.map +1 -0
- package/_esm/experimental/solady/types.js +2 -0
- package/_esm/experimental/solady/types.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 +4 -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 +3 -0
- package/_esm/utils/index.js.map +1 -1
- package/_esm/utils/signature/hashMessage.js +2 -12
- package/_esm/utils/signature/hashMessage.js.map +1 -1
- package/_esm/utils/signature/hashTypedData.js +2 -2
- package/_esm/utils/signature/hashTypedData.js.map +1 -1
- package/_esm/{experimental/erc6492 → utils/signature}/isErc6492Signature.js +1 -1
- package/_esm/utils/signature/isErc6492Signature.js.map +1 -0
- package/_esm/{experimental/erc6492 → utils/signature}/parseErc6492Signature.js +1 -1
- package/_esm/utils/signature/parseErc6492Signature.js.map +1 -0
- package/_esm/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.js +2 -2
- package/_esm/utils/signature/serializeErc6492Signature.js.map +1 -0
- package/_esm/utils/signature/toPrefixedMessage.js +16 -0
- package/_esm/utils/signature/toPrefixedMessage.js.map +1 -0
- package/_types/actions/public/getTransactionCount.d.ts +1 -1
- package/_types/actions/public/verifyHash.d.ts +6 -2
- package/_types/actions/public/verifyHash.d.ts.map +1 -1
- package/_types/actions/public/verifyMessage.d.ts +1 -1
- package/_types/actions/public/verifyMessage.d.ts.map +1 -1
- package/_types/actions/public/verifyTypedData.d.ts.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/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/zetachain.d.ts +6 -8
- package/_types/chains/definitions/zetachain.d.ts.map +1 -1
- package/_types/chains/definitions/zetachainAthensTestnet.d.ts +6 -8
- package/_types/chains/definitions/zetachainAthensTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zircuitTestnet.d.ts +33 -0
- package/_types/chains/definitions/zircuitTestnet.d.ts.map +1 -0
- 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 +1 -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/decorators/erc7715.d.ts.map +1 -1
- package/_types/experimental/index.d.ts +28 -3
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/experimental/solady/actions/signMessage.d.ts +71 -0
- package/_types/experimental/solady/actions/signMessage.d.ts.map +1 -0
- package/_types/experimental/solady/actions/signTypedData.d.ts +125 -0
- package/_types/experimental/solady/actions/signTypedData.d.ts.map +1 -0
- package/_types/experimental/solady/decorators/solady.d.ts +183 -0
- package/_types/experimental/solady/decorators/solady.d.ts.map +1 -0
- package/_types/experimental/solady/index.d.ts +7 -0
- package/_types/experimental/solady/index.d.ts.map +1 -0
- package/_types/experimental/solady/types.d.ts +7 -0
- package/_types/experimental/solady/types.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 +5 -1
- 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/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 +4 -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/utils/signature/hashMessage.d.ts +1 -3
- package/_types/utils/signature/hashMessage.d.ts.map +1 -1
- package/_types/utils/signature/hashTypedData.d.ts +9 -0
- package/_types/utils/signature/hashTypedData.d.ts.map +1 -1
- package/_types/{experimental/erc6492 → utils/signature}/isErc6492Signature.d.ts +1 -1
- package/_types/utils/signature/isErc6492Signature.d.ts.map +1 -0
- package/_types/{experimental/erc6492 → utils/signature}/parseErc6492Signature.d.ts +1 -1
- package/_types/utils/signature/parseErc6492Signature.d.ts.map +1 -0
- package/_types/utils/signature/serializeErc6492Signature.d.ts.map +1 -0
- package/_types/utils/signature/toPrefixedMessage.d.ts +7 -0
- package/_types/utils/signature/toPrefixedMessage.d.ts.map +1 -0
- 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/getTransactionCount.ts +1 -1
- package/actions/public/verifyHash.ts +31 -4
- package/actions/public/verifyMessage.ts +10 -1
- package/actions/public/verifyTypedData.ts +4 -0
- package/actions/public/watchEvent.ts +9 -9
- package/actions/wallet/sendTransaction.ts +1 -0
- package/chains/definitions/zetachain.ts +6 -0
- package/chains/definitions/zetachainAthensTestnet.ts +6 -0
- package/chains/definitions/zircuitTestnet.ts +24 -0
- package/chains/index.ts +1 -0
- package/errors/version.ts +1 -1
- package/experimental/index.ts +21 -3
- package/experimental/solady/actions/signMessage.ts +151 -0
- package/experimental/solady/actions/signTypedData.ts +251 -0
- package/experimental/solady/decorators/solady.ts +232 -0
- package/experimental/solady/index.ts +36 -0
- package/experimental/solady/types.ts +7 -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 +23 -0
- package/package.json +10 -2
- package/utils/abi/encodeEventTopics.ts +13 -11
- package/utils/getAction.ts +31 -15
- package/utils/index.ts +19 -0
- package/utils/signature/hashMessage.ts +3 -23
- package/utils/signature/hashTypedData.ts +2 -2
- package/{experimental/erc6492 → utils/signature}/isErc6492Signature.ts +1 -1
- package/{experimental/erc6492 → utils/signature}/parseErc6492Signature.ts +1 -1
- package/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.ts +2 -2
- package/utils/signature/toPrefixedMessage.ts +27 -0
- package/_cjs/experimental/erc6492/isErc6492Signature.js.map +0 -1
- package/_cjs/experimental/erc6492/parseErc6492Signature.js.map +0 -1
- package/_cjs/experimental/erc6492/serializeErc6492Signature.js.map +0 -1
- package/_esm/experimental/erc6492/isErc6492Signature.js.map +0 -1
- package/_esm/experimental/erc6492/parseErc6492Signature.js.map +0 -1
- package/_esm/experimental/erc6492/serializeErc6492Signature.js.map +0 -1
- package/_types/experimental/erc6492/isErc6492Signature.d.ts.map +0 -1
- package/_types/experimental/erc6492/parseErc6492Signature.d.ts.map +0 -1
- package/_types/experimental/erc6492/serializeErc6492Signature.d.ts.map +0 -1
- /package/_types/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.d.ts +0 -0
@@ -10,31 +10,31 @@ export declare const formatters: {
|
|
10
10
|
blobGasUsed: bigint;
|
11
11
|
difficulty: bigint;
|
12
12
|
excessBlobGas: bigint;
|
13
|
-
extraData:
|
13
|
+
extraData: import("../types/misc.js").Hex;
|
14
14
|
gasLimit: bigint;
|
15
15
|
gasUsed: bigint;
|
16
16
|
hash: `0x${string}` | null;
|
17
17
|
logsBloom: `0x${string}` | null;
|
18
|
-
miner:
|
19
|
-
mixHash:
|
18
|
+
miner: import("abitype").Address;
|
19
|
+
mixHash: Hash;
|
20
20
|
nonce: `0x${string}` | null;
|
21
21
|
number: bigint | null;
|
22
|
-
parentHash:
|
23
|
-
receiptsRoot:
|
24
|
-
sealFields:
|
25
|
-
sha3Uncles:
|
22
|
+
parentHash: Hash;
|
23
|
+
receiptsRoot: import("../types/misc.js").Hex;
|
24
|
+
sealFields: import("../types/misc.js").Hex[];
|
25
|
+
sha3Uncles: Hash;
|
26
26
|
size: bigint;
|
27
|
-
stateRoot:
|
27
|
+
stateRoot: Hash;
|
28
28
|
timestamp: bigint;
|
29
29
|
totalDifficulty: bigint | null;
|
30
|
-
transactions: readonly
|
31
|
-
transactionsRoot:
|
32
|
-
uncles:
|
30
|
+
transactions: readonly `0x${string}`[] | readonly CeloTransaction[];
|
31
|
+
transactionsRoot: Hash;
|
32
|
+
uncles: Hash[];
|
33
33
|
withdrawals?: import("../index.js").Withdrawal[] | undefined;
|
34
|
-
withdrawalsRoot?:
|
34
|
+
withdrawalsRoot?: import("../types/misc.js").Hex | undefined;
|
35
35
|
randomness: {
|
36
|
-
committed:
|
37
|
-
revealed:
|
36
|
+
committed: import("../types/misc.js").Hex;
|
37
|
+
revealed: import("../types/misc.js").Hex;
|
38
38
|
};
|
39
39
|
} & {
|
40
40
|
nonce: never;
|
@@ -49,16 +49,16 @@ export declare const formatters: {
|
|
49
49
|
exclude: [] | undefined;
|
50
50
|
format: (args: ({
|
51
51
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
52
|
-
r?:
|
53
|
-
s?:
|
52
|
+
r?: import("../types/misc.js").Hex;
|
53
|
+
s?: import("../types/misc.js").Hex;
|
54
54
|
v?: `0x${string}`;
|
55
55
|
yParity?: `0x${string}` | undefined;
|
56
56
|
gasPrice?: `0x${string}` | undefined;
|
57
57
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
58
58
|
maxFeePerGas?: `0x${string}` | undefined;
|
59
59
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
60
|
-
to?:
|
61
|
-
from?:
|
60
|
+
to?: import("abitype").Address | null;
|
61
|
+
from?: import("abitype").Address;
|
62
62
|
gas?: `0x${string}`;
|
63
63
|
nonce?: `0x${string}`;
|
64
64
|
value?: `0x${string}`;
|
@@ -66,22 +66,22 @@ export declare const formatters: {
|
|
66
66
|
blobVersionedHashes?: undefined;
|
67
67
|
blockHash?: `0x${string}` | null;
|
68
68
|
blockNumber?: `0x${string}` | null;
|
69
|
-
hash?:
|
70
|
-
input?:
|
69
|
+
hash?: Hash;
|
70
|
+
input?: import("../types/misc.js").Hex;
|
71
71
|
transactionIndex?: `0x${string}` | null;
|
72
72
|
chainId?: `0x${string}` | undefined;
|
73
73
|
} & {
|
74
74
|
type: "0x0";
|
75
|
-
r:
|
76
|
-
s:
|
75
|
+
r: import("../types/misc.js").Hex;
|
76
|
+
s: import("../types/misc.js").Hex;
|
77
77
|
v: `0x${string}`;
|
78
78
|
yParity?: undefined;
|
79
79
|
gasPrice: `0x${string}`;
|
80
80
|
maxFeePerBlobGas?: undefined;
|
81
81
|
maxFeePerGas?: undefined;
|
82
82
|
maxPriorityFeePerGas?: undefined;
|
83
|
-
to:
|
84
|
-
from:
|
83
|
+
to: import("abitype").Address | null;
|
84
|
+
from: import("abitype").Address;
|
85
85
|
gas: `0x${string}`;
|
86
86
|
nonce: `0x${string}`;
|
87
87
|
value: `0x${string}`;
|
@@ -89,26 +89,26 @@ export declare const formatters: {
|
|
89
89
|
blobVersionedHashes?: undefined;
|
90
90
|
blockHash: `0x${string}` | null;
|
91
91
|
blockNumber: `0x${string}` | null;
|
92
|
-
hash:
|
93
|
-
input:
|
92
|
+
hash: Hash;
|
93
|
+
input: import("../types/misc.js").Hex;
|
94
94
|
transactionIndex: `0x${string}` | null;
|
95
95
|
chainId?: `0x${string}` | undefined;
|
96
96
|
} & {
|
97
|
-
feeCurrency:
|
98
|
-
gatewayFee:
|
99
|
-
gatewayFeeRecipient:
|
97
|
+
feeCurrency: import("abitype").Address | null;
|
98
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
99
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
100
100
|
}) | ({
|
101
101
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
102
|
-
r?:
|
103
|
-
s?:
|
102
|
+
r?: import("../types/misc.js").Hex;
|
103
|
+
s?: import("../types/misc.js").Hex;
|
104
104
|
v?: `0x${string}`;
|
105
105
|
yParity?: `0x${string}` | undefined;
|
106
106
|
gasPrice?: `0x${string}` | undefined;
|
107
107
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
108
108
|
maxFeePerGas?: `0x${string}` | undefined;
|
109
109
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
110
|
-
to?:
|
111
|
-
from?:
|
110
|
+
to?: import("abitype").Address | null;
|
111
|
+
from?: import("abitype").Address;
|
112
112
|
gas?: `0x${string}`;
|
113
113
|
nonce?: `0x${string}`;
|
114
114
|
value?: `0x${string}`;
|
@@ -116,27 +116,27 @@ export declare const formatters: {
|
|
116
116
|
blobVersionedHashes?: undefined;
|
117
117
|
blockHash?: `0x${string}` | null;
|
118
118
|
blockNumber?: `0x${string}` | null;
|
119
|
-
hash?:
|
120
|
-
input?:
|
119
|
+
hash?: Hash;
|
120
|
+
input?: import("../types/misc.js").Hex;
|
121
121
|
transactionIndex?: `0x${string}` | null;
|
122
122
|
chainId?: `0x${string}` | undefined;
|
123
123
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
124
|
-
feeCurrency:
|
125
|
-
gatewayFee:
|
126
|
-
gatewayFeeRecipient:
|
124
|
+
feeCurrency: import("abitype").Address | null;
|
125
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
126
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
127
127
|
type: "0x7c";
|
128
128
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
129
129
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
130
|
-
r?:
|
131
|
-
s?:
|
130
|
+
r?: import("../types/misc.js").Hex;
|
131
|
+
s?: import("../types/misc.js").Hex;
|
132
132
|
v?: `0x${string}`;
|
133
133
|
yParity?: `0x${string}` | undefined;
|
134
134
|
gasPrice?: `0x${string}` | undefined;
|
135
135
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
136
136
|
maxFeePerGas?: `0x${string}` | undefined;
|
137
137
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
138
|
-
to?:
|
139
|
-
from?:
|
138
|
+
to?: import("abitype").Address | null;
|
139
|
+
from?: import("abitype").Address;
|
140
140
|
gas?: `0x${string}`;
|
141
141
|
nonce?: `0x${string}`;
|
142
142
|
value?: `0x${string}`;
|
@@ -144,26 +144,26 @@ export declare const formatters: {
|
|
144
144
|
blobVersionedHashes?: undefined;
|
145
145
|
blockHash?: `0x${string}` | null;
|
146
146
|
blockNumber?: `0x${string}` | null;
|
147
|
-
hash?:
|
148
|
-
input?:
|
147
|
+
hash?: Hash;
|
148
|
+
input?: import("../types/misc.js").Hex;
|
149
149
|
transactionIndex?: `0x${string}` | null;
|
150
150
|
chainId?: `0x${string}` | undefined;
|
151
151
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
152
|
-
feeCurrency:
|
152
|
+
feeCurrency: import("abitype").Address | null;
|
153
153
|
gatewayFee?: undefined;
|
154
154
|
gatewayFeeRecipient?: undefined;
|
155
155
|
type: "0x7b";
|
156
156
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
157
157
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
158
|
-
r?:
|
159
|
-
s?:
|
158
|
+
r?: import("../types/misc.js").Hex;
|
159
|
+
s?: import("../types/misc.js").Hex;
|
160
160
|
v?: `0x${string}`;
|
161
161
|
gasPrice?: `0x${string}` | undefined;
|
162
162
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
163
163
|
maxFeePerGas?: `0x${string}` | undefined;
|
164
164
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
165
|
-
to?:
|
166
|
-
from?:
|
165
|
+
to?: import("abitype").Address | null;
|
166
|
+
from?: import("abitype").Address;
|
167
167
|
gas?: `0x${string}`;
|
168
168
|
nonce?: `0x${string}`;
|
169
169
|
value?: `0x${string}`;
|
@@ -171,23 +171,23 @@ export declare const formatters: {
|
|
171
171
|
blobVersionedHashes?: undefined;
|
172
172
|
blockHash?: `0x${string}` | null;
|
173
173
|
blockNumber?: `0x${string}` | null;
|
174
|
-
hash?:
|
175
|
-
input?:
|
174
|
+
hash?: Hash;
|
175
|
+
input?: import("../types/misc.js").Hex;
|
176
176
|
transactionIndex?: `0x${string}` | null;
|
177
177
|
chainId?: `0x${string}` | undefined;
|
178
178
|
yParity?: `0x${string}` | undefined;
|
179
179
|
} & {
|
180
180
|
type: "0x0";
|
181
|
-
r:
|
182
|
-
s:
|
181
|
+
r: import("../types/misc.js").Hex;
|
182
|
+
s: import("../types/misc.js").Hex;
|
183
183
|
v: `0x${string}`;
|
184
184
|
yParity?: undefined;
|
185
185
|
gasPrice: `0x${string}`;
|
186
186
|
maxFeePerBlobGas?: undefined;
|
187
187
|
maxFeePerGas?: undefined;
|
188
188
|
maxPriorityFeePerGas?: undefined;
|
189
|
-
to:
|
190
|
-
from:
|
189
|
+
to: import("abitype").Address | null;
|
190
|
+
from: import("abitype").Address;
|
191
191
|
gas: `0x${string}`;
|
192
192
|
nonce: `0x${string}`;
|
193
193
|
value: `0x${string}`;
|
@@ -195,25 +195,25 @@ export declare const formatters: {
|
|
195
195
|
blobVersionedHashes?: undefined;
|
196
196
|
blockHash: `0x${string}` | null;
|
197
197
|
blockNumber: `0x${string}` | null;
|
198
|
-
hash:
|
199
|
-
input:
|
198
|
+
hash: Hash;
|
199
|
+
input: import("../types/misc.js").Hex;
|
200
200
|
transactionIndex: `0x${string}` | null;
|
201
201
|
chainId?: `0x${string}` | undefined;
|
202
202
|
} & {
|
203
|
-
feeCurrency:
|
204
|
-
gatewayFee:
|
205
|
-
gatewayFeeRecipient:
|
203
|
+
feeCurrency: import("abitype").Address | null;
|
204
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
205
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
206
206
|
}) | ({
|
207
207
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
208
|
-
r?:
|
209
|
-
s?:
|
208
|
+
r?: import("../types/misc.js").Hex;
|
209
|
+
s?: import("../types/misc.js").Hex;
|
210
210
|
v?: `0x${string}`;
|
211
211
|
gasPrice?: `0x${string}` | undefined;
|
212
212
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
213
213
|
maxFeePerGas?: `0x${string}` | undefined;
|
214
214
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
215
|
-
to?:
|
216
|
-
from?:
|
215
|
+
to?: import("abitype").Address | null;
|
216
|
+
from?: import("abitype").Address;
|
217
217
|
gas?: `0x${string}`;
|
218
218
|
nonce?: `0x${string}`;
|
219
219
|
value?: `0x${string}`;
|
@@ -221,22 +221,22 @@ export declare const formatters: {
|
|
221
221
|
blobVersionedHashes?: undefined;
|
222
222
|
blockHash?: `0x${string}` | null;
|
223
223
|
blockNumber?: `0x${string}` | null;
|
224
|
-
hash?:
|
225
|
-
input?:
|
224
|
+
hash?: Hash;
|
225
|
+
input?: import("../types/misc.js").Hex;
|
226
226
|
transactionIndex?: `0x${string}` | null;
|
227
227
|
chainId?: `0x${string}` | undefined;
|
228
228
|
yParity?: `0x${string}` | undefined;
|
229
229
|
} & {
|
230
230
|
type: "0x1";
|
231
|
-
r:
|
232
|
-
s:
|
231
|
+
r: import("../types/misc.js").Hex;
|
232
|
+
s: import("../types/misc.js").Hex;
|
233
233
|
v: `0x${string}`;
|
234
234
|
gasPrice: `0x${string}`;
|
235
235
|
maxFeePerBlobGas?: undefined;
|
236
236
|
maxFeePerGas?: undefined;
|
237
237
|
maxPriorityFeePerGas?: undefined;
|
238
|
-
to:
|
239
|
-
from:
|
238
|
+
to: import("abitype").Address | null;
|
239
|
+
from: import("abitype").Address;
|
240
240
|
gas: `0x${string}`;
|
241
241
|
nonce: `0x${string}`;
|
242
242
|
value: `0x${string}`;
|
@@ -244,26 +244,26 @@ export declare const formatters: {
|
|
244
244
|
blobVersionedHashes?: undefined;
|
245
245
|
blockHash: `0x${string}` | null;
|
246
246
|
blockNumber: `0x${string}` | null;
|
247
|
-
hash:
|
248
|
-
input:
|
247
|
+
hash: Hash;
|
248
|
+
input: import("../types/misc.js").Hex;
|
249
249
|
transactionIndex: `0x${string}` | null;
|
250
250
|
chainId: `0x${string}`;
|
251
251
|
yParity?: `0x${string}` | undefined;
|
252
252
|
} & {
|
253
|
-
feeCurrency:
|
254
|
-
gatewayFee:
|
255
|
-
gatewayFeeRecipient:
|
253
|
+
feeCurrency: import("abitype").Address | null;
|
254
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
255
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
256
256
|
}) | ({
|
257
257
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
258
|
-
r?:
|
259
|
-
s?:
|
258
|
+
r?: import("../types/misc.js").Hex;
|
259
|
+
s?: import("../types/misc.js").Hex;
|
260
260
|
v?: `0x${string}`;
|
261
261
|
gasPrice?: `0x${string}` | undefined;
|
262
262
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
263
263
|
maxFeePerGas?: `0x${string}` | undefined;
|
264
264
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
265
|
-
to?:
|
266
|
-
from?:
|
265
|
+
to?: import("abitype").Address | null;
|
266
|
+
from?: import("abitype").Address;
|
267
267
|
gas?: `0x${string}`;
|
268
268
|
nonce?: `0x${string}`;
|
269
269
|
value?: `0x${string}`;
|
@@ -271,22 +271,22 @@ export declare const formatters: {
|
|
271
271
|
blobVersionedHashes?: undefined;
|
272
272
|
blockHash?: `0x${string}` | null;
|
273
273
|
blockNumber?: `0x${string}` | null;
|
274
|
-
hash?:
|
275
|
-
input?:
|
274
|
+
hash?: Hash;
|
275
|
+
input?: import("../types/misc.js").Hex;
|
276
276
|
transactionIndex?: `0x${string}` | null;
|
277
277
|
chainId?: `0x${string}` | undefined;
|
278
278
|
yParity?: `0x${string}` | undefined;
|
279
279
|
} & {
|
280
280
|
type: "0x2";
|
281
|
-
r:
|
282
|
-
s:
|
281
|
+
r: import("../types/misc.js").Hex;
|
282
|
+
s: import("../types/misc.js").Hex;
|
283
283
|
v: `0x${string}`;
|
284
284
|
gasPrice?: undefined;
|
285
285
|
maxFeePerBlobGas?: undefined;
|
286
286
|
maxFeePerGas: `0x${string}`;
|
287
287
|
maxPriorityFeePerGas: `0x${string}`;
|
288
|
-
to:
|
289
|
-
from:
|
288
|
+
to: import("abitype").Address | null;
|
289
|
+
from: import("abitype").Address;
|
290
290
|
gas: `0x${string}`;
|
291
291
|
nonce: `0x${string}`;
|
292
292
|
value: `0x${string}`;
|
@@ -294,26 +294,26 @@ export declare const formatters: {
|
|
294
294
|
blobVersionedHashes?: undefined;
|
295
295
|
blockHash: `0x${string}` | null;
|
296
296
|
blockNumber: `0x${string}` | null;
|
297
|
-
hash:
|
298
|
-
input:
|
297
|
+
hash: Hash;
|
298
|
+
input: import("../types/misc.js").Hex;
|
299
299
|
transactionIndex: `0x${string}` | null;
|
300
300
|
chainId: `0x${string}`;
|
301
301
|
yParity?: `0x${string}` | undefined;
|
302
302
|
} & {
|
303
|
-
feeCurrency:
|
304
|
-
gatewayFee:
|
305
|
-
gatewayFeeRecipient:
|
303
|
+
feeCurrency: import("abitype").Address | null;
|
304
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
305
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
306
306
|
}) | ({
|
307
307
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
308
|
-
r?:
|
309
|
-
s?:
|
308
|
+
r?: import("../types/misc.js").Hex;
|
309
|
+
s?: import("../types/misc.js").Hex;
|
310
310
|
v?: `0x${string}`;
|
311
311
|
gasPrice?: `0x${string}` | undefined;
|
312
312
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
313
313
|
maxFeePerGas?: `0x${string}` | undefined;
|
314
314
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
315
|
-
to?:
|
316
|
-
from?:
|
315
|
+
to?: import("abitype").Address | null;
|
316
|
+
from?: import("abitype").Address;
|
317
317
|
gas?: `0x${string}`;
|
318
318
|
nonce?: `0x${string}`;
|
319
319
|
value?: `0x${string}`;
|
@@ -321,27 +321,27 @@ export declare const formatters: {
|
|
321
321
|
blobVersionedHashes?: undefined;
|
322
322
|
blockHash?: `0x${string}` | null;
|
323
323
|
blockNumber?: `0x${string}` | null;
|
324
|
-
hash?:
|
325
|
-
input?:
|
324
|
+
hash?: Hash;
|
325
|
+
input?: import("../types/misc.js").Hex;
|
326
326
|
transactionIndex?: `0x${string}` | null;
|
327
327
|
chainId?: `0x${string}` | undefined;
|
328
328
|
yParity?: `0x${string}` | undefined;
|
329
329
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
330
|
-
feeCurrency:
|
331
|
-
gatewayFee:
|
332
|
-
gatewayFeeRecipient:
|
330
|
+
feeCurrency: import("abitype").Address | null;
|
331
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
332
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
333
333
|
type: "0x7c";
|
334
334
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
335
335
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
336
|
-
r?:
|
337
|
-
s?:
|
336
|
+
r?: import("../types/misc.js").Hex;
|
337
|
+
s?: import("../types/misc.js").Hex;
|
338
338
|
v?: `0x${string}`;
|
339
339
|
gasPrice?: `0x${string}` | undefined;
|
340
340
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
341
341
|
maxFeePerGas?: `0x${string}` | undefined;
|
342
342
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
343
|
-
to?:
|
344
|
-
from?:
|
343
|
+
to?: import("abitype").Address | null;
|
344
|
+
from?: import("abitype").Address;
|
345
345
|
gas?: `0x${string}`;
|
346
346
|
nonce?: `0x${string}`;
|
347
347
|
value?: `0x${string}`;
|
@@ -349,27 +349,27 @@ export declare const formatters: {
|
|
349
349
|
blobVersionedHashes?: undefined;
|
350
350
|
blockHash?: `0x${string}` | null;
|
351
351
|
blockNumber?: `0x${string}` | null;
|
352
|
-
hash?:
|
353
|
-
input?:
|
352
|
+
hash?: Hash;
|
353
|
+
input?: import("../types/misc.js").Hex;
|
354
354
|
transactionIndex?: `0x${string}` | null;
|
355
355
|
chainId?: `0x${string}` | undefined;
|
356
356
|
yParity?: `0x${string}` | undefined;
|
357
357
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
358
|
-
feeCurrency:
|
358
|
+
feeCurrency: import("abitype").Address | null;
|
359
359
|
gatewayFee?: undefined;
|
360
360
|
gatewayFeeRecipient?: undefined;
|
361
361
|
type: "0x7b";
|
362
362
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
363
363
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
364
|
-
r?:
|
365
|
-
s?:
|
364
|
+
r?: import("../types/misc.js").Hex;
|
365
|
+
s?: import("../types/misc.js").Hex;
|
366
366
|
v?: `0x${string}`;
|
367
367
|
gasPrice?: `0x${string}` | undefined;
|
368
368
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
369
369
|
maxFeePerGas?: `0x${string}` | undefined;
|
370
370
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
371
|
-
to?:
|
372
|
-
from?:
|
371
|
+
to?: import("abitype").Address | null;
|
372
|
+
from?: import("abitype").Address;
|
373
373
|
gas?: `0x${string}`;
|
374
374
|
nonce?: `0x${string}`;
|
375
375
|
value?: `0x${string}`;
|
@@ -377,23 +377,23 @@ export declare const formatters: {
|
|
377
377
|
blobVersionedHashes?: undefined;
|
378
378
|
blockHash?: `0x${string}` | null;
|
379
379
|
blockNumber?: `0x${string}` | null;
|
380
|
-
hash?:
|
381
|
-
input?:
|
380
|
+
hash?: Hash;
|
381
|
+
input?: import("../types/misc.js").Hex;
|
382
382
|
transactionIndex?: `0x${string}` | null;
|
383
383
|
chainId?: `0x${string}` | undefined;
|
384
384
|
yParity?: `0x${string}` | undefined;
|
385
385
|
} & {
|
386
386
|
type: "0x0";
|
387
|
-
r:
|
388
|
-
s:
|
387
|
+
r: import("../types/misc.js").Hex;
|
388
|
+
s: import("../types/misc.js").Hex;
|
389
389
|
v: `0x${string}`;
|
390
390
|
yParity?: undefined;
|
391
391
|
gasPrice: `0x${string}`;
|
392
392
|
maxFeePerBlobGas?: undefined;
|
393
393
|
maxFeePerGas?: undefined;
|
394
394
|
maxPriorityFeePerGas?: undefined;
|
395
|
-
to:
|
396
|
-
from:
|
395
|
+
to: import("abitype").Address | null;
|
396
|
+
from: import("abitype").Address;
|
397
397
|
gas: `0x${string}`;
|
398
398
|
nonce: `0x${string}`;
|
399
399
|
value: `0x${string}`;
|
@@ -401,25 +401,25 @@ export declare const formatters: {
|
|
401
401
|
blobVersionedHashes?: undefined;
|
402
402
|
blockHash: `0x${string}` | null;
|
403
403
|
blockNumber: `0x${string}` | null;
|
404
|
-
hash:
|
405
|
-
input:
|
404
|
+
hash: Hash;
|
405
|
+
input: import("../types/misc.js").Hex;
|
406
406
|
transactionIndex: `0x${string}` | null;
|
407
407
|
chainId?: `0x${string}` | undefined;
|
408
408
|
} & {
|
409
|
-
feeCurrency:
|
410
|
-
gatewayFee:
|
411
|
-
gatewayFeeRecipient:
|
409
|
+
feeCurrency: import("abitype").Address | null;
|
410
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
411
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
412
412
|
}) | ({
|
413
413
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
414
|
-
r?:
|
415
|
-
s?:
|
414
|
+
r?: import("../types/misc.js").Hex;
|
415
|
+
s?: import("../types/misc.js").Hex;
|
416
416
|
v?: `0x${string}`;
|
417
417
|
gasPrice?: `0x${string}` | undefined;
|
418
418
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
419
419
|
maxFeePerGas?: `0x${string}` | undefined;
|
420
420
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
421
|
-
to?:
|
422
|
-
from?:
|
421
|
+
to?: import("abitype").Address | null;
|
422
|
+
from?: import("abitype").Address;
|
423
423
|
gas?: `0x${string}`;
|
424
424
|
nonce?: `0x${string}`;
|
425
425
|
value?: `0x${string}`;
|
@@ -427,22 +427,22 @@ export declare const formatters: {
|
|
427
427
|
blobVersionedHashes?: undefined;
|
428
428
|
blockHash?: `0x${string}` | null;
|
429
429
|
blockNumber?: `0x${string}` | null;
|
430
|
-
hash?:
|
431
|
-
input?:
|
430
|
+
hash?: Hash;
|
431
|
+
input?: import("../types/misc.js").Hex;
|
432
432
|
transactionIndex?: `0x${string}` | null;
|
433
433
|
chainId?: `0x${string}` | undefined;
|
434
434
|
yParity?: `0x${string}` | undefined;
|
435
435
|
} & {
|
436
436
|
type: "0x1";
|
437
|
-
r:
|
438
|
-
s:
|
437
|
+
r: import("../types/misc.js").Hex;
|
438
|
+
s: import("../types/misc.js").Hex;
|
439
439
|
v: `0x${string}`;
|
440
440
|
gasPrice: `0x${string}`;
|
441
441
|
maxFeePerBlobGas?: undefined;
|
442
442
|
maxFeePerGas?: undefined;
|
443
443
|
maxPriorityFeePerGas?: undefined;
|
444
|
-
to:
|
445
|
-
from:
|
444
|
+
to: import("abitype").Address | null;
|
445
|
+
from: import("abitype").Address;
|
446
446
|
gas: `0x${string}`;
|
447
447
|
nonce: `0x${string}`;
|
448
448
|
value: `0x${string}`;
|
@@ -450,26 +450,26 @@ export declare const formatters: {
|
|
450
450
|
blobVersionedHashes?: undefined;
|
451
451
|
blockHash: `0x${string}` | null;
|
452
452
|
blockNumber: `0x${string}` | null;
|
453
|
-
hash:
|
454
|
-
input:
|
453
|
+
hash: Hash;
|
454
|
+
input: import("../types/misc.js").Hex;
|
455
455
|
transactionIndex: `0x${string}` | null;
|
456
456
|
chainId: `0x${string}`;
|
457
457
|
yParity?: `0x${string}` | undefined;
|
458
458
|
} & {
|
459
|
-
feeCurrency:
|
460
|
-
gatewayFee:
|
461
|
-
gatewayFeeRecipient:
|
459
|
+
feeCurrency: import("abitype").Address | null;
|
460
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
461
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
462
462
|
}) | ({
|
463
463
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
464
|
-
r?:
|
465
|
-
s?:
|
464
|
+
r?: import("../types/misc.js").Hex;
|
465
|
+
s?: import("../types/misc.js").Hex;
|
466
466
|
v?: `0x${string}`;
|
467
467
|
gasPrice?: `0x${string}` | undefined;
|
468
468
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
469
469
|
maxFeePerGas?: `0x${string}` | undefined;
|
470
470
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
471
|
-
to?:
|
472
|
-
from?:
|
471
|
+
to?: import("abitype").Address | null;
|
472
|
+
from?: import("abitype").Address;
|
473
473
|
gas?: `0x${string}`;
|
474
474
|
nonce?: `0x${string}`;
|
475
475
|
value?: `0x${string}`;
|
@@ -477,22 +477,22 @@ export declare const formatters: {
|
|
477
477
|
blobVersionedHashes?: undefined;
|
478
478
|
blockHash?: `0x${string}` | null;
|
479
479
|
blockNumber?: `0x${string}` | null;
|
480
|
-
hash?:
|
481
|
-
input?:
|
480
|
+
hash?: Hash;
|
481
|
+
input?: import("../types/misc.js").Hex;
|
482
482
|
transactionIndex?: `0x${string}` | null;
|
483
483
|
chainId?: `0x${string}` | undefined;
|
484
484
|
yParity?: `0x${string}` | undefined;
|
485
485
|
} & {
|
486
486
|
type: "0x2";
|
487
|
-
r:
|
488
|
-
s:
|
487
|
+
r: import("../types/misc.js").Hex;
|
488
|
+
s: import("../types/misc.js").Hex;
|
489
489
|
v: `0x${string}`;
|
490
490
|
gasPrice?: undefined;
|
491
491
|
maxFeePerBlobGas?: undefined;
|
492
492
|
maxFeePerGas: `0x${string}`;
|
493
493
|
maxPriorityFeePerGas: `0x${string}`;
|
494
|
-
to:
|
495
|
-
from:
|
494
|
+
to: import("abitype").Address | null;
|
495
|
+
from: import("abitype").Address;
|
496
496
|
gas: `0x${string}`;
|
497
497
|
nonce: `0x${string}`;
|
498
498
|
value: `0x${string}`;
|
@@ -500,26 +500,26 @@ export declare const formatters: {
|
|
500
500
|
blobVersionedHashes?: undefined;
|
501
501
|
blockHash: `0x${string}` | null;
|
502
502
|
blockNumber: `0x${string}` | null;
|
503
|
-
hash:
|
504
|
-
input:
|
503
|
+
hash: Hash;
|
504
|
+
input: import("../types/misc.js").Hex;
|
505
505
|
transactionIndex: `0x${string}` | null;
|
506
506
|
chainId: `0x${string}`;
|
507
507
|
yParity?: `0x${string}` | undefined;
|
508
508
|
} & {
|
509
|
-
feeCurrency:
|
510
|
-
gatewayFee:
|
511
|
-
gatewayFeeRecipient:
|
509
|
+
feeCurrency: import("abitype").Address | null;
|
510
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
511
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
512
512
|
}) | ({
|
513
513
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
514
|
-
r?:
|
515
|
-
s?:
|
514
|
+
r?: import("../types/misc.js").Hex;
|
515
|
+
s?: import("../types/misc.js").Hex;
|
516
516
|
v?: `0x${string}`;
|
517
517
|
gasPrice?: `0x${string}` | undefined;
|
518
518
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
519
519
|
maxFeePerGas?: `0x${string}` | undefined;
|
520
520
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
521
|
-
to?:
|
522
|
-
from?:
|
521
|
+
to?: import("abitype").Address | null;
|
522
|
+
from?: import("abitype").Address;
|
523
523
|
gas?: `0x${string}`;
|
524
524
|
nonce?: `0x${string}`;
|
525
525
|
value?: `0x${string}`;
|
@@ -527,27 +527,27 @@ export declare const formatters: {
|
|
527
527
|
blobVersionedHashes?: undefined;
|
528
528
|
blockHash?: `0x${string}` | null;
|
529
529
|
blockNumber?: `0x${string}` | null;
|
530
|
-
hash?:
|
531
|
-
input?:
|
530
|
+
hash?: Hash;
|
531
|
+
input?: import("../types/misc.js").Hex;
|
532
532
|
transactionIndex?: `0x${string}` | null;
|
533
533
|
chainId?: `0x${string}` | undefined;
|
534
534
|
yParity?: `0x${string}` | undefined;
|
535
535
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
536
|
-
feeCurrency:
|
537
|
-
gatewayFee:
|
538
|
-
gatewayFeeRecipient:
|
536
|
+
feeCurrency: import("abitype").Address | null;
|
537
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
538
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
539
539
|
type: "0x7c";
|
540
540
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
541
541
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
542
|
-
r?:
|
543
|
-
s?:
|
542
|
+
r?: import("../types/misc.js").Hex;
|
543
|
+
s?: import("../types/misc.js").Hex;
|
544
544
|
v?: `0x${string}`;
|
545
545
|
gasPrice?: `0x${string}` | undefined;
|
546
546
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
547
547
|
maxFeePerGas?: `0x${string}` | undefined;
|
548
548
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
549
|
-
to?:
|
550
|
-
from?:
|
549
|
+
to?: import("abitype").Address | null;
|
550
|
+
from?: import("abitype").Address;
|
551
551
|
gas?: `0x${string}`;
|
552
552
|
nonce?: `0x${string}`;
|
553
553
|
value?: `0x${string}`;
|
@@ -555,27 +555,27 @@ export declare const formatters: {
|
|
555
555
|
blobVersionedHashes?: undefined;
|
556
556
|
blockHash?: `0x${string}` | null;
|
557
557
|
blockNumber?: `0x${string}` | null;
|
558
|
-
hash?:
|
559
|
-
input?:
|
558
|
+
hash?: Hash;
|
559
|
+
input?: import("../types/misc.js").Hex;
|
560
560
|
transactionIndex?: `0x${string}` | null;
|
561
561
|
chainId?: `0x${string}` | undefined;
|
562
562
|
yParity?: `0x${string}` | undefined;
|
563
563
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
564
|
-
feeCurrency:
|
564
|
+
feeCurrency: import("abitype").Address | null;
|
565
565
|
gatewayFee?: undefined;
|
566
566
|
gatewayFeeRecipient?: undefined;
|
567
567
|
type: "0x7b";
|
568
568
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
569
569
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
570
|
-
r?:
|
571
|
-
s?:
|
570
|
+
r?: import("../types/misc.js").Hex;
|
571
|
+
s?: import("../types/misc.js").Hex;
|
572
572
|
v?: `0x${string}`;
|
573
573
|
gasPrice?: `0x${string}` | undefined;
|
574
574
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
575
575
|
maxFeePerGas?: `0x${string}` | undefined;
|
576
576
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
577
|
-
to?:
|
578
|
-
from?:
|
577
|
+
to?: import("abitype").Address | null;
|
578
|
+
from?: import("abitype").Address;
|
579
579
|
gas?: `0x${string}`;
|
580
580
|
nonce?: `0x${string}`;
|
581
581
|
value?: `0x${string}`;
|
@@ -583,23 +583,23 @@ export declare const formatters: {
|
|
583
583
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
584
584
|
blockHash?: `0x${string}` | null;
|
585
585
|
blockNumber?: `0x${string}` | null;
|
586
|
-
hash?:
|
587
|
-
input?:
|
586
|
+
hash?: Hash;
|
587
|
+
input?: import("../types/misc.js").Hex;
|
588
588
|
transactionIndex?: `0x${string}` | null;
|
589
589
|
chainId?: `0x${string}` | undefined;
|
590
590
|
yParity?: `0x${string}` | undefined;
|
591
591
|
} & {
|
592
592
|
type: "0x0";
|
593
|
-
r:
|
594
|
-
s:
|
593
|
+
r: import("../types/misc.js").Hex;
|
594
|
+
s: import("../types/misc.js").Hex;
|
595
595
|
v: `0x${string}`;
|
596
596
|
yParity?: undefined;
|
597
597
|
gasPrice: `0x${string}`;
|
598
598
|
maxFeePerBlobGas?: undefined;
|
599
599
|
maxFeePerGas?: undefined;
|
600
600
|
maxPriorityFeePerGas?: undefined;
|
601
|
-
to:
|
602
|
-
from:
|
601
|
+
to: import("abitype").Address | null;
|
602
|
+
from: import("abitype").Address;
|
603
603
|
gas: `0x${string}`;
|
604
604
|
nonce: `0x${string}`;
|
605
605
|
value: `0x${string}`;
|
@@ -607,25 +607,25 @@ export declare const formatters: {
|
|
607
607
|
blobVersionedHashes?: undefined;
|
608
608
|
blockHash: `0x${string}` | null;
|
609
609
|
blockNumber: `0x${string}` | null;
|
610
|
-
hash:
|
611
|
-
input:
|
610
|
+
hash: Hash;
|
611
|
+
input: import("../types/misc.js").Hex;
|
612
612
|
transactionIndex: `0x${string}` | null;
|
613
613
|
chainId?: `0x${string}` | undefined;
|
614
614
|
} & {
|
615
|
-
feeCurrency:
|
616
|
-
gatewayFee:
|
617
|
-
gatewayFeeRecipient:
|
615
|
+
feeCurrency: import("abitype").Address | null;
|
616
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
617
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
618
618
|
}) | ({
|
619
619
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
620
|
-
r?:
|
621
|
-
s?:
|
620
|
+
r?: import("../types/misc.js").Hex;
|
621
|
+
s?: import("../types/misc.js").Hex;
|
622
622
|
v?: `0x${string}`;
|
623
623
|
gasPrice?: `0x${string}` | undefined;
|
624
624
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
625
625
|
maxFeePerGas?: `0x${string}` | undefined;
|
626
626
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
627
|
-
to?:
|
628
|
-
from?:
|
627
|
+
to?: import("abitype").Address | null;
|
628
|
+
from?: import("abitype").Address;
|
629
629
|
gas?: `0x${string}`;
|
630
630
|
nonce?: `0x${string}`;
|
631
631
|
value?: `0x${string}`;
|
@@ -633,22 +633,22 @@ export declare const formatters: {
|
|
633
633
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
634
634
|
blockHash?: `0x${string}` | null;
|
635
635
|
blockNumber?: `0x${string}` | null;
|
636
|
-
hash?:
|
637
|
-
input?:
|
636
|
+
hash?: Hash;
|
637
|
+
input?: import("../types/misc.js").Hex;
|
638
638
|
transactionIndex?: `0x${string}` | null;
|
639
639
|
chainId?: `0x${string}` | undefined;
|
640
640
|
yParity?: `0x${string}` | undefined;
|
641
641
|
} & {
|
642
642
|
type: "0x1";
|
643
|
-
r:
|
644
|
-
s:
|
643
|
+
r: import("../types/misc.js").Hex;
|
644
|
+
s: import("../types/misc.js").Hex;
|
645
645
|
v: `0x${string}`;
|
646
646
|
gasPrice: `0x${string}`;
|
647
647
|
maxFeePerBlobGas?: undefined;
|
648
648
|
maxFeePerGas?: undefined;
|
649
649
|
maxPriorityFeePerGas?: undefined;
|
650
|
-
to:
|
651
|
-
from:
|
650
|
+
to: import("abitype").Address | null;
|
651
|
+
from: import("abitype").Address;
|
652
652
|
gas: `0x${string}`;
|
653
653
|
nonce: `0x${string}`;
|
654
654
|
value: `0x${string}`;
|
@@ -656,26 +656,26 @@ export declare const formatters: {
|
|
656
656
|
blobVersionedHashes?: undefined;
|
657
657
|
blockHash: `0x${string}` | null;
|
658
658
|
blockNumber: `0x${string}` | null;
|
659
|
-
hash:
|
660
|
-
input:
|
659
|
+
hash: Hash;
|
660
|
+
input: import("../types/misc.js").Hex;
|
661
661
|
transactionIndex: `0x${string}` | null;
|
662
662
|
chainId: `0x${string}`;
|
663
663
|
yParity?: `0x${string}` | undefined;
|
664
664
|
} & {
|
665
|
-
feeCurrency:
|
666
|
-
gatewayFee:
|
667
|
-
gatewayFeeRecipient:
|
665
|
+
feeCurrency: import("abitype").Address | null;
|
666
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
667
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
668
668
|
}) | ({
|
669
669
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
670
|
-
r?:
|
671
|
-
s?:
|
670
|
+
r?: import("../types/misc.js").Hex;
|
671
|
+
s?: import("../types/misc.js").Hex;
|
672
672
|
v?: `0x${string}`;
|
673
673
|
gasPrice?: `0x${string}` | undefined;
|
674
674
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
675
675
|
maxFeePerGas?: `0x${string}` | undefined;
|
676
676
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
677
|
-
to?:
|
678
|
-
from?:
|
677
|
+
to?: import("abitype").Address | null;
|
678
|
+
from?: import("abitype").Address;
|
679
679
|
gas?: `0x${string}`;
|
680
680
|
nonce?: `0x${string}`;
|
681
681
|
value?: `0x${string}`;
|
@@ -683,22 +683,22 @@ export declare const formatters: {
|
|
683
683
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
684
684
|
blockHash?: `0x${string}` | null;
|
685
685
|
blockNumber?: `0x${string}` | null;
|
686
|
-
hash?:
|
687
|
-
input?:
|
686
|
+
hash?: Hash;
|
687
|
+
input?: import("../types/misc.js").Hex;
|
688
688
|
transactionIndex?: `0x${string}` | null;
|
689
689
|
chainId?: `0x${string}` | undefined;
|
690
690
|
yParity?: `0x${string}` | undefined;
|
691
691
|
} & {
|
692
692
|
type: "0x2";
|
693
|
-
r:
|
694
|
-
s:
|
693
|
+
r: import("../types/misc.js").Hex;
|
694
|
+
s: import("../types/misc.js").Hex;
|
695
695
|
v: `0x${string}`;
|
696
696
|
gasPrice?: undefined;
|
697
697
|
maxFeePerBlobGas?: undefined;
|
698
698
|
maxFeePerGas: `0x${string}`;
|
699
699
|
maxPriorityFeePerGas: `0x${string}`;
|
700
|
-
to:
|
701
|
-
from:
|
700
|
+
to: import("abitype").Address | null;
|
701
|
+
from: import("abitype").Address;
|
702
702
|
gas: `0x${string}`;
|
703
703
|
nonce: `0x${string}`;
|
704
704
|
value: `0x${string}`;
|
@@ -706,26 +706,26 @@ export declare const formatters: {
|
|
706
706
|
blobVersionedHashes?: undefined;
|
707
707
|
blockHash: `0x${string}` | null;
|
708
708
|
blockNumber: `0x${string}` | null;
|
709
|
-
hash:
|
710
|
-
input:
|
709
|
+
hash: Hash;
|
710
|
+
input: import("../types/misc.js").Hex;
|
711
711
|
transactionIndex: `0x${string}` | null;
|
712
712
|
chainId: `0x${string}`;
|
713
713
|
yParity?: `0x${string}` | undefined;
|
714
714
|
} & {
|
715
|
-
feeCurrency:
|
716
|
-
gatewayFee:
|
717
|
-
gatewayFeeRecipient:
|
715
|
+
feeCurrency: import("abitype").Address | null;
|
716
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
717
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
718
718
|
}) | ({
|
719
719
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
720
|
-
r?:
|
721
|
-
s?:
|
720
|
+
r?: import("../types/misc.js").Hex;
|
721
|
+
s?: import("../types/misc.js").Hex;
|
722
722
|
v?: `0x${string}`;
|
723
723
|
gasPrice?: `0x${string}` | undefined;
|
724
724
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
725
725
|
maxFeePerGas?: `0x${string}` | undefined;
|
726
726
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
727
|
-
to?:
|
728
|
-
from?:
|
727
|
+
to?: import("abitype").Address | null;
|
728
|
+
from?: import("abitype").Address;
|
729
729
|
gas?: `0x${string}`;
|
730
730
|
nonce?: `0x${string}`;
|
731
731
|
value?: `0x${string}`;
|
@@ -733,49 +733,49 @@ export declare const formatters: {
|
|
733
733
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
734
734
|
blockHash?: `0x${string}` | null;
|
735
735
|
blockNumber?: `0x${string}` | null;
|
736
|
-
hash?:
|
737
|
-
input?:
|
736
|
+
hash?: Hash;
|
737
|
+
input?: import("../types/misc.js").Hex;
|
738
738
|
transactionIndex?: `0x${string}` | null;
|
739
739
|
chainId?: `0x${string}` | undefined;
|
740
740
|
yParity?: `0x${string}` | undefined;
|
741
741
|
} & {
|
742
742
|
type: "0x3";
|
743
|
-
r:
|
744
|
-
s:
|
743
|
+
r: import("../types/misc.js").Hex;
|
744
|
+
s: import("../types/misc.js").Hex;
|
745
745
|
v: `0x${string}`;
|
746
746
|
gasPrice?: undefined;
|
747
747
|
maxFeePerBlobGas: `0x${string}`;
|
748
748
|
maxFeePerGas: `0x${string}`;
|
749
749
|
maxPriorityFeePerGas: `0x${string}`;
|
750
|
-
to:
|
751
|
-
from:
|
750
|
+
to: import("abitype").Address | null;
|
751
|
+
from: import("abitype").Address;
|
752
752
|
gas: `0x${string}`;
|
753
753
|
nonce: `0x${string}`;
|
754
754
|
value: `0x${string}`;
|
755
755
|
accessList: import("../index.js").AccessList;
|
756
|
-
blobVersionedHashes: readonly
|
756
|
+
blobVersionedHashes: readonly import("../types/misc.js").Hex[];
|
757
757
|
blockHash: `0x${string}` | null;
|
758
758
|
blockNumber: `0x${string}` | null;
|
759
|
-
hash:
|
760
|
-
input:
|
759
|
+
hash: Hash;
|
760
|
+
input: import("../types/misc.js").Hex;
|
761
761
|
transactionIndex: `0x${string}` | null;
|
762
762
|
chainId: `0x${string}`;
|
763
763
|
yParity?: `0x${string}` | undefined;
|
764
764
|
} & {
|
765
|
-
feeCurrency:
|
766
|
-
gatewayFee:
|
767
|
-
gatewayFeeRecipient:
|
765
|
+
feeCurrency: import("abitype").Address | null;
|
766
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
767
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
768
768
|
}) | ({
|
769
769
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
770
|
-
r?:
|
771
|
-
s?:
|
770
|
+
r?: import("../types/misc.js").Hex;
|
771
|
+
s?: import("../types/misc.js").Hex;
|
772
772
|
v?: `0x${string}`;
|
773
773
|
gasPrice?: `0x${string}` | undefined;
|
774
774
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
775
775
|
maxFeePerGas?: `0x${string}` | undefined;
|
776
776
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
777
|
-
to?:
|
778
|
-
from?:
|
777
|
+
to?: import("abitype").Address | null;
|
778
|
+
from?: import("abitype").Address;
|
779
779
|
gas?: `0x${string}`;
|
780
780
|
nonce?: `0x${string}`;
|
781
781
|
value?: `0x${string}`;
|
@@ -783,27 +783,27 @@ export declare const formatters: {
|
|
783
783
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
784
784
|
blockHash?: `0x${string}` | null;
|
785
785
|
blockNumber?: `0x${string}` | null;
|
786
|
-
hash?:
|
787
|
-
input?:
|
786
|
+
hash?: Hash;
|
787
|
+
input?: import("../types/misc.js").Hex;
|
788
788
|
transactionIndex?: `0x${string}` | null;
|
789
789
|
chainId?: `0x${string}` | undefined;
|
790
790
|
yParity?: `0x${string}` | undefined;
|
791
791
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
792
|
-
feeCurrency:
|
793
|
-
gatewayFee:
|
794
|
-
gatewayFeeRecipient:
|
792
|
+
feeCurrency: import("abitype").Address | null;
|
793
|
+
gatewayFee: import("../types/misc.js").Hex | null;
|
794
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
795
795
|
type: "0x7c";
|
796
796
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
797
797
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
798
|
-
r?:
|
799
|
-
s?:
|
798
|
+
r?: import("../types/misc.js").Hex;
|
799
|
+
s?: import("../types/misc.js").Hex;
|
800
800
|
v?: `0x${string}`;
|
801
801
|
gasPrice?: `0x${string}` | undefined;
|
802
802
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
803
803
|
maxFeePerGas?: `0x${string}` | undefined;
|
804
804
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
805
|
-
to?:
|
806
|
-
from?:
|
805
|
+
to?: import("abitype").Address | null;
|
806
|
+
from?: import("abitype").Address;
|
807
807
|
gas?: `0x${string}`;
|
808
808
|
nonce?: `0x${string}`;
|
809
809
|
value?: `0x${string}`;
|
@@ -811,31 +811,31 @@ export declare const formatters: {
|
|
811
811
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
812
812
|
blockHash?: `0x${string}` | null;
|
813
813
|
blockNumber?: `0x${string}` | null;
|
814
|
-
hash?:
|
815
|
-
input?:
|
814
|
+
hash?: Hash;
|
815
|
+
input?: import("../types/misc.js").Hex;
|
816
816
|
transactionIndex?: `0x${string}` | null;
|
817
817
|
chainId?: `0x${string}` | undefined;
|
818
818
|
yParity?: `0x${string}` | undefined;
|
819
819
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
820
|
-
feeCurrency:
|
820
|
+
feeCurrency: import("abitype").Address | null;
|
821
821
|
gatewayFee?: undefined;
|
822
822
|
gatewayFeeRecipient?: undefined;
|
823
823
|
type: "0x7b";
|
824
824
|
} & import("../index.js").FeeValuesEIP1559<`0x${string}`>)) => ({
|
825
|
-
r:
|
826
|
-
s:
|
825
|
+
r: import("../types/misc.js").Hex;
|
826
|
+
s: import("../types/misc.js").Hex;
|
827
827
|
v: bigint;
|
828
|
-
to:
|
829
|
-
from:
|
828
|
+
to: import("abitype").Address | null;
|
829
|
+
from: import("abitype").Address;
|
830
830
|
gas: bigint;
|
831
831
|
nonce: number;
|
832
832
|
value: bigint;
|
833
833
|
blockHash: `0x${string}` | null;
|
834
834
|
blockNumber: bigint | null;
|
835
|
-
hash:
|
836
|
-
input:
|
835
|
+
hash: Hash;
|
836
|
+
input: import("../types/misc.js").Hex;
|
837
837
|
transactionIndex: number | null;
|
838
|
-
typeHex:
|
838
|
+
typeHex: import("../types/misc.js").Hex | null;
|
839
839
|
accessList?: undefined;
|
840
840
|
blobVersionedHashes?: undefined;
|
841
841
|
chainId?: number | undefined;
|
@@ -845,24 +845,24 @@ export declare const formatters: {
|
|
845
845
|
maxFeePerBlobGas?: undefined;
|
846
846
|
maxFeePerGas?: undefined;
|
847
847
|
maxPriorityFeePerGas?: undefined;
|
848
|
-
feeCurrency:
|
848
|
+
feeCurrency: import("abitype").Address | null;
|
849
849
|
gatewayFee?: undefined;
|
850
850
|
gatewayFeeRecipient?: undefined;
|
851
851
|
} | {
|
852
|
-
r:
|
853
|
-
s:
|
852
|
+
r: import("../types/misc.js").Hex;
|
853
|
+
s: import("../types/misc.js").Hex;
|
854
854
|
v: bigint;
|
855
|
-
to:
|
856
|
-
from:
|
855
|
+
to: import("abitype").Address | null;
|
856
|
+
from: import("abitype").Address;
|
857
857
|
gas: bigint;
|
858
858
|
nonce: number;
|
859
859
|
value: bigint;
|
860
860
|
blockHash: `0x${string}` | null;
|
861
861
|
blockNumber: bigint | null;
|
862
|
-
hash:
|
863
|
-
input:
|
862
|
+
hash: Hash;
|
863
|
+
input: import("../types/misc.js").Hex;
|
864
864
|
transactionIndex: number | null;
|
865
|
-
typeHex:
|
865
|
+
typeHex: import("../types/misc.js").Hex | null;
|
866
866
|
accessList?: undefined;
|
867
867
|
blobVersionedHashes?: undefined;
|
868
868
|
chainId?: number | undefined;
|
@@ -872,24 +872,24 @@ export declare const formatters: {
|
|
872
872
|
maxFeePerBlobGas?: undefined;
|
873
873
|
maxFeePerGas: bigint;
|
874
874
|
maxPriorityFeePerGas: bigint;
|
875
|
-
feeCurrency:
|
875
|
+
feeCurrency: import("abitype").Address | null;
|
876
876
|
gatewayFee: bigint | null;
|
877
|
-
gatewayFeeRecipient:
|
877
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
878
878
|
} | {
|
879
|
-
r:
|
880
|
-
s:
|
879
|
+
r: import("../types/misc.js").Hex;
|
880
|
+
s: import("../types/misc.js").Hex;
|
881
881
|
v: bigint;
|
882
|
-
to:
|
883
|
-
from:
|
882
|
+
to: import("abitype").Address | null;
|
883
|
+
from: import("abitype").Address;
|
884
884
|
gas: bigint;
|
885
885
|
nonce: number;
|
886
886
|
value: bigint;
|
887
887
|
blockHash: `0x${string}` | null;
|
888
888
|
blockNumber: bigint | null;
|
889
|
-
hash:
|
890
|
-
input:
|
889
|
+
hash: Hash;
|
890
|
+
input: import("../types/misc.js").Hex;
|
891
891
|
transactionIndex: number | null;
|
892
|
-
typeHex:
|
892
|
+
typeHex: import("../types/misc.js").Hex | null;
|
893
893
|
accessList?: undefined;
|
894
894
|
blobVersionedHashes?: undefined;
|
895
895
|
chainId?: number | undefined;
|
@@ -899,22 +899,22 @@ export declare const formatters: {
|
|
899
899
|
maxFeePerBlobGas?: undefined;
|
900
900
|
maxFeePerGas: bigint;
|
901
901
|
maxPriorityFeePerGas: bigint;
|
902
|
-
feeCurrency:
|
902
|
+
feeCurrency: import("abitype").Address | null;
|
903
903
|
gatewayFee?: undefined;
|
904
904
|
gatewayFeeRecipient?: undefined;
|
905
905
|
} | {
|
906
906
|
blockHash: `0x${string}` | null;
|
907
907
|
blockNumber: bigint | null;
|
908
|
-
from:
|
908
|
+
from: import("abitype").Address;
|
909
909
|
gas: bigint;
|
910
|
-
hash:
|
911
|
-
input:
|
910
|
+
hash: Hash;
|
911
|
+
input: import("../types/misc.js").Hex;
|
912
912
|
nonce: number;
|
913
|
-
r:
|
914
|
-
s:
|
915
|
-
to:
|
913
|
+
r: import("../types/misc.js").Hex;
|
914
|
+
s: import("../types/misc.js").Hex;
|
915
|
+
to: import("abitype").Address | null;
|
916
916
|
transactionIndex: number | null;
|
917
|
-
typeHex:
|
917
|
+
typeHex: import("../types/misc.js").Hex | null;
|
918
918
|
v: bigint;
|
919
919
|
value: bigint;
|
920
920
|
yParity: number;
|
@@ -926,22 +926,22 @@ export declare const formatters: {
|
|
926
926
|
maxFeePerBlobGas?: undefined;
|
927
927
|
maxFeePerGas?: undefined;
|
928
928
|
maxPriorityFeePerGas?: undefined;
|
929
|
-
feeCurrency:
|
929
|
+
feeCurrency: import("abitype").Address | null;
|
930
930
|
gatewayFee?: undefined;
|
931
931
|
gatewayFeeRecipient?: undefined;
|
932
932
|
} | {
|
933
933
|
blockHash: `0x${string}` | null;
|
934
934
|
blockNumber: bigint | null;
|
935
|
-
from:
|
935
|
+
from: import("abitype").Address;
|
936
936
|
gas: bigint;
|
937
|
-
hash:
|
938
|
-
input:
|
937
|
+
hash: Hash;
|
938
|
+
input: import("../types/misc.js").Hex;
|
939
939
|
nonce: number;
|
940
|
-
r:
|
941
|
-
s:
|
942
|
-
to:
|
940
|
+
r: import("../types/misc.js").Hex;
|
941
|
+
s: import("../types/misc.js").Hex;
|
942
|
+
to: import("abitype").Address | null;
|
943
943
|
transactionIndex: number | null;
|
944
|
-
typeHex:
|
944
|
+
typeHex: import("../types/misc.js").Hex | null;
|
945
945
|
v: bigint;
|
946
946
|
value: bigint;
|
947
947
|
yParity: number;
|
@@ -953,22 +953,22 @@ export declare const formatters: {
|
|
953
953
|
maxFeePerBlobGas?: undefined;
|
954
954
|
maxFeePerGas: bigint;
|
955
955
|
maxPriorityFeePerGas: bigint;
|
956
|
-
feeCurrency:
|
956
|
+
feeCurrency: import("abitype").Address | null;
|
957
957
|
gatewayFee?: undefined;
|
958
958
|
gatewayFeeRecipient?: undefined;
|
959
959
|
} | {
|
960
960
|
blockHash: `0x${string}` | null;
|
961
961
|
blockNumber: bigint | null;
|
962
|
-
from:
|
962
|
+
from: import("abitype").Address;
|
963
963
|
gas: bigint;
|
964
|
-
hash:
|
965
|
-
input:
|
964
|
+
hash: Hash;
|
965
|
+
input: import("../types/misc.js").Hex;
|
966
966
|
nonce: number;
|
967
|
-
r:
|
968
|
-
s:
|
969
|
-
to:
|
967
|
+
r: import("../types/misc.js").Hex;
|
968
|
+
s: import("../types/misc.js").Hex;
|
969
|
+
to: import("abitype").Address | null;
|
970
970
|
transactionIndex: number | null;
|
971
|
-
typeHex:
|
971
|
+
typeHex: import("../types/misc.js").Hex | null;
|
972
972
|
v: bigint;
|
973
973
|
value: bigint;
|
974
974
|
yParity: number;
|
@@ -980,22 +980,22 @@ export declare const formatters: {
|
|
980
980
|
maxFeePerBlobGas?: undefined;
|
981
981
|
maxFeePerGas: bigint;
|
982
982
|
maxPriorityFeePerGas: bigint;
|
983
|
-
feeCurrency:
|
983
|
+
feeCurrency: import("abitype").Address | null;
|
984
984
|
gatewayFee: bigint | null;
|
985
|
-
gatewayFeeRecipient:
|
985
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
986
986
|
} | {
|
987
987
|
blockHash: `0x${string}` | null;
|
988
988
|
blockNumber: bigint | null;
|
989
|
-
from:
|
989
|
+
from: import("abitype").Address;
|
990
990
|
gas: bigint;
|
991
|
-
hash:
|
992
|
-
input:
|
991
|
+
hash: Hash;
|
992
|
+
input: import("../types/misc.js").Hex;
|
993
993
|
nonce: number;
|
994
|
-
r:
|
995
|
-
s:
|
996
|
-
to:
|
994
|
+
r: import("../types/misc.js").Hex;
|
995
|
+
s: import("../types/misc.js").Hex;
|
996
|
+
to: import("abitype").Address | null;
|
997
997
|
transactionIndex: number | null;
|
998
|
-
typeHex:
|
998
|
+
typeHex: import("../types/misc.js").Hex | null;
|
999
999
|
v: bigint;
|
1000
1000
|
value: bigint;
|
1001
1001
|
yParity: number;
|
@@ -1007,22 +1007,22 @@ export declare const formatters: {
|
|
1007
1007
|
maxFeePerBlobGas?: undefined;
|
1008
1008
|
maxFeePerGas: bigint;
|
1009
1009
|
maxPriorityFeePerGas: bigint;
|
1010
|
-
feeCurrency:
|
1010
|
+
feeCurrency: import("abitype").Address | null;
|
1011
1011
|
gatewayFee?: undefined;
|
1012
1012
|
gatewayFeeRecipient?: undefined;
|
1013
1013
|
} | {
|
1014
1014
|
blockHash: `0x${string}` | null;
|
1015
1015
|
blockNumber: bigint | null;
|
1016
|
-
from:
|
1016
|
+
from: import("abitype").Address;
|
1017
1017
|
gas: bigint;
|
1018
|
-
hash:
|
1019
|
-
input:
|
1018
|
+
hash: Hash;
|
1019
|
+
input: import("../types/misc.js").Hex;
|
1020
1020
|
nonce: number;
|
1021
|
-
r:
|
1022
|
-
s:
|
1023
|
-
to:
|
1021
|
+
r: import("../types/misc.js").Hex;
|
1022
|
+
s: import("../types/misc.js").Hex;
|
1023
|
+
to: import("abitype").Address | null;
|
1024
1024
|
transactionIndex: number | null;
|
1025
|
-
typeHex:
|
1025
|
+
typeHex: import("../types/misc.js").Hex | null;
|
1026
1026
|
v: bigint;
|
1027
1027
|
value: bigint;
|
1028
1028
|
yParity: number;
|
@@ -1034,22 +1034,22 @@ export declare const formatters: {
|
|
1034
1034
|
maxFeePerBlobGas?: undefined;
|
1035
1035
|
maxFeePerGas: undefined;
|
1036
1036
|
maxPriorityFeePerGas: undefined;
|
1037
|
-
feeCurrency:
|
1037
|
+
feeCurrency: import("abitype").Address | null;
|
1038
1038
|
gatewayFee?: undefined;
|
1039
1039
|
gatewayFeeRecipient?: undefined;
|
1040
1040
|
} | {
|
1041
1041
|
blockHash: `0x${string}` | null;
|
1042
1042
|
blockNumber: bigint | null;
|
1043
|
-
from:
|
1043
|
+
from: import("abitype").Address;
|
1044
1044
|
gas: bigint;
|
1045
|
-
hash:
|
1046
|
-
input:
|
1045
|
+
hash: Hash;
|
1046
|
+
input: import("../types/misc.js").Hex;
|
1047
1047
|
nonce: number;
|
1048
|
-
r:
|
1049
|
-
s:
|
1050
|
-
to:
|
1048
|
+
r: import("../types/misc.js").Hex;
|
1049
|
+
s: import("../types/misc.js").Hex;
|
1050
|
+
to: import("abitype").Address | null;
|
1051
1051
|
transactionIndex: number | null;
|
1052
|
-
typeHex:
|
1052
|
+
typeHex: import("../types/misc.js").Hex | null;
|
1053
1053
|
v: bigint;
|
1054
1054
|
value: bigint;
|
1055
1055
|
yParity: number;
|
@@ -1061,22 +1061,22 @@ export declare const formatters: {
|
|
1061
1061
|
maxFeePerBlobGas?: undefined;
|
1062
1062
|
maxFeePerGas: bigint;
|
1063
1063
|
maxPriorityFeePerGas: bigint;
|
1064
|
-
feeCurrency:
|
1064
|
+
feeCurrency: import("abitype").Address | null;
|
1065
1065
|
gatewayFee?: undefined;
|
1066
1066
|
gatewayFeeRecipient?: undefined;
|
1067
1067
|
} | {
|
1068
1068
|
blockHash: `0x${string}` | null;
|
1069
1069
|
blockNumber: bigint | null;
|
1070
|
-
from:
|
1070
|
+
from: import("abitype").Address;
|
1071
1071
|
gas: bigint;
|
1072
|
-
hash:
|
1073
|
-
input:
|
1072
|
+
hash: Hash;
|
1073
|
+
input: import("../types/misc.js").Hex;
|
1074
1074
|
nonce: number;
|
1075
|
-
r:
|
1076
|
-
s:
|
1077
|
-
to:
|
1075
|
+
r: import("../types/misc.js").Hex;
|
1076
|
+
s: import("../types/misc.js").Hex;
|
1077
|
+
to: import("abitype").Address | null;
|
1078
1078
|
transactionIndex: number | null;
|
1079
|
-
typeHex:
|
1079
|
+
typeHex: import("../types/misc.js").Hex | null;
|
1080
1080
|
v: bigint;
|
1081
1081
|
value: bigint;
|
1082
1082
|
yParity: number;
|
@@ -1088,22 +1088,22 @@ export declare const formatters: {
|
|
1088
1088
|
maxFeePerBlobGas?: undefined;
|
1089
1089
|
maxFeePerGas: bigint;
|
1090
1090
|
maxPriorityFeePerGas: bigint;
|
1091
|
-
feeCurrency:
|
1091
|
+
feeCurrency: import("abitype").Address | null;
|
1092
1092
|
gatewayFee: bigint | null;
|
1093
|
-
gatewayFeeRecipient:
|
1093
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
1094
1094
|
} | {
|
1095
1095
|
blockHash: `0x${string}` | null;
|
1096
1096
|
blockNumber: bigint | null;
|
1097
|
-
from:
|
1097
|
+
from: import("abitype").Address;
|
1098
1098
|
gas: bigint;
|
1099
|
-
hash:
|
1100
|
-
input:
|
1099
|
+
hash: Hash;
|
1100
|
+
input: import("../types/misc.js").Hex;
|
1101
1101
|
nonce: number;
|
1102
|
-
r:
|
1103
|
-
s:
|
1104
|
-
to:
|
1102
|
+
r: import("../types/misc.js").Hex;
|
1103
|
+
s: import("../types/misc.js").Hex;
|
1104
|
+
to: import("abitype").Address | null;
|
1105
1105
|
transactionIndex: number | null;
|
1106
|
-
typeHex:
|
1106
|
+
typeHex: import("../types/misc.js").Hex | null;
|
1107
1107
|
v: bigint;
|
1108
1108
|
value: bigint;
|
1109
1109
|
yParity: number;
|
@@ -1115,88 +1115,88 @@ export declare const formatters: {
|
|
1115
1115
|
maxFeePerBlobGas?: undefined;
|
1116
1116
|
maxFeePerGas: bigint;
|
1117
1117
|
maxPriorityFeePerGas: bigint;
|
1118
|
-
feeCurrency:
|
1118
|
+
feeCurrency: import("abitype").Address | null;
|
1119
1119
|
gatewayFee?: undefined;
|
1120
1120
|
gatewayFeeRecipient?: undefined;
|
1121
1121
|
} | {
|
1122
1122
|
blockHash: `0x${string}` | null;
|
1123
1123
|
blockNumber: bigint | null;
|
1124
|
-
from:
|
1124
|
+
from: import("abitype").Address;
|
1125
1125
|
gas: bigint;
|
1126
|
-
hash:
|
1127
|
-
input:
|
1126
|
+
hash: Hash;
|
1127
|
+
input: import("../types/misc.js").Hex;
|
1128
1128
|
nonce: number;
|
1129
|
-
r:
|
1130
|
-
s:
|
1131
|
-
to:
|
1129
|
+
r: import("../types/misc.js").Hex;
|
1130
|
+
s: import("../types/misc.js").Hex;
|
1131
|
+
to: import("abitype").Address | null;
|
1132
1132
|
transactionIndex: number | null;
|
1133
|
-
typeHex:
|
1133
|
+
typeHex: import("../types/misc.js").Hex | null;
|
1134
1134
|
v: bigint;
|
1135
1135
|
value: bigint;
|
1136
1136
|
yParity: number;
|
1137
1137
|
accessList: import("../index.js").AccessList;
|
1138
|
-
blobVersionedHashes: readonly
|
1138
|
+
blobVersionedHashes: readonly import("../types/misc.js").Hex[];
|
1139
1139
|
chainId: number;
|
1140
1140
|
type: "eip4844";
|
1141
1141
|
gasPrice?: undefined;
|
1142
1142
|
maxFeePerBlobGas: bigint;
|
1143
1143
|
maxFeePerGas: bigint;
|
1144
1144
|
maxPriorityFeePerGas: bigint;
|
1145
|
-
feeCurrency:
|
1145
|
+
feeCurrency: import("abitype").Address | null;
|
1146
1146
|
gatewayFee?: undefined;
|
1147
1147
|
gatewayFeeRecipient?: undefined;
|
1148
1148
|
} | {
|
1149
1149
|
blockHash: `0x${string}` | null;
|
1150
1150
|
blockNumber: bigint | null;
|
1151
|
-
from:
|
1151
|
+
from: import("abitype").Address;
|
1152
1152
|
gas: bigint;
|
1153
|
-
hash:
|
1154
|
-
input:
|
1153
|
+
hash: Hash;
|
1154
|
+
input: import("../types/misc.js").Hex;
|
1155
1155
|
nonce: number;
|
1156
|
-
r:
|
1157
|
-
s:
|
1158
|
-
to:
|
1156
|
+
r: import("../types/misc.js").Hex;
|
1157
|
+
s: import("../types/misc.js").Hex;
|
1158
|
+
to: import("abitype").Address | null;
|
1159
1159
|
transactionIndex: number | null;
|
1160
|
-
typeHex:
|
1160
|
+
typeHex: import("../types/misc.js").Hex | null;
|
1161
1161
|
v: bigint;
|
1162
1162
|
value: bigint;
|
1163
1163
|
yParity: number;
|
1164
1164
|
accessList: import("../index.js").AccessList;
|
1165
|
-
blobVersionedHashes: readonly
|
1165
|
+
blobVersionedHashes: readonly import("../types/misc.js").Hex[];
|
1166
1166
|
chainId: number;
|
1167
1167
|
type: "cip42";
|
1168
1168
|
gasPrice?: undefined;
|
1169
1169
|
maxFeePerBlobGas: undefined;
|
1170
1170
|
maxFeePerGas: bigint;
|
1171
1171
|
maxPriorityFeePerGas: bigint;
|
1172
|
-
feeCurrency:
|
1172
|
+
feeCurrency: import("abitype").Address | null;
|
1173
1173
|
gatewayFee: bigint | null;
|
1174
|
-
gatewayFeeRecipient:
|
1174
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
1175
1175
|
} | {
|
1176
1176
|
blockHash: `0x${string}` | null;
|
1177
1177
|
blockNumber: bigint | null;
|
1178
|
-
from:
|
1178
|
+
from: import("abitype").Address;
|
1179
1179
|
gas: bigint;
|
1180
|
-
hash:
|
1181
|
-
input:
|
1180
|
+
hash: Hash;
|
1181
|
+
input: import("../types/misc.js").Hex;
|
1182
1182
|
nonce: number;
|
1183
|
-
r:
|
1184
|
-
s:
|
1185
|
-
to:
|
1183
|
+
r: import("../types/misc.js").Hex;
|
1184
|
+
s: import("../types/misc.js").Hex;
|
1185
|
+
to: import("abitype").Address | null;
|
1186
1186
|
transactionIndex: number | null;
|
1187
|
-
typeHex:
|
1187
|
+
typeHex: import("../types/misc.js").Hex | null;
|
1188
1188
|
v: bigint;
|
1189
1189
|
value: bigint;
|
1190
1190
|
yParity: number;
|
1191
1191
|
accessList: import("../index.js").AccessList;
|
1192
|
-
blobVersionedHashes: readonly
|
1192
|
+
blobVersionedHashes: readonly import("../types/misc.js").Hex[];
|
1193
1193
|
chainId: number;
|
1194
1194
|
type: "cip64";
|
1195
1195
|
gasPrice?: undefined;
|
1196
1196
|
maxFeePerBlobGas: undefined;
|
1197
1197
|
maxFeePerGas: bigint;
|
1198
1198
|
maxPriorityFeePerGas: bigint;
|
1199
|
-
feeCurrency:
|
1199
|
+
feeCurrency: import("abitype").Address | null;
|
1200
1200
|
gatewayFee?: undefined;
|
1201
1201
|
gatewayFeeRecipient?: undefined;
|
1202
1202
|
}) & {};
|
@@ -1205,11 +1205,11 @@ export declare const formatters: {
|
|
1205
1205
|
readonly transactionRequest: {
|
1206
1206
|
exclude: [] | undefined;
|
1207
1207
|
format: (args: ({
|
1208
|
-
data?:
|
1209
|
-
from?:
|
1208
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1209
|
+
from?: import("abitype").Address;
|
1210
1210
|
gas?: bigint | undefined;
|
1211
1211
|
nonce?: number | undefined;
|
1212
|
-
to?:
|
1212
|
+
to?: import("abitype").Address | null | undefined;
|
1213
1213
|
value?: bigint | undefined;
|
1214
1214
|
accessList?: import("../index.js").AccessList | undefined;
|
1215
1215
|
blobs?: undefined;
|
@@ -1222,11 +1222,11 @@ export declare const formatters: {
|
|
1222
1222
|
kzg?: undefined;
|
1223
1223
|
sidecars?: undefined;
|
1224
1224
|
} & {
|
1225
|
-
data?:
|
1226
|
-
from:
|
1225
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1226
|
+
from: import("abitype").Address;
|
1227
1227
|
gas?: bigint | undefined;
|
1228
1228
|
nonce?: number | undefined;
|
1229
|
-
to?:
|
1229
|
+
to?: import("abitype").Address | null | undefined;
|
1230
1230
|
value?: bigint | undefined;
|
1231
1231
|
accessList?: undefined;
|
1232
1232
|
blobs?: undefined;
|
@@ -1239,13 +1239,13 @@ export declare const formatters: {
|
|
1239
1239
|
kzg?: undefined;
|
1240
1240
|
sidecars?: undefined;
|
1241
1241
|
} & {
|
1242
|
-
feeCurrency?:
|
1242
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1243
1243
|
}) | ({
|
1244
|
-
data?:
|
1245
|
-
from?:
|
1244
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1245
|
+
from?: import("abitype").Address;
|
1246
1246
|
gas?: bigint | undefined;
|
1247
1247
|
nonce?: number | undefined;
|
1248
|
-
to?:
|
1248
|
+
to?: import("abitype").Address | null | undefined;
|
1249
1249
|
value?: bigint | undefined;
|
1250
1250
|
accessList?: import("../index.js").AccessList | undefined;
|
1251
1251
|
blobs?: undefined;
|
@@ -1258,11 +1258,11 @@ export declare const formatters: {
|
|
1258
1258
|
kzg?: undefined;
|
1259
1259
|
sidecars?: undefined;
|
1260
1260
|
} & {
|
1261
|
-
data?:
|
1262
|
-
from:
|
1261
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1262
|
+
from: import("abitype").Address;
|
1263
1263
|
gas?: bigint | undefined;
|
1264
1264
|
nonce?: number | undefined;
|
1265
|
-
to?:
|
1265
|
+
to?: import("abitype").Address | null | undefined;
|
1266
1266
|
value?: bigint | undefined;
|
1267
1267
|
accessList?: import("../index.js").AccessList | undefined;
|
1268
1268
|
blobs?: undefined;
|
@@ -1275,13 +1275,13 @@ export declare const formatters: {
|
|
1275
1275
|
kzg?: undefined;
|
1276
1276
|
sidecars?: undefined;
|
1277
1277
|
} & {
|
1278
|
-
feeCurrency?:
|
1278
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1279
1279
|
}) | ({
|
1280
|
-
data?:
|
1281
|
-
from?:
|
1280
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1281
|
+
from?: import("abitype").Address;
|
1282
1282
|
gas?: bigint | undefined;
|
1283
1283
|
nonce?: number | undefined;
|
1284
|
-
to?:
|
1284
|
+
to?: import("abitype").Address | null | undefined;
|
1285
1285
|
value?: bigint | undefined;
|
1286
1286
|
accessList?: import("../index.js").AccessList | undefined;
|
1287
1287
|
blobs?: undefined;
|
@@ -1294,11 +1294,11 @@ export declare const formatters: {
|
|
1294
1294
|
kzg?: undefined;
|
1295
1295
|
sidecars?: undefined;
|
1296
1296
|
} & {
|
1297
|
-
data?:
|
1298
|
-
from:
|
1297
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1298
|
+
from: import("abitype").Address;
|
1299
1299
|
gas?: bigint | undefined;
|
1300
1300
|
nonce?: number | undefined;
|
1301
|
-
to?:
|
1301
|
+
to?: import("abitype").Address | null | undefined;
|
1302
1302
|
value?: bigint | undefined;
|
1303
1303
|
gasPrice?: undefined;
|
1304
1304
|
maxFeePerBlobGas?: undefined;
|
@@ -1311,13 +1311,13 @@ export declare const formatters: {
|
|
1311
1311
|
kzg?: undefined;
|
1312
1312
|
sidecars?: undefined;
|
1313
1313
|
} & {
|
1314
|
-
feeCurrency?:
|
1314
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1315
1315
|
}) | ({
|
1316
|
-
data?:
|
1317
|
-
from?:
|
1316
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1317
|
+
from?: import("abitype").Address;
|
1318
1318
|
gas?: bigint | undefined;
|
1319
1319
|
nonce?: number | undefined;
|
1320
|
-
to?:
|
1320
|
+
to?: import("abitype").Address | null | undefined;
|
1321
1321
|
value?: bigint | undefined;
|
1322
1322
|
accessList?: import("../index.js").AccessList | undefined;
|
1323
1323
|
blobs?: undefined;
|
@@ -1331,14 +1331,14 @@ export declare const formatters: {
|
|
1331
1331
|
sidecars?: undefined;
|
1332
1332
|
} & import("../index.js").TransactionRequestBase & {
|
1333
1333
|
accessList?: import("../index.js").AccessList | undefined;
|
1334
|
-
feeCurrency?:
|
1334
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1335
1335
|
type?: "cip64" | undefined;
|
1336
1336
|
} & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
|
1337
|
-
data?:
|
1338
|
-
from?:
|
1337
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1338
|
+
from?: import("abitype").Address;
|
1339
1339
|
gas?: bigint | undefined;
|
1340
1340
|
nonce?: number | undefined;
|
1341
|
-
to?:
|
1341
|
+
to?: import("abitype").Address | null | undefined;
|
1342
1342
|
value?: bigint | undefined;
|
1343
1343
|
accessList?: import("../index.js").AccessList | undefined;
|
1344
1344
|
blobs?: undefined;
|
@@ -1351,11 +1351,11 @@ export declare const formatters: {
|
|
1351
1351
|
kzg?: undefined;
|
1352
1352
|
sidecars?: undefined;
|
1353
1353
|
} & {
|
1354
|
-
data?:
|
1355
|
-
from:
|
1354
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1355
|
+
from: import("abitype").Address;
|
1356
1356
|
gas?: bigint | undefined;
|
1357
1357
|
nonce?: number | undefined;
|
1358
|
-
to?:
|
1358
|
+
to?: import("abitype").Address | null | undefined;
|
1359
1359
|
value?: bigint | undefined;
|
1360
1360
|
accessList?: undefined;
|
1361
1361
|
blobs?: undefined;
|
@@ -1368,13 +1368,13 @@ export declare const formatters: {
|
|
1368
1368
|
kzg?: undefined;
|
1369
1369
|
sidecars?: undefined;
|
1370
1370
|
} & {
|
1371
|
-
feeCurrency?:
|
1371
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1372
1372
|
}) | ({
|
1373
|
-
data?:
|
1374
|
-
from?:
|
1373
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1374
|
+
from?: import("abitype").Address;
|
1375
1375
|
gas?: bigint | undefined;
|
1376
1376
|
nonce?: number | undefined;
|
1377
|
-
to?:
|
1377
|
+
to?: import("abitype").Address | null | undefined;
|
1378
1378
|
value?: bigint | undefined;
|
1379
1379
|
accessList?: import("../index.js").AccessList | undefined;
|
1380
1380
|
blobs?: undefined;
|
@@ -1387,11 +1387,11 @@ export declare const formatters: {
|
|
1387
1387
|
kzg?: undefined;
|
1388
1388
|
sidecars?: undefined;
|
1389
1389
|
} & {
|
1390
|
-
data?:
|
1391
|
-
from:
|
1390
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1391
|
+
from: import("abitype").Address;
|
1392
1392
|
gas?: bigint | undefined;
|
1393
1393
|
nonce?: number | undefined;
|
1394
|
-
to?:
|
1394
|
+
to?: import("abitype").Address | null | undefined;
|
1395
1395
|
value?: bigint | undefined;
|
1396
1396
|
accessList?: import("../index.js").AccessList | undefined;
|
1397
1397
|
blobs?: undefined;
|
@@ -1404,13 +1404,13 @@ export declare const formatters: {
|
|
1404
1404
|
kzg?: undefined;
|
1405
1405
|
sidecars?: undefined;
|
1406
1406
|
} & {
|
1407
|
-
feeCurrency?:
|
1407
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1408
1408
|
}) | ({
|
1409
|
-
data?:
|
1410
|
-
from?:
|
1409
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1410
|
+
from?: import("abitype").Address;
|
1411
1411
|
gas?: bigint | undefined;
|
1412
1412
|
nonce?: number | undefined;
|
1413
|
-
to?:
|
1413
|
+
to?: import("abitype").Address | null | undefined;
|
1414
1414
|
value?: bigint | undefined;
|
1415
1415
|
accessList?: import("../index.js").AccessList | undefined;
|
1416
1416
|
blobs?: undefined;
|
@@ -1423,11 +1423,11 @@ export declare const formatters: {
|
|
1423
1423
|
kzg?: undefined;
|
1424
1424
|
sidecars?: undefined;
|
1425
1425
|
} & {
|
1426
|
-
data?:
|
1427
|
-
from:
|
1426
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1427
|
+
from: import("abitype").Address;
|
1428
1428
|
gas?: bigint | undefined;
|
1429
1429
|
nonce?: number | undefined;
|
1430
|
-
to?:
|
1430
|
+
to?: import("abitype").Address | null | undefined;
|
1431
1431
|
value?: bigint | undefined;
|
1432
1432
|
gasPrice?: undefined;
|
1433
1433
|
maxFeePerBlobGas?: undefined;
|
@@ -1440,13 +1440,13 @@ export declare const formatters: {
|
|
1440
1440
|
kzg?: undefined;
|
1441
1441
|
sidecars?: undefined;
|
1442
1442
|
} & {
|
1443
|
-
feeCurrency?:
|
1443
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1444
1444
|
}) | ({
|
1445
|
-
data?:
|
1446
|
-
from?:
|
1445
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1446
|
+
from?: import("abitype").Address;
|
1447
1447
|
gas?: bigint | undefined;
|
1448
1448
|
nonce?: number | undefined;
|
1449
|
-
to?:
|
1449
|
+
to?: import("abitype").Address | null | undefined;
|
1450
1450
|
value?: bigint | undefined;
|
1451
1451
|
accessList?: import("../index.js").AccessList | undefined;
|
1452
1452
|
blobs?: undefined;
|
@@ -1460,14 +1460,14 @@ export declare const formatters: {
|
|
1460
1460
|
sidecars?: undefined;
|
1461
1461
|
} & import("../index.js").TransactionRequestBase & {
|
1462
1462
|
accessList?: import("../index.js").AccessList | undefined;
|
1463
|
-
feeCurrency?:
|
1463
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1464
1464
|
type?: "cip64" | undefined;
|
1465
1465
|
} & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
|
1466
|
-
data?:
|
1467
|
-
from?:
|
1466
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1467
|
+
from?: import("abitype").Address;
|
1468
1468
|
gas?: bigint | undefined;
|
1469
1469
|
nonce?: number | undefined;
|
1470
|
-
to?:
|
1470
|
+
to?: import("abitype").Address | null | undefined;
|
1471
1471
|
value?: bigint | undefined;
|
1472
1472
|
gasPrice?: bigint | undefined;
|
1473
1473
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -1480,11 +1480,11 @@ export declare const formatters: {
|
|
1480
1480
|
kzg?: undefined;
|
1481
1481
|
sidecars?: undefined;
|
1482
1482
|
} & {
|
1483
|
-
data?:
|
1484
|
-
from:
|
1483
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1484
|
+
from: import("abitype").Address;
|
1485
1485
|
gas?: bigint | undefined;
|
1486
1486
|
nonce?: number | undefined;
|
1487
|
-
to?:
|
1487
|
+
to?: import("abitype").Address | null | undefined;
|
1488
1488
|
value?: bigint | undefined;
|
1489
1489
|
accessList?: undefined;
|
1490
1490
|
blobs?: undefined;
|
@@ -1497,13 +1497,13 @@ export declare const formatters: {
|
|
1497
1497
|
kzg?: undefined;
|
1498
1498
|
sidecars?: undefined;
|
1499
1499
|
} & {
|
1500
|
-
feeCurrency?:
|
1500
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1501
1501
|
}) | ({
|
1502
|
-
data?:
|
1503
|
-
from?:
|
1502
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1503
|
+
from?: import("abitype").Address;
|
1504
1504
|
gas?: bigint | undefined;
|
1505
1505
|
nonce?: number | undefined;
|
1506
|
-
to?:
|
1506
|
+
to?: import("abitype").Address | null | undefined;
|
1507
1507
|
value?: bigint | undefined;
|
1508
1508
|
gasPrice?: bigint | undefined;
|
1509
1509
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -1516,11 +1516,11 @@ export declare const formatters: {
|
|
1516
1516
|
kzg?: undefined;
|
1517
1517
|
sidecars?: undefined;
|
1518
1518
|
} & {
|
1519
|
-
data?:
|
1520
|
-
from:
|
1519
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1520
|
+
from: import("abitype").Address;
|
1521
1521
|
gas?: bigint | undefined;
|
1522
1522
|
nonce?: number | undefined;
|
1523
|
-
to?:
|
1523
|
+
to?: import("abitype").Address | null | undefined;
|
1524
1524
|
value?: bigint | undefined;
|
1525
1525
|
accessList?: import("../index.js").AccessList | undefined;
|
1526
1526
|
blobs?: undefined;
|
@@ -1533,13 +1533,13 @@ export declare const formatters: {
|
|
1533
1533
|
kzg?: undefined;
|
1534
1534
|
sidecars?: undefined;
|
1535
1535
|
} & {
|
1536
|
-
feeCurrency?:
|
1536
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1537
1537
|
}) | ({
|
1538
|
-
data?:
|
1539
|
-
from?:
|
1538
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1539
|
+
from?: import("abitype").Address;
|
1540
1540
|
gas?: bigint | undefined;
|
1541
1541
|
nonce?: number | undefined;
|
1542
|
-
to?:
|
1542
|
+
to?: import("abitype").Address | null | undefined;
|
1543
1543
|
value?: bigint | undefined;
|
1544
1544
|
gasPrice?: bigint | undefined;
|
1545
1545
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -1552,11 +1552,11 @@ export declare const formatters: {
|
|
1552
1552
|
kzg?: undefined;
|
1553
1553
|
sidecars?: undefined;
|
1554
1554
|
} & {
|
1555
|
-
data?:
|
1556
|
-
from:
|
1555
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1556
|
+
from: import("abitype").Address;
|
1557
1557
|
gas?: bigint | undefined;
|
1558
1558
|
nonce?: number | undefined;
|
1559
|
-
to?:
|
1559
|
+
to?: import("abitype").Address | null | undefined;
|
1560
1560
|
value?: bigint | undefined;
|
1561
1561
|
gasPrice?: undefined;
|
1562
1562
|
maxFeePerBlobGas?: undefined;
|
@@ -1569,13 +1569,13 @@ export declare const formatters: {
|
|
1569
1569
|
kzg?: undefined;
|
1570
1570
|
sidecars?: undefined;
|
1571
1571
|
} & {
|
1572
|
-
feeCurrency?:
|
1572
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1573
1573
|
}) | ({
|
1574
|
-
data?:
|
1575
|
-
from?:
|
1574
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1575
|
+
from?: import("abitype").Address;
|
1576
1576
|
gas?: bigint | undefined;
|
1577
1577
|
nonce?: number | undefined;
|
1578
|
-
to?:
|
1578
|
+
to?: import("abitype").Address | null | undefined;
|
1579
1579
|
value?: bigint | undefined;
|
1580
1580
|
gasPrice?: bigint | undefined;
|
1581
1581
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -1589,31 +1589,31 @@ export declare const formatters: {
|
|
1589
1589
|
sidecars?: undefined;
|
1590
1590
|
} & import("../index.js").TransactionRequestBase & {
|
1591
1591
|
accessList?: import("../index.js").AccessList | undefined;
|
1592
|
-
feeCurrency?:
|
1592
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1593
1593
|
type?: "cip64" | undefined;
|
1594
1594
|
} & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
|
1595
|
-
data?:
|
1596
|
-
from?:
|
1595
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1596
|
+
from?: import("abitype").Address;
|
1597
1597
|
gas?: bigint | undefined;
|
1598
1598
|
nonce?: number | undefined;
|
1599
1599
|
value?: bigint | undefined;
|
1600
|
-
to?:
|
1600
|
+
to?: import("abitype").Address | null | undefined;
|
1601
1601
|
accessList?: import("../index.js").AccessList | undefined;
|
1602
1602
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1603
|
-
blobVersionedHashes?: readonly
|
1603
|
+
blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
|
1604
1604
|
kzg?: import("../index.js").Kzg | undefined;
|
1605
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1605
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
|
1606
1606
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
1607
1607
|
gasPrice?: bigint | undefined;
|
1608
1608
|
maxFeePerGas?: bigint | undefined;
|
1609
1609
|
maxPriorityFeePerGas?: bigint | undefined;
|
1610
1610
|
maxFeePerBlobGas?: bigint | undefined;
|
1611
1611
|
} & {
|
1612
|
-
data?:
|
1613
|
-
from:
|
1612
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1613
|
+
from: import("abitype").Address;
|
1614
1614
|
gas?: bigint | undefined;
|
1615
1615
|
nonce?: number | undefined;
|
1616
|
-
to?:
|
1616
|
+
to?: import("abitype").Address | null | undefined;
|
1617
1617
|
value?: bigint | undefined;
|
1618
1618
|
accessList?: undefined;
|
1619
1619
|
blobs?: undefined;
|
@@ -1626,30 +1626,30 @@ export declare const formatters: {
|
|
1626
1626
|
kzg?: undefined;
|
1627
1627
|
sidecars?: undefined;
|
1628
1628
|
} & {
|
1629
|
-
feeCurrency?:
|
1629
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1630
1630
|
}) | ({
|
1631
|
-
data?:
|
1632
|
-
from?:
|
1631
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1632
|
+
from?: import("abitype").Address;
|
1633
1633
|
gas?: bigint | undefined;
|
1634
1634
|
nonce?: number | undefined;
|
1635
1635
|
value?: bigint | undefined;
|
1636
|
-
to?:
|
1636
|
+
to?: import("abitype").Address | null | undefined;
|
1637
1637
|
accessList?: import("../index.js").AccessList | undefined;
|
1638
1638
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1639
|
-
blobVersionedHashes?: readonly
|
1639
|
+
blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
|
1640
1640
|
kzg?: import("../index.js").Kzg | undefined;
|
1641
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1641
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
|
1642
1642
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
1643
1643
|
gasPrice?: bigint | undefined;
|
1644
1644
|
maxFeePerGas?: bigint | undefined;
|
1645
1645
|
maxPriorityFeePerGas?: bigint | undefined;
|
1646
1646
|
maxFeePerBlobGas?: bigint | undefined;
|
1647
1647
|
} & {
|
1648
|
-
data?:
|
1649
|
-
from:
|
1648
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1649
|
+
from: import("abitype").Address;
|
1650
1650
|
gas?: bigint | undefined;
|
1651
1651
|
nonce?: number | undefined;
|
1652
|
-
to?:
|
1652
|
+
to?: import("abitype").Address | null | undefined;
|
1653
1653
|
value?: bigint | undefined;
|
1654
1654
|
accessList?: import("../index.js").AccessList | undefined;
|
1655
1655
|
blobs?: undefined;
|
@@ -1662,30 +1662,30 @@ export declare const formatters: {
|
|
1662
1662
|
kzg?: undefined;
|
1663
1663
|
sidecars?: undefined;
|
1664
1664
|
} & {
|
1665
|
-
feeCurrency?:
|
1665
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1666
1666
|
}) | ({
|
1667
|
-
data?:
|
1668
|
-
from?:
|
1667
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1668
|
+
from?: import("abitype").Address;
|
1669
1669
|
gas?: bigint | undefined;
|
1670
1670
|
nonce?: number | undefined;
|
1671
1671
|
value?: bigint | undefined;
|
1672
|
-
to?:
|
1672
|
+
to?: import("abitype").Address | null | undefined;
|
1673
1673
|
accessList?: import("../index.js").AccessList | undefined;
|
1674
1674
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1675
|
-
blobVersionedHashes?: readonly
|
1675
|
+
blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
|
1676
1676
|
kzg?: import("../index.js").Kzg | undefined;
|
1677
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1677
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
|
1678
1678
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
1679
1679
|
gasPrice?: bigint | undefined;
|
1680
1680
|
maxFeePerGas?: bigint | undefined;
|
1681
1681
|
maxPriorityFeePerGas?: bigint | undefined;
|
1682
1682
|
maxFeePerBlobGas?: bigint | undefined;
|
1683
1683
|
} & {
|
1684
|
-
data?:
|
1685
|
-
from:
|
1684
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1685
|
+
from: import("abitype").Address;
|
1686
1686
|
gas?: bigint | undefined;
|
1687
1687
|
nonce?: number | undefined;
|
1688
|
-
to?:
|
1688
|
+
to?: import("abitype").Address | null | undefined;
|
1689
1689
|
value?: bigint | undefined;
|
1690
1690
|
gasPrice?: undefined;
|
1691
1691
|
maxFeePerBlobGas?: undefined;
|
@@ -1698,55 +1698,55 @@ export declare const formatters: {
|
|
1698
1698
|
kzg?: undefined;
|
1699
1699
|
sidecars?: undefined;
|
1700
1700
|
} & {
|
1701
|
-
feeCurrency?:
|
1701
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1702
1702
|
}) | ({
|
1703
|
-
data?:
|
1704
|
-
from?:
|
1703
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1704
|
+
from?: import("abitype").Address;
|
1705
1705
|
gas?: bigint | undefined;
|
1706
1706
|
nonce?: number | undefined;
|
1707
1707
|
value?: bigint | undefined;
|
1708
|
-
to?:
|
1708
|
+
to?: import("abitype").Address | null | undefined;
|
1709
1709
|
accessList?: import("../index.js").AccessList | undefined;
|
1710
1710
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1711
|
-
blobVersionedHashes?: readonly
|
1711
|
+
blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
|
1712
1712
|
kzg?: import("../index.js").Kzg | undefined;
|
1713
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1713
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
|
1714
1714
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
1715
1715
|
gasPrice?: bigint | undefined;
|
1716
1716
|
maxFeePerGas?: bigint | undefined;
|
1717
1717
|
maxPriorityFeePerGas?: bigint | undefined;
|
1718
1718
|
maxFeePerBlobGas?: bigint | undefined;
|
1719
1719
|
} & {
|
1720
|
-
data?:
|
1721
|
-
from:
|
1720
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1721
|
+
from: import("abitype").Address;
|
1722
1722
|
gas?: bigint | undefined;
|
1723
1723
|
nonce?: number | undefined;
|
1724
1724
|
value?: bigint | undefined;
|
1725
1725
|
to: `0x${string}` | null;
|
1726
1726
|
accessList?: import("../index.js").AccessList | undefined;
|
1727
|
-
blobs: readonly
|
1728
|
-
blobVersionedHashes?: readonly
|
1727
|
+
blobs: readonly import("../types/misc.js").Hex[] | readonly import("../types/misc.js").ByteArray[];
|
1728
|
+
blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
|
1729
1729
|
kzg?: import("../index.js").Kzg | undefined;
|
1730
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1730
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
|
1731
1731
|
type?: "eip4844" | undefined;
|
1732
1732
|
gasPrice?: undefined;
|
1733
1733
|
maxFeePerGas?: bigint | undefined;
|
1734
1734
|
maxPriorityFeePerGas?: bigint | undefined;
|
1735
1735
|
maxFeePerBlobGas: bigint;
|
1736
1736
|
} & {
|
1737
|
-
feeCurrency?:
|
1737
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1738
1738
|
}) | ({
|
1739
|
-
data?:
|
1740
|
-
from?:
|
1739
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1740
|
+
from?: import("abitype").Address;
|
1741
1741
|
gas?: bigint | undefined;
|
1742
1742
|
nonce?: number | undefined;
|
1743
1743
|
value?: bigint | undefined;
|
1744
|
-
to?:
|
1744
|
+
to?: import("abitype").Address | null | undefined;
|
1745
1745
|
accessList?: import("../index.js").AccessList | undefined;
|
1746
1746
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1747
|
-
blobVersionedHashes?: readonly
|
1747
|
+
blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
|
1748
1748
|
kzg?: import("../index.js").Kzg | undefined;
|
1749
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1749
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
|
1750
1750
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
1751
1751
|
gasPrice?: bigint | undefined;
|
1752
1752
|
maxFeePerGas?: bigint | undefined;
|
@@ -1754,14 +1754,14 @@ export declare const formatters: {
|
|
1754
1754
|
maxFeePerBlobGas?: bigint | undefined;
|
1755
1755
|
} & import("../index.js").TransactionRequestBase & {
|
1756
1756
|
accessList?: import("../index.js").AccessList | undefined;
|
1757
|
-
feeCurrency?:
|
1757
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1758
1758
|
type?: "cip64" | undefined;
|
1759
1759
|
} & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>)) => ({
|
1760
|
-
data?:
|
1761
|
-
from:
|
1760
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1761
|
+
from: import("abitype").Address;
|
1762
1762
|
gas?: `0x${string}` | undefined;
|
1763
1763
|
nonce?: `0x${string}` | undefined;
|
1764
|
-
to?:
|
1764
|
+
to?: import("abitype").Address | null | undefined;
|
1765
1765
|
value?: `0x${string}` | undefined;
|
1766
1766
|
accessList?: undefined;
|
1767
1767
|
blobs?: undefined;
|
@@ -1773,13 +1773,13 @@ export declare const formatters: {
|
|
1773
1773
|
blobVersionedHashes?: undefined;
|
1774
1774
|
kzg?: undefined;
|
1775
1775
|
sidecars?: undefined;
|
1776
|
-
feeCurrency?:
|
1776
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1777
1777
|
} | {
|
1778
|
-
data?:
|
1779
|
-
from:
|
1778
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1779
|
+
from: import("abitype").Address;
|
1780
1780
|
gas?: `0x${string}` | undefined;
|
1781
1781
|
nonce?: `0x${string}` | undefined;
|
1782
|
-
to?:
|
1782
|
+
to?: import("abitype").Address | null | undefined;
|
1783
1783
|
value?: `0x${string}` | undefined;
|
1784
1784
|
accessList?: import("../index.js").AccessList | undefined;
|
1785
1785
|
blobs?: undefined;
|
@@ -1791,13 +1791,13 @@ export declare const formatters: {
|
|
1791
1791
|
blobVersionedHashes?: undefined;
|
1792
1792
|
kzg?: undefined;
|
1793
1793
|
sidecars?: undefined;
|
1794
|
-
feeCurrency?:
|
1794
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1795
1795
|
} | {
|
1796
|
-
data?:
|
1797
|
-
from:
|
1796
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1797
|
+
from: import("abitype").Address;
|
1798
1798
|
gas?: `0x${string}` | undefined;
|
1799
1799
|
nonce?: `0x${string}` | undefined;
|
1800
|
-
to?:
|
1800
|
+
to?: import("abitype").Address | null | undefined;
|
1801
1801
|
value?: `0x${string}` | undefined;
|
1802
1802
|
accessList?: import("../index.js").AccessList | undefined;
|
1803
1803
|
blobs?: undefined;
|
@@ -1809,13 +1809,13 @@ export declare const formatters: {
|
|
1809
1809
|
blobVersionedHashes?: undefined;
|
1810
1810
|
kzg?: undefined;
|
1811
1811
|
sidecars?: undefined;
|
1812
|
-
feeCurrency?:
|
1812
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1813
1813
|
} | {
|
1814
|
-
data?:
|
1815
|
-
from:
|
1814
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1815
|
+
from: import("abitype").Address;
|
1816
1816
|
gas?: `0x${string}` | undefined;
|
1817
1817
|
nonce?: `0x${string}` | undefined;
|
1818
|
-
to?:
|
1818
|
+
to?: import("abitype").Address | null | undefined;
|
1819
1819
|
value?: `0x${string}` | undefined;
|
1820
1820
|
accessList?: import("../index.js").AccessList | undefined;
|
1821
1821
|
blobs?: undefined;
|
@@ -1827,13 +1827,13 @@ export declare const formatters: {
|
|
1827
1827
|
blobVersionedHashes?: undefined;
|
1828
1828
|
kzg?: undefined;
|
1829
1829
|
sidecars?: undefined;
|
1830
|
-
feeCurrency?:
|
1830
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1831
1831
|
} | {
|
1832
|
-
data?:
|
1833
|
-
from:
|
1832
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1833
|
+
from: import("abitype").Address;
|
1834
1834
|
gas?: `0x${string}` | undefined;
|
1835
1835
|
nonce?: `0x${string}` | undefined;
|
1836
|
-
to?:
|
1836
|
+
to?: import("abitype").Address | null | undefined;
|
1837
1837
|
value?: `0x${string}` | undefined;
|
1838
1838
|
accessList?: undefined;
|
1839
1839
|
blobs?: undefined;
|
@@ -1845,13 +1845,13 @@ export declare const formatters: {
|
|
1845
1845
|
blobVersionedHashes?: undefined;
|
1846
1846
|
kzg?: undefined;
|
1847
1847
|
sidecars?: undefined;
|
1848
|
-
feeCurrency?:
|
1848
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1849
1849
|
} | {
|
1850
|
-
data?:
|
1851
|
-
from:
|
1850
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1851
|
+
from: import("abitype").Address;
|
1852
1852
|
gas?: `0x${string}` | undefined;
|
1853
1853
|
nonce?: `0x${string}` | undefined;
|
1854
|
-
to?:
|
1854
|
+
to?: import("abitype").Address | null | undefined;
|
1855
1855
|
value?: `0x${string}` | undefined;
|
1856
1856
|
accessList?: import("../index.js").AccessList | undefined;
|
1857
1857
|
blobs?: undefined;
|
@@ -1863,13 +1863,13 @@ export declare const formatters: {
|
|
1863
1863
|
blobVersionedHashes?: undefined;
|
1864
1864
|
kzg?: undefined;
|
1865
1865
|
sidecars?: undefined;
|
1866
|
-
feeCurrency?:
|
1866
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1867
1867
|
} | {
|
1868
|
-
data?:
|
1869
|
-
from:
|
1868
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1869
|
+
from: import("abitype").Address;
|
1870
1870
|
gas?: `0x${string}` | undefined;
|
1871
1871
|
nonce?: `0x${string}` | undefined;
|
1872
|
-
to?:
|
1872
|
+
to?: import("abitype").Address | null | undefined;
|
1873
1873
|
value?: `0x${string}` | undefined;
|
1874
1874
|
accessList?: import("../index.js").AccessList | undefined;
|
1875
1875
|
blobs?: undefined;
|
@@ -1881,13 +1881,13 @@ export declare const formatters: {
|
|
1881
1881
|
blobVersionedHashes?: undefined;
|
1882
1882
|
kzg?: undefined;
|
1883
1883
|
sidecars?: undefined;
|
1884
|
-
feeCurrency?:
|
1884
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1885
1885
|
} | {
|
1886
|
-
data?:
|
1887
|
-
from:
|
1886
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1887
|
+
from: import("abitype").Address;
|
1888
1888
|
gas?: `0x${string}` | undefined;
|
1889
1889
|
nonce?: `0x${string}` | undefined;
|
1890
|
-
to?:
|
1890
|
+
to?: import("abitype").Address | null | undefined;
|
1891
1891
|
value?: `0x${string}` | undefined;
|
1892
1892
|
accessList?: import("../index.js").AccessList | undefined;
|
1893
1893
|
blobs?: undefined;
|
@@ -1899,13 +1899,13 @@ export declare const formatters: {
|
|
1899
1899
|
blobVersionedHashes?: undefined;
|
1900
1900
|
kzg?: undefined;
|
1901
1901
|
sidecars?: undefined;
|
1902
|
-
feeCurrency?:
|
1902
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1903
1903
|
} | {
|
1904
|
-
data?:
|
1905
|
-
from:
|
1904
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1905
|
+
from: import("abitype").Address;
|
1906
1906
|
gas?: `0x${string}` | undefined;
|
1907
1907
|
nonce?: `0x${string}` | undefined;
|
1908
|
-
to?:
|
1908
|
+
to?: import("abitype").Address | null | undefined;
|
1909
1909
|
value?: `0x${string}` | undefined;
|
1910
1910
|
gasPrice?: `0x${string}` | undefined;
|
1911
1911
|
maxFeePerBlobGas?: undefined;
|
@@ -1917,13 +1917,13 @@ export declare const formatters: {
|
|
1917
1917
|
blobVersionedHashes?: undefined;
|
1918
1918
|
kzg?: undefined;
|
1919
1919
|
sidecars?: undefined;
|
1920
|
-
feeCurrency?:
|
1920
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1921
1921
|
} | {
|
1922
|
-
data?:
|
1923
|
-
from:
|
1922
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1923
|
+
from: import("abitype").Address;
|
1924
1924
|
gas?: `0x${string}` | undefined;
|
1925
1925
|
nonce?: `0x${string}` | undefined;
|
1926
|
-
to?:
|
1926
|
+
to?: import("abitype").Address | null | undefined;
|
1927
1927
|
value?: `0x${string}` | undefined;
|
1928
1928
|
gasPrice?: `0x${string}` | undefined;
|
1929
1929
|
maxFeePerBlobGas?: undefined;
|
@@ -1935,13 +1935,13 @@ export declare const formatters: {
|
|
1935
1935
|
blobVersionedHashes?: undefined;
|
1936
1936
|
kzg?: undefined;
|
1937
1937
|
sidecars?: undefined;
|
1938
|
-
feeCurrency?:
|
1938
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1939
1939
|
} | {
|
1940
|
-
data?:
|
1941
|
-
from:
|
1940
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1941
|
+
from: import("abitype").Address;
|
1942
1942
|
gas?: `0x${string}` | undefined;
|
1943
1943
|
nonce?: `0x${string}` | undefined;
|
1944
|
-
to?:
|
1944
|
+
to?: import("abitype").Address | null | undefined;
|
1945
1945
|
value?: `0x${string}` | undefined;
|
1946
1946
|
gasPrice?: undefined;
|
1947
1947
|
maxFeePerBlobGas?: undefined;
|
@@ -1953,13 +1953,13 @@ export declare const formatters: {
|
|
1953
1953
|
blobVersionedHashes?: undefined;
|
1954
1954
|
kzg?: undefined;
|
1955
1955
|
sidecars?: undefined;
|
1956
|
-
feeCurrency?:
|
1956
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1957
1957
|
} | {
|
1958
|
-
data?:
|
1959
|
-
from:
|
1958
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1959
|
+
from: import("abitype").Address;
|
1960
1960
|
gas?: `0x${string}` | undefined;
|
1961
1961
|
nonce?: `0x${string}` | undefined;
|
1962
|
-
to?:
|
1962
|
+
to?: import("abitype").Address | null | undefined;
|
1963
1963
|
value?: `0x${string}` | undefined;
|
1964
1964
|
gasPrice?: undefined;
|
1965
1965
|
maxFeePerBlobGas?: undefined;
|
@@ -1971,43 +1971,43 @@ export declare const formatters: {
|
|
1971
1971
|
blobVersionedHashes?: undefined;
|
1972
1972
|
kzg?: undefined;
|
1973
1973
|
sidecars?: undefined;
|
1974
|
-
feeCurrency?:
|
1974
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1975
1975
|
} | {
|
1976
|
-
data?:
|
1977
|
-
from:
|
1976
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1977
|
+
from: import("abitype").Address;
|
1978
1978
|
gas?: `0x${string}` | undefined;
|
1979
1979
|
nonce?: `0x${string}` | undefined;
|
1980
1980
|
value?: `0x${string}` | undefined;
|
1981
1981
|
to: `0x${string}` | null;
|
1982
1982
|
accessList?: import("../index.js").AccessList | undefined;
|
1983
|
-
blobs: readonly
|
1984
|
-
blobVersionedHashes?: readonly
|
1983
|
+
blobs: readonly import("../types/misc.js").Hex[] | readonly import("../types/misc.js").ByteArray[];
|
1984
|
+
blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
|
1985
1985
|
kzg?: import("../index.js").Kzg | undefined;
|
1986
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1986
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
|
1987
1987
|
type?: "0x3" | undefined;
|
1988
1988
|
gasPrice?: undefined;
|
1989
1989
|
maxFeePerGas?: `0x${string}` | undefined;
|
1990
1990
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1991
1991
|
maxFeePerBlobGas: `0x${string}`;
|
1992
|
-
feeCurrency?:
|
1992
|
+
feeCurrency?: import("abitype").Address | undefined;
|
1993
1993
|
} | {
|
1994
|
-
data?:
|
1995
|
-
from:
|
1994
|
+
data?: import("../types/misc.js").Hex | undefined;
|
1995
|
+
from: import("abitype").Address;
|
1996
1996
|
gas?: `0x${string}` | undefined;
|
1997
1997
|
nonce?: `0x${string}` | undefined;
|
1998
1998
|
value?: `0x${string}` | undefined;
|
1999
|
-
to:
|
1999
|
+
to: import("abitype").Address | null | undefined;
|
2000
2000
|
accessList?: import("../index.js").AccessList | undefined;
|
2001
|
-
blobs: readonly
|
2002
|
-
blobVersionedHashes?: readonly
|
2001
|
+
blobs: readonly import("../types/misc.js").Hex[] | readonly import("../types/misc.js").ByteArray[];
|
2002
|
+
blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
|
2003
2003
|
kzg?: import("../index.js").Kzg | undefined;
|
2004
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
2004
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
|
2005
2005
|
type?: "0x7b" | undefined;
|
2006
2006
|
gasPrice?: undefined;
|
2007
2007
|
maxFeePerGas?: `0x${string}` | undefined;
|
2008
2008
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2009
2009
|
maxFeePerBlobGas: undefined;
|
2010
|
-
feeCurrency?:
|
2010
|
+
feeCurrency?: import("abitype").Address | undefined;
|
2011
2011
|
}) & {};
|
2012
2012
|
type: "transactionRequest";
|
2013
2013
|
};
|