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
@@ -41,34 +41,34 @@ export declare const zkSyncLocalNode: {
|
|
41
41
|
readonly block: {
|
42
42
|
exclude: [] | undefined;
|
43
43
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").ZkSyncRpcBlockOverrides & {
|
44
|
-
transactions:
|
44
|
+
transactions: import("../../index.js").Hash[] | import("../index.js").ZkSyncRpcTransaction[];
|
45
45
|
}>) => {
|
46
46
|
baseFeePerGas: bigint | null;
|
47
47
|
blobGasUsed: bigint;
|
48
48
|
difficulty: bigint;
|
49
49
|
excessBlobGas: bigint;
|
50
|
-
extraData:
|
50
|
+
extraData: import("../../index.js").Hex;
|
51
51
|
gasLimit: bigint;
|
52
52
|
gasUsed: bigint;
|
53
53
|
hash: `0x${string}` | null;
|
54
54
|
logsBloom: `0x${string}` | null;
|
55
|
-
miner:
|
56
|
-
mixHash:
|
55
|
+
miner: import("abitype").Address;
|
56
|
+
mixHash: import("../../index.js").Hash;
|
57
57
|
nonce: `0x${string}` | null;
|
58
58
|
number: bigint | null;
|
59
|
-
parentHash:
|
60
|
-
receiptsRoot:
|
61
|
-
sealFields:
|
62
|
-
sha3Uncles:
|
59
|
+
parentHash: import("../../index.js").Hash;
|
60
|
+
receiptsRoot: import("../../index.js").Hex;
|
61
|
+
sealFields: import("../../index.js").Hex[];
|
62
|
+
sha3Uncles: import("../../index.js").Hash;
|
63
63
|
size: bigint;
|
64
|
-
stateRoot:
|
64
|
+
stateRoot: import("../../index.js").Hash;
|
65
65
|
timestamp: bigint;
|
66
66
|
totalDifficulty: bigint | null;
|
67
67
|
transactions: `0x${string}`[] | import("../index.js").ZkSyncTransaction[];
|
68
|
-
transactionsRoot:
|
69
|
-
uncles:
|
68
|
+
transactionsRoot: import("../../index.js").Hash;
|
69
|
+
uncles: import("../../index.js").Hash[];
|
70
70
|
withdrawals?: import("../../index.js").Withdrawal[] | undefined;
|
71
|
-
withdrawalsRoot?:
|
71
|
+
withdrawalsRoot?: import("../../index.js").Hex | undefined;
|
72
72
|
l1BatchNumber: bigint | null;
|
73
73
|
l1BatchTimestamp: bigint | null;
|
74
74
|
} & {};
|
@@ -77,20 +77,20 @@ export declare const zkSyncLocalNode: {
|
|
77
77
|
readonly transaction: {
|
78
78
|
exclude: [] | undefined;
|
79
79
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransaction>, import("../index.js").ZkSyncRpcTransaction>) => ({
|
80
|
-
r:
|
81
|
-
s:
|
80
|
+
r: import("../../index.js").Hex;
|
81
|
+
s: import("../../index.js").Hex;
|
82
82
|
v: bigint;
|
83
|
-
to:
|
84
|
-
from:
|
83
|
+
to: import("abitype").Address | null;
|
84
|
+
from: import("abitype").Address;
|
85
85
|
gas: bigint;
|
86
86
|
nonce: number;
|
87
87
|
value: bigint;
|
88
88
|
blockHash: `0x${string}` | null;
|
89
89
|
blockNumber: bigint | null;
|
90
|
-
hash:
|
91
|
-
input:
|
90
|
+
hash: import("../../index.js").Hash;
|
91
|
+
input: import("../../index.js").Hex;
|
92
92
|
transactionIndex: number | null;
|
93
|
-
typeHex:
|
93
|
+
typeHex: import("../../index.js").Hex | null;
|
94
94
|
accessList?: undefined;
|
95
95
|
blobVersionedHashes?: undefined;
|
96
96
|
chainId?: number | undefined;
|
@@ -103,20 +103,20 @@ export declare const zkSyncLocalNode: {
|
|
103
103
|
l1BatchNumber: bigint | null;
|
104
104
|
l1BatchTxIndex: bigint | null;
|
105
105
|
} | {
|
106
|
-
r:
|
107
|
-
s:
|
106
|
+
r: import("../../index.js").Hex;
|
107
|
+
s: import("../../index.js").Hex;
|
108
108
|
v: bigint;
|
109
|
-
to:
|
110
|
-
from:
|
109
|
+
to: import("abitype").Address | null;
|
110
|
+
from: import("abitype").Address;
|
111
111
|
gas: bigint;
|
112
112
|
nonce: number;
|
113
113
|
value: bigint;
|
114
114
|
blockHash: `0x${string}` | null;
|
115
115
|
blockNumber: bigint | null;
|
116
|
-
hash:
|
117
|
-
input:
|
116
|
+
hash: import("../../index.js").Hash;
|
117
|
+
input: import("../../index.js").Hex;
|
118
118
|
transactionIndex: number | null;
|
119
|
-
typeHex:
|
119
|
+
typeHex: import("../../index.js").Hex | null;
|
120
120
|
accessList?: undefined;
|
121
121
|
blobVersionedHashes?: undefined;
|
122
122
|
chainId?: number | undefined;
|
@@ -129,20 +129,20 @@ export declare const zkSyncLocalNode: {
|
|
129
129
|
l1BatchNumber: bigint | null;
|
130
130
|
l1BatchTxIndex: bigint | null;
|
131
131
|
} | {
|
132
|
-
r:
|
133
|
-
s:
|
132
|
+
r: import("../../index.js").Hex;
|
133
|
+
s: import("../../index.js").Hex;
|
134
134
|
v: bigint;
|
135
|
-
to:
|
136
|
-
from:
|
135
|
+
to: import("abitype").Address | null;
|
136
|
+
from: import("abitype").Address;
|
137
137
|
gas: bigint;
|
138
138
|
nonce: number;
|
139
139
|
value: bigint;
|
140
140
|
blockHash: `0x${string}` | null;
|
141
141
|
blockNumber: bigint | null;
|
142
|
-
hash:
|
143
|
-
input:
|
142
|
+
hash: import("../../index.js").Hash;
|
143
|
+
input: import("../../index.js").Hex;
|
144
144
|
transactionIndex: number | null;
|
145
|
-
typeHex:
|
145
|
+
typeHex: import("../../index.js").Hex | null;
|
146
146
|
accessList?: undefined;
|
147
147
|
blobVersionedHashes?: undefined;
|
148
148
|
chainId?: number | undefined;
|
@@ -157,16 +157,16 @@ export declare const zkSyncLocalNode: {
|
|
157
157
|
} | {
|
158
158
|
blockHash: `0x${string}` | null;
|
159
159
|
blockNumber: bigint | null;
|
160
|
-
from:
|
160
|
+
from: import("abitype").Address;
|
161
161
|
gas: bigint;
|
162
|
-
hash:
|
163
|
-
input:
|
162
|
+
hash: import("../../index.js").Hash;
|
163
|
+
input: import("../../index.js").Hex;
|
164
164
|
nonce: number;
|
165
|
-
r:
|
166
|
-
s:
|
167
|
-
to:
|
165
|
+
r: import("../../index.js").Hex;
|
166
|
+
s: import("../../index.js").Hex;
|
167
|
+
to: import("abitype").Address | null;
|
168
168
|
transactionIndex: number | null;
|
169
|
-
typeHex:
|
169
|
+
typeHex: import("../../index.js").Hex | null;
|
170
170
|
v: bigint;
|
171
171
|
value: bigint;
|
172
172
|
yParity: number;
|
@@ -183,16 +183,16 @@ export declare const zkSyncLocalNode: {
|
|
183
183
|
} | {
|
184
184
|
blockHash: `0x${string}` | null;
|
185
185
|
blockNumber: bigint | null;
|
186
|
-
from:
|
186
|
+
from: import("abitype").Address;
|
187
187
|
gas: bigint;
|
188
|
-
hash:
|
189
|
-
input:
|
188
|
+
hash: import("../../index.js").Hash;
|
189
|
+
input: import("../../index.js").Hex;
|
190
190
|
nonce: number;
|
191
|
-
r:
|
192
|
-
s:
|
193
|
-
to:
|
191
|
+
r: import("../../index.js").Hex;
|
192
|
+
s: import("../../index.js").Hex;
|
193
|
+
to: import("abitype").Address | null;
|
194
194
|
transactionIndex: number | null;
|
195
|
-
typeHex:
|
195
|
+
typeHex: import("../../index.js").Hex | null;
|
196
196
|
v: bigint;
|
197
197
|
value: bigint;
|
198
198
|
yParity: number;
|
@@ -209,16 +209,16 @@ export declare const zkSyncLocalNode: {
|
|
209
209
|
} | {
|
210
210
|
blockHash: `0x${string}` | null;
|
211
211
|
blockNumber: bigint | null;
|
212
|
-
from:
|
212
|
+
from: import("abitype").Address;
|
213
213
|
gas: bigint;
|
214
|
-
hash:
|
215
|
-
input:
|
214
|
+
hash: import("../../index.js").Hash;
|
215
|
+
input: import("../../index.js").Hex;
|
216
216
|
nonce: number;
|
217
|
-
r:
|
218
|
-
s:
|
219
|
-
to:
|
217
|
+
r: import("../../index.js").Hex;
|
218
|
+
s: import("../../index.js").Hex;
|
219
|
+
to: import("abitype").Address | null;
|
220
220
|
transactionIndex: number | null;
|
221
|
-
typeHex:
|
221
|
+
typeHex: import("../../index.js").Hex | null;
|
222
222
|
v: bigint;
|
223
223
|
value: bigint;
|
224
224
|
yParity: number;
|
@@ -235,16 +235,16 @@ export declare const zkSyncLocalNode: {
|
|
235
235
|
} | {
|
236
236
|
blockHash: `0x${string}` | null;
|
237
237
|
blockNumber: bigint | null;
|
238
|
-
from:
|
238
|
+
from: import("abitype").Address;
|
239
239
|
gas: bigint;
|
240
|
-
hash:
|
241
|
-
input:
|
240
|
+
hash: import("../../index.js").Hash;
|
241
|
+
input: import("../../index.js").Hex;
|
242
242
|
nonce: number;
|
243
|
-
r:
|
244
|
-
s:
|
245
|
-
to:
|
243
|
+
r: import("../../index.js").Hex;
|
244
|
+
s: import("../../index.js").Hex;
|
245
|
+
to: import("abitype").Address | null;
|
246
246
|
transactionIndex: number | null;
|
247
|
-
typeHex:
|
247
|
+
typeHex: import("../../index.js").Hex | null;
|
248
248
|
v: bigint;
|
249
249
|
value: bigint;
|
250
250
|
yParity: number;
|
@@ -261,16 +261,16 @@ export declare const zkSyncLocalNode: {
|
|
261
261
|
} | {
|
262
262
|
blockHash: `0x${string}` | null;
|
263
263
|
blockNumber: bigint | null;
|
264
|
-
from:
|
264
|
+
from: import("abitype").Address;
|
265
265
|
gas: bigint;
|
266
|
-
hash:
|
267
|
-
input:
|
266
|
+
hash: import("../../index.js").Hash;
|
267
|
+
input: import("../../index.js").Hex;
|
268
268
|
nonce: number;
|
269
|
-
r:
|
270
|
-
s:
|
271
|
-
to:
|
269
|
+
r: import("../../index.js").Hex;
|
270
|
+
s: import("../../index.js").Hex;
|
271
|
+
to: import("abitype").Address | null;
|
272
272
|
transactionIndex: number | null;
|
273
|
-
typeHex:
|
273
|
+
typeHex: import("../../index.js").Hex | null;
|
274
274
|
v: bigint;
|
275
275
|
value: bigint;
|
276
276
|
yParity: number;
|
@@ -287,16 +287,16 @@ export declare const zkSyncLocalNode: {
|
|
287
287
|
} | {
|
288
288
|
blockHash: `0x${string}` | null;
|
289
289
|
blockNumber: bigint | null;
|
290
|
-
from:
|
290
|
+
from: import("abitype").Address;
|
291
291
|
gas: bigint;
|
292
|
-
hash:
|
293
|
-
input:
|
292
|
+
hash: import("../../index.js").Hash;
|
293
|
+
input: import("../../index.js").Hex;
|
294
294
|
nonce: number;
|
295
|
-
r:
|
296
|
-
s:
|
297
|
-
to:
|
295
|
+
r: import("../../index.js").Hex;
|
296
|
+
s: import("../../index.js").Hex;
|
297
|
+
to: import("abitype").Address | null;
|
298
298
|
transactionIndex: number | null;
|
299
|
-
typeHex:
|
299
|
+
typeHex: import("../../index.js").Hex | null;
|
300
300
|
v: bigint;
|
301
301
|
value: bigint;
|
302
302
|
yParity: number;
|
@@ -313,16 +313,16 @@ export declare const zkSyncLocalNode: {
|
|
313
313
|
} | {
|
314
314
|
blockHash: `0x${string}` | null;
|
315
315
|
blockNumber: bigint | null;
|
316
|
-
from:
|
316
|
+
from: import("abitype").Address;
|
317
317
|
gas: bigint;
|
318
|
-
hash:
|
319
|
-
input:
|
318
|
+
hash: import("../../index.js").Hash;
|
319
|
+
input: import("../../index.js").Hex;
|
320
320
|
nonce: number;
|
321
|
-
r:
|
322
|
-
s:
|
323
|
-
to:
|
321
|
+
r: import("../../index.js").Hex;
|
322
|
+
s: import("../../index.js").Hex;
|
323
|
+
to: import("abitype").Address | null;
|
324
324
|
transactionIndex: number | null;
|
325
|
-
typeHex:
|
325
|
+
typeHex: import("../../index.js").Hex | null;
|
326
326
|
v: bigint;
|
327
327
|
value: bigint;
|
328
328
|
yParity: number;
|
@@ -339,16 +339,16 @@ export declare const zkSyncLocalNode: {
|
|
339
339
|
} | {
|
340
340
|
blockHash: `0x${string}` | null;
|
341
341
|
blockNumber: bigint | null;
|
342
|
-
from:
|
342
|
+
from: import("abitype").Address;
|
343
343
|
gas: bigint;
|
344
|
-
hash:
|
345
|
-
input:
|
344
|
+
hash: import("../../index.js").Hash;
|
345
|
+
input: import("../../index.js").Hex;
|
346
346
|
nonce: number;
|
347
|
-
r:
|
348
|
-
s:
|
349
|
-
to:
|
347
|
+
r: import("../../index.js").Hex;
|
348
|
+
s: import("../../index.js").Hex;
|
349
|
+
to: import("abitype").Address | null;
|
350
350
|
transactionIndex: number | null;
|
351
|
-
typeHex:
|
351
|
+
typeHex: import("../../index.js").Hex | null;
|
352
352
|
v: bigint;
|
353
353
|
value: bigint;
|
354
354
|
yParity: number;
|
@@ -365,21 +365,21 @@ export declare const zkSyncLocalNode: {
|
|
365
365
|
} | {
|
366
366
|
blockHash: `0x${string}` | null;
|
367
367
|
blockNumber: bigint | null;
|
368
|
-
from:
|
368
|
+
from: import("abitype").Address;
|
369
369
|
gas: bigint;
|
370
|
-
hash:
|
371
|
-
input:
|
370
|
+
hash: import("../../index.js").Hash;
|
371
|
+
input: import("../../index.js").Hex;
|
372
372
|
nonce: number;
|
373
|
-
r:
|
374
|
-
s:
|
375
|
-
to:
|
373
|
+
r: import("../../index.js").Hex;
|
374
|
+
s: import("../../index.js").Hex;
|
375
|
+
to: import("abitype").Address | null;
|
376
376
|
transactionIndex: number | null;
|
377
|
-
typeHex:
|
377
|
+
typeHex: import("../../index.js").Hex | null;
|
378
378
|
v: bigint;
|
379
379
|
value: bigint;
|
380
380
|
yParity: number;
|
381
381
|
accessList: import("../../index.js").AccessList;
|
382
|
-
blobVersionedHashes: readonly
|
382
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
383
383
|
chainId: number;
|
384
384
|
type: "eip4844";
|
385
385
|
gasPrice?: undefined;
|
@@ -391,21 +391,21 @@ export declare const zkSyncLocalNode: {
|
|
391
391
|
} | {
|
392
392
|
blockHash: `0x${string}` | null;
|
393
393
|
blockNumber: bigint | null;
|
394
|
-
from:
|
394
|
+
from: import("abitype").Address;
|
395
395
|
gas: bigint;
|
396
|
-
hash:
|
397
|
-
input:
|
396
|
+
hash: import("../../index.js").Hash;
|
397
|
+
input: import("../../index.js").Hex;
|
398
398
|
nonce: number;
|
399
|
-
r:
|
400
|
-
s:
|
401
|
-
to:
|
399
|
+
r: import("../../index.js").Hex;
|
400
|
+
s: import("../../index.js").Hex;
|
401
|
+
to: import("abitype").Address | null;
|
402
402
|
transactionIndex: number | null;
|
403
|
-
typeHex:
|
403
|
+
typeHex: import("../../index.js").Hex | null;
|
404
404
|
v: bigint;
|
405
405
|
value: bigint;
|
406
406
|
yParity: number;
|
407
407
|
accessList: import("../../index.js").AccessList;
|
408
|
-
blobVersionedHashes: readonly
|
408
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
409
409
|
chainId: number;
|
410
410
|
type: "priority";
|
411
411
|
gasPrice?: undefined;
|
@@ -417,21 +417,21 @@ export declare const zkSyncLocalNode: {
|
|
417
417
|
} | {
|
418
418
|
blockHash: `0x${string}` | null;
|
419
419
|
blockNumber: bigint | null;
|
420
|
-
from:
|
420
|
+
from: import("abitype").Address;
|
421
421
|
gas: bigint;
|
422
|
-
hash:
|
423
|
-
input:
|
422
|
+
hash: import("../../index.js").Hash;
|
423
|
+
input: import("../../index.js").Hex;
|
424
424
|
nonce: number;
|
425
|
-
r:
|
426
|
-
s:
|
427
|
-
to:
|
425
|
+
r: import("../../index.js").Hex;
|
426
|
+
s: import("../../index.js").Hex;
|
427
|
+
to: import("abitype").Address | null;
|
428
428
|
transactionIndex: number | null;
|
429
|
-
typeHex:
|
429
|
+
typeHex: import("../../index.js").Hex | null;
|
430
430
|
v: bigint;
|
431
431
|
value: bigint;
|
432
432
|
yParity: number;
|
433
433
|
accessList: import("../../index.js").AccessList;
|
434
|
-
blobVersionedHashes: readonly
|
434
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
435
435
|
chainId: number;
|
436
436
|
type: "priority" | "eip712";
|
437
437
|
gasPrice?: undefined;
|
@@ -448,19 +448,19 @@ export declare const zkSyncLocalNode: {
|
|
448
448
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
|
449
449
|
blobGasPrice?: bigint | undefined;
|
450
450
|
blobGasUsed?: bigint | undefined;
|
451
|
-
blockHash:
|
451
|
+
blockHash: import("../../index.js").Hash;
|
452
452
|
blockNumber: bigint;
|
453
|
-
contractAddress:
|
453
|
+
contractAddress: import("abitype").Address | null | undefined;
|
454
454
|
cumulativeGasUsed: bigint;
|
455
455
|
effectiveGasPrice: bigint;
|
456
|
-
from:
|
456
|
+
from: import("abitype").Address;
|
457
457
|
gasUsed: bigint;
|
458
458
|
logs: import("../index.js").ZkSyncLog[];
|
459
|
-
logsBloom:
|
460
|
-
root?:
|
459
|
+
logsBloom: import("../../index.js").Hex;
|
460
|
+
root?: import("../../index.js").Hash | undefined;
|
461
461
|
status: "success" | "reverted";
|
462
|
-
to:
|
463
|
-
transactionHash:
|
462
|
+
to: import("abitype").Address | null;
|
463
|
+
transactionHash: import("../../index.js").Hash;
|
464
464
|
transactionIndex: number;
|
465
465
|
type: import("../index.js").ZkSyncTransactionType;
|
466
466
|
l1BatchNumber: bigint | null;
|
@@ -472,11 +472,11 @@ export declare const zkSyncLocalNode: {
|
|
472
472
|
readonly transactionRequest: {
|
473
473
|
exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
474
474
|
format: (args: ({
|
475
|
-
data?:
|
476
|
-
from?:
|
475
|
+
data?: import("../../index.js").Hex | undefined;
|
476
|
+
from?: import("abitype").Address;
|
477
477
|
gas?: bigint | undefined;
|
478
478
|
nonce?: number | undefined;
|
479
|
-
to?:
|
479
|
+
to?: import("abitype").Address | null | undefined;
|
480
480
|
value?: bigint | undefined;
|
481
481
|
accessList?: undefined;
|
482
482
|
blobs?: undefined;
|
@@ -489,11 +489,11 @@ export declare const zkSyncLocalNode: {
|
|
489
489
|
kzg?: undefined;
|
490
490
|
sidecars?: undefined;
|
491
491
|
} & {
|
492
|
-
data?:
|
493
|
-
from:
|
492
|
+
data?: import("../../index.js").Hex | undefined;
|
493
|
+
from: import("abitype").Address;
|
494
494
|
gas?: bigint | undefined;
|
495
495
|
nonce?: number | undefined;
|
496
|
-
to?:
|
496
|
+
to?: import("abitype").Address | null | undefined;
|
497
497
|
value?: bigint | undefined;
|
498
498
|
accessList?: undefined;
|
499
499
|
blobs?: undefined;
|
@@ -512,11 +512,11 @@ export declare const zkSyncLocalNode: {
|
|
512
512
|
paymasterInput?: undefined;
|
513
513
|
factoryDeps?: undefined;
|
514
514
|
}) | ({
|
515
|
-
data?:
|
516
|
-
from?:
|
515
|
+
data?: import("../../index.js").Hex | undefined;
|
516
|
+
from?: import("abitype").Address;
|
517
517
|
gas?: bigint | undefined;
|
518
518
|
nonce?: number | undefined;
|
519
|
-
to?:
|
519
|
+
to?: import("abitype").Address | null | undefined;
|
520
520
|
value?: bigint | undefined;
|
521
521
|
accessList?: undefined;
|
522
522
|
blobs?: undefined;
|
@@ -529,11 +529,11 @@ export declare const zkSyncLocalNode: {
|
|
529
529
|
kzg?: undefined;
|
530
530
|
sidecars?: undefined;
|
531
531
|
} & {
|
532
|
-
data?:
|
533
|
-
from:
|
532
|
+
data?: import("../../index.js").Hex | undefined;
|
533
|
+
from: import("abitype").Address;
|
534
534
|
gas?: bigint | undefined;
|
535
535
|
nonce?: number | undefined;
|
536
|
-
to?:
|
536
|
+
to?: import("abitype").Address | null | undefined;
|
537
537
|
value?: bigint | undefined;
|
538
538
|
accessList?: import("../../index.js").AccessList | undefined;
|
539
539
|
blobs?: undefined;
|
@@ -552,11 +552,11 @@ export declare const zkSyncLocalNode: {
|
|
552
552
|
paymasterInput?: undefined;
|
553
553
|
factoryDeps?: undefined;
|
554
554
|
}) | ({
|
555
|
-
data?:
|
556
|
-
from?:
|
555
|
+
data?: import("../../index.js").Hex | undefined;
|
556
|
+
from?: import("abitype").Address;
|
557
557
|
gas?: bigint | undefined;
|
558
558
|
nonce?: number | undefined;
|
559
|
-
to?:
|
559
|
+
to?: import("abitype").Address | null | undefined;
|
560
560
|
value?: bigint | undefined;
|
561
561
|
accessList?: undefined;
|
562
562
|
blobs?: undefined;
|
@@ -569,11 +569,11 @@ export declare const zkSyncLocalNode: {
|
|
569
569
|
kzg?: undefined;
|
570
570
|
sidecars?: undefined;
|
571
571
|
} & {
|
572
|
-
data?:
|
573
|
-
from:
|
572
|
+
data?: import("../../index.js").Hex | undefined;
|
573
|
+
from: import("abitype").Address;
|
574
574
|
gas?: bigint | undefined;
|
575
575
|
nonce?: number | undefined;
|
576
|
-
to?:
|
576
|
+
to?: import("abitype").Address | null | undefined;
|
577
577
|
value?: bigint | undefined;
|
578
578
|
gasPrice?: undefined;
|
579
579
|
maxFeePerBlobGas?: undefined;
|
@@ -592,11 +592,11 @@ export declare const zkSyncLocalNode: {
|
|
592
592
|
paymasterInput?: undefined;
|
593
593
|
factoryDeps?: undefined;
|
594
594
|
}) | ({
|
595
|
-
data?:
|
596
|
-
from?:
|
595
|
+
data?: import("../../index.js").Hex | undefined;
|
596
|
+
from?: import("abitype").Address;
|
597
597
|
gas?: bigint | undefined;
|
598
598
|
nonce?: number | undefined;
|
599
|
-
to?:
|
599
|
+
to?: import("abitype").Address | null | undefined;
|
600
600
|
value?: bigint | undefined;
|
601
601
|
accessList?: undefined;
|
602
602
|
blobs?: undefined;
|
@@ -610,18 +610,18 @@ export declare const zkSyncLocalNode: {
|
|
610
610
|
sidecars?: undefined;
|
611
611
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
612
612
|
gasPerPubdata?: bigint | undefined;
|
613
|
-
customSignature?:
|
614
|
-
factoryDeps?:
|
615
|
-
type?: "
|
613
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
614
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
615
|
+
type?: "eip712" | "priority" | undefined;
|
616
616
|
} & {
|
617
|
-
paymaster:
|
618
|
-
paymasterInput:
|
617
|
+
paymaster: import("abitype").Address;
|
618
|
+
paymasterInput: import("../../index.js").Hex;
|
619
619
|
}) | ({
|
620
|
-
data?:
|
621
|
-
from?:
|
620
|
+
data?: import("../../index.js").Hex | undefined;
|
621
|
+
from?: import("abitype").Address;
|
622
622
|
gas?: bigint | undefined;
|
623
623
|
nonce?: number | undefined;
|
624
|
-
to?:
|
624
|
+
to?: import("abitype").Address | null | undefined;
|
625
625
|
value?: bigint | undefined;
|
626
626
|
accessList?: undefined;
|
627
627
|
blobs?: undefined;
|
@@ -635,18 +635,18 @@ export declare const zkSyncLocalNode: {
|
|
635
635
|
sidecars?: undefined;
|
636
636
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
637
637
|
gasPerPubdata?: bigint | undefined;
|
638
|
-
customSignature?:
|
639
|
-
factoryDeps?:
|
640
|
-
type?: "
|
638
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
639
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
640
|
+
type?: "eip712" | "priority" | undefined;
|
641
641
|
} & {
|
642
642
|
paymaster?: undefined;
|
643
643
|
paymasterInput?: undefined;
|
644
644
|
}) | ({
|
645
|
-
data?:
|
646
|
-
from?:
|
645
|
+
data?: import("../../index.js").Hex | undefined;
|
646
|
+
from?: import("abitype").Address;
|
647
647
|
gas?: bigint | undefined;
|
648
648
|
nonce?: number | undefined;
|
649
|
-
to?:
|
649
|
+
to?: import("abitype").Address | null | undefined;
|
650
650
|
value?: bigint | undefined;
|
651
651
|
accessList?: import("../../index.js").AccessList | undefined;
|
652
652
|
blobs?: undefined;
|
@@ -659,11 +659,11 @@ export declare const zkSyncLocalNode: {
|
|
659
659
|
kzg?: undefined;
|
660
660
|
sidecars?: undefined;
|
661
661
|
} & {
|
662
|
-
data?:
|
663
|
-
from:
|
662
|
+
data?: import("../../index.js").Hex | undefined;
|
663
|
+
from: import("abitype").Address;
|
664
664
|
gas?: bigint | undefined;
|
665
665
|
nonce?: number | undefined;
|
666
|
-
to?:
|
666
|
+
to?: import("abitype").Address | null | undefined;
|
667
667
|
value?: bigint | undefined;
|
668
668
|
accessList?: undefined;
|
669
669
|
blobs?: undefined;
|
@@ -682,11 +682,11 @@ export declare const zkSyncLocalNode: {
|
|
682
682
|
paymasterInput?: undefined;
|
683
683
|
factoryDeps?: undefined;
|
684
684
|
}) | ({
|
685
|
-
data?:
|
686
|
-
from?:
|
685
|
+
data?: import("../../index.js").Hex | undefined;
|
686
|
+
from?: import("abitype").Address;
|
687
687
|
gas?: bigint | undefined;
|
688
688
|
nonce?: number | undefined;
|
689
|
-
to?:
|
689
|
+
to?: import("abitype").Address | null | undefined;
|
690
690
|
value?: bigint | undefined;
|
691
691
|
accessList?: import("../../index.js").AccessList | undefined;
|
692
692
|
blobs?: undefined;
|
@@ -699,11 +699,11 @@ export declare const zkSyncLocalNode: {
|
|
699
699
|
kzg?: undefined;
|
700
700
|
sidecars?: undefined;
|
701
701
|
} & {
|
702
|
-
data?:
|
703
|
-
from:
|
702
|
+
data?: import("../../index.js").Hex | undefined;
|
703
|
+
from: import("abitype").Address;
|
704
704
|
gas?: bigint | undefined;
|
705
705
|
nonce?: number | undefined;
|
706
|
-
to?:
|
706
|
+
to?: import("abitype").Address | null | undefined;
|
707
707
|
value?: bigint | undefined;
|
708
708
|
accessList?: import("../../index.js").AccessList | undefined;
|
709
709
|
blobs?: undefined;
|
@@ -722,11 +722,11 @@ export declare const zkSyncLocalNode: {
|
|
722
722
|
paymasterInput?: undefined;
|
723
723
|
factoryDeps?: undefined;
|
724
724
|
}) | ({
|
725
|
-
data?:
|
726
|
-
from?:
|
725
|
+
data?: import("../../index.js").Hex | undefined;
|
726
|
+
from?: import("abitype").Address;
|
727
727
|
gas?: bigint | undefined;
|
728
728
|
nonce?: number | undefined;
|
729
|
-
to?:
|
729
|
+
to?: import("abitype").Address | null | undefined;
|
730
730
|
value?: bigint | undefined;
|
731
731
|
accessList?: import("../../index.js").AccessList | undefined;
|
732
732
|
blobs?: undefined;
|
@@ -739,11 +739,11 @@ export declare const zkSyncLocalNode: {
|
|
739
739
|
kzg?: undefined;
|
740
740
|
sidecars?: undefined;
|
741
741
|
} & {
|
742
|
-
data?:
|
743
|
-
from:
|
742
|
+
data?: import("../../index.js").Hex | undefined;
|
743
|
+
from: import("abitype").Address;
|
744
744
|
gas?: bigint | undefined;
|
745
745
|
nonce?: number | undefined;
|
746
|
-
to?:
|
746
|
+
to?: import("abitype").Address | null | undefined;
|
747
747
|
value?: bigint | undefined;
|
748
748
|
gasPrice?: undefined;
|
749
749
|
maxFeePerBlobGas?: undefined;
|
@@ -762,11 +762,11 @@ export declare const zkSyncLocalNode: {
|
|
762
762
|
paymasterInput?: undefined;
|
763
763
|
factoryDeps?: undefined;
|
764
764
|
}) | ({
|
765
|
-
data?:
|
766
|
-
from?:
|
765
|
+
data?: import("../../index.js").Hex | undefined;
|
766
|
+
from?: import("abitype").Address;
|
767
767
|
gas?: bigint | undefined;
|
768
768
|
nonce?: number | undefined;
|
769
|
-
to?:
|
769
|
+
to?: import("abitype").Address | null | undefined;
|
770
770
|
value?: bigint | undefined;
|
771
771
|
accessList?: import("../../index.js").AccessList | undefined;
|
772
772
|
blobs?: undefined;
|
@@ -780,18 +780,18 @@ export declare const zkSyncLocalNode: {
|
|
780
780
|
sidecars?: undefined;
|
781
781
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
782
782
|
gasPerPubdata?: bigint | undefined;
|
783
|
-
customSignature?:
|
784
|
-
factoryDeps?:
|
785
|
-
type?: "
|
783
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
784
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
785
|
+
type?: "eip712" | "priority" | undefined;
|
786
786
|
} & {
|
787
|
-
paymaster:
|
788
|
-
paymasterInput:
|
787
|
+
paymaster: import("abitype").Address;
|
788
|
+
paymasterInput: import("../../index.js").Hex;
|
789
789
|
}) | ({
|
790
|
-
data?:
|
791
|
-
from?:
|
790
|
+
data?: import("../../index.js").Hex | undefined;
|
791
|
+
from?: import("abitype").Address;
|
792
792
|
gas?: bigint | undefined;
|
793
793
|
nonce?: number | undefined;
|
794
|
-
to?:
|
794
|
+
to?: import("abitype").Address | null | undefined;
|
795
795
|
value?: bigint | undefined;
|
796
796
|
accessList?: import("../../index.js").AccessList | undefined;
|
797
797
|
blobs?: undefined;
|
@@ -805,18 +805,18 @@ export declare const zkSyncLocalNode: {
|
|
805
805
|
sidecars?: undefined;
|
806
806
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
807
807
|
gasPerPubdata?: bigint | undefined;
|
808
|
-
customSignature?:
|
809
|
-
factoryDeps?:
|
810
|
-
type?: "
|
808
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
809
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
810
|
+
type?: "eip712" | "priority" | undefined;
|
811
811
|
} & {
|
812
812
|
paymaster?: undefined;
|
813
813
|
paymasterInput?: undefined;
|
814
814
|
}) | ({
|
815
|
-
data?:
|
816
|
-
from?:
|
815
|
+
data?: import("../../index.js").Hex | undefined;
|
816
|
+
from?: import("abitype").Address;
|
817
817
|
gas?: bigint | undefined;
|
818
818
|
nonce?: number | undefined;
|
819
|
-
to?:
|
819
|
+
to?: import("abitype").Address | null | undefined;
|
820
820
|
value?: bigint | undefined;
|
821
821
|
gasPrice?: bigint | undefined;
|
822
822
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -829,11 +829,11 @@ export declare const zkSyncLocalNode: {
|
|
829
829
|
kzg?: undefined;
|
830
830
|
sidecars?: undefined;
|
831
831
|
} & {
|
832
|
-
data?:
|
833
|
-
from:
|
832
|
+
data?: import("../../index.js").Hex | undefined;
|
833
|
+
from: import("abitype").Address;
|
834
834
|
gas?: bigint | undefined;
|
835
835
|
nonce?: number | undefined;
|
836
|
-
to?:
|
836
|
+
to?: import("abitype").Address | null | undefined;
|
837
837
|
value?: bigint | undefined;
|
838
838
|
accessList?: undefined;
|
839
839
|
blobs?: undefined;
|
@@ -852,11 +852,11 @@ export declare const zkSyncLocalNode: {
|
|
852
852
|
paymasterInput?: undefined;
|
853
853
|
factoryDeps?: undefined;
|
854
854
|
}) | ({
|
855
|
-
data?:
|
856
|
-
from?:
|
855
|
+
data?: import("../../index.js").Hex | undefined;
|
856
|
+
from?: import("abitype").Address;
|
857
857
|
gas?: bigint | undefined;
|
858
858
|
nonce?: number | undefined;
|
859
|
-
to?:
|
859
|
+
to?: import("abitype").Address | null | undefined;
|
860
860
|
value?: bigint | undefined;
|
861
861
|
gasPrice?: bigint | undefined;
|
862
862
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -869,11 +869,11 @@ export declare const zkSyncLocalNode: {
|
|
869
869
|
kzg?: undefined;
|
870
870
|
sidecars?: undefined;
|
871
871
|
} & {
|
872
|
-
data?:
|
873
|
-
from:
|
872
|
+
data?: import("../../index.js").Hex | undefined;
|
873
|
+
from: import("abitype").Address;
|
874
874
|
gas?: bigint | undefined;
|
875
875
|
nonce?: number | undefined;
|
876
|
-
to?:
|
876
|
+
to?: import("abitype").Address | null | undefined;
|
877
877
|
value?: bigint | undefined;
|
878
878
|
accessList?: import("../../index.js").AccessList | undefined;
|
879
879
|
blobs?: undefined;
|
@@ -892,11 +892,11 @@ export declare const zkSyncLocalNode: {
|
|
892
892
|
paymasterInput?: undefined;
|
893
893
|
factoryDeps?: undefined;
|
894
894
|
}) | ({
|
895
|
-
data?:
|
896
|
-
from?:
|
895
|
+
data?: import("../../index.js").Hex | undefined;
|
896
|
+
from?: import("abitype").Address;
|
897
897
|
gas?: bigint | undefined;
|
898
898
|
nonce?: number | undefined;
|
899
|
-
to?:
|
899
|
+
to?: import("abitype").Address | null | undefined;
|
900
900
|
value?: bigint | undefined;
|
901
901
|
gasPrice?: bigint | undefined;
|
902
902
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -909,11 +909,11 @@ export declare const zkSyncLocalNode: {
|
|
909
909
|
kzg?: undefined;
|
910
910
|
sidecars?: undefined;
|
911
911
|
} & {
|
912
|
-
data?:
|
913
|
-
from:
|
912
|
+
data?: import("../../index.js").Hex | undefined;
|
913
|
+
from: import("abitype").Address;
|
914
914
|
gas?: bigint | undefined;
|
915
915
|
nonce?: number | undefined;
|
916
|
-
to?:
|
916
|
+
to?: import("abitype").Address | null | undefined;
|
917
917
|
value?: bigint | undefined;
|
918
918
|
gasPrice?: undefined;
|
919
919
|
maxFeePerBlobGas?: undefined;
|
@@ -932,11 +932,11 @@ export declare const zkSyncLocalNode: {
|
|
932
932
|
paymasterInput?: undefined;
|
933
933
|
factoryDeps?: undefined;
|
934
934
|
}) | ({
|
935
|
-
data?:
|
936
|
-
from?:
|
935
|
+
data?: import("../../index.js").Hex | undefined;
|
936
|
+
from?: import("abitype").Address;
|
937
937
|
gas?: bigint | undefined;
|
938
938
|
nonce?: number | undefined;
|
939
|
-
to?:
|
939
|
+
to?: import("abitype").Address | null | undefined;
|
940
940
|
value?: bigint | undefined;
|
941
941
|
gasPrice?: bigint | undefined;
|
942
942
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -950,18 +950,18 @@ export declare const zkSyncLocalNode: {
|
|
950
950
|
sidecars?: undefined;
|
951
951
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
952
952
|
gasPerPubdata?: bigint | undefined;
|
953
|
-
customSignature?:
|
954
|
-
factoryDeps?:
|
955
|
-
type?: "
|
953
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
954
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
955
|
+
type?: "eip712" | "priority" | undefined;
|
956
956
|
} & {
|
957
|
-
paymaster:
|
958
|
-
paymasterInput:
|
957
|
+
paymaster: import("abitype").Address;
|
958
|
+
paymasterInput: import("../../index.js").Hex;
|
959
959
|
}) | ({
|
960
|
-
data?:
|
961
|
-
from?:
|
960
|
+
data?: import("../../index.js").Hex | undefined;
|
961
|
+
from?: import("abitype").Address;
|
962
962
|
gas?: bigint | undefined;
|
963
963
|
nonce?: number | undefined;
|
964
|
-
to?:
|
964
|
+
to?: import("abitype").Address | null | undefined;
|
965
965
|
value?: bigint | undefined;
|
966
966
|
gasPrice?: bigint | undefined;
|
967
967
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -975,35 +975,35 @@ export declare const zkSyncLocalNode: {
|
|
975
975
|
sidecars?: undefined;
|
976
976
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
977
977
|
gasPerPubdata?: bigint | undefined;
|
978
|
-
customSignature?:
|
979
|
-
factoryDeps?:
|
980
|
-
type?: "
|
978
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
979
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
980
|
+
type?: "eip712" | "priority" | undefined;
|
981
981
|
} & {
|
982
982
|
paymaster?: undefined;
|
983
983
|
paymasterInput?: undefined;
|
984
984
|
}) | ({
|
985
|
-
data?:
|
986
|
-
from?:
|
985
|
+
data?: import("../../index.js").Hex | undefined;
|
986
|
+
from?: import("abitype").Address;
|
987
987
|
gas?: bigint | undefined;
|
988
988
|
nonce?: number | undefined;
|
989
989
|
value?: bigint | undefined;
|
990
|
-
to?:
|
990
|
+
to?: import("abitype").Address | null | undefined;
|
991
991
|
accessList?: import("../../index.js").AccessList | undefined;
|
992
992
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
993
|
-
blobVersionedHashes?: readonly
|
993
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
994
994
|
kzg?: import("../../index.js").Kzg | undefined;
|
995
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
995
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
996
996
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
997
997
|
gasPrice?: bigint | undefined;
|
998
998
|
maxFeePerGas?: bigint | undefined;
|
999
999
|
maxPriorityFeePerGas?: bigint | undefined;
|
1000
1000
|
maxFeePerBlobGas?: bigint | undefined;
|
1001
1001
|
} & {
|
1002
|
-
data?:
|
1003
|
-
from:
|
1002
|
+
data?: import("../../index.js").Hex | undefined;
|
1003
|
+
from: import("abitype").Address;
|
1004
1004
|
gas?: bigint | undefined;
|
1005
1005
|
nonce?: number | undefined;
|
1006
|
-
to?:
|
1006
|
+
to?: import("abitype").Address | null | undefined;
|
1007
1007
|
value?: bigint | undefined;
|
1008
1008
|
accessList?: undefined;
|
1009
1009
|
blobs?: undefined;
|
@@ -1022,28 +1022,28 @@ export declare const zkSyncLocalNode: {
|
|
1022
1022
|
paymasterInput?: undefined;
|
1023
1023
|
factoryDeps?: undefined;
|
1024
1024
|
}) | ({
|
1025
|
-
data?:
|
1026
|
-
from?:
|
1025
|
+
data?: import("../../index.js").Hex | undefined;
|
1026
|
+
from?: import("abitype").Address;
|
1027
1027
|
gas?: bigint | undefined;
|
1028
1028
|
nonce?: number | undefined;
|
1029
1029
|
value?: bigint | undefined;
|
1030
|
-
to?:
|
1030
|
+
to?: import("abitype").Address | null | undefined;
|
1031
1031
|
accessList?: import("../../index.js").AccessList | undefined;
|
1032
1032
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1033
|
-
blobVersionedHashes?: readonly
|
1033
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1034
1034
|
kzg?: import("../../index.js").Kzg | undefined;
|
1035
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1035
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1036
1036
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1037
1037
|
gasPrice?: bigint | undefined;
|
1038
1038
|
maxFeePerGas?: bigint | undefined;
|
1039
1039
|
maxPriorityFeePerGas?: bigint | undefined;
|
1040
1040
|
maxFeePerBlobGas?: bigint | undefined;
|
1041
1041
|
} & {
|
1042
|
-
data?:
|
1043
|
-
from:
|
1042
|
+
data?: import("../../index.js").Hex | undefined;
|
1043
|
+
from: import("abitype").Address;
|
1044
1044
|
gas?: bigint | undefined;
|
1045
1045
|
nonce?: number | undefined;
|
1046
|
-
to?:
|
1046
|
+
to?: import("abitype").Address | null | undefined;
|
1047
1047
|
value?: bigint | undefined;
|
1048
1048
|
accessList?: import("../../index.js").AccessList | undefined;
|
1049
1049
|
blobs?: undefined;
|
@@ -1062,28 +1062,28 @@ export declare const zkSyncLocalNode: {
|
|
1062
1062
|
paymasterInput?: undefined;
|
1063
1063
|
factoryDeps?: undefined;
|
1064
1064
|
}) | ({
|
1065
|
-
data?:
|
1066
|
-
from?:
|
1065
|
+
data?: import("../../index.js").Hex | undefined;
|
1066
|
+
from?: import("abitype").Address;
|
1067
1067
|
gas?: bigint | undefined;
|
1068
1068
|
nonce?: number | undefined;
|
1069
1069
|
value?: bigint | undefined;
|
1070
|
-
to?:
|
1070
|
+
to?: import("abitype").Address | null | undefined;
|
1071
1071
|
accessList?: import("../../index.js").AccessList | undefined;
|
1072
1072
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1073
|
-
blobVersionedHashes?: readonly
|
1073
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1074
1074
|
kzg?: import("../../index.js").Kzg | undefined;
|
1075
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1075
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1076
1076
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1077
1077
|
gasPrice?: bigint | undefined;
|
1078
1078
|
maxFeePerGas?: bigint | undefined;
|
1079
1079
|
maxPriorityFeePerGas?: bigint | undefined;
|
1080
1080
|
maxFeePerBlobGas?: bigint | undefined;
|
1081
1081
|
} & {
|
1082
|
-
data?:
|
1083
|
-
from:
|
1082
|
+
data?: import("../../index.js").Hex | undefined;
|
1083
|
+
from: import("abitype").Address;
|
1084
1084
|
gas?: bigint | undefined;
|
1085
1085
|
nonce?: number | undefined;
|
1086
|
-
to?:
|
1086
|
+
to?: import("abitype").Address | null | undefined;
|
1087
1087
|
value?: bigint | undefined;
|
1088
1088
|
gasPrice?: undefined;
|
1089
1089
|
maxFeePerBlobGas?: undefined;
|
@@ -1102,34 +1102,34 @@ export declare const zkSyncLocalNode: {
|
|
1102
1102
|
paymasterInput?: undefined;
|
1103
1103
|
factoryDeps?: undefined;
|
1104
1104
|
}) | ({
|
1105
|
-
data?:
|
1106
|
-
from?:
|
1105
|
+
data?: import("../../index.js").Hex | undefined;
|
1106
|
+
from?: import("abitype").Address;
|
1107
1107
|
gas?: bigint | undefined;
|
1108
1108
|
nonce?: number | undefined;
|
1109
1109
|
value?: bigint | undefined;
|
1110
|
-
to?:
|
1110
|
+
to?: import("abitype").Address | null | undefined;
|
1111
1111
|
accessList?: import("../../index.js").AccessList | undefined;
|
1112
1112
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1113
|
-
blobVersionedHashes?: readonly
|
1113
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1114
1114
|
kzg?: import("../../index.js").Kzg | undefined;
|
1115
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1115
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1116
1116
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1117
1117
|
gasPrice?: bigint | undefined;
|
1118
1118
|
maxFeePerGas?: bigint | undefined;
|
1119
1119
|
maxPriorityFeePerGas?: bigint | undefined;
|
1120
1120
|
maxFeePerBlobGas?: bigint | undefined;
|
1121
1121
|
} & {
|
1122
|
-
data?:
|
1123
|
-
from:
|
1122
|
+
data?: import("../../index.js").Hex | undefined;
|
1123
|
+
from: import("abitype").Address;
|
1124
1124
|
gas?: bigint | undefined;
|
1125
1125
|
nonce?: number | undefined;
|
1126
1126
|
value?: bigint | undefined;
|
1127
1127
|
to: `0x${string}` | null;
|
1128
1128
|
accessList?: import("../../index.js").AccessList | undefined;
|
1129
|
-
blobs: readonly
|
1130
|
-
blobVersionedHashes?: readonly
|
1129
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
1130
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1131
1131
|
kzg?: import("../../index.js").Kzg | undefined;
|
1132
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1132
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1133
1133
|
type?: "eip4844" | undefined;
|
1134
1134
|
gasPrice?: undefined;
|
1135
1135
|
maxFeePerGas?: bigint | undefined;
|
@@ -1142,17 +1142,17 @@ export declare const zkSyncLocalNode: {
|
|
1142
1142
|
paymasterInput?: undefined;
|
1143
1143
|
factoryDeps?: undefined;
|
1144
1144
|
}) | ({
|
1145
|
-
data?:
|
1146
|
-
from?:
|
1145
|
+
data?: import("../../index.js").Hex | undefined;
|
1146
|
+
from?: import("abitype").Address;
|
1147
1147
|
gas?: bigint | undefined;
|
1148
1148
|
nonce?: number | undefined;
|
1149
1149
|
value?: bigint | undefined;
|
1150
|
-
to?:
|
1150
|
+
to?: import("abitype").Address | null | undefined;
|
1151
1151
|
accessList?: import("../../index.js").AccessList | undefined;
|
1152
1152
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1153
|
-
blobVersionedHashes?: readonly
|
1153
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1154
1154
|
kzg?: import("../../index.js").Kzg | undefined;
|
1155
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1155
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1156
1156
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1157
1157
|
gasPrice?: bigint | undefined;
|
1158
1158
|
maxFeePerGas?: bigint | undefined;
|
@@ -1160,24 +1160,24 @@ export declare const zkSyncLocalNode: {
|
|
1160
1160
|
maxFeePerBlobGas?: bigint | undefined;
|
1161
1161
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1162
1162
|
gasPerPubdata?: bigint | undefined;
|
1163
|
-
customSignature?:
|
1164
|
-
factoryDeps?:
|
1165
|
-
type?: "
|
1163
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
1164
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
1165
|
+
type?: "eip712" | "priority" | undefined;
|
1166
1166
|
} & {
|
1167
|
-
paymaster:
|
1168
|
-
paymasterInput:
|
1167
|
+
paymaster: import("abitype").Address;
|
1168
|
+
paymasterInput: import("../../index.js").Hex;
|
1169
1169
|
}) | ({
|
1170
|
-
data?:
|
1171
|
-
from?:
|
1170
|
+
data?: import("../../index.js").Hex | undefined;
|
1171
|
+
from?: import("abitype").Address;
|
1172
1172
|
gas?: bigint | undefined;
|
1173
1173
|
nonce?: number | undefined;
|
1174
1174
|
value?: bigint | undefined;
|
1175
|
-
to?:
|
1175
|
+
to?: import("abitype").Address | null | undefined;
|
1176
1176
|
accessList?: import("../../index.js").AccessList | undefined;
|
1177
1177
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1178
|
-
blobVersionedHashes?: readonly
|
1178
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1179
1179
|
kzg?: import("../../index.js").Kzg | undefined;
|
1180
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1180
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1181
1181
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1182
1182
|
gasPrice?: bigint | undefined;
|
1183
1183
|
maxFeePerGas?: bigint | undefined;
|
@@ -1185,18 +1185,18 @@ export declare const zkSyncLocalNode: {
|
|
1185
1185
|
maxFeePerBlobGas?: bigint | undefined;
|
1186
1186
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1187
1187
|
gasPerPubdata?: bigint | undefined;
|
1188
|
-
customSignature?:
|
1189
|
-
factoryDeps?:
|
1190
|
-
type?: "
|
1188
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
1189
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
1190
|
+
type?: "eip712" | "priority" | undefined;
|
1191
1191
|
} & {
|
1192
1192
|
paymaster?: undefined;
|
1193
1193
|
paymasterInput?: undefined;
|
1194
1194
|
})) => ({
|
1195
|
-
data?:
|
1196
|
-
from:
|
1195
|
+
data?: import("../../index.js").Hex | undefined;
|
1196
|
+
from: import("abitype").Address;
|
1197
1197
|
gas?: `0x${string}` | undefined;
|
1198
1198
|
nonce?: `0x${string}` | undefined;
|
1199
|
-
to?:
|
1199
|
+
to?: import("abitype").Address | null | undefined;
|
1200
1200
|
value?: `0x${string}` | undefined;
|
1201
1201
|
accessList?: undefined;
|
1202
1202
|
blobs?: undefined;
|
@@ -1210,11 +1210,11 @@ export declare const zkSyncLocalNode: {
|
|
1210
1210
|
sidecars?: undefined;
|
1211
1211
|
eip712Meta?: undefined;
|
1212
1212
|
} | {
|
1213
|
-
data?:
|
1214
|
-
from:
|
1213
|
+
data?: import("../../index.js").Hex | undefined;
|
1214
|
+
from: import("abitype").Address;
|
1215
1215
|
gas?: `0x${string}` | undefined;
|
1216
1216
|
nonce?: `0x${string}` | undefined;
|
1217
|
-
to?:
|
1217
|
+
to?: import("abitype").Address | null | undefined;
|
1218
1218
|
value?: `0x${string}` | undefined;
|
1219
1219
|
accessList?: undefined;
|
1220
1220
|
blobs?: undefined;
|
@@ -1228,11 +1228,11 @@ export declare const zkSyncLocalNode: {
|
|
1228
1228
|
sidecars?: undefined;
|
1229
1229
|
eip712Meta?: undefined;
|
1230
1230
|
} | {
|
1231
|
-
data?:
|
1232
|
-
from:
|
1231
|
+
data?: import("../../index.js").Hex | undefined;
|
1232
|
+
from: import("abitype").Address;
|
1233
1233
|
gas?: `0x${string}` | undefined;
|
1234
1234
|
nonce?: `0x${string}` | undefined;
|
1235
|
-
to?:
|
1235
|
+
to?: import("abitype").Address | null | undefined;
|
1236
1236
|
value?: `0x${string}` | undefined;
|
1237
1237
|
accessList?: undefined;
|
1238
1238
|
blobs?: undefined;
|
@@ -1246,11 +1246,11 @@ export declare const zkSyncLocalNode: {
|
|
1246
1246
|
sidecars?: undefined;
|
1247
1247
|
eip712Meta?: undefined;
|
1248
1248
|
} | {
|
1249
|
-
data?:
|
1250
|
-
from:
|
1249
|
+
data?: import("../../index.js").Hex | undefined;
|
1250
|
+
from: import("abitype").Address;
|
1251
1251
|
gas?: `0x${string}` | undefined;
|
1252
1252
|
nonce?: `0x${string}` | undefined;
|
1253
|
-
to?:
|
1253
|
+
to?: import("abitype").Address | null | undefined;
|
1254
1254
|
value?: `0x${string}` | undefined;
|
1255
1255
|
accessList?: undefined;
|
1256
1256
|
blobs?: undefined;
|
@@ -1264,11 +1264,11 @@ export declare const zkSyncLocalNode: {
|
|
1264
1264
|
sidecars?: undefined;
|
1265
1265
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1266
1266
|
} | {
|
1267
|
-
data?:
|
1268
|
-
from:
|
1267
|
+
data?: import("../../index.js").Hex | undefined;
|
1268
|
+
from: import("abitype").Address;
|
1269
1269
|
gas?: `0x${string}` | undefined;
|
1270
1270
|
nonce?: `0x${string}` | undefined;
|
1271
|
-
to?:
|
1271
|
+
to?: import("abitype").Address | null | undefined;
|
1272
1272
|
value?: `0x${string}` | undefined;
|
1273
1273
|
accessList?: undefined;
|
1274
1274
|
blobs?: undefined;
|
@@ -1282,11 +1282,11 @@ export declare const zkSyncLocalNode: {
|
|
1282
1282
|
sidecars?: undefined;
|
1283
1283
|
eip712Meta?: undefined;
|
1284
1284
|
} | {
|
1285
|
-
data?:
|
1286
|
-
from:
|
1285
|
+
data?: import("../../index.js").Hex | undefined;
|
1286
|
+
from: import("abitype").Address;
|
1287
1287
|
gas?: `0x${string}` | undefined;
|
1288
1288
|
nonce?: `0x${string}` | undefined;
|
1289
|
-
to?:
|
1289
|
+
to?: import("abitype").Address | null | undefined;
|
1290
1290
|
value?: `0x${string}` | undefined;
|
1291
1291
|
accessList?: import("../../index.js").AccessList | undefined;
|
1292
1292
|
blobs?: undefined;
|
@@ -1300,11 +1300,11 @@ export declare const zkSyncLocalNode: {
|
|
1300
1300
|
sidecars?: undefined;
|
1301
1301
|
eip712Meta?: undefined;
|
1302
1302
|
} | {
|
1303
|
-
data?:
|
1304
|
-
from:
|
1303
|
+
data?: import("../../index.js").Hex | undefined;
|
1304
|
+
from: import("abitype").Address;
|
1305
1305
|
gas?: `0x${string}` | undefined;
|
1306
1306
|
nonce?: `0x${string}` | undefined;
|
1307
|
-
to?:
|
1307
|
+
to?: import("abitype").Address | null | undefined;
|
1308
1308
|
value?: `0x${string}` | undefined;
|
1309
1309
|
accessList?: import("../../index.js").AccessList | undefined;
|
1310
1310
|
blobs?: undefined;
|
@@ -1318,11 +1318,11 @@ export declare const zkSyncLocalNode: {
|
|
1318
1318
|
sidecars?: undefined;
|
1319
1319
|
eip712Meta?: undefined;
|
1320
1320
|
} | {
|
1321
|
-
data?:
|
1322
|
-
from:
|
1321
|
+
data?: import("../../index.js").Hex | undefined;
|
1322
|
+
from: import("abitype").Address;
|
1323
1323
|
gas?: `0x${string}` | undefined;
|
1324
1324
|
nonce?: `0x${string}` | undefined;
|
1325
|
-
to?:
|
1325
|
+
to?: import("abitype").Address | null | undefined;
|
1326
1326
|
value?: `0x${string}` | undefined;
|
1327
1327
|
accessList?: import("../../index.js").AccessList | undefined;
|
1328
1328
|
blobs?: undefined;
|
@@ -1336,11 +1336,11 @@ export declare const zkSyncLocalNode: {
|
|
1336
1336
|
sidecars?: undefined;
|
1337
1337
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1338
1338
|
} | {
|
1339
|
-
data?:
|
1340
|
-
from:
|
1339
|
+
data?: import("../../index.js").Hex | undefined;
|
1340
|
+
from: import("abitype").Address;
|
1341
1341
|
gas?: `0x${string}` | undefined;
|
1342
1342
|
nonce?: `0x${string}` | undefined;
|
1343
|
-
to?:
|
1343
|
+
to?: import("abitype").Address | null | undefined;
|
1344
1344
|
value?: `0x${string}` | undefined;
|
1345
1345
|
gasPrice?: `0x${string}` | undefined;
|
1346
1346
|
maxFeePerBlobGas?: undefined;
|
@@ -1354,11 +1354,11 @@ export declare const zkSyncLocalNode: {
|
|
1354
1354
|
sidecars?: undefined;
|
1355
1355
|
eip712Meta?: undefined;
|
1356
1356
|
} | {
|
1357
|
-
data?:
|
1358
|
-
from:
|
1357
|
+
data?: import("../../index.js").Hex | undefined;
|
1358
|
+
from: import("abitype").Address;
|
1359
1359
|
gas?: `0x${string}` | undefined;
|
1360
1360
|
nonce?: `0x${string}` | undefined;
|
1361
|
-
to?:
|
1361
|
+
to?: import("abitype").Address | null | undefined;
|
1362
1362
|
value?: `0x${string}` | undefined;
|
1363
1363
|
gasPrice?: `0x${string}` | undefined;
|
1364
1364
|
maxFeePerBlobGas?: undefined;
|
@@ -1372,11 +1372,11 @@ export declare const zkSyncLocalNode: {
|
|
1372
1372
|
sidecars?: undefined;
|
1373
1373
|
eip712Meta?: undefined;
|
1374
1374
|
} | {
|
1375
|
-
data?:
|
1376
|
-
from:
|
1375
|
+
data?: import("../../index.js").Hex | undefined;
|
1376
|
+
from: import("abitype").Address;
|
1377
1377
|
gas?: `0x${string}` | undefined;
|
1378
1378
|
nonce?: `0x${string}` | undefined;
|
1379
|
-
to?:
|
1379
|
+
to?: import("abitype").Address | null | undefined;
|
1380
1380
|
value?: `0x${string}` | undefined;
|
1381
1381
|
gasPrice?: undefined;
|
1382
1382
|
maxFeePerBlobGas?: undefined;
|
@@ -1390,11 +1390,11 @@ export declare const zkSyncLocalNode: {
|
|
1390
1390
|
sidecars?: undefined;
|
1391
1391
|
eip712Meta?: undefined;
|
1392
1392
|
} | {
|
1393
|
-
data?:
|
1394
|
-
from:
|
1393
|
+
data?: import("../../index.js").Hex | undefined;
|
1394
|
+
from: import("abitype").Address;
|
1395
1395
|
gas?: `0x${string}` | undefined;
|
1396
1396
|
nonce?: `0x${string}` | undefined;
|
1397
|
-
to?:
|
1397
|
+
to?: import("abitype").Address | null | undefined;
|
1398
1398
|
value?: `0x${string}` | undefined;
|
1399
1399
|
gasPrice?: undefined;
|
1400
1400
|
maxFeePerBlobGas?: undefined;
|
@@ -1408,17 +1408,17 @@ export declare const zkSyncLocalNode: {
|
|
1408
1408
|
sidecars?: undefined;
|
1409
1409
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1410
1410
|
} | {
|
1411
|
-
data?:
|
1412
|
-
from:
|
1411
|
+
data?: import("../../index.js").Hex | undefined;
|
1412
|
+
from: import("abitype").Address;
|
1413
1413
|
gas?: `0x${string}` | undefined;
|
1414
1414
|
nonce?: `0x${string}` | undefined;
|
1415
1415
|
value?: `0x${string}` | undefined;
|
1416
1416
|
to: `0x${string}` | null;
|
1417
1417
|
accessList?: import("../../index.js").AccessList | undefined;
|
1418
|
-
blobs: readonly
|
1419
|
-
blobVersionedHashes?: readonly
|
1418
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
1419
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1420
1420
|
kzg?: import("../../index.js").Kzg | undefined;
|
1421
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1421
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1422
1422
|
type?: "0x3" | undefined;
|
1423
1423
|
gasPrice?: undefined;
|
1424
1424
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -1426,17 +1426,17 @@ export declare const zkSyncLocalNode: {
|
|
1426
1426
|
maxFeePerBlobGas: `0x${string}`;
|
1427
1427
|
eip712Meta?: undefined;
|
1428
1428
|
} | {
|
1429
|
-
data?:
|
1430
|
-
from:
|
1429
|
+
data?: import("../../index.js").Hex | undefined;
|
1430
|
+
from: import("abitype").Address;
|
1431
1431
|
gas?: `0x${string}` | undefined;
|
1432
1432
|
nonce?: `0x${string}` | undefined;
|
1433
1433
|
value?: `0x${string}` | undefined;
|
1434
|
-
to:
|
1434
|
+
to: import("abitype").Address | null | undefined;
|
1435
1435
|
accessList?: import("../../index.js").AccessList | undefined;
|
1436
|
-
blobs: readonly
|
1437
|
-
blobVersionedHashes?: readonly
|
1436
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
1437
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1438
1438
|
kzg?: import("../../index.js").Kzg | undefined;
|
1439
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1439
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1440
1440
|
type: "0xff" | "0x71";
|
1441
1441
|
gasPrice?: undefined;
|
1442
1442
|
maxFeePerGas?: `0x${string}` | undefined;
|