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
@@ -3,34 +3,34 @@ export declare const chainConfig: {
|
|
3
3
|
readonly block: {
|
4
4
|
exclude: [] | undefined;
|
5
5
|
format: (args: import("../types/utils.js").Assign<import("../index.js").ExactPartial<import("../index.js").RpcBlock>, import("./index.js").ZkSyncRpcBlockOverrides & {
|
6
|
-
transactions:
|
6
|
+
transactions: import("../index.js").Hash[] | import("./index.js").ZkSyncRpcTransaction[];
|
7
7
|
}>) => {
|
8
8
|
baseFeePerGas: bigint | null;
|
9
9
|
blobGasUsed: bigint;
|
10
10
|
difficulty: bigint;
|
11
11
|
excessBlobGas: bigint;
|
12
|
-
extraData:
|
12
|
+
extraData: import("../index.js").Hex;
|
13
13
|
gasLimit: bigint;
|
14
14
|
gasUsed: bigint;
|
15
15
|
hash: `0x${string}` | null;
|
16
16
|
logsBloom: `0x${string}` | null;
|
17
|
-
miner:
|
18
|
-
mixHash:
|
17
|
+
miner: import("abitype").Address;
|
18
|
+
mixHash: import("../index.js").Hash;
|
19
19
|
nonce: `0x${string}` | null;
|
20
20
|
number: bigint | null;
|
21
|
-
parentHash:
|
22
|
-
receiptsRoot:
|
23
|
-
sealFields:
|
24
|
-
sha3Uncles:
|
21
|
+
parentHash: import("../index.js").Hash;
|
22
|
+
receiptsRoot: import("../index.js").Hex;
|
23
|
+
sealFields: import("../index.js").Hex[];
|
24
|
+
sha3Uncles: import("../index.js").Hash;
|
25
25
|
size: bigint;
|
26
|
-
stateRoot:
|
26
|
+
stateRoot: import("../index.js").Hash;
|
27
27
|
timestamp: bigint;
|
28
28
|
totalDifficulty: bigint | null;
|
29
29
|
transactions: `0x${string}`[] | import("./index.js").ZkSyncTransaction[];
|
30
|
-
transactionsRoot:
|
31
|
-
uncles:
|
30
|
+
transactionsRoot: import("../index.js").Hash;
|
31
|
+
uncles: import("../index.js").Hash[];
|
32
32
|
withdrawals?: import("../index.js").Withdrawal[] | undefined;
|
33
|
-
withdrawalsRoot?:
|
33
|
+
withdrawalsRoot?: import("../index.js").Hex | undefined;
|
34
34
|
l1BatchNumber: bigint | null;
|
35
35
|
l1BatchTimestamp: bigint | null;
|
36
36
|
} & {};
|
@@ -39,20 +39,20 @@ export declare const chainConfig: {
|
|
39
39
|
readonly transaction: {
|
40
40
|
exclude: [] | undefined;
|
41
41
|
format: (args: import("../types/utils.js").Assign<import("../index.js").ExactPartial<import("../index.js").RpcTransaction>, import("./index.js").ZkSyncRpcTransaction>) => ({
|
42
|
-
r:
|
43
|
-
s:
|
42
|
+
r: import("../index.js").Hex;
|
43
|
+
s: import("../index.js").Hex;
|
44
44
|
v: bigint;
|
45
|
-
to:
|
46
|
-
from:
|
45
|
+
to: import("abitype").Address | null;
|
46
|
+
from: import("abitype").Address;
|
47
47
|
gas: bigint;
|
48
48
|
nonce: number;
|
49
49
|
value: bigint;
|
50
50
|
blockHash: `0x${string}` | null;
|
51
51
|
blockNumber: bigint | null;
|
52
|
-
hash:
|
53
|
-
input:
|
52
|
+
hash: import("../index.js").Hash;
|
53
|
+
input: import("../index.js").Hex;
|
54
54
|
transactionIndex: number | null;
|
55
|
-
typeHex:
|
55
|
+
typeHex: import("../index.js").Hex | null;
|
56
56
|
accessList?: undefined;
|
57
57
|
blobVersionedHashes?: undefined;
|
58
58
|
chainId?: number | undefined;
|
@@ -65,20 +65,20 @@ export declare const chainConfig: {
|
|
65
65
|
l1BatchNumber: bigint | null;
|
66
66
|
l1BatchTxIndex: bigint | null;
|
67
67
|
} | {
|
68
|
-
r:
|
69
|
-
s:
|
68
|
+
r: import("../index.js").Hex;
|
69
|
+
s: import("../index.js").Hex;
|
70
70
|
v: bigint;
|
71
|
-
to:
|
72
|
-
from:
|
71
|
+
to: import("abitype").Address | null;
|
72
|
+
from: import("abitype").Address;
|
73
73
|
gas: bigint;
|
74
74
|
nonce: number;
|
75
75
|
value: bigint;
|
76
76
|
blockHash: `0x${string}` | null;
|
77
77
|
blockNumber: bigint | null;
|
78
|
-
hash:
|
79
|
-
input:
|
78
|
+
hash: import("../index.js").Hash;
|
79
|
+
input: import("../index.js").Hex;
|
80
80
|
transactionIndex: number | null;
|
81
|
-
typeHex:
|
81
|
+
typeHex: import("../index.js").Hex | null;
|
82
82
|
accessList?: undefined;
|
83
83
|
blobVersionedHashes?: undefined;
|
84
84
|
chainId?: number | undefined;
|
@@ -91,20 +91,20 @@ export declare const chainConfig: {
|
|
91
91
|
l1BatchNumber: bigint | null;
|
92
92
|
l1BatchTxIndex: bigint | null;
|
93
93
|
} | {
|
94
|
-
r:
|
95
|
-
s:
|
94
|
+
r: import("../index.js").Hex;
|
95
|
+
s: import("../index.js").Hex;
|
96
96
|
v: bigint;
|
97
|
-
to:
|
98
|
-
from:
|
97
|
+
to: import("abitype").Address | null;
|
98
|
+
from: import("abitype").Address;
|
99
99
|
gas: bigint;
|
100
100
|
nonce: number;
|
101
101
|
value: bigint;
|
102
102
|
blockHash: `0x${string}` | null;
|
103
103
|
blockNumber: bigint | null;
|
104
|
-
hash:
|
105
|
-
input:
|
104
|
+
hash: import("../index.js").Hash;
|
105
|
+
input: import("../index.js").Hex;
|
106
106
|
transactionIndex: number | null;
|
107
|
-
typeHex:
|
107
|
+
typeHex: import("../index.js").Hex | null;
|
108
108
|
accessList?: undefined;
|
109
109
|
blobVersionedHashes?: undefined;
|
110
110
|
chainId?: number | undefined;
|
@@ -119,16 +119,16 @@ export declare const chainConfig: {
|
|
119
119
|
} | {
|
120
120
|
blockHash: `0x${string}` | null;
|
121
121
|
blockNumber: bigint | null;
|
122
|
-
from:
|
122
|
+
from: import("abitype").Address;
|
123
123
|
gas: bigint;
|
124
|
-
hash:
|
125
|
-
input:
|
124
|
+
hash: import("../index.js").Hash;
|
125
|
+
input: import("../index.js").Hex;
|
126
126
|
nonce: number;
|
127
|
-
r:
|
128
|
-
s:
|
129
|
-
to:
|
127
|
+
r: import("../index.js").Hex;
|
128
|
+
s: import("../index.js").Hex;
|
129
|
+
to: import("abitype").Address | null;
|
130
130
|
transactionIndex: number | null;
|
131
|
-
typeHex:
|
131
|
+
typeHex: import("../index.js").Hex | null;
|
132
132
|
v: bigint;
|
133
133
|
value: bigint;
|
134
134
|
yParity: number;
|
@@ -145,16 +145,16 @@ export declare const chainConfig: {
|
|
145
145
|
} | {
|
146
146
|
blockHash: `0x${string}` | null;
|
147
147
|
blockNumber: bigint | null;
|
148
|
-
from:
|
148
|
+
from: import("abitype").Address;
|
149
149
|
gas: bigint;
|
150
|
-
hash:
|
151
|
-
input:
|
150
|
+
hash: import("../index.js").Hash;
|
151
|
+
input: import("../index.js").Hex;
|
152
152
|
nonce: number;
|
153
|
-
r:
|
154
|
-
s:
|
155
|
-
to:
|
153
|
+
r: import("../index.js").Hex;
|
154
|
+
s: import("../index.js").Hex;
|
155
|
+
to: import("abitype").Address | null;
|
156
156
|
transactionIndex: number | null;
|
157
|
-
typeHex:
|
157
|
+
typeHex: import("../index.js").Hex | null;
|
158
158
|
v: bigint;
|
159
159
|
value: bigint;
|
160
160
|
yParity: number;
|
@@ -171,16 +171,16 @@ export declare const chainConfig: {
|
|
171
171
|
} | {
|
172
172
|
blockHash: `0x${string}` | null;
|
173
173
|
blockNumber: bigint | null;
|
174
|
-
from:
|
174
|
+
from: import("abitype").Address;
|
175
175
|
gas: bigint;
|
176
|
-
hash:
|
177
|
-
input:
|
176
|
+
hash: import("../index.js").Hash;
|
177
|
+
input: import("../index.js").Hex;
|
178
178
|
nonce: number;
|
179
|
-
r:
|
180
|
-
s:
|
181
|
-
to:
|
179
|
+
r: import("../index.js").Hex;
|
180
|
+
s: import("../index.js").Hex;
|
181
|
+
to: import("abitype").Address | null;
|
182
182
|
transactionIndex: number | null;
|
183
|
-
typeHex:
|
183
|
+
typeHex: import("../index.js").Hex | null;
|
184
184
|
v: bigint;
|
185
185
|
value: bigint;
|
186
186
|
yParity: number;
|
@@ -197,16 +197,16 @@ export declare const chainConfig: {
|
|
197
197
|
} | {
|
198
198
|
blockHash: `0x${string}` | null;
|
199
199
|
blockNumber: bigint | null;
|
200
|
-
from:
|
200
|
+
from: import("abitype").Address;
|
201
201
|
gas: bigint;
|
202
|
-
hash:
|
203
|
-
input:
|
202
|
+
hash: import("../index.js").Hash;
|
203
|
+
input: import("../index.js").Hex;
|
204
204
|
nonce: number;
|
205
|
-
r:
|
206
|
-
s:
|
207
|
-
to:
|
205
|
+
r: import("../index.js").Hex;
|
206
|
+
s: import("../index.js").Hex;
|
207
|
+
to: import("abitype").Address | null;
|
208
208
|
transactionIndex: number | null;
|
209
|
-
typeHex:
|
209
|
+
typeHex: import("../index.js").Hex | null;
|
210
210
|
v: bigint;
|
211
211
|
value: bigint;
|
212
212
|
yParity: number;
|
@@ -223,16 +223,16 @@ export declare const chainConfig: {
|
|
223
223
|
} | {
|
224
224
|
blockHash: `0x${string}` | null;
|
225
225
|
blockNumber: bigint | null;
|
226
|
-
from:
|
226
|
+
from: import("abitype").Address;
|
227
227
|
gas: bigint;
|
228
|
-
hash:
|
229
|
-
input:
|
228
|
+
hash: import("../index.js").Hash;
|
229
|
+
input: import("../index.js").Hex;
|
230
230
|
nonce: number;
|
231
|
-
r:
|
232
|
-
s:
|
233
|
-
to:
|
231
|
+
r: import("../index.js").Hex;
|
232
|
+
s: import("../index.js").Hex;
|
233
|
+
to: import("abitype").Address | null;
|
234
234
|
transactionIndex: number | null;
|
235
|
-
typeHex:
|
235
|
+
typeHex: import("../index.js").Hex | null;
|
236
236
|
v: bigint;
|
237
237
|
value: bigint;
|
238
238
|
yParity: number;
|
@@ -249,16 +249,16 @@ export declare const chainConfig: {
|
|
249
249
|
} | {
|
250
250
|
blockHash: `0x${string}` | null;
|
251
251
|
blockNumber: bigint | null;
|
252
|
-
from:
|
252
|
+
from: import("abitype").Address;
|
253
253
|
gas: bigint;
|
254
|
-
hash:
|
255
|
-
input:
|
254
|
+
hash: import("../index.js").Hash;
|
255
|
+
input: import("../index.js").Hex;
|
256
256
|
nonce: number;
|
257
|
-
r:
|
258
|
-
s:
|
259
|
-
to:
|
257
|
+
r: import("../index.js").Hex;
|
258
|
+
s: import("../index.js").Hex;
|
259
|
+
to: import("abitype").Address | null;
|
260
260
|
transactionIndex: number | null;
|
261
|
-
typeHex:
|
261
|
+
typeHex: import("../index.js").Hex | null;
|
262
262
|
v: bigint;
|
263
263
|
value: bigint;
|
264
264
|
yParity: number;
|
@@ -275,16 +275,16 @@ export declare const chainConfig: {
|
|
275
275
|
} | {
|
276
276
|
blockHash: `0x${string}` | null;
|
277
277
|
blockNumber: bigint | null;
|
278
|
-
from:
|
278
|
+
from: import("abitype").Address;
|
279
279
|
gas: bigint;
|
280
|
-
hash:
|
281
|
-
input:
|
280
|
+
hash: import("../index.js").Hash;
|
281
|
+
input: import("../index.js").Hex;
|
282
282
|
nonce: number;
|
283
|
-
r:
|
284
|
-
s:
|
285
|
-
to:
|
283
|
+
r: import("../index.js").Hex;
|
284
|
+
s: import("../index.js").Hex;
|
285
|
+
to: import("abitype").Address | null;
|
286
286
|
transactionIndex: number | null;
|
287
|
-
typeHex:
|
287
|
+
typeHex: import("../index.js").Hex | null;
|
288
288
|
v: bigint;
|
289
289
|
value: bigint;
|
290
290
|
yParity: number;
|
@@ -301,16 +301,16 @@ export declare const chainConfig: {
|
|
301
301
|
} | {
|
302
302
|
blockHash: `0x${string}` | null;
|
303
303
|
blockNumber: bigint | null;
|
304
|
-
from:
|
304
|
+
from: import("abitype").Address;
|
305
305
|
gas: bigint;
|
306
|
-
hash:
|
307
|
-
input:
|
306
|
+
hash: import("../index.js").Hash;
|
307
|
+
input: import("../index.js").Hex;
|
308
308
|
nonce: number;
|
309
|
-
r:
|
310
|
-
s:
|
311
|
-
to:
|
309
|
+
r: import("../index.js").Hex;
|
310
|
+
s: import("../index.js").Hex;
|
311
|
+
to: import("abitype").Address | null;
|
312
312
|
transactionIndex: number | null;
|
313
|
-
typeHex:
|
313
|
+
typeHex: import("../index.js").Hex | null;
|
314
314
|
v: bigint;
|
315
315
|
value: bigint;
|
316
316
|
yParity: number;
|
@@ -327,21 +327,21 @@ export declare const chainConfig: {
|
|
327
327
|
} | {
|
328
328
|
blockHash: `0x${string}` | null;
|
329
329
|
blockNumber: bigint | null;
|
330
|
-
from:
|
330
|
+
from: import("abitype").Address;
|
331
331
|
gas: bigint;
|
332
|
-
hash:
|
333
|
-
input:
|
332
|
+
hash: import("../index.js").Hash;
|
333
|
+
input: import("../index.js").Hex;
|
334
334
|
nonce: number;
|
335
|
-
r:
|
336
|
-
s:
|
337
|
-
to:
|
335
|
+
r: import("../index.js").Hex;
|
336
|
+
s: import("../index.js").Hex;
|
337
|
+
to: import("abitype").Address | null;
|
338
338
|
transactionIndex: number | null;
|
339
|
-
typeHex:
|
339
|
+
typeHex: import("../index.js").Hex | null;
|
340
340
|
v: bigint;
|
341
341
|
value: bigint;
|
342
342
|
yParity: number;
|
343
343
|
accessList: import("../index.js").AccessList;
|
344
|
-
blobVersionedHashes: readonly
|
344
|
+
blobVersionedHashes: readonly import("../index.js").Hex[];
|
345
345
|
chainId: number;
|
346
346
|
type: "eip4844";
|
347
347
|
gasPrice?: undefined;
|
@@ -353,21 +353,21 @@ export declare const chainConfig: {
|
|
353
353
|
} | {
|
354
354
|
blockHash: `0x${string}` | null;
|
355
355
|
blockNumber: bigint | null;
|
356
|
-
from:
|
356
|
+
from: import("abitype").Address;
|
357
357
|
gas: bigint;
|
358
|
-
hash:
|
359
|
-
input:
|
358
|
+
hash: import("../index.js").Hash;
|
359
|
+
input: import("../index.js").Hex;
|
360
360
|
nonce: number;
|
361
|
-
r:
|
362
|
-
s:
|
363
|
-
to:
|
361
|
+
r: import("../index.js").Hex;
|
362
|
+
s: import("../index.js").Hex;
|
363
|
+
to: import("abitype").Address | null;
|
364
364
|
transactionIndex: number | null;
|
365
|
-
typeHex:
|
365
|
+
typeHex: import("../index.js").Hex | null;
|
366
366
|
v: bigint;
|
367
367
|
value: bigint;
|
368
368
|
yParity: number;
|
369
369
|
accessList: import("../index.js").AccessList;
|
370
|
-
blobVersionedHashes: readonly
|
370
|
+
blobVersionedHashes: readonly import("../index.js").Hex[];
|
371
371
|
chainId: number;
|
372
372
|
type: "priority";
|
373
373
|
gasPrice?: undefined;
|
@@ -379,21 +379,21 @@ export declare const chainConfig: {
|
|
379
379
|
} | {
|
380
380
|
blockHash: `0x${string}` | null;
|
381
381
|
blockNumber: bigint | null;
|
382
|
-
from:
|
382
|
+
from: import("abitype").Address;
|
383
383
|
gas: bigint;
|
384
|
-
hash:
|
385
|
-
input:
|
384
|
+
hash: import("../index.js").Hash;
|
385
|
+
input: import("../index.js").Hex;
|
386
386
|
nonce: number;
|
387
|
-
r:
|
388
|
-
s:
|
389
|
-
to:
|
387
|
+
r: import("../index.js").Hex;
|
388
|
+
s: import("../index.js").Hex;
|
389
|
+
to: import("abitype").Address | null;
|
390
390
|
transactionIndex: number | null;
|
391
|
-
typeHex:
|
391
|
+
typeHex: import("../index.js").Hex | null;
|
392
392
|
v: bigint;
|
393
393
|
value: bigint;
|
394
394
|
yParity: number;
|
395
395
|
accessList: import("../index.js").AccessList;
|
396
|
-
blobVersionedHashes: readonly
|
396
|
+
blobVersionedHashes: readonly import("../index.js").Hex[];
|
397
397
|
chainId: number;
|
398
398
|
type: "priority" | "eip712";
|
399
399
|
gasPrice?: undefined;
|
@@ -410,19 +410,19 @@ export declare const chainConfig: {
|
|
410
410
|
format: (args: import("../types/utils.js").Assign<import("../index.js").ExactPartial<import("../index.js").RpcTransactionReceipt>, import("./index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
|
411
411
|
blobGasPrice?: bigint | undefined;
|
412
412
|
blobGasUsed?: bigint | undefined;
|
413
|
-
blockHash:
|
413
|
+
blockHash: import("../index.js").Hash;
|
414
414
|
blockNumber: bigint;
|
415
|
-
contractAddress:
|
415
|
+
contractAddress: import("abitype").Address | null | undefined;
|
416
416
|
cumulativeGasUsed: bigint;
|
417
417
|
effectiveGasPrice: bigint;
|
418
|
-
from:
|
418
|
+
from: import("abitype").Address;
|
419
419
|
gasUsed: bigint;
|
420
420
|
logs: import("./index.js").ZkSyncLog[];
|
421
|
-
logsBloom:
|
422
|
-
root?:
|
421
|
+
logsBloom: import("../index.js").Hex;
|
422
|
+
root?: import("../index.js").Hash | undefined;
|
423
423
|
status: "success" | "reverted";
|
424
|
-
to:
|
425
|
-
transactionHash:
|
424
|
+
to: import("abitype").Address | null;
|
425
|
+
transactionHash: import("../index.js").Hash;
|
426
426
|
transactionIndex: number;
|
427
427
|
type: import("./index.js").ZkSyncTransactionType;
|
428
428
|
l1BatchNumber: bigint | null;
|
@@ -434,11 +434,11 @@ export declare const chainConfig: {
|
|
434
434
|
readonly transactionRequest: {
|
435
435
|
exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
436
436
|
format: (args: ({
|
437
|
-
data?:
|
438
|
-
from?:
|
437
|
+
data?: import("../index.js").Hex | undefined;
|
438
|
+
from?: import("abitype").Address;
|
439
439
|
gas?: bigint | undefined;
|
440
440
|
nonce?: number | undefined;
|
441
|
-
to?:
|
441
|
+
to?: import("abitype").Address | null | undefined;
|
442
442
|
value?: bigint | undefined;
|
443
443
|
accessList?: undefined;
|
444
444
|
blobs?: undefined;
|
@@ -451,11 +451,11 @@ export declare const chainConfig: {
|
|
451
451
|
kzg?: undefined;
|
452
452
|
sidecars?: undefined;
|
453
453
|
} & {
|
454
|
-
data?:
|
455
|
-
from:
|
454
|
+
data?: import("../index.js").Hex | undefined;
|
455
|
+
from: import("abitype").Address;
|
456
456
|
gas?: bigint | undefined;
|
457
457
|
nonce?: number | undefined;
|
458
|
-
to?:
|
458
|
+
to?: import("abitype").Address | null | undefined;
|
459
459
|
value?: bigint | undefined;
|
460
460
|
accessList?: undefined;
|
461
461
|
blobs?: undefined;
|
@@ -474,11 +474,11 @@ export declare const chainConfig: {
|
|
474
474
|
paymasterInput?: undefined;
|
475
475
|
factoryDeps?: undefined;
|
476
476
|
}) | ({
|
477
|
-
data?:
|
478
|
-
from?:
|
477
|
+
data?: import("../index.js").Hex | undefined;
|
478
|
+
from?: import("abitype").Address;
|
479
479
|
gas?: bigint | undefined;
|
480
480
|
nonce?: number | undefined;
|
481
|
-
to?:
|
481
|
+
to?: import("abitype").Address | null | undefined;
|
482
482
|
value?: bigint | undefined;
|
483
483
|
accessList?: undefined;
|
484
484
|
blobs?: undefined;
|
@@ -491,11 +491,11 @@ export declare const chainConfig: {
|
|
491
491
|
kzg?: undefined;
|
492
492
|
sidecars?: undefined;
|
493
493
|
} & {
|
494
|
-
data?:
|
495
|
-
from:
|
494
|
+
data?: import("../index.js").Hex | undefined;
|
495
|
+
from: import("abitype").Address;
|
496
496
|
gas?: bigint | undefined;
|
497
497
|
nonce?: number | undefined;
|
498
|
-
to?:
|
498
|
+
to?: import("abitype").Address | null | undefined;
|
499
499
|
value?: bigint | undefined;
|
500
500
|
accessList?: import("../index.js").AccessList | undefined;
|
501
501
|
blobs?: undefined;
|
@@ -514,11 +514,11 @@ export declare const chainConfig: {
|
|
514
514
|
paymasterInput?: undefined;
|
515
515
|
factoryDeps?: undefined;
|
516
516
|
}) | ({
|
517
|
-
data?:
|
518
|
-
from?:
|
517
|
+
data?: import("../index.js").Hex | undefined;
|
518
|
+
from?: import("abitype").Address;
|
519
519
|
gas?: bigint | undefined;
|
520
520
|
nonce?: number | undefined;
|
521
|
-
to?:
|
521
|
+
to?: import("abitype").Address | null | undefined;
|
522
522
|
value?: bigint | undefined;
|
523
523
|
accessList?: undefined;
|
524
524
|
blobs?: undefined;
|
@@ -531,11 +531,11 @@ export declare const chainConfig: {
|
|
531
531
|
kzg?: undefined;
|
532
532
|
sidecars?: undefined;
|
533
533
|
} & {
|
534
|
-
data?:
|
535
|
-
from:
|
534
|
+
data?: import("../index.js").Hex | undefined;
|
535
|
+
from: import("abitype").Address;
|
536
536
|
gas?: bigint | undefined;
|
537
537
|
nonce?: number | undefined;
|
538
|
-
to?:
|
538
|
+
to?: import("abitype").Address | null | undefined;
|
539
539
|
value?: bigint | undefined;
|
540
540
|
gasPrice?: undefined;
|
541
541
|
maxFeePerBlobGas?: undefined;
|
@@ -554,11 +554,11 @@ export declare const chainConfig: {
|
|
554
554
|
paymasterInput?: undefined;
|
555
555
|
factoryDeps?: undefined;
|
556
556
|
}) | ({
|
557
|
-
data?:
|
558
|
-
from?:
|
557
|
+
data?: import("../index.js").Hex | undefined;
|
558
|
+
from?: import("abitype").Address;
|
559
559
|
gas?: bigint | undefined;
|
560
560
|
nonce?: number | undefined;
|
561
|
-
to?:
|
561
|
+
to?: import("abitype").Address | null | undefined;
|
562
562
|
value?: bigint | undefined;
|
563
563
|
accessList?: undefined;
|
564
564
|
blobs?: undefined;
|
@@ -572,18 +572,18 @@ export declare const chainConfig: {
|
|
572
572
|
sidecars?: undefined;
|
573
573
|
} & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
574
574
|
gasPerPubdata?: bigint | undefined;
|
575
|
-
customSignature?:
|
576
|
-
factoryDeps?:
|
577
|
-
type?: "
|
575
|
+
customSignature?: import("../index.js").Hex | undefined;
|
576
|
+
factoryDeps?: import("../index.js").Hex[] | undefined;
|
577
|
+
type?: "eip712" | "priority" | undefined;
|
578
578
|
} & {
|
579
|
-
paymaster:
|
580
|
-
paymasterInput:
|
579
|
+
paymaster: import("abitype").Address;
|
580
|
+
paymasterInput: import("../index.js").Hex;
|
581
581
|
}) | ({
|
582
|
-
data?:
|
583
|
-
from?:
|
582
|
+
data?: import("../index.js").Hex | undefined;
|
583
|
+
from?: import("abitype").Address;
|
584
584
|
gas?: bigint | undefined;
|
585
585
|
nonce?: number | undefined;
|
586
|
-
to?:
|
586
|
+
to?: import("abitype").Address | null | undefined;
|
587
587
|
value?: bigint | undefined;
|
588
588
|
accessList?: undefined;
|
589
589
|
blobs?: undefined;
|
@@ -597,18 +597,18 @@ export declare const chainConfig: {
|
|
597
597
|
sidecars?: undefined;
|
598
598
|
} & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
599
599
|
gasPerPubdata?: bigint | undefined;
|
600
|
-
customSignature?:
|
601
|
-
factoryDeps?:
|
602
|
-
type?: "
|
600
|
+
customSignature?: import("../index.js").Hex | undefined;
|
601
|
+
factoryDeps?: import("../index.js").Hex[] | undefined;
|
602
|
+
type?: "eip712" | "priority" | undefined;
|
603
603
|
} & {
|
604
604
|
paymaster?: undefined;
|
605
605
|
paymasterInput?: undefined;
|
606
606
|
}) | ({
|
607
|
-
data?:
|
608
|
-
from?:
|
607
|
+
data?: import("../index.js").Hex | undefined;
|
608
|
+
from?: import("abitype").Address;
|
609
609
|
gas?: bigint | undefined;
|
610
610
|
nonce?: number | undefined;
|
611
|
-
to?:
|
611
|
+
to?: import("abitype").Address | null | undefined;
|
612
612
|
value?: bigint | undefined;
|
613
613
|
accessList?: import("../index.js").AccessList | undefined;
|
614
614
|
blobs?: undefined;
|
@@ -621,11 +621,11 @@ export declare const chainConfig: {
|
|
621
621
|
kzg?: undefined;
|
622
622
|
sidecars?: undefined;
|
623
623
|
} & {
|
624
|
-
data?:
|
625
|
-
from:
|
624
|
+
data?: import("../index.js").Hex | undefined;
|
625
|
+
from: import("abitype").Address;
|
626
626
|
gas?: bigint | undefined;
|
627
627
|
nonce?: number | undefined;
|
628
|
-
to?:
|
628
|
+
to?: import("abitype").Address | null | undefined;
|
629
629
|
value?: bigint | undefined;
|
630
630
|
accessList?: undefined;
|
631
631
|
blobs?: undefined;
|
@@ -644,11 +644,11 @@ export declare const chainConfig: {
|
|
644
644
|
paymasterInput?: undefined;
|
645
645
|
factoryDeps?: undefined;
|
646
646
|
}) | ({
|
647
|
-
data?:
|
648
|
-
from?:
|
647
|
+
data?: import("../index.js").Hex | undefined;
|
648
|
+
from?: import("abitype").Address;
|
649
649
|
gas?: bigint | undefined;
|
650
650
|
nonce?: number | undefined;
|
651
|
-
to?:
|
651
|
+
to?: import("abitype").Address | null | undefined;
|
652
652
|
value?: bigint | undefined;
|
653
653
|
accessList?: import("../index.js").AccessList | undefined;
|
654
654
|
blobs?: undefined;
|
@@ -661,11 +661,11 @@ export declare const chainConfig: {
|
|
661
661
|
kzg?: undefined;
|
662
662
|
sidecars?: undefined;
|
663
663
|
} & {
|
664
|
-
data?:
|
665
|
-
from:
|
664
|
+
data?: import("../index.js").Hex | undefined;
|
665
|
+
from: import("abitype").Address;
|
666
666
|
gas?: bigint | undefined;
|
667
667
|
nonce?: number | undefined;
|
668
|
-
to?:
|
668
|
+
to?: import("abitype").Address | null | undefined;
|
669
669
|
value?: bigint | undefined;
|
670
670
|
accessList?: import("../index.js").AccessList | undefined;
|
671
671
|
blobs?: undefined;
|
@@ -684,11 +684,11 @@ export declare const chainConfig: {
|
|
684
684
|
paymasterInput?: undefined;
|
685
685
|
factoryDeps?: undefined;
|
686
686
|
}) | ({
|
687
|
-
data?:
|
688
|
-
from?:
|
687
|
+
data?: import("../index.js").Hex | undefined;
|
688
|
+
from?: import("abitype").Address;
|
689
689
|
gas?: bigint | undefined;
|
690
690
|
nonce?: number | undefined;
|
691
|
-
to?:
|
691
|
+
to?: import("abitype").Address | null | undefined;
|
692
692
|
value?: bigint | undefined;
|
693
693
|
accessList?: import("../index.js").AccessList | undefined;
|
694
694
|
blobs?: undefined;
|
@@ -701,11 +701,11 @@ export declare const chainConfig: {
|
|
701
701
|
kzg?: undefined;
|
702
702
|
sidecars?: undefined;
|
703
703
|
} & {
|
704
|
-
data?:
|
705
|
-
from:
|
704
|
+
data?: import("../index.js").Hex | undefined;
|
705
|
+
from: import("abitype").Address;
|
706
706
|
gas?: bigint | undefined;
|
707
707
|
nonce?: number | undefined;
|
708
|
-
to?:
|
708
|
+
to?: import("abitype").Address | null | undefined;
|
709
709
|
value?: bigint | undefined;
|
710
710
|
gasPrice?: undefined;
|
711
711
|
maxFeePerBlobGas?: undefined;
|
@@ -724,11 +724,11 @@ export declare const chainConfig: {
|
|
724
724
|
paymasterInput?: undefined;
|
725
725
|
factoryDeps?: undefined;
|
726
726
|
}) | ({
|
727
|
-
data?:
|
728
|
-
from?:
|
727
|
+
data?: import("../index.js").Hex | undefined;
|
728
|
+
from?: import("abitype").Address;
|
729
729
|
gas?: bigint | undefined;
|
730
730
|
nonce?: number | undefined;
|
731
|
-
to?:
|
731
|
+
to?: import("abitype").Address | null | undefined;
|
732
732
|
value?: bigint | undefined;
|
733
733
|
accessList?: import("../index.js").AccessList | undefined;
|
734
734
|
blobs?: undefined;
|
@@ -742,18 +742,18 @@ export declare const chainConfig: {
|
|
742
742
|
sidecars?: undefined;
|
743
743
|
} & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
744
744
|
gasPerPubdata?: bigint | undefined;
|
745
|
-
customSignature?:
|
746
|
-
factoryDeps?:
|
747
|
-
type?: "
|
745
|
+
customSignature?: import("../index.js").Hex | undefined;
|
746
|
+
factoryDeps?: import("../index.js").Hex[] | undefined;
|
747
|
+
type?: "eip712" | "priority" | undefined;
|
748
748
|
} & {
|
749
|
-
paymaster:
|
750
|
-
paymasterInput:
|
749
|
+
paymaster: import("abitype").Address;
|
750
|
+
paymasterInput: import("../index.js").Hex;
|
751
751
|
}) | ({
|
752
|
-
data?:
|
753
|
-
from?:
|
752
|
+
data?: import("../index.js").Hex | undefined;
|
753
|
+
from?: import("abitype").Address;
|
754
754
|
gas?: bigint | undefined;
|
755
755
|
nonce?: number | undefined;
|
756
|
-
to?:
|
756
|
+
to?: import("abitype").Address | null | undefined;
|
757
757
|
value?: bigint | undefined;
|
758
758
|
accessList?: import("../index.js").AccessList | undefined;
|
759
759
|
blobs?: undefined;
|
@@ -767,18 +767,18 @@ export declare const chainConfig: {
|
|
767
767
|
sidecars?: undefined;
|
768
768
|
} & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
769
769
|
gasPerPubdata?: bigint | undefined;
|
770
|
-
customSignature?:
|
771
|
-
factoryDeps?:
|
772
|
-
type?: "
|
770
|
+
customSignature?: import("../index.js").Hex | undefined;
|
771
|
+
factoryDeps?: import("../index.js").Hex[] | undefined;
|
772
|
+
type?: "eip712" | "priority" | undefined;
|
773
773
|
} & {
|
774
774
|
paymaster?: undefined;
|
775
775
|
paymasterInput?: undefined;
|
776
776
|
}) | ({
|
777
|
-
data?:
|
778
|
-
from?:
|
777
|
+
data?: import("../index.js").Hex | undefined;
|
778
|
+
from?: import("abitype").Address;
|
779
779
|
gas?: bigint | undefined;
|
780
780
|
nonce?: number | undefined;
|
781
|
-
to?:
|
781
|
+
to?: import("abitype").Address | null | undefined;
|
782
782
|
value?: bigint | undefined;
|
783
783
|
gasPrice?: bigint | undefined;
|
784
784
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -791,11 +791,11 @@ export declare const chainConfig: {
|
|
791
791
|
kzg?: undefined;
|
792
792
|
sidecars?: undefined;
|
793
793
|
} & {
|
794
|
-
data?:
|
795
|
-
from:
|
794
|
+
data?: import("../index.js").Hex | undefined;
|
795
|
+
from: import("abitype").Address;
|
796
796
|
gas?: bigint | undefined;
|
797
797
|
nonce?: number | undefined;
|
798
|
-
to?:
|
798
|
+
to?: import("abitype").Address | null | undefined;
|
799
799
|
value?: bigint | undefined;
|
800
800
|
accessList?: undefined;
|
801
801
|
blobs?: undefined;
|
@@ -814,11 +814,11 @@ export declare const chainConfig: {
|
|
814
814
|
paymasterInput?: undefined;
|
815
815
|
factoryDeps?: undefined;
|
816
816
|
}) | ({
|
817
|
-
data?:
|
818
|
-
from?:
|
817
|
+
data?: import("../index.js").Hex | undefined;
|
818
|
+
from?: import("abitype").Address;
|
819
819
|
gas?: bigint | undefined;
|
820
820
|
nonce?: number | undefined;
|
821
|
-
to?:
|
821
|
+
to?: import("abitype").Address | null | undefined;
|
822
822
|
value?: bigint | undefined;
|
823
823
|
gasPrice?: bigint | undefined;
|
824
824
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -831,11 +831,11 @@ export declare const chainConfig: {
|
|
831
831
|
kzg?: undefined;
|
832
832
|
sidecars?: undefined;
|
833
833
|
} & {
|
834
|
-
data?:
|
835
|
-
from:
|
834
|
+
data?: import("../index.js").Hex | undefined;
|
835
|
+
from: import("abitype").Address;
|
836
836
|
gas?: bigint | undefined;
|
837
837
|
nonce?: number | undefined;
|
838
|
-
to?:
|
838
|
+
to?: import("abitype").Address | null | undefined;
|
839
839
|
value?: bigint | undefined;
|
840
840
|
accessList?: import("../index.js").AccessList | undefined;
|
841
841
|
blobs?: undefined;
|
@@ -854,11 +854,11 @@ export declare const chainConfig: {
|
|
854
854
|
paymasterInput?: undefined;
|
855
855
|
factoryDeps?: undefined;
|
856
856
|
}) | ({
|
857
|
-
data?:
|
858
|
-
from?:
|
857
|
+
data?: import("../index.js").Hex | undefined;
|
858
|
+
from?: import("abitype").Address;
|
859
859
|
gas?: bigint | undefined;
|
860
860
|
nonce?: number | undefined;
|
861
|
-
to?:
|
861
|
+
to?: import("abitype").Address | null | undefined;
|
862
862
|
value?: bigint | undefined;
|
863
863
|
gasPrice?: bigint | undefined;
|
864
864
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -871,11 +871,11 @@ export declare const chainConfig: {
|
|
871
871
|
kzg?: undefined;
|
872
872
|
sidecars?: undefined;
|
873
873
|
} & {
|
874
|
-
data?:
|
875
|
-
from:
|
874
|
+
data?: import("../index.js").Hex | undefined;
|
875
|
+
from: import("abitype").Address;
|
876
876
|
gas?: bigint | undefined;
|
877
877
|
nonce?: number | undefined;
|
878
|
-
to?:
|
878
|
+
to?: import("abitype").Address | null | undefined;
|
879
879
|
value?: bigint | undefined;
|
880
880
|
gasPrice?: undefined;
|
881
881
|
maxFeePerBlobGas?: undefined;
|
@@ -894,11 +894,11 @@ export declare const chainConfig: {
|
|
894
894
|
paymasterInput?: undefined;
|
895
895
|
factoryDeps?: undefined;
|
896
896
|
}) | ({
|
897
|
-
data?:
|
898
|
-
from?:
|
897
|
+
data?: import("../index.js").Hex | undefined;
|
898
|
+
from?: import("abitype").Address;
|
899
899
|
gas?: bigint | undefined;
|
900
900
|
nonce?: number | undefined;
|
901
|
-
to?:
|
901
|
+
to?: import("abitype").Address | null | undefined;
|
902
902
|
value?: bigint | undefined;
|
903
903
|
gasPrice?: bigint | undefined;
|
904
904
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -912,18 +912,18 @@ export declare const chainConfig: {
|
|
912
912
|
sidecars?: undefined;
|
913
913
|
} & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
914
914
|
gasPerPubdata?: bigint | undefined;
|
915
|
-
customSignature?:
|
916
|
-
factoryDeps?:
|
917
|
-
type?: "
|
915
|
+
customSignature?: import("../index.js").Hex | undefined;
|
916
|
+
factoryDeps?: import("../index.js").Hex[] | undefined;
|
917
|
+
type?: "eip712" | "priority" | undefined;
|
918
918
|
} & {
|
919
|
-
paymaster:
|
920
|
-
paymasterInput:
|
919
|
+
paymaster: import("abitype").Address;
|
920
|
+
paymasterInput: import("../index.js").Hex;
|
921
921
|
}) | ({
|
922
|
-
data?:
|
923
|
-
from?:
|
922
|
+
data?: import("../index.js").Hex | undefined;
|
923
|
+
from?: import("abitype").Address;
|
924
924
|
gas?: bigint | undefined;
|
925
925
|
nonce?: number | undefined;
|
926
|
-
to?:
|
926
|
+
to?: import("abitype").Address | null | undefined;
|
927
927
|
value?: bigint | undefined;
|
928
928
|
gasPrice?: bigint | undefined;
|
929
929
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -937,35 +937,35 @@ export declare const chainConfig: {
|
|
937
937
|
sidecars?: undefined;
|
938
938
|
} & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
939
939
|
gasPerPubdata?: bigint | undefined;
|
940
|
-
customSignature?:
|
941
|
-
factoryDeps?:
|
942
|
-
type?: "
|
940
|
+
customSignature?: import("../index.js").Hex | undefined;
|
941
|
+
factoryDeps?: import("../index.js").Hex[] | undefined;
|
942
|
+
type?: "eip712" | "priority" | undefined;
|
943
943
|
} & {
|
944
944
|
paymaster?: undefined;
|
945
945
|
paymasterInput?: undefined;
|
946
946
|
}) | ({
|
947
|
-
data?:
|
948
|
-
from?:
|
947
|
+
data?: import("../index.js").Hex | undefined;
|
948
|
+
from?: import("abitype").Address;
|
949
949
|
gas?: bigint | undefined;
|
950
950
|
nonce?: number | undefined;
|
951
951
|
value?: bigint | undefined;
|
952
|
-
to?:
|
952
|
+
to?: import("abitype").Address | null | undefined;
|
953
953
|
accessList?: import("../index.js").AccessList | undefined;
|
954
954
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
955
|
-
blobVersionedHashes?: readonly
|
955
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
956
956
|
kzg?: import("../index.js").Kzg | undefined;
|
957
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
957
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
958
958
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
959
959
|
gasPrice?: bigint | undefined;
|
960
960
|
maxFeePerGas?: bigint | undefined;
|
961
961
|
maxPriorityFeePerGas?: bigint | undefined;
|
962
962
|
maxFeePerBlobGas?: bigint | undefined;
|
963
963
|
} & {
|
964
|
-
data?:
|
965
|
-
from:
|
964
|
+
data?: import("../index.js").Hex | undefined;
|
965
|
+
from: import("abitype").Address;
|
966
966
|
gas?: bigint | undefined;
|
967
967
|
nonce?: number | undefined;
|
968
|
-
to?:
|
968
|
+
to?: import("abitype").Address | null | undefined;
|
969
969
|
value?: bigint | undefined;
|
970
970
|
accessList?: undefined;
|
971
971
|
blobs?: undefined;
|
@@ -984,28 +984,28 @@ export declare const chainConfig: {
|
|
984
984
|
paymasterInput?: undefined;
|
985
985
|
factoryDeps?: undefined;
|
986
986
|
}) | ({
|
987
|
-
data?:
|
988
|
-
from?:
|
987
|
+
data?: import("../index.js").Hex | undefined;
|
988
|
+
from?: import("abitype").Address;
|
989
989
|
gas?: bigint | undefined;
|
990
990
|
nonce?: number | undefined;
|
991
991
|
value?: bigint | undefined;
|
992
|
-
to?:
|
992
|
+
to?: import("abitype").Address | null | undefined;
|
993
993
|
accessList?: import("../index.js").AccessList | undefined;
|
994
994
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
995
|
-
blobVersionedHashes?: readonly
|
995
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
996
996
|
kzg?: import("../index.js").Kzg | undefined;
|
997
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
997
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
998
998
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
999
999
|
gasPrice?: bigint | undefined;
|
1000
1000
|
maxFeePerGas?: bigint | undefined;
|
1001
1001
|
maxPriorityFeePerGas?: bigint | undefined;
|
1002
1002
|
maxFeePerBlobGas?: bigint | undefined;
|
1003
1003
|
} & {
|
1004
|
-
data?:
|
1005
|
-
from:
|
1004
|
+
data?: import("../index.js").Hex | undefined;
|
1005
|
+
from: import("abitype").Address;
|
1006
1006
|
gas?: bigint | undefined;
|
1007
1007
|
nonce?: number | undefined;
|
1008
|
-
to?:
|
1008
|
+
to?: import("abitype").Address | null | undefined;
|
1009
1009
|
value?: bigint | undefined;
|
1010
1010
|
accessList?: import("../index.js").AccessList | undefined;
|
1011
1011
|
blobs?: undefined;
|
@@ -1024,28 +1024,28 @@ export declare const chainConfig: {
|
|
1024
1024
|
paymasterInput?: undefined;
|
1025
1025
|
factoryDeps?: undefined;
|
1026
1026
|
}) | ({
|
1027
|
-
data?:
|
1028
|
-
from?:
|
1027
|
+
data?: import("../index.js").Hex | undefined;
|
1028
|
+
from?: import("abitype").Address;
|
1029
1029
|
gas?: bigint | undefined;
|
1030
1030
|
nonce?: number | undefined;
|
1031
1031
|
value?: bigint | undefined;
|
1032
|
-
to?:
|
1032
|
+
to?: import("abitype").Address | null | undefined;
|
1033
1033
|
accessList?: import("../index.js").AccessList | undefined;
|
1034
1034
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1035
|
-
blobVersionedHashes?: readonly
|
1035
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
1036
1036
|
kzg?: import("../index.js").Kzg | undefined;
|
1037
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1037
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
1038
1038
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1039
1039
|
gasPrice?: bigint | undefined;
|
1040
1040
|
maxFeePerGas?: bigint | undefined;
|
1041
1041
|
maxPriorityFeePerGas?: bigint | undefined;
|
1042
1042
|
maxFeePerBlobGas?: bigint | undefined;
|
1043
1043
|
} & {
|
1044
|
-
data?:
|
1045
|
-
from:
|
1044
|
+
data?: import("../index.js").Hex | undefined;
|
1045
|
+
from: import("abitype").Address;
|
1046
1046
|
gas?: bigint | undefined;
|
1047
1047
|
nonce?: number | undefined;
|
1048
|
-
to?:
|
1048
|
+
to?: import("abitype").Address | null | undefined;
|
1049
1049
|
value?: bigint | undefined;
|
1050
1050
|
gasPrice?: undefined;
|
1051
1051
|
maxFeePerBlobGas?: undefined;
|
@@ -1064,34 +1064,34 @@ export declare const chainConfig: {
|
|
1064
1064
|
paymasterInput?: undefined;
|
1065
1065
|
factoryDeps?: undefined;
|
1066
1066
|
}) | ({
|
1067
|
-
data?:
|
1068
|
-
from?:
|
1067
|
+
data?: import("../index.js").Hex | undefined;
|
1068
|
+
from?: import("abitype").Address;
|
1069
1069
|
gas?: bigint | undefined;
|
1070
1070
|
nonce?: number | undefined;
|
1071
1071
|
value?: bigint | undefined;
|
1072
|
-
to?:
|
1072
|
+
to?: import("abitype").Address | null | undefined;
|
1073
1073
|
accessList?: import("../index.js").AccessList | undefined;
|
1074
1074
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1075
|
-
blobVersionedHashes?: readonly
|
1075
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
1076
1076
|
kzg?: import("../index.js").Kzg | undefined;
|
1077
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1077
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
1078
1078
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1079
1079
|
gasPrice?: bigint | undefined;
|
1080
1080
|
maxFeePerGas?: bigint | undefined;
|
1081
1081
|
maxPriorityFeePerGas?: bigint | undefined;
|
1082
1082
|
maxFeePerBlobGas?: bigint | undefined;
|
1083
1083
|
} & {
|
1084
|
-
data?:
|
1085
|
-
from:
|
1084
|
+
data?: import("../index.js").Hex | undefined;
|
1085
|
+
from: import("abitype").Address;
|
1086
1086
|
gas?: bigint | undefined;
|
1087
1087
|
nonce?: number | undefined;
|
1088
1088
|
value?: bigint | undefined;
|
1089
1089
|
to: `0x${string}` | null;
|
1090
1090
|
accessList?: import("../index.js").AccessList | undefined;
|
1091
|
-
blobs: readonly
|
1092
|
-
blobVersionedHashes?: readonly
|
1091
|
+
blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
|
1092
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
1093
1093
|
kzg?: import("../index.js").Kzg | undefined;
|
1094
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1094
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
1095
1095
|
type?: "eip4844" | undefined;
|
1096
1096
|
gasPrice?: undefined;
|
1097
1097
|
maxFeePerGas?: bigint | undefined;
|
@@ -1104,17 +1104,17 @@ export declare const chainConfig: {
|
|
1104
1104
|
paymasterInput?: undefined;
|
1105
1105
|
factoryDeps?: undefined;
|
1106
1106
|
}) | ({
|
1107
|
-
data?:
|
1108
|
-
from?:
|
1107
|
+
data?: import("../index.js").Hex | undefined;
|
1108
|
+
from?: import("abitype").Address;
|
1109
1109
|
gas?: bigint | undefined;
|
1110
1110
|
nonce?: number | undefined;
|
1111
1111
|
value?: bigint | undefined;
|
1112
|
-
to?:
|
1112
|
+
to?: import("abitype").Address | null | undefined;
|
1113
1113
|
accessList?: import("../index.js").AccessList | undefined;
|
1114
1114
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1115
|
-
blobVersionedHashes?: readonly
|
1115
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
1116
1116
|
kzg?: import("../index.js").Kzg | undefined;
|
1117
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1117
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
1118
1118
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1119
1119
|
gasPrice?: bigint | undefined;
|
1120
1120
|
maxFeePerGas?: bigint | undefined;
|
@@ -1122,24 +1122,24 @@ export declare const chainConfig: {
|
|
1122
1122
|
maxFeePerBlobGas?: bigint | undefined;
|
1123
1123
|
} & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1124
1124
|
gasPerPubdata?: bigint | undefined;
|
1125
|
-
customSignature?:
|
1126
|
-
factoryDeps?:
|
1127
|
-
type?: "
|
1125
|
+
customSignature?: import("../index.js").Hex | undefined;
|
1126
|
+
factoryDeps?: import("../index.js").Hex[] | undefined;
|
1127
|
+
type?: "eip712" | "priority" | undefined;
|
1128
1128
|
} & {
|
1129
|
-
paymaster:
|
1130
|
-
paymasterInput:
|
1129
|
+
paymaster: import("abitype").Address;
|
1130
|
+
paymasterInput: import("../index.js").Hex;
|
1131
1131
|
}) | ({
|
1132
|
-
data?:
|
1133
|
-
from?:
|
1132
|
+
data?: import("../index.js").Hex | undefined;
|
1133
|
+
from?: import("abitype").Address;
|
1134
1134
|
gas?: bigint | undefined;
|
1135
1135
|
nonce?: number | undefined;
|
1136
1136
|
value?: bigint | undefined;
|
1137
|
-
to?:
|
1137
|
+
to?: import("abitype").Address | null | undefined;
|
1138
1138
|
accessList?: import("../index.js").AccessList | undefined;
|
1139
1139
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1140
|
-
blobVersionedHashes?: readonly
|
1140
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
1141
1141
|
kzg?: import("../index.js").Kzg | undefined;
|
1142
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1142
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
1143
1143
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1144
1144
|
gasPrice?: bigint | undefined;
|
1145
1145
|
maxFeePerGas?: bigint | undefined;
|
@@ -1147,18 +1147,18 @@ export declare const chainConfig: {
|
|
1147
1147
|
maxFeePerBlobGas?: bigint | undefined;
|
1148
1148
|
} & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1149
1149
|
gasPerPubdata?: bigint | undefined;
|
1150
|
-
customSignature?:
|
1151
|
-
factoryDeps?:
|
1152
|
-
type?: "
|
1150
|
+
customSignature?: import("../index.js").Hex | undefined;
|
1151
|
+
factoryDeps?: import("../index.js").Hex[] | undefined;
|
1152
|
+
type?: "eip712" | "priority" | undefined;
|
1153
1153
|
} & {
|
1154
1154
|
paymaster?: undefined;
|
1155
1155
|
paymasterInput?: undefined;
|
1156
1156
|
})) => ({
|
1157
|
-
data?:
|
1158
|
-
from:
|
1157
|
+
data?: import("../index.js").Hex | undefined;
|
1158
|
+
from: import("abitype").Address;
|
1159
1159
|
gas?: `0x${string}` | undefined;
|
1160
1160
|
nonce?: `0x${string}` | undefined;
|
1161
|
-
to?:
|
1161
|
+
to?: import("abitype").Address | null | undefined;
|
1162
1162
|
value?: `0x${string}` | undefined;
|
1163
1163
|
accessList?: undefined;
|
1164
1164
|
blobs?: undefined;
|
@@ -1172,11 +1172,11 @@ export declare const chainConfig: {
|
|
1172
1172
|
sidecars?: undefined;
|
1173
1173
|
eip712Meta?: undefined;
|
1174
1174
|
} | {
|
1175
|
-
data?:
|
1176
|
-
from:
|
1175
|
+
data?: import("../index.js").Hex | undefined;
|
1176
|
+
from: import("abitype").Address;
|
1177
1177
|
gas?: `0x${string}` | undefined;
|
1178
1178
|
nonce?: `0x${string}` | undefined;
|
1179
|
-
to?:
|
1179
|
+
to?: import("abitype").Address | null | undefined;
|
1180
1180
|
value?: `0x${string}` | undefined;
|
1181
1181
|
accessList?: undefined;
|
1182
1182
|
blobs?: undefined;
|
@@ -1190,11 +1190,11 @@ export declare const chainConfig: {
|
|
1190
1190
|
sidecars?: undefined;
|
1191
1191
|
eip712Meta?: undefined;
|
1192
1192
|
} | {
|
1193
|
-
data?:
|
1194
|
-
from:
|
1193
|
+
data?: import("../index.js").Hex | undefined;
|
1194
|
+
from: import("abitype").Address;
|
1195
1195
|
gas?: `0x${string}` | undefined;
|
1196
1196
|
nonce?: `0x${string}` | undefined;
|
1197
|
-
to?:
|
1197
|
+
to?: import("abitype").Address | null | undefined;
|
1198
1198
|
value?: `0x${string}` | undefined;
|
1199
1199
|
accessList?: undefined;
|
1200
1200
|
blobs?: undefined;
|
@@ -1208,11 +1208,11 @@ export declare const chainConfig: {
|
|
1208
1208
|
sidecars?: undefined;
|
1209
1209
|
eip712Meta?: undefined;
|
1210
1210
|
} | {
|
1211
|
-
data?:
|
1212
|
-
from:
|
1211
|
+
data?: import("../index.js").Hex | undefined;
|
1212
|
+
from: import("abitype").Address;
|
1213
1213
|
gas?: `0x${string}` | undefined;
|
1214
1214
|
nonce?: `0x${string}` | undefined;
|
1215
|
-
to?:
|
1215
|
+
to?: import("abitype").Address | null | undefined;
|
1216
1216
|
value?: `0x${string}` | undefined;
|
1217
1217
|
accessList?: undefined;
|
1218
1218
|
blobs?: undefined;
|
@@ -1226,11 +1226,11 @@ export declare const chainConfig: {
|
|
1226
1226
|
sidecars?: undefined;
|
1227
1227
|
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
1228
1228
|
} | {
|
1229
|
-
data?:
|
1230
|
-
from:
|
1229
|
+
data?: import("../index.js").Hex | undefined;
|
1230
|
+
from: import("abitype").Address;
|
1231
1231
|
gas?: `0x${string}` | undefined;
|
1232
1232
|
nonce?: `0x${string}` | undefined;
|
1233
|
-
to?:
|
1233
|
+
to?: import("abitype").Address | null | undefined;
|
1234
1234
|
value?: `0x${string}` | undefined;
|
1235
1235
|
accessList?: undefined;
|
1236
1236
|
blobs?: undefined;
|
@@ -1244,11 +1244,11 @@ export declare const chainConfig: {
|
|
1244
1244
|
sidecars?: undefined;
|
1245
1245
|
eip712Meta?: undefined;
|
1246
1246
|
} | {
|
1247
|
-
data?:
|
1248
|
-
from:
|
1247
|
+
data?: import("../index.js").Hex | undefined;
|
1248
|
+
from: import("abitype").Address;
|
1249
1249
|
gas?: `0x${string}` | undefined;
|
1250
1250
|
nonce?: `0x${string}` | undefined;
|
1251
|
-
to?:
|
1251
|
+
to?: import("abitype").Address | null | undefined;
|
1252
1252
|
value?: `0x${string}` | undefined;
|
1253
1253
|
accessList?: import("../index.js").AccessList | undefined;
|
1254
1254
|
blobs?: undefined;
|
@@ -1262,11 +1262,11 @@ export declare const chainConfig: {
|
|
1262
1262
|
sidecars?: undefined;
|
1263
1263
|
eip712Meta?: undefined;
|
1264
1264
|
} | {
|
1265
|
-
data?:
|
1266
|
-
from:
|
1265
|
+
data?: import("../index.js").Hex | undefined;
|
1266
|
+
from: import("abitype").Address;
|
1267
1267
|
gas?: `0x${string}` | undefined;
|
1268
1268
|
nonce?: `0x${string}` | undefined;
|
1269
|
-
to?:
|
1269
|
+
to?: import("abitype").Address | null | undefined;
|
1270
1270
|
value?: `0x${string}` | undefined;
|
1271
1271
|
accessList?: import("../index.js").AccessList | undefined;
|
1272
1272
|
blobs?: undefined;
|
@@ -1280,11 +1280,11 @@ export declare const chainConfig: {
|
|
1280
1280
|
sidecars?: undefined;
|
1281
1281
|
eip712Meta?: undefined;
|
1282
1282
|
} | {
|
1283
|
-
data?:
|
1284
|
-
from:
|
1283
|
+
data?: import("../index.js").Hex | undefined;
|
1284
|
+
from: import("abitype").Address;
|
1285
1285
|
gas?: `0x${string}` | undefined;
|
1286
1286
|
nonce?: `0x${string}` | undefined;
|
1287
|
-
to?:
|
1287
|
+
to?: import("abitype").Address | null | undefined;
|
1288
1288
|
value?: `0x${string}` | undefined;
|
1289
1289
|
accessList?: import("../index.js").AccessList | undefined;
|
1290
1290
|
blobs?: undefined;
|
@@ -1298,11 +1298,11 @@ export declare const chainConfig: {
|
|
1298
1298
|
sidecars?: undefined;
|
1299
1299
|
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
1300
1300
|
} | {
|
1301
|
-
data?:
|
1302
|
-
from:
|
1301
|
+
data?: import("../index.js").Hex | undefined;
|
1302
|
+
from: import("abitype").Address;
|
1303
1303
|
gas?: `0x${string}` | undefined;
|
1304
1304
|
nonce?: `0x${string}` | undefined;
|
1305
|
-
to?:
|
1305
|
+
to?: import("abitype").Address | null | undefined;
|
1306
1306
|
value?: `0x${string}` | undefined;
|
1307
1307
|
gasPrice?: `0x${string}` | undefined;
|
1308
1308
|
maxFeePerBlobGas?: undefined;
|
@@ -1316,11 +1316,11 @@ export declare const chainConfig: {
|
|
1316
1316
|
sidecars?: undefined;
|
1317
1317
|
eip712Meta?: undefined;
|
1318
1318
|
} | {
|
1319
|
-
data?:
|
1320
|
-
from:
|
1319
|
+
data?: import("../index.js").Hex | undefined;
|
1320
|
+
from: import("abitype").Address;
|
1321
1321
|
gas?: `0x${string}` | undefined;
|
1322
1322
|
nonce?: `0x${string}` | undefined;
|
1323
|
-
to?:
|
1323
|
+
to?: import("abitype").Address | null | undefined;
|
1324
1324
|
value?: `0x${string}` | undefined;
|
1325
1325
|
gasPrice?: `0x${string}` | undefined;
|
1326
1326
|
maxFeePerBlobGas?: undefined;
|
@@ -1334,11 +1334,11 @@ export declare const chainConfig: {
|
|
1334
1334
|
sidecars?: undefined;
|
1335
1335
|
eip712Meta?: undefined;
|
1336
1336
|
} | {
|
1337
|
-
data?:
|
1338
|
-
from:
|
1337
|
+
data?: import("../index.js").Hex | undefined;
|
1338
|
+
from: import("abitype").Address;
|
1339
1339
|
gas?: `0x${string}` | undefined;
|
1340
1340
|
nonce?: `0x${string}` | undefined;
|
1341
|
-
to?:
|
1341
|
+
to?: import("abitype").Address | null | undefined;
|
1342
1342
|
value?: `0x${string}` | undefined;
|
1343
1343
|
gasPrice?: undefined;
|
1344
1344
|
maxFeePerBlobGas?: undefined;
|
@@ -1352,11 +1352,11 @@ export declare const chainConfig: {
|
|
1352
1352
|
sidecars?: undefined;
|
1353
1353
|
eip712Meta?: undefined;
|
1354
1354
|
} | {
|
1355
|
-
data?:
|
1356
|
-
from:
|
1355
|
+
data?: import("../index.js").Hex | undefined;
|
1356
|
+
from: import("abitype").Address;
|
1357
1357
|
gas?: `0x${string}` | undefined;
|
1358
1358
|
nonce?: `0x${string}` | undefined;
|
1359
|
-
to?:
|
1359
|
+
to?: import("abitype").Address | null | undefined;
|
1360
1360
|
value?: `0x${string}` | undefined;
|
1361
1361
|
gasPrice?: undefined;
|
1362
1362
|
maxFeePerBlobGas?: undefined;
|
@@ -1370,17 +1370,17 @@ export declare const chainConfig: {
|
|
1370
1370
|
sidecars?: undefined;
|
1371
1371
|
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
1372
1372
|
} | {
|
1373
|
-
data?:
|
1374
|
-
from:
|
1373
|
+
data?: import("../index.js").Hex | undefined;
|
1374
|
+
from: import("abitype").Address;
|
1375
1375
|
gas?: `0x${string}` | undefined;
|
1376
1376
|
nonce?: `0x${string}` | undefined;
|
1377
1377
|
value?: `0x${string}` | undefined;
|
1378
1378
|
to: `0x${string}` | null;
|
1379
1379
|
accessList?: import("../index.js").AccessList | undefined;
|
1380
|
-
blobs: readonly
|
1381
|
-
blobVersionedHashes?: readonly
|
1380
|
+
blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
|
1381
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
1382
1382
|
kzg?: import("../index.js").Kzg | undefined;
|
1383
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1383
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
1384
1384
|
type?: "0x3" | undefined;
|
1385
1385
|
gasPrice?: undefined;
|
1386
1386
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -1388,17 +1388,17 @@ export declare const chainConfig: {
|
|
1388
1388
|
maxFeePerBlobGas: `0x${string}`;
|
1389
1389
|
eip712Meta?: undefined;
|
1390
1390
|
} | {
|
1391
|
-
data?:
|
1392
|
-
from:
|
1391
|
+
data?: import("../index.js").Hex | undefined;
|
1392
|
+
from: import("abitype").Address;
|
1393
1393
|
gas?: `0x${string}` | undefined;
|
1394
1394
|
nonce?: `0x${string}` | undefined;
|
1395
1395
|
value?: `0x${string}` | undefined;
|
1396
|
-
to:
|
1396
|
+
to: import("abitype").Address | null | undefined;
|
1397
1397
|
accessList?: import("../index.js").AccessList | undefined;
|
1398
|
-
blobs: readonly
|
1399
|
-
blobVersionedHashes?: readonly
|
1398
|
+
blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
|
1399
|
+
blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
|
1400
1400
|
kzg?: import("../index.js").Kzg | undefined;
|
1401
|
-
sidecars?: readonly import("../index.js").BlobSidecar
|
1401
|
+
sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
|
1402
1402
|
type: "0xff" | "0x71";
|
1403
1403
|
gasPrice?: undefined;
|
1404
1404
|
maxFeePerGas?: `0x${string}` | undefined;
|