viem 2.16.0 → 2.16.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/_cjs/accounts/generateMnemonic.js +1 -2
- package/_cjs/accounts/generateMnemonic.js.map +1 -1
- package/_cjs/accounts/generatePrivateKey.js +1 -2
- package/_cjs/accounts/generatePrivateKey.js.map +1 -1
- package/_cjs/accounts/hdKeyToAccount.js +1 -2
- package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
- package/_cjs/accounts/mnemonicToAccount.js +1 -2
- package/_cjs/accounts/mnemonicToAccount.js.map +1 -1
- package/_cjs/accounts/privateKeyToAccount.js +1 -2
- package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
- package/_cjs/accounts/toAccount.js +1 -2
- package/_cjs/accounts/toAccount.js.map +1 -1
- package/_cjs/accounts/utils/parseAccount.js +1 -2
- package/_cjs/accounts/utils/parseAccount.js.map +1 -1
- package/_cjs/accounts/utils/privateKeyToAddress.js +1 -2
- package/_cjs/accounts/utils/privateKeyToAddress.js.map +1 -1
- package/_cjs/accounts/utils/publicKeyToAddress.js +1 -2
- package/_cjs/accounts/utils/publicKeyToAddress.js.map +1 -1
- package/_cjs/accounts/utils/sign.js +1 -2
- package/_cjs/accounts/utils/sign.js.map +1 -1
- package/_cjs/accounts/utils/signMessage.js +1 -2
- package/_cjs/accounts/utils/signMessage.js.map +1 -1
- package/_cjs/accounts/utils/signTransaction.js +1 -2
- package/_cjs/accounts/utils/signTransaction.js.map +1 -1
- package/_cjs/accounts/utils/signTypedData.js +1 -2
- package/_cjs/accounts/utils/signTypedData.js.map +1 -1
- package/_cjs/actions/ens/getEnsAddress.js +1 -2
- package/_cjs/actions/ens/getEnsAddress.js.map +1 -1
- package/_cjs/actions/ens/getEnsAvatar.js +1 -2
- package/_cjs/actions/ens/getEnsAvatar.js.map +1 -1
- package/_cjs/actions/ens/getEnsName.js +1 -2
- package/_cjs/actions/ens/getEnsName.js.map +1 -1
- package/_cjs/actions/ens/getEnsResolver.js +1 -2
- package/_cjs/actions/ens/getEnsResolver.js.map +1 -1
- package/_cjs/actions/ens/getEnsText.js +1 -2
- package/_cjs/actions/ens/getEnsText.js.map +1 -1
- package/_cjs/actions/getContract.js +3 -4
- package/_cjs/actions/getContract.js.map +1 -1
- package/_cjs/actions/public/call.js +2 -3
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/createBlockFilter.js +1 -2
- package/_cjs/actions/public/createBlockFilter.js.map +1 -1
- package/_cjs/actions/public/createContractEventFilter.js +1 -2
- package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
- package/_cjs/actions/public/createEventFilter.js +7 -9
- package/_cjs/actions/public/createEventFilter.js.map +1 -1
- package/_cjs/actions/public/createPendingTransactionFilter.js +1 -2
- package/_cjs/actions/public/createPendingTransactionFilter.js.map +1 -1
- package/_cjs/actions/public/estimateContractGas.js +1 -2
- package/_cjs/actions/public/estimateContractGas.js.map +1 -1
- package/_cjs/actions/public/estimateFeesPerGas.js +2 -3
- package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +1 -2
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js +2 -3
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
- package/_cjs/actions/public/getBalance.js +1 -2
- package/_cjs/actions/public/getBalance.js.map +1 -1
- package/_cjs/actions/public/getBlobBaseFee.js +1 -2
- package/_cjs/actions/public/getBlobBaseFee.js.map +1 -1
- package/_cjs/actions/public/getBlock.js +1 -2
- package/_cjs/actions/public/getBlock.js.map +1 -1
- package/_cjs/actions/public/getBlockNumber.js +2 -3
- package/_cjs/actions/public/getBlockNumber.js.map +1 -1
- package/_cjs/actions/public/getBlockTransactionCount.js +1 -2
- package/_cjs/actions/public/getBlockTransactionCount.js.map +1 -1
- package/_cjs/actions/public/getChainId.js +1 -2
- package/_cjs/actions/public/getChainId.js.map +1 -1
- package/_cjs/actions/public/getCode.js +1 -2
- package/_cjs/actions/public/getCode.js.map +1 -1
- package/_cjs/actions/public/getContractEvents.js +1 -2
- package/_cjs/actions/public/getContractEvents.js.map +1 -1
- package/_cjs/actions/public/getEip712Domain.js +1 -2
- package/_cjs/actions/public/getEip712Domain.js.map +1 -1
- package/_cjs/actions/public/getFeeHistory.js +1 -2
- package/_cjs/actions/public/getFeeHistory.js.map +1 -1
- package/_cjs/actions/public/getFilterChanges.js +1 -2
- package/_cjs/actions/public/getFilterChanges.js.map +1 -1
- package/_cjs/actions/public/getFilterLogs.js +1 -2
- package/_cjs/actions/public/getFilterLogs.js.map +1 -1
- package/_cjs/actions/public/getGasPrice.js +1 -2
- package/_cjs/actions/public/getGasPrice.js.map +1 -1
- package/_cjs/actions/public/getLogs.js +7 -9
- package/_cjs/actions/public/getLogs.js.map +1 -1
- package/_cjs/actions/public/getProof.js +1 -2
- package/_cjs/actions/public/getProof.js.map +1 -1
- package/_cjs/actions/public/getStorageAt.js +1 -2
- package/_cjs/actions/public/getStorageAt.js.map +1 -1
- package/_cjs/actions/public/getTransaction.js +1 -2
- package/_cjs/actions/public/getTransaction.js.map +1 -1
- package/_cjs/actions/public/getTransactionConfirmations.js +1 -2
- package/_cjs/actions/public/getTransactionConfirmations.js.map +1 -1
- package/_cjs/actions/public/getTransactionCount.js +1 -2
- package/_cjs/actions/public/getTransactionCount.js.map +1 -1
- package/_cjs/actions/public/getTransactionReceipt.js +1 -2
- package/_cjs/actions/public/getTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/multicall.js +1 -2
- package/_cjs/actions/public/multicall.js.map +1 -1
- package/_cjs/actions/public/readContract.js +1 -2
- package/_cjs/actions/public/readContract.js.map +1 -1
- package/_cjs/actions/public/simulateContract.js +1 -2
- package/_cjs/actions/public/simulateContract.js.map +1 -1
- package/_cjs/actions/public/uninstallFilter.js +1 -2
- package/_cjs/actions/public/uninstallFilter.js.map +1 -1
- package/_cjs/actions/public/verifyHash.js +1 -2
- package/_cjs/actions/public/verifyHash.js.map +1 -1
- package/_cjs/actions/public/verifyMessage.js +1 -2
- package/_cjs/actions/public/verifyMessage.js.map +1 -1
- package/_cjs/actions/public/verifyTypedData.js +1 -2
- package/_cjs/actions/public/verifyTypedData.js.map +1 -1
- package/_cjs/actions/public/waitForTransactionReceipt.js +1 -2
- package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/watchBlockNumber.js +1 -2
- package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
- package/_cjs/actions/public/watchBlocks.js +1 -2
- package/_cjs/actions/public/watchBlocks.js.map +1 -1
- package/_cjs/actions/public/watchContractEvent.js +1 -2
- package/_cjs/actions/public/watchContractEvent.js.map +1 -1
- package/_cjs/actions/public/watchEvent.js +7 -9
- package/_cjs/actions/public/watchEvent.js.map +1 -1
- package/_cjs/actions/public/watchPendingTransactions.js +1 -2
- package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
- package/_cjs/actions/siwe/verifySiweMessage.js +1 -2
- package/_cjs/actions/siwe/verifySiweMessage.js.map +1 -1
- package/_cjs/actions/test/dropTransaction.js +1 -2
- package/_cjs/actions/test/dropTransaction.js.map +1 -1
- package/_cjs/actions/test/dumpState.js +1 -2
- package/_cjs/actions/test/dumpState.js.map +1 -1
- package/_cjs/actions/test/getAutomine.js +1 -2
- package/_cjs/actions/test/getAutomine.js.map +1 -1
- package/_cjs/actions/test/getTxpoolContent.js +1 -2
- package/_cjs/actions/test/getTxpoolContent.js.map +1 -1
- package/_cjs/actions/test/getTxpoolStatus.js +1 -2
- package/_cjs/actions/test/getTxpoolStatus.js.map +1 -1
- package/_cjs/actions/test/impersonateAccount.js +1 -2
- package/_cjs/actions/test/impersonateAccount.js.map +1 -1
- package/_cjs/actions/test/increaseTime.js +1 -2
- package/_cjs/actions/test/increaseTime.js.map +1 -1
- package/_cjs/actions/test/inspectTxpool.js +1 -2
- package/_cjs/actions/test/inspectTxpool.js.map +1 -1
- package/_cjs/actions/test/loadState.js +1 -2
- package/_cjs/actions/test/loadState.js.map +1 -1
- package/_cjs/actions/test/mine.js +1 -2
- package/_cjs/actions/test/mine.js.map +1 -1
- package/_cjs/actions/test/removeBlockTimestampInterval.js +1 -2
- package/_cjs/actions/test/removeBlockTimestampInterval.js.map +1 -1
- package/_cjs/actions/test/reset.js +1 -2
- package/_cjs/actions/test/reset.js.map +1 -1
- package/_cjs/actions/test/revert.js +1 -2
- package/_cjs/actions/test/revert.js.map +1 -1
- package/_cjs/actions/test/sendUnsignedTransaction.js +1 -2
- package/_cjs/actions/test/sendUnsignedTransaction.js.map +1 -1
- package/_cjs/actions/test/setAutomine.js +1 -2
- package/_cjs/actions/test/setAutomine.js.map +1 -1
- package/_cjs/actions/test/setBalance.js +1 -2
- package/_cjs/actions/test/setBalance.js.map +1 -1
- package/_cjs/actions/test/setBlockGasLimit.js +1 -2
- package/_cjs/actions/test/setBlockGasLimit.js.map +1 -1
- package/_cjs/actions/test/setBlockTimestampInterval.js +1 -2
- package/_cjs/actions/test/setBlockTimestampInterval.js.map +1 -1
- package/_cjs/actions/test/setCode.js +1 -2
- package/_cjs/actions/test/setCode.js.map +1 -1
- package/_cjs/actions/test/setCoinbase.js +1 -2
- package/_cjs/actions/test/setCoinbase.js.map +1 -1
- package/_cjs/actions/test/setIntervalMining.js +1 -2
- package/_cjs/actions/test/setIntervalMining.js.map +1 -1
- package/_cjs/actions/test/setLoggingEnabled.js +1 -2
- package/_cjs/actions/test/setLoggingEnabled.js.map +1 -1
- package/_cjs/actions/test/setMinGasPrice.js +1 -2
- package/_cjs/actions/test/setMinGasPrice.js.map +1 -1
- package/_cjs/actions/test/setNextBlockBaseFeePerGas.js +1 -2
- package/_cjs/actions/test/setNextBlockBaseFeePerGas.js.map +1 -1
- package/_cjs/actions/test/setNextBlockTimestamp.js +1 -2
- package/_cjs/actions/test/setNextBlockTimestamp.js.map +1 -1
- package/_cjs/actions/test/setNonce.js +1 -2
- package/_cjs/actions/test/setNonce.js.map +1 -1
- package/_cjs/actions/test/setRpcUrl.js +1 -2
- package/_cjs/actions/test/setRpcUrl.js.map +1 -1
- package/_cjs/actions/test/setStorageAt.js +1 -2
- package/_cjs/actions/test/setStorageAt.js.map +1 -1
- package/_cjs/actions/test/snapshot.js +1 -2
- package/_cjs/actions/test/snapshot.js.map +1 -1
- package/_cjs/actions/test/stopImpersonatingAccount.js +1 -2
- package/_cjs/actions/test/stopImpersonatingAccount.js.map +1 -1
- package/_cjs/actions/wallet/addChain.js +1 -2
- package/_cjs/actions/wallet/addChain.js.map +1 -1
- package/_cjs/actions/wallet/deployContract.js +1 -2
- package/_cjs/actions/wallet/deployContract.js.map +1 -1
- package/_cjs/actions/wallet/getAddresses.js +1 -2
- package/_cjs/actions/wallet/getAddresses.js.map +1 -1
- package/_cjs/actions/wallet/getPermissions.js +1 -2
- package/_cjs/actions/wallet/getPermissions.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +2 -2
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/requestAddresses.js +1 -2
- package/_cjs/actions/wallet/requestAddresses.js.map +1 -1
- package/_cjs/actions/wallet/requestPermissions.js +1 -2
- package/_cjs/actions/wallet/requestPermissions.js.map +1 -1
- package/_cjs/actions/wallet/sendRawTransaction.js +1 -2
- package/_cjs/actions/wallet/sendRawTransaction.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +2 -2
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/actions/wallet/signMessage.js +1 -2
- package/_cjs/actions/wallet/signMessage.js.map +1 -1
- package/_cjs/actions/wallet/signTransaction.js +1 -2
- package/_cjs/actions/wallet/signTransaction.js.map +1 -1
- package/_cjs/actions/wallet/signTypedData.js +1 -2
- package/_cjs/actions/wallet/signTypedData.js.map +1 -1
- package/_cjs/actions/wallet/switchChain.js +1 -2
- package/_cjs/actions/wallet/switchChain.js.map +1 -1
- package/_cjs/actions/wallet/watchAsset.js +1 -2
- package/_cjs/actions/wallet/watchAsset.js.map +1 -1
- package/_cjs/actions/wallet/writeContract.js +1 -2
- package/_cjs/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/celo/parsers.js +1 -2
- package/_cjs/celo/parsers.js.map +1 -1
- package/_cjs/celo/serializers.js +4 -4
- package/_cjs/celo/serializers.js.map +1 -1
- package/_cjs/celo/utils.js +4 -5
- package/_cjs/celo/utils.js.map +1 -1
- package/_cjs/chains/index.js +2 -2
- 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 +1 -5
- package/_cjs/experimental/index.js.map +1 -1
- package/_cjs/experimental/solady/actions/signMessage.js +1 -2
- package/_cjs/experimental/solady/actions/signMessage.js.map +1 -1
- package/_cjs/experimental/solady/actions/signTypedData.js +7 -28
- package/_cjs/experimental/solady/actions/signTypedData.js.map +1 -1
- package/_cjs/experimental/solady/decorators/solady.js +1 -2
- package/_cjs/experimental/solady/decorators/solady.js.map +1 -1
- package/_cjs/experimental/solady/index.js +16 -0
- package/_cjs/experimental/solady/index.js.map +1 -0
- package/_cjs/experimental/solady/utils/hashMessage.js +19 -0
- package/_cjs/experimental/solady/utils/hashMessage.js.map +1 -0
- package/_cjs/experimental/solady/utils/hashTypedData.js +31 -0
- package/_cjs/experimental/solady/utils/hashTypedData.js.map +1 -0
- package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js +44 -0
- package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
- package/_cjs/index.js.map +1 -1
- package/_cjs/op-stack/actions/buildDepositTransaction.js +1 -2
- package/_cjs/op-stack/actions/buildDepositTransaction.js.map +1 -1
- package/_cjs/op-stack/actions/buildInitiateWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/buildInitiateWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/buildProveWithdrawal.js +2 -3
- package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/depositTransaction.js +1 -2
- package/_cjs/op-stack/actions/depositTransaction.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractL1Fee.js +1 -2
- package/_cjs/op-stack/actions/estimateContractL1Fee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractL1Gas.js +1 -2
- package/_cjs/op-stack/actions/estimateContractL1Gas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractTotalFee.js +1 -2
- package/_cjs/op-stack/actions/estimateContractTotalFee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractTotalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateContractTotalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateDepositTransactionGas.js +1 -2
- package/_cjs/op-stack/actions/estimateDepositTransactionGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateL1Fee.js +1 -2
- package/_cjs/op-stack/actions/estimateL1Fee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateL1Gas.js +1 -2
- package/_cjs/op-stack/actions/estimateL1Gas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateTotalFee.js +1 -2
- package/_cjs/op-stack/actions/estimateTotalFee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateTotalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateTotalGas.js.map +1 -1
- package/_cjs/op-stack/actions/finalizeWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/finalizeWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/getGame.js +1 -2
- package/_cjs/op-stack/actions/getGame.js.map +1 -1
- package/_cjs/op-stack/actions/getGames.js +1 -2
- package/_cjs/op-stack/actions/getGames.js.map +1 -1
- package/_cjs/op-stack/actions/getL1BaseFee.js +1 -2
- package/_cjs/op-stack/actions/getL1BaseFee.js.map +1 -1
- package/_cjs/op-stack/actions/getL2Output.js +1 -2
- package/_cjs/op-stack/actions/getL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/getPortalVersion.js +1 -2
- package/_cjs/op-stack/actions/getPortalVersion.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToFinalize.js +1 -2
- package/_cjs/op-stack/actions/getTimeToFinalize.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToNextGame.js +1 -2
- package/_cjs/op-stack/actions/getTimeToNextGame.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToNextL2Output.js +1 -2
- package/_cjs/op-stack/actions/getTimeToNextL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToProve.js +1 -2
- package/_cjs/op-stack/actions/getTimeToProve.js.map +1 -1
- package/_cjs/op-stack/actions/getWithdrawalStatus.js +1 -2
- package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_cjs/op-stack/actions/initiateWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/initiateWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/proveWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/proveWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/waitForNextGame.js +1 -2
- package/_cjs/op-stack/actions/waitForNextGame.js.map +1 -1
- package/_cjs/op-stack/actions/waitForNextL2Output.js +1 -2
- package/_cjs/op-stack/actions/waitForNextL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/waitToFinalize.js +1 -2
- package/_cjs/op-stack/actions/waitToFinalize.js.map +1 -1
- package/_cjs/op-stack/actions/waitToProve.js +1 -2
- package/_cjs/op-stack/actions/waitToProve.js.map +1 -1
- package/_cjs/op-stack/decorators/publicL1.js +1 -2
- package/_cjs/op-stack/decorators/publicL1.js.map +1 -1
- package/_cjs/op-stack/decorators/publicL2.js +1 -2
- package/_cjs/op-stack/decorators/publicL2.js.map +1 -1
- package/_cjs/op-stack/decorators/walletL1.js +1 -2
- package/_cjs/op-stack/decorators/walletL1.js.map +1 -1
- package/_cjs/op-stack/decorators/walletL2.js +1 -2
- package/_cjs/op-stack/decorators/walletL2.js.map +1 -1
- package/_cjs/op-stack/parsers.js +1 -2
- package/_cjs/op-stack/parsers.js.map +1 -1
- package/_cjs/op-stack/serializers.js +3 -3
- package/_cjs/op-stack/serializers.js.map +1 -1
- package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js +1 -2
- package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js.map +1 -1
- package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js +1 -2
- package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js.map +1 -1
- package/_cjs/op-stack/utils/getL2TransactionHash.js +1 -2
- package/_cjs/op-stack/utils/getL2TransactionHash.js.map +1 -1
- package/_cjs/op-stack/utils/getL2TransactionHashes.js +1 -2
- package/_cjs/op-stack/utils/getL2TransactionHashes.js.map +1 -1
- package/_cjs/op-stack/utils/getSourceHash.js +1 -2
- package/_cjs/op-stack/utils/getSourceHash.js.map +1 -1
- package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js +1 -2
- package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js.map +1 -1
- package/_cjs/op-stack/utils/getWithdrawals.js +1 -2
- package/_cjs/op-stack/utils/getWithdrawals.js.map +1 -1
- package/_cjs/op-stack/utils/opaqueDataToDepositData.js +1 -2
- package/_cjs/op-stack/utils/opaqueDataToDepositData.js.map +1 -1
- package/_cjs/utils/abi/decodeAbiParameters.js +1 -2
- package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/decodeDeployData.js +1 -2
- package/_cjs/utils/abi/decodeDeployData.js.map +1 -1
- package/_cjs/utils/abi/decodeErrorResult.js +1 -2
- package/_cjs/utils/abi/decodeErrorResult.js.map +1 -1
- package/_cjs/utils/abi/decodeEventLog.js +1 -2
- package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
- package/_cjs/utils/abi/decodeFunctionData.js +1 -2
- package/_cjs/utils/abi/decodeFunctionData.js.map +1 -1
- package/_cjs/utils/abi/decodeFunctionResult.js +1 -2
- package/_cjs/utils/abi/decodeFunctionResult.js.map +1 -1
- package/_cjs/utils/abi/encodeAbiParameters.js +2 -3
- package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/encodeDeployData.js +1 -2
- package/_cjs/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/utils/abi/encodeErrorResult.js +1 -2
- package/_cjs/utils/abi/encodeErrorResult.js.map +1 -1
- package/_cjs/utils/abi/encodeEventTopics.js +6 -7
- package/_cjs/utils/abi/encodeEventTopics.js.map +1 -1
- package/_cjs/utils/abi/encodeFunctionData.js +1 -2
- package/_cjs/utils/abi/encodeFunctionData.js.map +1 -1
- package/_cjs/utils/abi/encodeFunctionResult.js +1 -2
- package/_cjs/utils/abi/encodeFunctionResult.js.map +1 -1
- package/_cjs/utils/abi/encodePacked.js +1 -2
- package/_cjs/utils/abi/encodePacked.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItem.js +2 -3
- package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItemWithArgs.js +1 -2
- package/_cjs/utils/abi/formatAbiItemWithArgs.js.map +1 -1
- package/_cjs/utils/abi/getAbiItem.js +3 -4
- package/_cjs/utils/abi/getAbiItem.js.map +1 -1
- package/_cjs/utils/abi/parseEventLogs.js +1 -2
- package/_cjs/utils/abi/parseEventLogs.js.map +1 -1
- package/_cjs/utils/abi/prepareEncodeFunctionData.js +1 -2
- package/_cjs/utils/abi/prepareEncodeFunctionData.js.map +1 -1
- package/_cjs/utils/address/getAddress.js +2 -3
- package/_cjs/utils/address/getAddress.js.map +1 -1
- package/_cjs/utils/address/getContractAddress.js +3 -4
- package/_cjs/utils/address/getContractAddress.js.map +1 -1
- package/_cjs/utils/address/isAddress.js +2 -2
- package/_cjs/utils/address/isAddress.js.map +1 -1
- package/_cjs/utils/address/isAddressEqual.js +1 -2
- package/_cjs/utils/address/isAddressEqual.js.map +1 -1
- package/_cjs/utils/blob/blobsToCommitments.js +1 -2
- package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
- package/_cjs/utils/blob/blobsToProofs.js +1 -2
- package/_cjs/utils/blob/blobsToProofs.js.map +1 -1
- package/_cjs/utils/blob/commitmentToVersionedHash.js +1 -2
- package/_cjs/utils/blob/commitmentToVersionedHash.js.map +1 -1
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js +1 -2
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/fromBlobs.js +1 -2
- package/_cjs/utils/blob/fromBlobs.js.map +1 -1
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js +1 -2
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/toBlobSidecars.js +1 -2
- package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js +1 -2
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/buildRequest.js +2 -3
- package/_cjs/utils/buildRequest.js.map +1 -1
- package/_cjs/utils/ccip.js +3 -3
- package/_cjs/utils/ccip.js.map +1 -1
- package/_cjs/utils/chain/assertCurrentChain.js +1 -2
- package/_cjs/utils/chain/assertCurrentChain.js.map +1 -1
- package/_cjs/utils/chain/defineChain.js +1 -2
- package/_cjs/utils/chain/defineChain.js.map +1 -1
- package/_cjs/utils/chain/extractChain.js +1 -2
- package/_cjs/utils/chain/extractChain.js.map +1 -1
- package/_cjs/utils/chain/getChainContractAddress.js +1 -2
- package/_cjs/utils/chain/getChainContractAddress.js.map +1 -1
- package/_cjs/utils/cursor.js +1 -2
- package/_cjs/utils/cursor.js.map +1 -1
- package/_cjs/utils/data/concat.js +3 -4
- package/_cjs/utils/data/concat.js.map +1 -1
- package/_cjs/utils/data/isBytes.js +1 -2
- package/_cjs/utils/data/isBytes.js.map +1 -1
- package/_cjs/utils/data/isBytesEqual.js +1 -2
- package/_cjs/utils/data/isBytesEqual.js.map +1 -1
- package/_cjs/utils/data/isHex.js +1 -2
- package/_cjs/utils/data/isHex.js.map +1 -1
- package/_cjs/utils/data/pad.js +3 -4
- package/_cjs/utils/data/pad.js.map +1 -1
- package/_cjs/utils/data/size.js +1 -2
- package/_cjs/utils/data/size.js.map +1 -1
- package/_cjs/utils/data/slice.js +3 -4
- package/_cjs/utils/data/slice.js.map +1 -1
- package/_cjs/utils/data/trim.js +1 -2
- package/_cjs/utils/data/trim.js.map +1 -1
- package/_cjs/utils/encoding/fromBytes.js +5 -6
- package/_cjs/utils/encoding/fromBytes.js.map +1 -1
- package/_cjs/utils/encoding/fromHex.js +6 -7
- package/_cjs/utils/encoding/fromHex.js.map +1 -1
- package/_cjs/utils/encoding/fromRlp.js +1 -2
- package/_cjs/utils/encoding/fromRlp.js.map +1 -1
- package/_cjs/utils/encoding/toBytes.js +5 -6
- package/_cjs/utils/encoding/toBytes.js.map +1 -1
- package/_cjs/utils/encoding/toHex.js +5 -6
- package/_cjs/utils/encoding/toHex.js.map +1 -1
- package/_cjs/utils/encoding/toRlp.js +3 -4
- package/_cjs/utils/encoding/toRlp.js.map +1 -1
- package/_cjs/utils/ens/avatar/parseAvatarRecord.js +1 -2
- package/_cjs/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
- package/_cjs/utils/ens/avatar/utils.js +8 -9
- package/_cjs/utils/ens/avatar/utils.js.map +1 -1
- package/_cjs/utils/ens/encodeLabelhash.js +1 -2
- package/_cjs/utils/ens/encodeLabelhash.js.map +1 -1
- package/_cjs/utils/ens/encodedLabelToLabelhash.js +1 -2
- package/_cjs/utils/ens/encodedLabelToLabelhash.js.map +1 -1
- package/_cjs/utils/ens/errors.js +1 -2
- package/_cjs/utils/ens/errors.js.map +1 -1
- package/_cjs/utils/ens/labelhash.js +1 -2
- package/_cjs/utils/ens/labelhash.js.map +1 -1
- package/_cjs/utils/ens/namehash.js +1 -2
- package/_cjs/utils/ens/namehash.js.map +1 -1
- package/_cjs/utils/ens/normalize.js +1 -2
- package/_cjs/utils/ens/normalize.js.map +1 -1
- package/_cjs/utils/ens/packetToBytes.js +1 -2
- package/_cjs/utils/ens/packetToBytes.js.map +1 -1
- package/_cjs/utils/errors/getCallError.js +1 -2
- package/_cjs/utils/errors/getCallError.js.map +1 -1
- package/_cjs/utils/errors/getContractError.js +1 -2
- package/_cjs/utils/errors/getContractError.js.map +1 -1
- package/_cjs/utils/errors/getEstimateGasError.js +1 -2
- package/_cjs/utils/errors/getEstimateGasError.js.map +1 -1
- package/_cjs/utils/errors/getNodeError.js +2 -3
- package/_cjs/utils/errors/getNodeError.js.map +1 -1
- package/_cjs/utils/errors/getTransactionError.js +1 -2
- package/_cjs/utils/errors/getTransactionError.js.map +1 -1
- package/_cjs/utils/filters/createFilterRequestScope.js +1 -2
- package/_cjs/utils/filters/createFilterRequestScope.js.map +1 -1
- package/_cjs/utils/formatters/block.js +2 -2
- package/_cjs/utils/formatters/block.js.map +1 -1
- package/_cjs/utils/formatters/extract.js +1 -2
- package/_cjs/utils/formatters/extract.js.map +1 -1
- package/_cjs/utils/formatters/feeHistory.js +1 -2
- package/_cjs/utils/formatters/feeHistory.js.map +1 -1
- package/_cjs/utils/formatters/formatter.js +1 -2
- package/_cjs/utils/formatters/formatter.js.map +1 -1
- package/_cjs/utils/formatters/log.js +1 -2
- package/_cjs/utils/formatters/log.js.map +1 -1
- package/_cjs/utils/formatters/proof.js +1 -2
- package/_cjs/utils/formatters/proof.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js +2 -2
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_cjs/utils/formatters/transactionReceipt.js +2 -2
- package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +2 -2
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/getAction.js +9 -6
- package/_cjs/utils/getAction.js.map +1 -1
- package/_cjs/utils/hash/hashSignature.js +1 -2
- package/_cjs/utils/hash/hashSignature.js.map +1 -1
- package/_cjs/utils/hash/isHash.js +1 -2
- package/_cjs/utils/hash/isHash.js.map +1 -1
- package/_cjs/utils/hash/keccak256.js +1 -2
- package/_cjs/utils/hash/keccak256.js.map +1 -1
- package/_cjs/utils/hash/normalizeSignature.js +1 -2
- package/_cjs/utils/hash/normalizeSignature.js.map +1 -1
- package/_cjs/utils/hash/ripemd160.js +1 -2
- package/_cjs/utils/hash/ripemd160.js.map +1 -1
- package/_cjs/utils/hash/sha256.js +1 -2
- package/_cjs/utils/hash/sha256.js.map +1 -1
- package/_cjs/utils/hash/toSignatureHash.js +1 -2
- package/_cjs/utils/hash/toSignatureHash.js.map +1 -1
- package/_cjs/utils/index.js.map +1 -1
- package/_cjs/utils/kzg/defineKzg.js +1 -2
- package/_cjs/utils/kzg/defineKzg.js.map +1 -1
- package/_cjs/utils/kzg/setupKzg.js +1 -2
- package/_cjs/utils/kzg/setupKzg.js.map +1 -1
- package/_cjs/utils/nonceManager.js +3 -3
- package/_cjs/utils/nonceManager.js.map +1 -1
- package/_cjs/utils/observe.js +2 -2
- package/_cjs/utils/observe.js.map +1 -1
- package/_cjs/utils/poll.js +1 -2
- package/_cjs/utils/poll.js.map +1 -1
- package/_cjs/utils/promise/createBatchScheduler.js +1 -2
- package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
- package/_cjs/utils/promise/withCache.js +3 -3
- package/_cjs/utils/promise/withCache.js.map +1 -1
- package/_cjs/utils/promise/withDedupe.js +2 -2
- package/_cjs/utils/promise/withDedupe.js.map +1 -1
- package/_cjs/utils/promise/withRetry.js +1 -2
- package/_cjs/utils/promise/withRetry.js.map +1 -1
- package/_cjs/utils/promise/withTimeout.js +1 -2
- package/_cjs/utils/promise/withTimeout.js.map +1 -1
- package/_cjs/utils/rpc/compat.js +2 -2
- package/_cjs/utils/rpc/compat.js.map +1 -1
- package/_cjs/utils/rpc/http.js +1 -2
- package/_cjs/utils/rpc/http.js.map +1 -1
- package/_cjs/utils/rpc/ipc.js +2 -3
- package/_cjs/utils/rpc/ipc.js.map +1 -1
- package/_cjs/utils/rpc/socket.js +2 -2
- package/_cjs/utils/rpc/socket.js.map +1 -1
- package/_cjs/utils/rpc/webSocket.js +1 -2
- package/_cjs/utils/rpc/webSocket.js.map +1 -1
- package/_cjs/utils/signature/compactSignatureToSignature.js +1 -2
- package/_cjs/utils/signature/compactSignatureToSignature.js.map +1 -1
- package/_cjs/utils/signature/hashMessage.js +1 -2
- package/_cjs/utils/signature/hashMessage.js.map +1 -1
- package/_cjs/utils/signature/hashTypedData.js +4 -5
- package/_cjs/utils/signature/hashTypedData.js.map +1 -1
- package/_cjs/utils/signature/isErc6492Signature.js +1 -2
- package/_cjs/utils/signature/isErc6492Signature.js.map +1 -1
- package/_cjs/utils/signature/parseCompactSignature.js +1 -2
- package/_cjs/utils/signature/parseCompactSignature.js.map +1 -1
- package/_cjs/utils/signature/parseErc6492Signature.js +1 -2
- package/_cjs/utils/signature/parseErc6492Signature.js.map +1 -1
- package/_cjs/utils/signature/parseSignature.js +1 -2
- package/_cjs/utils/signature/parseSignature.js.map +1 -1
- package/_cjs/utils/signature/recoverAddress.js +1 -2
- package/_cjs/utils/signature/recoverAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverMessageAddress.js +1 -2
- package/_cjs/utils/signature/recoverMessageAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverPublicKey.js +1 -2
- package/_cjs/utils/signature/recoverPublicKey.js.map +1 -1
- package/_cjs/utils/signature/recoverTransactionAddress.js +1 -2
- package/_cjs/utils/signature/recoverTransactionAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverTypedDataAddress.js +1 -2
- package/_cjs/utils/signature/recoverTypedDataAddress.js.map +1 -1
- package/_cjs/utils/signature/serializeCompactSignature.js +1 -2
- package/_cjs/utils/signature/serializeCompactSignature.js.map +1 -1
- package/_cjs/utils/signature/serializeErc6492Signature.js +1 -2
- package/_cjs/utils/signature/serializeErc6492Signature.js.map +1 -1
- package/_cjs/utils/signature/serializeSignature.js +1 -2
- package/_cjs/utils/signature/serializeSignature.js.map +1 -1
- package/_cjs/utils/signature/signatureToCompactSignature.js +1 -2
- package/_cjs/utils/signature/signatureToCompactSignature.js.map +1 -1
- package/_cjs/utils/signature/toPrefixedMessage.js +1 -2
- package/_cjs/utils/signature/toPrefixedMessage.js.map +1 -1
- package/_cjs/utils/signature/verifyMessage.js +1 -2
- package/_cjs/utils/signature/verifyMessage.js.map +1 -1
- package/_cjs/utils/signature/verifyTypedData.js +1 -2
- package/_cjs/utils/signature/verifyTypedData.js.map +1 -1
- package/_cjs/utils/siwe/createSiweMessage.js +1 -2
- package/_cjs/utils/siwe/createSiweMessage.js.map +1 -1
- package/_cjs/utils/siwe/generateSiweNonce.js +1 -2
- package/_cjs/utils/siwe/generateSiweNonce.js.map +1 -1
- package/_cjs/utils/siwe/parseSiweMessage.js +1 -2
- package/_cjs/utils/siwe/parseSiweMessage.js.map +1 -1
- package/_cjs/utils/siwe/utils.js +1 -2
- package/_cjs/utils/siwe/utils.js.map +1 -1
- package/_cjs/utils/siwe/validateSiweMessage.js +1 -2
- package/_cjs/utils/siwe/validateSiweMessage.js.map +1 -1
- package/_cjs/utils/stateOverride.js +3 -4
- package/_cjs/utils/stateOverride.js.map +1 -1
- package/_cjs/utils/transaction/assertRequest.js +1 -2
- package/_cjs/utils/transaction/assertRequest.js.map +1 -1
- package/_cjs/utils/transaction/assertTransaction.js +4 -5
- package/_cjs/utils/transaction/assertTransaction.js.map +1 -1
- package/_cjs/utils/transaction/getSerializedTransactionType.js +1 -2
- package/_cjs/utils/transaction/getSerializedTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/getTransactionType.js +1 -2
- package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/parseTransaction.js +3 -4
- package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
- package/_cjs/utils/transaction/serializeAccessList.js +1 -2
- package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +2 -3
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_cjs/utils/typedData.js +4 -5
- package/_cjs/utils/typedData.js.map +1 -1
- package/_cjs/utils/uid.js +1 -2
- package/_cjs/utils/uid.js.map +1 -1
- package/_cjs/utils/unit/formatEther.js +1 -2
- package/_cjs/utils/unit/formatEther.js.map +1 -1
- package/_cjs/utils/unit/formatGwei.js +1 -2
- package/_cjs/utils/unit/formatGwei.js.map +1 -1
- package/_cjs/utils/unit/formatUnits.js +1 -2
- package/_cjs/utils/unit/formatUnits.js.map +1 -1
- package/_cjs/utils/unit/parseEther.js +1 -2
- package/_cjs/utils/unit/parseEther.js.map +1 -1
- package/_cjs/utils/unit/parseGwei.js +1 -2
- package/_cjs/utils/unit/parseGwei.js.map +1 -1
- package/_cjs/utils/unit/parseUnits.js +1 -2
- package/_cjs/utils/unit/parseUnits.js.map +1 -1
- package/_cjs/utils/wait.js +1 -2
- package/_cjs/utils/wait.js.map +1 -1
- package/_cjs/zksync/actions/deployContract.js +1 -2
- package/_cjs/zksync/actions/deployContract.js.map +1 -1
- package/_cjs/zksync/actions/estimateFee.js +1 -2
- package/_cjs/zksync/actions/estimateFee.js.map +1 -1
- package/_cjs/zksync/actions/estimateGasL1ToL2.js +1 -2
- package/_cjs/zksync/actions/estimateGasL1ToL2.js.map +1 -1
- package/_cjs/zksync/actions/getAllBalances.js +1 -2
- package/_cjs/zksync/actions/getAllBalances.js.map +1 -1
- package/_cjs/zksync/actions/getBaseTokenL1Address.js +1 -2
- package/_cjs/zksync/actions/getBaseTokenL1Address.js.map +1 -1
- package/_cjs/zksync/actions/getBlockDetails.js +1 -2
- package/_cjs/zksync/actions/getBlockDetails.js.map +1 -1
- package/_cjs/zksync/actions/getBridgehubContractAddress.js +1 -2
- package/_cjs/zksync/actions/getBridgehubContractAddress.js.map +1 -1
- package/_cjs/zksync/actions/getDefaultBridgeAddresses.js +1 -2
- package/_cjs/zksync/actions/getDefaultBridgeAddresses.js.map +1 -1
- package/_cjs/zksync/actions/getL1Allowance.js +1 -2
- package/_cjs/zksync/actions/getL1Allowance.js.map +1 -1
- package/_cjs/zksync/actions/getL1Balance.js +1 -2
- package/_cjs/zksync/actions/getL1Balance.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchBlockRange.js +1 -2
- package/_cjs/zksync/actions/getL1BatchBlockRange.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchDetails.js +1 -2
- package/_cjs/zksync/actions/getL1BatchDetails.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchNumber.js +1 -2
- package/_cjs/zksync/actions/getL1BatchNumber.js.map +1 -1
- package/_cjs/zksync/actions/getL1ChainId.js +1 -2
- package/_cjs/zksync/actions/getL1ChainId.js.map +1 -1
- package/_cjs/zksync/actions/getL1TokenBalance.js +1 -2
- package/_cjs/zksync/actions/getL1TokenBalance.js.map +1 -1
- package/_cjs/zksync/actions/getLogProof.js +1 -2
- package/_cjs/zksync/actions/getLogProof.js.map +1 -1
- package/_cjs/zksync/actions/getMainContractAddress.js +1 -2
- package/_cjs/zksync/actions/getMainContractAddress.js.map +1 -1
- package/_cjs/zksync/actions/getRawBlockTransactions.js +1 -2
- package/_cjs/zksync/actions/getRawBlockTransactions.js.map +1 -1
- package/_cjs/zksync/actions/getTestnetPaymasterAddress.js +1 -2
- package/_cjs/zksync/actions/getTestnetPaymasterAddress.js.map +1 -1
- package/_cjs/zksync/actions/getTransactionDetails.js +1 -2
- package/_cjs/zksync/actions/getTransactionDetails.js.map +1 -1
- package/_cjs/zksync/actions/sendEip712Transaction.js +1 -2
- package/_cjs/zksync/actions/sendEip712Transaction.js.map +1 -1
- package/_cjs/zksync/actions/sendTransaction.js +1 -2
- package/_cjs/zksync/actions/sendTransaction.js.map +1 -1
- package/_cjs/zksync/actions/signEip712Transaction.js +1 -2
- package/_cjs/zksync/actions/signEip712Transaction.js.map +1 -1
- package/_cjs/zksync/actions/signTransaction.js +1 -2
- package/_cjs/zksync/actions/signTransaction.js.map +1 -1
- package/_cjs/zksync/decorators/eip712.js +1 -2
- package/_cjs/zksync/decorators/eip712.js.map +1 -1
- package/_cjs/zksync/decorators/publicL1.js +1 -2
- package/_cjs/zksync/decorators/publicL1.js.map +1 -1
- package/_cjs/zksync/decorators/publicL2.js +1 -2
- package/_cjs/zksync/decorators/publicL2.js.map +1 -1
- package/_cjs/zksync/serializers.js +2 -2
- package/_cjs/zksync/serializers.js.map +1 -1
- package/_cjs/zksync/utils/abi/encodeDeployData.js +1 -2
- package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/zksync/utils/assertEip712Request.js +1 -2
- package/_cjs/zksync/utils/assertEip712Request.js.map +1 -1
- package/_cjs/zksync/utils/assertEip712Transaction.js +1 -2
- package/_cjs/zksync/utils/assertEip712Transaction.js.map +1 -1
- package/_cjs/zksync/utils/camelCaseKeys.js +1 -2
- package/_cjs/zksync/utils/camelCaseKeys.js.map +1 -1
- package/_cjs/zksync/utils/hashBytecode.js +1 -2
- package/_cjs/zksync/utils/hashBytecode.js.map +1 -1
- package/_cjs/zksync/utils/isEip712Transaction.js +1 -2
- package/_cjs/zksync/utils/isEip712Transaction.js.map +1 -1
- package/_cjs/zksync/utils/isEth.js +1 -2
- package/_cjs/zksync/utils/isEth.js.map +1 -1
- package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js +1 -2
- package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js.map +1 -1
- package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js +1 -2
- package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js.map +1 -1
- package/_esm/actions/public/createEventFilter.js +7 -7
- package/_esm/actions/public/createEventFilter.js.map +1 -1
- package/_esm/actions/public/getLogs.js +7 -7
- package/_esm/actions/public/getLogs.js.map +1 -1
- package/_esm/actions/public/watchEvent.js +7 -7
- package/_esm/actions/public/watchEvent.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +1 -0
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/index.js +0 -2
- package/_esm/experimental/index.js.map +1 -1
- package/_esm/experimental/solady/actions/signTypedData.js +6 -28
- package/_esm/experimental/solady/actions/signTypedData.js.map +1 -1
- package/_esm/experimental/solady/index.js +8 -0
- package/_esm/experimental/solady/index.js.map +1 -0
- package/_esm/experimental/solady/utils/hashMessage.js +32 -0
- package/_esm/experimental/solady/utils/hashMessage.js.map +1 -0
- package/_esm/experimental/solady/utils/hashTypedData.js +72 -0
- package/_esm/experimental/solady/utils/hashTypedData.js.map +1 -0
- package/_esm/experimental/solady/utils/wrapTypedDataSignature.js +82 -0
- package/_esm/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
- package/_esm/index.js.map +1 -1
- package/_esm/utils/abi/encodeEventTopics.js +5 -5
- package/_esm/utils/abi/encodeEventTopics.js.map +1 -1
- package/_esm/utils/getAction.js +11 -7
- package/_esm/utils/getAction.js.map +1 -1
- package/_esm/utils/index.js.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +1086 -1086
- package/_types/celo/formatters.d.ts +543 -543
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +260 -260
- package/_types/chains/definitions/ancient8Sepolia.d.ts +260 -260
- package/_types/chains/definitions/base.d.ts +260 -260
- package/_types/chains/definitions/baseGoerli.d.ts +260 -260
- package/_types/chains/definitions/baseSepolia.d.ts +260 -260
- package/_types/chains/definitions/celo.d.ts +1086 -1086
- package/_types/chains/definitions/celoAlfajores.d.ts +1086 -1086
- package/_types/chains/definitions/fraxtal.d.ts +260 -260
- package/_types/chains/definitions/fraxtalTestnet.d.ts +260 -260
- package/_types/chains/definitions/funkiSepolia.d.ts +260 -260
- package/_types/chains/definitions/lisk.d.ts +315 -315
- package/_types/chains/definitions/liskSepolia.d.ts +260 -260
- package/_types/chains/definitions/metalL2.d.ts +260 -260
- package/_types/chains/definitions/optimism.d.ts +260 -260
- package/_types/chains/definitions/optimismGoerli.d.ts +260 -260
- package/_types/chains/definitions/optimismSepolia.d.ts +260 -260
- package/_types/chains/definitions/pgn.d.ts +260 -260
- package/_types/chains/definitions/pgnTestnet.d.ts +260 -260
- package/_types/chains/definitions/playfiAlbireo.d.ts +315 -315
- package/_types/chains/definitions/rss3.d.ts +260 -260
- package/_types/chains/definitions/rss3Sepolia.d.ts +260 -260
- package/_types/chains/definitions/zkSync.d.ts +315 -315
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +315 -315
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +315 -315
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +315 -315
- package/_types/chains/definitions/zkSyncTestnet.d.ts +315 -315
- package/_types/chains/definitions/zora.d.ts +260 -260
- package/_types/chains/definitions/zoraSepolia.d.ts +260 -260
- package/_types/chains/definitions/zoraTestnet.d.ts +260 -260
- package/_types/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 +0 -2
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/experimental/solady/actions/signTypedData.d.ts.map +1 -1
- package/_types/experimental/solady/decorators/solady.d.ts.map +1 -1
- package/_types/experimental/solady/index.d.ts +7 -0
- package/_types/experimental/solady/index.d.ts.map +1 -0
- package/_types/experimental/solady/utils/hashMessage.d.ts +30 -0
- package/_types/experimental/solady/utils/hashMessage.d.ts.map +1 -0
- package/_types/experimental/solady/utils/hashTypedData.d.ts +59 -0
- package/_types/experimental/solady/utils/hashTypedData.d.ts.map +1 -0
- package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts +50 -0
- package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts.map +1 -0
- package/_types/index.d.ts +1 -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 +1 -1
- package/_types/utils/index.d.ts.map +1 -1
- package/_types/utils/rpc/compat.d.ts.map +1 -1
- package/_types/utils/rpc/ipc.d.ts +0 -2
- package/_types/utils/rpc/ipc.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +315 -315
- package/_types/zksync/decorators/eip712.d.ts.map +1 -1
- package/_types/zksync/decorators/publicL1.d.ts.map +1 -1
- package/_types/zksync/decorators/publicL2.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +315 -315
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/public/createEventFilter.ts +9 -9
- package/actions/public/getLogs.ts +9 -9
- package/actions/public/watchEvent.ts +9 -9
- package/actions/wallet/sendTransaction.ts +1 -0
- package/errors/version.ts +1 -1
- package/experimental/index.ts +0 -12
- package/experimental/solady/actions/signTypedData.ts +6 -35
- package/experimental/solady/index.ts +36 -0
- package/experimental/solady/utils/hashMessage.ts +60 -0
- package/experimental/solady/utils/hashTypedData.ts +112 -0
- package/experimental/solady/utils/wrapTypedDataSignature.ts +108 -0
- package/index.ts +1 -0
- package/package.json +9 -1
- package/utils/abi/encodeEventTopics.ts +13 -11
- package/utils/getAction.ts +31 -15
- package/utils/index.ts +1 -0
@@ -38,34 +38,34 @@ export declare const zkSync: {
|
|
38
38
|
readonly block: {
|
39
39
|
exclude: [] | undefined;
|
40
40
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").ZkSyncRpcBlockOverrides & {
|
41
|
-
transactions:
|
41
|
+
transactions: import("../../index.js").Hash[] | import("../index.js").ZkSyncRpcTransaction[];
|
42
42
|
}>) => {
|
43
43
|
baseFeePerGas: bigint | null;
|
44
44
|
blobGasUsed: bigint;
|
45
45
|
difficulty: bigint;
|
46
46
|
excessBlobGas: bigint;
|
47
|
-
extraData:
|
47
|
+
extraData: import("../../index.js").Hex;
|
48
48
|
gasLimit: bigint;
|
49
49
|
gasUsed: bigint;
|
50
50
|
hash: `0x${string}` | null;
|
51
51
|
logsBloom: `0x${string}` | null;
|
52
|
-
miner:
|
53
|
-
mixHash:
|
52
|
+
miner: import("abitype").Address;
|
53
|
+
mixHash: import("../../index.js").Hash;
|
54
54
|
nonce: `0x${string}` | null;
|
55
55
|
number: bigint | null;
|
56
|
-
parentHash:
|
57
|
-
receiptsRoot:
|
58
|
-
sealFields:
|
59
|
-
sha3Uncles:
|
56
|
+
parentHash: import("../../index.js").Hash;
|
57
|
+
receiptsRoot: import("../../index.js").Hex;
|
58
|
+
sealFields: import("../../index.js").Hex[];
|
59
|
+
sha3Uncles: import("../../index.js").Hash;
|
60
60
|
size: bigint;
|
61
|
-
stateRoot:
|
61
|
+
stateRoot: import("../../index.js").Hash;
|
62
62
|
timestamp: bigint;
|
63
63
|
totalDifficulty: bigint | null;
|
64
64
|
transactions: `0x${string}`[] | import("../index.js").ZkSyncTransaction[];
|
65
|
-
transactionsRoot:
|
66
|
-
uncles:
|
65
|
+
transactionsRoot: import("../../index.js").Hash;
|
66
|
+
uncles: import("../../index.js").Hash[];
|
67
67
|
withdrawals?: import("../../index.js").Withdrawal[] | undefined;
|
68
|
-
withdrawalsRoot?:
|
68
|
+
withdrawalsRoot?: import("../../index.js").Hex | undefined;
|
69
69
|
l1BatchNumber: bigint | null;
|
70
70
|
l1BatchTimestamp: bigint | null;
|
71
71
|
} & {};
|
@@ -74,20 +74,20 @@ export declare const zkSync: {
|
|
74
74
|
readonly transaction: {
|
75
75
|
exclude: [] | undefined;
|
76
76
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransaction>, import("../index.js").ZkSyncRpcTransaction>) => ({
|
77
|
-
r:
|
78
|
-
s:
|
77
|
+
r: import("../../index.js").Hex;
|
78
|
+
s: import("../../index.js").Hex;
|
79
79
|
v: bigint;
|
80
|
-
to:
|
81
|
-
from:
|
80
|
+
to: import("abitype").Address | null;
|
81
|
+
from: import("abitype").Address;
|
82
82
|
gas: bigint;
|
83
83
|
nonce: number;
|
84
84
|
value: bigint;
|
85
85
|
blockHash: `0x${string}` | null;
|
86
86
|
blockNumber: bigint | null;
|
87
|
-
hash:
|
88
|
-
input:
|
87
|
+
hash: import("../../index.js").Hash;
|
88
|
+
input: import("../../index.js").Hex;
|
89
89
|
transactionIndex: number | null;
|
90
|
-
typeHex:
|
90
|
+
typeHex: import("../../index.js").Hex | null;
|
91
91
|
accessList?: undefined;
|
92
92
|
blobVersionedHashes?: undefined;
|
93
93
|
chainId?: number | undefined;
|
@@ -100,20 +100,20 @@ export declare const zkSync: {
|
|
100
100
|
l1BatchNumber: bigint | null;
|
101
101
|
l1BatchTxIndex: bigint | null;
|
102
102
|
} | {
|
103
|
-
r:
|
104
|
-
s:
|
103
|
+
r: import("../../index.js").Hex;
|
104
|
+
s: import("../../index.js").Hex;
|
105
105
|
v: bigint;
|
106
|
-
to:
|
107
|
-
from:
|
106
|
+
to: import("abitype").Address | null;
|
107
|
+
from: import("abitype").Address;
|
108
108
|
gas: bigint;
|
109
109
|
nonce: number;
|
110
110
|
value: bigint;
|
111
111
|
blockHash: `0x${string}` | null;
|
112
112
|
blockNumber: bigint | null;
|
113
|
-
hash:
|
114
|
-
input:
|
113
|
+
hash: import("../../index.js").Hash;
|
114
|
+
input: import("../../index.js").Hex;
|
115
115
|
transactionIndex: number | null;
|
116
|
-
typeHex:
|
116
|
+
typeHex: import("../../index.js").Hex | null;
|
117
117
|
accessList?: undefined;
|
118
118
|
blobVersionedHashes?: undefined;
|
119
119
|
chainId?: number | undefined;
|
@@ -126,20 +126,20 @@ export declare const zkSync: {
|
|
126
126
|
l1BatchNumber: bigint | null;
|
127
127
|
l1BatchTxIndex: bigint | null;
|
128
128
|
} | {
|
129
|
-
r:
|
130
|
-
s:
|
129
|
+
r: import("../../index.js").Hex;
|
130
|
+
s: import("../../index.js").Hex;
|
131
131
|
v: bigint;
|
132
|
-
to:
|
133
|
-
from:
|
132
|
+
to: import("abitype").Address | null;
|
133
|
+
from: import("abitype").Address;
|
134
134
|
gas: bigint;
|
135
135
|
nonce: number;
|
136
136
|
value: bigint;
|
137
137
|
blockHash: `0x${string}` | null;
|
138
138
|
blockNumber: bigint | null;
|
139
|
-
hash:
|
140
|
-
input:
|
139
|
+
hash: import("../../index.js").Hash;
|
140
|
+
input: import("../../index.js").Hex;
|
141
141
|
transactionIndex: number | null;
|
142
|
-
typeHex:
|
142
|
+
typeHex: import("../../index.js").Hex | null;
|
143
143
|
accessList?: undefined;
|
144
144
|
blobVersionedHashes?: undefined;
|
145
145
|
chainId?: number | undefined;
|
@@ -154,16 +154,16 @@ export declare const zkSync: {
|
|
154
154
|
} | {
|
155
155
|
blockHash: `0x${string}` | null;
|
156
156
|
blockNumber: bigint | null;
|
157
|
-
from:
|
157
|
+
from: import("abitype").Address;
|
158
158
|
gas: bigint;
|
159
|
-
hash:
|
160
|
-
input:
|
159
|
+
hash: import("../../index.js").Hash;
|
160
|
+
input: import("../../index.js").Hex;
|
161
161
|
nonce: number;
|
162
|
-
r:
|
163
|
-
s:
|
164
|
-
to:
|
162
|
+
r: import("../../index.js").Hex;
|
163
|
+
s: import("../../index.js").Hex;
|
164
|
+
to: import("abitype").Address | null;
|
165
165
|
transactionIndex: number | null;
|
166
|
-
typeHex:
|
166
|
+
typeHex: import("../../index.js").Hex | null;
|
167
167
|
v: bigint;
|
168
168
|
value: bigint;
|
169
169
|
yParity: number;
|
@@ -180,16 +180,16 @@ export declare const zkSync: {
|
|
180
180
|
} | {
|
181
181
|
blockHash: `0x${string}` | null;
|
182
182
|
blockNumber: bigint | null;
|
183
|
-
from:
|
183
|
+
from: import("abitype").Address;
|
184
184
|
gas: bigint;
|
185
|
-
hash:
|
186
|
-
input:
|
185
|
+
hash: import("../../index.js").Hash;
|
186
|
+
input: import("../../index.js").Hex;
|
187
187
|
nonce: number;
|
188
|
-
r:
|
189
|
-
s:
|
190
|
-
to:
|
188
|
+
r: import("../../index.js").Hex;
|
189
|
+
s: import("../../index.js").Hex;
|
190
|
+
to: import("abitype").Address | null;
|
191
191
|
transactionIndex: number | null;
|
192
|
-
typeHex:
|
192
|
+
typeHex: import("../../index.js").Hex | null;
|
193
193
|
v: bigint;
|
194
194
|
value: bigint;
|
195
195
|
yParity: number;
|
@@ -206,16 +206,16 @@ export declare const zkSync: {
|
|
206
206
|
} | {
|
207
207
|
blockHash: `0x${string}` | null;
|
208
208
|
blockNumber: bigint | null;
|
209
|
-
from:
|
209
|
+
from: import("abitype").Address;
|
210
210
|
gas: bigint;
|
211
|
-
hash:
|
212
|
-
input:
|
211
|
+
hash: import("../../index.js").Hash;
|
212
|
+
input: import("../../index.js").Hex;
|
213
213
|
nonce: number;
|
214
|
-
r:
|
215
|
-
s:
|
216
|
-
to:
|
214
|
+
r: import("../../index.js").Hex;
|
215
|
+
s: import("../../index.js").Hex;
|
216
|
+
to: import("abitype").Address | null;
|
217
217
|
transactionIndex: number | null;
|
218
|
-
typeHex:
|
218
|
+
typeHex: import("../../index.js").Hex | null;
|
219
219
|
v: bigint;
|
220
220
|
value: bigint;
|
221
221
|
yParity: number;
|
@@ -232,16 +232,16 @@ export declare const zkSync: {
|
|
232
232
|
} | {
|
233
233
|
blockHash: `0x${string}` | null;
|
234
234
|
blockNumber: bigint | null;
|
235
|
-
from:
|
235
|
+
from: import("abitype").Address;
|
236
236
|
gas: bigint;
|
237
|
-
hash:
|
238
|
-
input:
|
237
|
+
hash: import("../../index.js").Hash;
|
238
|
+
input: import("../../index.js").Hex;
|
239
239
|
nonce: number;
|
240
|
-
r:
|
241
|
-
s:
|
242
|
-
to:
|
240
|
+
r: import("../../index.js").Hex;
|
241
|
+
s: import("../../index.js").Hex;
|
242
|
+
to: import("abitype").Address | null;
|
243
243
|
transactionIndex: number | null;
|
244
|
-
typeHex:
|
244
|
+
typeHex: import("../../index.js").Hex | null;
|
245
245
|
v: bigint;
|
246
246
|
value: bigint;
|
247
247
|
yParity: number;
|
@@ -258,16 +258,16 @@ export declare const zkSync: {
|
|
258
258
|
} | {
|
259
259
|
blockHash: `0x${string}` | null;
|
260
260
|
blockNumber: bigint | null;
|
261
|
-
from:
|
261
|
+
from: import("abitype").Address;
|
262
262
|
gas: bigint;
|
263
|
-
hash:
|
264
|
-
input:
|
263
|
+
hash: import("../../index.js").Hash;
|
264
|
+
input: import("../../index.js").Hex;
|
265
265
|
nonce: number;
|
266
|
-
r:
|
267
|
-
s:
|
268
|
-
to:
|
266
|
+
r: import("../../index.js").Hex;
|
267
|
+
s: import("../../index.js").Hex;
|
268
|
+
to: import("abitype").Address | null;
|
269
269
|
transactionIndex: number | null;
|
270
|
-
typeHex:
|
270
|
+
typeHex: import("../../index.js").Hex | null;
|
271
271
|
v: bigint;
|
272
272
|
value: bigint;
|
273
273
|
yParity: number;
|
@@ -284,16 +284,16 @@ export declare const zkSync: {
|
|
284
284
|
} | {
|
285
285
|
blockHash: `0x${string}` | null;
|
286
286
|
blockNumber: bigint | null;
|
287
|
-
from:
|
287
|
+
from: import("abitype").Address;
|
288
288
|
gas: bigint;
|
289
|
-
hash:
|
290
|
-
input:
|
289
|
+
hash: import("../../index.js").Hash;
|
290
|
+
input: import("../../index.js").Hex;
|
291
291
|
nonce: number;
|
292
|
-
r:
|
293
|
-
s:
|
294
|
-
to:
|
292
|
+
r: import("../../index.js").Hex;
|
293
|
+
s: import("../../index.js").Hex;
|
294
|
+
to: import("abitype").Address | null;
|
295
295
|
transactionIndex: number | null;
|
296
|
-
typeHex:
|
296
|
+
typeHex: import("../../index.js").Hex | null;
|
297
297
|
v: bigint;
|
298
298
|
value: bigint;
|
299
299
|
yParity: number;
|
@@ -310,16 +310,16 @@ export declare const zkSync: {
|
|
310
310
|
} | {
|
311
311
|
blockHash: `0x${string}` | null;
|
312
312
|
blockNumber: bigint | null;
|
313
|
-
from:
|
313
|
+
from: import("abitype").Address;
|
314
314
|
gas: bigint;
|
315
|
-
hash:
|
316
|
-
input:
|
315
|
+
hash: import("../../index.js").Hash;
|
316
|
+
input: import("../../index.js").Hex;
|
317
317
|
nonce: number;
|
318
|
-
r:
|
319
|
-
s:
|
320
|
-
to:
|
318
|
+
r: import("../../index.js").Hex;
|
319
|
+
s: import("../../index.js").Hex;
|
320
|
+
to: import("abitype").Address | null;
|
321
321
|
transactionIndex: number | null;
|
322
|
-
typeHex:
|
322
|
+
typeHex: import("../../index.js").Hex | null;
|
323
323
|
v: bigint;
|
324
324
|
value: bigint;
|
325
325
|
yParity: number;
|
@@ -336,16 +336,16 @@ export declare const zkSync: {
|
|
336
336
|
} | {
|
337
337
|
blockHash: `0x${string}` | null;
|
338
338
|
blockNumber: bigint | null;
|
339
|
-
from:
|
339
|
+
from: import("abitype").Address;
|
340
340
|
gas: bigint;
|
341
|
-
hash:
|
342
|
-
input:
|
341
|
+
hash: import("../../index.js").Hash;
|
342
|
+
input: import("../../index.js").Hex;
|
343
343
|
nonce: number;
|
344
|
-
r:
|
345
|
-
s:
|
346
|
-
to:
|
344
|
+
r: import("../../index.js").Hex;
|
345
|
+
s: import("../../index.js").Hex;
|
346
|
+
to: import("abitype").Address | null;
|
347
347
|
transactionIndex: number | null;
|
348
|
-
typeHex:
|
348
|
+
typeHex: import("../../index.js").Hex | null;
|
349
349
|
v: bigint;
|
350
350
|
value: bigint;
|
351
351
|
yParity: number;
|
@@ -362,21 +362,21 @@ export declare const zkSync: {
|
|
362
362
|
} | {
|
363
363
|
blockHash: `0x${string}` | null;
|
364
364
|
blockNumber: bigint | null;
|
365
|
-
from:
|
365
|
+
from: import("abitype").Address;
|
366
366
|
gas: bigint;
|
367
|
-
hash:
|
368
|
-
input:
|
367
|
+
hash: import("../../index.js").Hash;
|
368
|
+
input: import("../../index.js").Hex;
|
369
369
|
nonce: number;
|
370
|
-
r:
|
371
|
-
s:
|
372
|
-
to:
|
370
|
+
r: import("../../index.js").Hex;
|
371
|
+
s: import("../../index.js").Hex;
|
372
|
+
to: import("abitype").Address | null;
|
373
373
|
transactionIndex: number | null;
|
374
|
-
typeHex:
|
374
|
+
typeHex: import("../../index.js").Hex | null;
|
375
375
|
v: bigint;
|
376
376
|
value: bigint;
|
377
377
|
yParity: number;
|
378
378
|
accessList: import("../../index.js").AccessList;
|
379
|
-
blobVersionedHashes: readonly
|
379
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
380
380
|
chainId: number;
|
381
381
|
type: "eip4844";
|
382
382
|
gasPrice?: undefined;
|
@@ -388,21 +388,21 @@ export declare const zkSync: {
|
|
388
388
|
} | {
|
389
389
|
blockHash: `0x${string}` | null;
|
390
390
|
blockNumber: bigint | null;
|
391
|
-
from:
|
391
|
+
from: import("abitype").Address;
|
392
392
|
gas: bigint;
|
393
|
-
hash:
|
394
|
-
input:
|
393
|
+
hash: import("../../index.js").Hash;
|
394
|
+
input: import("../../index.js").Hex;
|
395
395
|
nonce: number;
|
396
|
-
r:
|
397
|
-
s:
|
398
|
-
to:
|
396
|
+
r: import("../../index.js").Hex;
|
397
|
+
s: import("../../index.js").Hex;
|
398
|
+
to: import("abitype").Address | null;
|
399
399
|
transactionIndex: number | null;
|
400
|
-
typeHex:
|
400
|
+
typeHex: import("../../index.js").Hex | null;
|
401
401
|
v: bigint;
|
402
402
|
value: bigint;
|
403
403
|
yParity: number;
|
404
404
|
accessList: import("../../index.js").AccessList;
|
405
|
-
blobVersionedHashes: readonly
|
405
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
406
406
|
chainId: number;
|
407
407
|
type: "priority";
|
408
408
|
gasPrice?: undefined;
|
@@ -414,21 +414,21 @@ export declare const zkSync: {
|
|
414
414
|
} | {
|
415
415
|
blockHash: `0x${string}` | null;
|
416
416
|
blockNumber: bigint | null;
|
417
|
-
from:
|
417
|
+
from: import("abitype").Address;
|
418
418
|
gas: bigint;
|
419
|
-
hash:
|
420
|
-
input:
|
419
|
+
hash: import("../../index.js").Hash;
|
420
|
+
input: import("../../index.js").Hex;
|
421
421
|
nonce: number;
|
422
|
-
r:
|
423
|
-
s:
|
424
|
-
to:
|
422
|
+
r: import("../../index.js").Hex;
|
423
|
+
s: import("../../index.js").Hex;
|
424
|
+
to: import("abitype").Address | null;
|
425
425
|
transactionIndex: number | null;
|
426
|
-
typeHex:
|
426
|
+
typeHex: import("../../index.js").Hex | null;
|
427
427
|
v: bigint;
|
428
428
|
value: bigint;
|
429
429
|
yParity: number;
|
430
430
|
accessList: import("../../index.js").AccessList;
|
431
|
-
blobVersionedHashes: readonly
|
431
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
432
432
|
chainId: number;
|
433
433
|
type: "priority" | "eip712";
|
434
434
|
gasPrice?: undefined;
|
@@ -445,19 +445,19 @@ export declare const zkSync: {
|
|
445
445
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
|
446
446
|
blobGasPrice?: bigint | undefined;
|
447
447
|
blobGasUsed?: bigint | undefined;
|
448
|
-
blockHash:
|
448
|
+
blockHash: import("../../index.js").Hash;
|
449
449
|
blockNumber: bigint;
|
450
|
-
contractAddress:
|
450
|
+
contractAddress: import("abitype").Address | null | undefined;
|
451
451
|
cumulativeGasUsed: bigint;
|
452
452
|
effectiveGasPrice: bigint;
|
453
|
-
from:
|
453
|
+
from: import("abitype").Address;
|
454
454
|
gasUsed: bigint;
|
455
455
|
logs: import("../index.js").ZkSyncLog[];
|
456
|
-
logsBloom:
|
457
|
-
root?:
|
456
|
+
logsBloom: import("../../index.js").Hex;
|
457
|
+
root?: import("../../index.js").Hash | undefined;
|
458
458
|
status: "success" | "reverted";
|
459
|
-
to:
|
460
|
-
transactionHash:
|
459
|
+
to: import("abitype").Address | null;
|
460
|
+
transactionHash: import("../../index.js").Hash;
|
461
461
|
transactionIndex: number;
|
462
462
|
type: import("../index.js").ZkSyncTransactionType;
|
463
463
|
l1BatchNumber: bigint | null;
|
@@ -469,11 +469,11 @@ export declare const zkSync: {
|
|
469
469
|
readonly transactionRequest: {
|
470
470
|
exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
471
471
|
format: (args: ({
|
472
|
-
data?:
|
473
|
-
from?:
|
472
|
+
data?: import("../../index.js").Hex | undefined;
|
473
|
+
from?: import("abitype").Address;
|
474
474
|
gas?: bigint | undefined;
|
475
475
|
nonce?: number | undefined;
|
476
|
-
to?:
|
476
|
+
to?: import("abitype").Address | null | undefined;
|
477
477
|
value?: bigint | undefined;
|
478
478
|
accessList?: undefined;
|
479
479
|
blobs?: undefined;
|
@@ -486,11 +486,11 @@ export declare const zkSync: {
|
|
486
486
|
kzg?: undefined;
|
487
487
|
sidecars?: undefined;
|
488
488
|
} & {
|
489
|
-
data?:
|
490
|
-
from:
|
489
|
+
data?: import("../../index.js").Hex | undefined;
|
490
|
+
from: import("abitype").Address;
|
491
491
|
gas?: bigint | undefined;
|
492
492
|
nonce?: number | undefined;
|
493
|
-
to?:
|
493
|
+
to?: import("abitype").Address | null | undefined;
|
494
494
|
value?: bigint | undefined;
|
495
495
|
accessList?: undefined;
|
496
496
|
blobs?: undefined;
|
@@ -509,11 +509,11 @@ export declare const zkSync: {
|
|
509
509
|
paymasterInput?: undefined;
|
510
510
|
factoryDeps?: undefined;
|
511
511
|
}) | ({
|
512
|
-
data?:
|
513
|
-
from?:
|
512
|
+
data?: import("../../index.js").Hex | undefined;
|
513
|
+
from?: import("abitype").Address;
|
514
514
|
gas?: bigint | undefined;
|
515
515
|
nonce?: number | undefined;
|
516
|
-
to?:
|
516
|
+
to?: import("abitype").Address | null | undefined;
|
517
517
|
value?: bigint | undefined;
|
518
518
|
accessList?: undefined;
|
519
519
|
blobs?: undefined;
|
@@ -526,11 +526,11 @@ export declare const zkSync: {
|
|
526
526
|
kzg?: undefined;
|
527
527
|
sidecars?: undefined;
|
528
528
|
} & {
|
529
|
-
data?:
|
530
|
-
from:
|
529
|
+
data?: import("../../index.js").Hex | undefined;
|
530
|
+
from: import("abitype").Address;
|
531
531
|
gas?: bigint | undefined;
|
532
532
|
nonce?: number | undefined;
|
533
|
-
to?:
|
533
|
+
to?: import("abitype").Address | null | undefined;
|
534
534
|
value?: bigint | undefined;
|
535
535
|
accessList?: import("../../index.js").AccessList | undefined;
|
536
536
|
blobs?: undefined;
|
@@ -549,11 +549,11 @@ export declare const zkSync: {
|
|
549
549
|
paymasterInput?: undefined;
|
550
550
|
factoryDeps?: undefined;
|
551
551
|
}) | ({
|
552
|
-
data?:
|
553
|
-
from?:
|
552
|
+
data?: import("../../index.js").Hex | undefined;
|
553
|
+
from?: import("abitype").Address;
|
554
554
|
gas?: bigint | undefined;
|
555
555
|
nonce?: number | undefined;
|
556
|
-
to?:
|
556
|
+
to?: import("abitype").Address | null | undefined;
|
557
557
|
value?: bigint | undefined;
|
558
558
|
accessList?: undefined;
|
559
559
|
blobs?: undefined;
|
@@ -566,11 +566,11 @@ export declare const zkSync: {
|
|
566
566
|
kzg?: undefined;
|
567
567
|
sidecars?: undefined;
|
568
568
|
} & {
|
569
|
-
data?:
|
570
|
-
from:
|
569
|
+
data?: import("../../index.js").Hex | undefined;
|
570
|
+
from: import("abitype").Address;
|
571
571
|
gas?: bigint | undefined;
|
572
572
|
nonce?: number | undefined;
|
573
|
-
to?:
|
573
|
+
to?: import("abitype").Address | null | undefined;
|
574
574
|
value?: bigint | undefined;
|
575
575
|
gasPrice?: undefined;
|
576
576
|
maxFeePerBlobGas?: undefined;
|
@@ -589,11 +589,11 @@ export declare const zkSync: {
|
|
589
589
|
paymasterInput?: undefined;
|
590
590
|
factoryDeps?: undefined;
|
591
591
|
}) | ({
|
592
|
-
data?:
|
593
|
-
from?:
|
592
|
+
data?: import("../../index.js").Hex | undefined;
|
593
|
+
from?: import("abitype").Address;
|
594
594
|
gas?: bigint | undefined;
|
595
595
|
nonce?: number | undefined;
|
596
|
-
to?:
|
596
|
+
to?: import("abitype").Address | null | undefined;
|
597
597
|
value?: bigint | undefined;
|
598
598
|
accessList?: undefined;
|
599
599
|
blobs?: undefined;
|
@@ -607,18 +607,18 @@ export declare const zkSync: {
|
|
607
607
|
sidecars?: undefined;
|
608
608
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
609
609
|
gasPerPubdata?: bigint | undefined;
|
610
|
-
customSignature?:
|
611
|
-
factoryDeps?:
|
612
|
-
type?: "
|
610
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
611
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
612
|
+
type?: "eip712" | "priority" | undefined;
|
613
613
|
} & {
|
614
|
-
paymaster:
|
615
|
-
paymasterInput:
|
614
|
+
paymaster: import("abitype").Address;
|
615
|
+
paymasterInput: import("../../index.js").Hex;
|
616
616
|
}) | ({
|
617
|
-
data?:
|
618
|
-
from?:
|
617
|
+
data?: import("../../index.js").Hex | undefined;
|
618
|
+
from?: import("abitype").Address;
|
619
619
|
gas?: bigint | undefined;
|
620
620
|
nonce?: number | undefined;
|
621
|
-
to?:
|
621
|
+
to?: import("abitype").Address | null | undefined;
|
622
622
|
value?: bigint | undefined;
|
623
623
|
accessList?: undefined;
|
624
624
|
blobs?: undefined;
|
@@ -632,18 +632,18 @@ export declare const zkSync: {
|
|
632
632
|
sidecars?: undefined;
|
633
633
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
634
634
|
gasPerPubdata?: bigint | undefined;
|
635
|
-
customSignature?:
|
636
|
-
factoryDeps?:
|
637
|
-
type?: "
|
635
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
636
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
637
|
+
type?: "eip712" | "priority" | undefined;
|
638
638
|
} & {
|
639
639
|
paymaster?: undefined;
|
640
640
|
paymasterInput?: undefined;
|
641
641
|
}) | ({
|
642
|
-
data?:
|
643
|
-
from?:
|
642
|
+
data?: import("../../index.js").Hex | undefined;
|
643
|
+
from?: import("abitype").Address;
|
644
644
|
gas?: bigint | undefined;
|
645
645
|
nonce?: number | undefined;
|
646
|
-
to?:
|
646
|
+
to?: import("abitype").Address | null | undefined;
|
647
647
|
value?: bigint | undefined;
|
648
648
|
accessList?: import("../../index.js").AccessList | undefined;
|
649
649
|
blobs?: undefined;
|
@@ -656,11 +656,11 @@ export declare const zkSync: {
|
|
656
656
|
kzg?: undefined;
|
657
657
|
sidecars?: undefined;
|
658
658
|
} & {
|
659
|
-
data?:
|
660
|
-
from:
|
659
|
+
data?: import("../../index.js").Hex | undefined;
|
660
|
+
from: import("abitype").Address;
|
661
661
|
gas?: bigint | undefined;
|
662
662
|
nonce?: number | undefined;
|
663
|
-
to?:
|
663
|
+
to?: import("abitype").Address | null | undefined;
|
664
664
|
value?: bigint | undefined;
|
665
665
|
accessList?: undefined;
|
666
666
|
blobs?: undefined;
|
@@ -679,11 +679,11 @@ export declare const zkSync: {
|
|
679
679
|
paymasterInput?: undefined;
|
680
680
|
factoryDeps?: undefined;
|
681
681
|
}) | ({
|
682
|
-
data?:
|
683
|
-
from?:
|
682
|
+
data?: import("../../index.js").Hex | undefined;
|
683
|
+
from?: import("abitype").Address;
|
684
684
|
gas?: bigint | undefined;
|
685
685
|
nonce?: number | undefined;
|
686
|
-
to?:
|
686
|
+
to?: import("abitype").Address | null | undefined;
|
687
687
|
value?: bigint | undefined;
|
688
688
|
accessList?: import("../../index.js").AccessList | undefined;
|
689
689
|
blobs?: undefined;
|
@@ -696,11 +696,11 @@ export declare const zkSync: {
|
|
696
696
|
kzg?: undefined;
|
697
697
|
sidecars?: undefined;
|
698
698
|
} & {
|
699
|
-
data?:
|
700
|
-
from:
|
699
|
+
data?: import("../../index.js").Hex | undefined;
|
700
|
+
from: import("abitype").Address;
|
701
701
|
gas?: bigint | undefined;
|
702
702
|
nonce?: number | undefined;
|
703
|
-
to?:
|
703
|
+
to?: import("abitype").Address | null | undefined;
|
704
704
|
value?: bigint | undefined;
|
705
705
|
accessList?: import("../../index.js").AccessList | undefined;
|
706
706
|
blobs?: undefined;
|
@@ -719,11 +719,11 @@ export declare const zkSync: {
|
|
719
719
|
paymasterInput?: undefined;
|
720
720
|
factoryDeps?: undefined;
|
721
721
|
}) | ({
|
722
|
-
data?:
|
723
|
-
from?:
|
722
|
+
data?: import("../../index.js").Hex | undefined;
|
723
|
+
from?: import("abitype").Address;
|
724
724
|
gas?: bigint | undefined;
|
725
725
|
nonce?: number | undefined;
|
726
|
-
to?:
|
726
|
+
to?: import("abitype").Address | null | undefined;
|
727
727
|
value?: bigint | undefined;
|
728
728
|
accessList?: import("../../index.js").AccessList | undefined;
|
729
729
|
blobs?: undefined;
|
@@ -736,11 +736,11 @@ export declare const zkSync: {
|
|
736
736
|
kzg?: undefined;
|
737
737
|
sidecars?: undefined;
|
738
738
|
} & {
|
739
|
-
data?:
|
740
|
-
from:
|
739
|
+
data?: import("../../index.js").Hex | undefined;
|
740
|
+
from: import("abitype").Address;
|
741
741
|
gas?: bigint | undefined;
|
742
742
|
nonce?: number | undefined;
|
743
|
-
to?:
|
743
|
+
to?: import("abitype").Address | null | undefined;
|
744
744
|
value?: bigint | undefined;
|
745
745
|
gasPrice?: undefined;
|
746
746
|
maxFeePerBlobGas?: undefined;
|
@@ -759,11 +759,11 @@ export declare const zkSync: {
|
|
759
759
|
paymasterInput?: undefined;
|
760
760
|
factoryDeps?: undefined;
|
761
761
|
}) | ({
|
762
|
-
data?:
|
763
|
-
from?:
|
762
|
+
data?: import("../../index.js").Hex | undefined;
|
763
|
+
from?: import("abitype").Address;
|
764
764
|
gas?: bigint | undefined;
|
765
765
|
nonce?: number | undefined;
|
766
|
-
to?:
|
766
|
+
to?: import("abitype").Address | null | undefined;
|
767
767
|
value?: bigint | undefined;
|
768
768
|
accessList?: import("../../index.js").AccessList | undefined;
|
769
769
|
blobs?: undefined;
|
@@ -777,18 +777,18 @@ export declare const zkSync: {
|
|
777
777
|
sidecars?: undefined;
|
778
778
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
779
779
|
gasPerPubdata?: bigint | undefined;
|
780
|
-
customSignature?:
|
781
|
-
factoryDeps?:
|
782
|
-
type?: "
|
780
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
781
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
782
|
+
type?: "eip712" | "priority" | undefined;
|
783
783
|
} & {
|
784
|
-
paymaster:
|
785
|
-
paymasterInput:
|
784
|
+
paymaster: import("abitype").Address;
|
785
|
+
paymasterInput: import("../../index.js").Hex;
|
786
786
|
}) | ({
|
787
|
-
data?:
|
788
|
-
from?:
|
787
|
+
data?: import("../../index.js").Hex | undefined;
|
788
|
+
from?: import("abitype").Address;
|
789
789
|
gas?: bigint | undefined;
|
790
790
|
nonce?: number | undefined;
|
791
|
-
to?:
|
791
|
+
to?: import("abitype").Address | null | undefined;
|
792
792
|
value?: bigint | undefined;
|
793
793
|
accessList?: import("../../index.js").AccessList | undefined;
|
794
794
|
blobs?: undefined;
|
@@ -802,18 +802,18 @@ export declare const zkSync: {
|
|
802
802
|
sidecars?: undefined;
|
803
803
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
804
804
|
gasPerPubdata?: bigint | undefined;
|
805
|
-
customSignature?:
|
806
|
-
factoryDeps?:
|
807
|
-
type?: "
|
805
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
806
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
807
|
+
type?: "eip712" | "priority" | undefined;
|
808
808
|
} & {
|
809
809
|
paymaster?: undefined;
|
810
810
|
paymasterInput?: undefined;
|
811
811
|
}) | ({
|
812
|
-
data?:
|
813
|
-
from?:
|
812
|
+
data?: import("../../index.js").Hex | undefined;
|
813
|
+
from?: import("abitype").Address;
|
814
814
|
gas?: bigint | undefined;
|
815
815
|
nonce?: number | undefined;
|
816
|
-
to?:
|
816
|
+
to?: import("abitype").Address | null | undefined;
|
817
817
|
value?: bigint | undefined;
|
818
818
|
gasPrice?: bigint | undefined;
|
819
819
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -826,11 +826,11 @@ export declare const zkSync: {
|
|
826
826
|
kzg?: undefined;
|
827
827
|
sidecars?: undefined;
|
828
828
|
} & {
|
829
|
-
data?:
|
830
|
-
from:
|
829
|
+
data?: import("../../index.js").Hex | undefined;
|
830
|
+
from: import("abitype").Address;
|
831
831
|
gas?: bigint | undefined;
|
832
832
|
nonce?: number | undefined;
|
833
|
-
to?:
|
833
|
+
to?: import("abitype").Address | null | undefined;
|
834
834
|
value?: bigint | undefined;
|
835
835
|
accessList?: undefined;
|
836
836
|
blobs?: undefined;
|
@@ -849,11 +849,11 @@ export declare const zkSync: {
|
|
849
849
|
paymasterInput?: undefined;
|
850
850
|
factoryDeps?: undefined;
|
851
851
|
}) | ({
|
852
|
-
data?:
|
853
|
-
from?:
|
852
|
+
data?: import("../../index.js").Hex | undefined;
|
853
|
+
from?: import("abitype").Address;
|
854
854
|
gas?: bigint | undefined;
|
855
855
|
nonce?: number | undefined;
|
856
|
-
to?:
|
856
|
+
to?: import("abitype").Address | null | undefined;
|
857
857
|
value?: bigint | undefined;
|
858
858
|
gasPrice?: bigint | undefined;
|
859
859
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -866,11 +866,11 @@ export declare const zkSync: {
|
|
866
866
|
kzg?: undefined;
|
867
867
|
sidecars?: undefined;
|
868
868
|
} & {
|
869
|
-
data?:
|
870
|
-
from:
|
869
|
+
data?: import("../../index.js").Hex | undefined;
|
870
|
+
from: import("abitype").Address;
|
871
871
|
gas?: bigint | undefined;
|
872
872
|
nonce?: number | undefined;
|
873
|
-
to?:
|
873
|
+
to?: import("abitype").Address | null | undefined;
|
874
874
|
value?: bigint | undefined;
|
875
875
|
accessList?: import("../../index.js").AccessList | undefined;
|
876
876
|
blobs?: undefined;
|
@@ -889,11 +889,11 @@ export declare const zkSync: {
|
|
889
889
|
paymasterInput?: undefined;
|
890
890
|
factoryDeps?: undefined;
|
891
891
|
}) | ({
|
892
|
-
data?:
|
893
|
-
from?:
|
892
|
+
data?: import("../../index.js").Hex | undefined;
|
893
|
+
from?: import("abitype").Address;
|
894
894
|
gas?: bigint | undefined;
|
895
895
|
nonce?: number | undefined;
|
896
|
-
to?:
|
896
|
+
to?: import("abitype").Address | null | undefined;
|
897
897
|
value?: bigint | undefined;
|
898
898
|
gasPrice?: bigint | undefined;
|
899
899
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -906,11 +906,11 @@ export declare const zkSync: {
|
|
906
906
|
kzg?: undefined;
|
907
907
|
sidecars?: undefined;
|
908
908
|
} & {
|
909
|
-
data?:
|
910
|
-
from:
|
909
|
+
data?: import("../../index.js").Hex | undefined;
|
910
|
+
from: import("abitype").Address;
|
911
911
|
gas?: bigint | undefined;
|
912
912
|
nonce?: number | undefined;
|
913
|
-
to?:
|
913
|
+
to?: import("abitype").Address | null | undefined;
|
914
914
|
value?: bigint | undefined;
|
915
915
|
gasPrice?: undefined;
|
916
916
|
maxFeePerBlobGas?: undefined;
|
@@ -929,11 +929,11 @@ export declare const zkSync: {
|
|
929
929
|
paymasterInput?: undefined;
|
930
930
|
factoryDeps?: undefined;
|
931
931
|
}) | ({
|
932
|
-
data?:
|
933
|
-
from?:
|
932
|
+
data?: import("../../index.js").Hex | undefined;
|
933
|
+
from?: import("abitype").Address;
|
934
934
|
gas?: bigint | undefined;
|
935
935
|
nonce?: number | undefined;
|
936
|
-
to?:
|
936
|
+
to?: import("abitype").Address | null | undefined;
|
937
937
|
value?: bigint | undefined;
|
938
938
|
gasPrice?: bigint | undefined;
|
939
939
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -947,18 +947,18 @@ export declare const zkSync: {
|
|
947
947
|
sidecars?: undefined;
|
948
948
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
949
949
|
gasPerPubdata?: bigint | undefined;
|
950
|
-
customSignature?:
|
951
|
-
factoryDeps?:
|
952
|
-
type?: "
|
950
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
951
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
952
|
+
type?: "eip712" | "priority" | undefined;
|
953
953
|
} & {
|
954
|
-
paymaster:
|
955
|
-
paymasterInput:
|
954
|
+
paymaster: import("abitype").Address;
|
955
|
+
paymasterInput: import("../../index.js").Hex;
|
956
956
|
}) | ({
|
957
|
-
data?:
|
958
|
-
from?:
|
957
|
+
data?: import("../../index.js").Hex | undefined;
|
958
|
+
from?: import("abitype").Address;
|
959
959
|
gas?: bigint | undefined;
|
960
960
|
nonce?: number | undefined;
|
961
|
-
to?:
|
961
|
+
to?: import("abitype").Address | null | undefined;
|
962
962
|
value?: bigint | undefined;
|
963
963
|
gasPrice?: bigint | undefined;
|
964
964
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -972,35 +972,35 @@ export declare const zkSync: {
|
|
972
972
|
sidecars?: undefined;
|
973
973
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
974
974
|
gasPerPubdata?: bigint | undefined;
|
975
|
-
customSignature?:
|
976
|
-
factoryDeps?:
|
977
|
-
type?: "
|
975
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
976
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
977
|
+
type?: "eip712" | "priority" | undefined;
|
978
978
|
} & {
|
979
979
|
paymaster?: undefined;
|
980
980
|
paymasterInput?: undefined;
|
981
981
|
}) | ({
|
982
|
-
data?:
|
983
|
-
from?:
|
982
|
+
data?: import("../../index.js").Hex | undefined;
|
983
|
+
from?: import("abitype").Address;
|
984
984
|
gas?: bigint | undefined;
|
985
985
|
nonce?: number | undefined;
|
986
986
|
value?: bigint | undefined;
|
987
|
-
to?:
|
987
|
+
to?: import("abitype").Address | null | undefined;
|
988
988
|
accessList?: import("../../index.js").AccessList | undefined;
|
989
989
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
990
|
-
blobVersionedHashes?: readonly
|
990
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
991
991
|
kzg?: import("../../index.js").Kzg | undefined;
|
992
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
992
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
993
993
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
994
994
|
gasPrice?: bigint | undefined;
|
995
995
|
maxFeePerGas?: bigint | undefined;
|
996
996
|
maxPriorityFeePerGas?: bigint | undefined;
|
997
997
|
maxFeePerBlobGas?: bigint | undefined;
|
998
998
|
} & {
|
999
|
-
data?:
|
1000
|
-
from:
|
999
|
+
data?: import("../../index.js").Hex | undefined;
|
1000
|
+
from: import("abitype").Address;
|
1001
1001
|
gas?: bigint | undefined;
|
1002
1002
|
nonce?: number | undefined;
|
1003
|
-
to?:
|
1003
|
+
to?: import("abitype").Address | null | undefined;
|
1004
1004
|
value?: bigint | undefined;
|
1005
1005
|
accessList?: undefined;
|
1006
1006
|
blobs?: undefined;
|
@@ -1019,28 +1019,28 @@ export declare const zkSync: {
|
|
1019
1019
|
paymasterInput?: undefined;
|
1020
1020
|
factoryDeps?: undefined;
|
1021
1021
|
}) | ({
|
1022
|
-
data?:
|
1023
|
-
from?:
|
1022
|
+
data?: import("../../index.js").Hex | undefined;
|
1023
|
+
from?: import("abitype").Address;
|
1024
1024
|
gas?: bigint | undefined;
|
1025
1025
|
nonce?: number | undefined;
|
1026
1026
|
value?: bigint | undefined;
|
1027
|
-
to?:
|
1027
|
+
to?: import("abitype").Address | null | undefined;
|
1028
1028
|
accessList?: import("../../index.js").AccessList | undefined;
|
1029
1029
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1030
|
-
blobVersionedHashes?: readonly
|
1030
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1031
1031
|
kzg?: import("../../index.js").Kzg | undefined;
|
1032
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1032
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1033
1033
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1034
1034
|
gasPrice?: bigint | undefined;
|
1035
1035
|
maxFeePerGas?: bigint | undefined;
|
1036
1036
|
maxPriorityFeePerGas?: bigint | undefined;
|
1037
1037
|
maxFeePerBlobGas?: bigint | undefined;
|
1038
1038
|
} & {
|
1039
|
-
data?:
|
1040
|
-
from:
|
1039
|
+
data?: import("../../index.js").Hex | undefined;
|
1040
|
+
from: import("abitype").Address;
|
1041
1041
|
gas?: bigint | undefined;
|
1042
1042
|
nonce?: number | undefined;
|
1043
|
-
to?:
|
1043
|
+
to?: import("abitype").Address | null | undefined;
|
1044
1044
|
value?: bigint | undefined;
|
1045
1045
|
accessList?: import("../../index.js").AccessList | undefined;
|
1046
1046
|
blobs?: undefined;
|
@@ -1059,28 +1059,28 @@ export declare const zkSync: {
|
|
1059
1059
|
paymasterInput?: undefined;
|
1060
1060
|
factoryDeps?: undefined;
|
1061
1061
|
}) | ({
|
1062
|
-
data?:
|
1063
|
-
from?:
|
1062
|
+
data?: import("../../index.js").Hex | undefined;
|
1063
|
+
from?: import("abitype").Address;
|
1064
1064
|
gas?: bigint | undefined;
|
1065
1065
|
nonce?: number | undefined;
|
1066
1066
|
value?: bigint | undefined;
|
1067
|
-
to?:
|
1067
|
+
to?: import("abitype").Address | null | undefined;
|
1068
1068
|
accessList?: import("../../index.js").AccessList | undefined;
|
1069
1069
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1070
|
-
blobVersionedHashes?: readonly
|
1070
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1071
1071
|
kzg?: import("../../index.js").Kzg | undefined;
|
1072
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1072
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1073
1073
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1074
1074
|
gasPrice?: bigint | undefined;
|
1075
1075
|
maxFeePerGas?: bigint | undefined;
|
1076
1076
|
maxPriorityFeePerGas?: bigint | undefined;
|
1077
1077
|
maxFeePerBlobGas?: bigint | undefined;
|
1078
1078
|
} & {
|
1079
|
-
data?:
|
1080
|
-
from:
|
1079
|
+
data?: import("../../index.js").Hex | undefined;
|
1080
|
+
from: import("abitype").Address;
|
1081
1081
|
gas?: bigint | undefined;
|
1082
1082
|
nonce?: number | undefined;
|
1083
|
-
to?:
|
1083
|
+
to?: import("abitype").Address | null | undefined;
|
1084
1084
|
value?: bigint | undefined;
|
1085
1085
|
gasPrice?: undefined;
|
1086
1086
|
maxFeePerBlobGas?: undefined;
|
@@ -1099,34 +1099,34 @@ export declare const zkSync: {
|
|
1099
1099
|
paymasterInput?: undefined;
|
1100
1100
|
factoryDeps?: undefined;
|
1101
1101
|
}) | ({
|
1102
|
-
data?:
|
1103
|
-
from?:
|
1102
|
+
data?: import("../../index.js").Hex | undefined;
|
1103
|
+
from?: import("abitype").Address;
|
1104
1104
|
gas?: bigint | undefined;
|
1105
1105
|
nonce?: number | undefined;
|
1106
1106
|
value?: bigint | undefined;
|
1107
|
-
to?:
|
1107
|
+
to?: import("abitype").Address | null | undefined;
|
1108
1108
|
accessList?: import("../../index.js").AccessList | undefined;
|
1109
1109
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1110
|
-
blobVersionedHashes?: readonly
|
1110
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1111
1111
|
kzg?: import("../../index.js").Kzg | undefined;
|
1112
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1112
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1113
1113
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1114
1114
|
gasPrice?: bigint | undefined;
|
1115
1115
|
maxFeePerGas?: bigint | undefined;
|
1116
1116
|
maxPriorityFeePerGas?: bigint | undefined;
|
1117
1117
|
maxFeePerBlobGas?: bigint | undefined;
|
1118
1118
|
} & {
|
1119
|
-
data?:
|
1120
|
-
from:
|
1119
|
+
data?: import("../../index.js").Hex | undefined;
|
1120
|
+
from: import("abitype").Address;
|
1121
1121
|
gas?: bigint | undefined;
|
1122
1122
|
nonce?: number | undefined;
|
1123
1123
|
value?: bigint | undefined;
|
1124
1124
|
to: `0x${string}` | null;
|
1125
1125
|
accessList?: import("../../index.js").AccessList | undefined;
|
1126
|
-
blobs: readonly
|
1127
|
-
blobVersionedHashes?: readonly
|
1126
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
1127
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1128
1128
|
kzg?: import("../../index.js").Kzg | undefined;
|
1129
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1129
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1130
1130
|
type?: "eip4844" | undefined;
|
1131
1131
|
gasPrice?: undefined;
|
1132
1132
|
maxFeePerGas?: bigint | undefined;
|
@@ -1139,17 +1139,17 @@ export declare const zkSync: {
|
|
1139
1139
|
paymasterInput?: undefined;
|
1140
1140
|
factoryDeps?: undefined;
|
1141
1141
|
}) | ({
|
1142
|
-
data?:
|
1143
|
-
from?:
|
1142
|
+
data?: import("../../index.js").Hex | undefined;
|
1143
|
+
from?: import("abitype").Address;
|
1144
1144
|
gas?: bigint | undefined;
|
1145
1145
|
nonce?: number | undefined;
|
1146
1146
|
value?: bigint | undefined;
|
1147
|
-
to?:
|
1147
|
+
to?: import("abitype").Address | null | undefined;
|
1148
1148
|
accessList?: import("../../index.js").AccessList | undefined;
|
1149
1149
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1150
|
-
blobVersionedHashes?: readonly
|
1150
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1151
1151
|
kzg?: import("../../index.js").Kzg | undefined;
|
1152
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1152
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1153
1153
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1154
1154
|
gasPrice?: bigint | undefined;
|
1155
1155
|
maxFeePerGas?: bigint | undefined;
|
@@ -1157,24 +1157,24 @@ export declare const zkSync: {
|
|
1157
1157
|
maxFeePerBlobGas?: bigint | undefined;
|
1158
1158
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1159
1159
|
gasPerPubdata?: bigint | undefined;
|
1160
|
-
customSignature?:
|
1161
|
-
factoryDeps?:
|
1162
|
-
type?: "
|
1160
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
1161
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
1162
|
+
type?: "eip712" | "priority" | undefined;
|
1163
1163
|
} & {
|
1164
|
-
paymaster:
|
1165
|
-
paymasterInput:
|
1164
|
+
paymaster: import("abitype").Address;
|
1165
|
+
paymasterInput: import("../../index.js").Hex;
|
1166
1166
|
}) | ({
|
1167
|
-
data?:
|
1168
|
-
from?:
|
1167
|
+
data?: import("../../index.js").Hex | undefined;
|
1168
|
+
from?: import("abitype").Address;
|
1169
1169
|
gas?: bigint | undefined;
|
1170
1170
|
nonce?: number | undefined;
|
1171
1171
|
value?: bigint | undefined;
|
1172
|
-
to?:
|
1172
|
+
to?: import("abitype").Address | null | undefined;
|
1173
1173
|
accessList?: import("../../index.js").AccessList | undefined;
|
1174
1174
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1175
|
-
blobVersionedHashes?: readonly
|
1175
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1176
1176
|
kzg?: import("../../index.js").Kzg | undefined;
|
1177
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1177
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1178
1178
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1179
1179
|
gasPrice?: bigint | undefined;
|
1180
1180
|
maxFeePerGas?: bigint | undefined;
|
@@ -1182,18 +1182,18 @@ export declare const zkSync: {
|
|
1182
1182
|
maxFeePerBlobGas?: bigint | undefined;
|
1183
1183
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1184
1184
|
gasPerPubdata?: bigint | undefined;
|
1185
|
-
customSignature?:
|
1186
|
-
factoryDeps?:
|
1187
|
-
type?: "
|
1185
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
1186
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
1187
|
+
type?: "eip712" | "priority" | undefined;
|
1188
1188
|
} & {
|
1189
1189
|
paymaster?: undefined;
|
1190
1190
|
paymasterInput?: undefined;
|
1191
1191
|
})) => ({
|
1192
|
-
data?:
|
1193
|
-
from:
|
1192
|
+
data?: import("../../index.js").Hex | undefined;
|
1193
|
+
from: import("abitype").Address;
|
1194
1194
|
gas?: `0x${string}` | undefined;
|
1195
1195
|
nonce?: `0x${string}` | undefined;
|
1196
|
-
to?:
|
1196
|
+
to?: import("abitype").Address | null | undefined;
|
1197
1197
|
value?: `0x${string}` | undefined;
|
1198
1198
|
accessList?: undefined;
|
1199
1199
|
blobs?: undefined;
|
@@ -1207,11 +1207,11 @@ export declare const zkSync: {
|
|
1207
1207
|
sidecars?: undefined;
|
1208
1208
|
eip712Meta?: undefined;
|
1209
1209
|
} | {
|
1210
|
-
data?:
|
1211
|
-
from:
|
1210
|
+
data?: import("../../index.js").Hex | undefined;
|
1211
|
+
from: import("abitype").Address;
|
1212
1212
|
gas?: `0x${string}` | undefined;
|
1213
1213
|
nonce?: `0x${string}` | undefined;
|
1214
|
-
to?:
|
1214
|
+
to?: import("abitype").Address | null | undefined;
|
1215
1215
|
value?: `0x${string}` | undefined;
|
1216
1216
|
accessList?: undefined;
|
1217
1217
|
blobs?: undefined;
|
@@ -1225,11 +1225,11 @@ export declare const zkSync: {
|
|
1225
1225
|
sidecars?: undefined;
|
1226
1226
|
eip712Meta?: undefined;
|
1227
1227
|
} | {
|
1228
|
-
data?:
|
1229
|
-
from:
|
1228
|
+
data?: import("../../index.js").Hex | undefined;
|
1229
|
+
from: import("abitype").Address;
|
1230
1230
|
gas?: `0x${string}` | undefined;
|
1231
1231
|
nonce?: `0x${string}` | undefined;
|
1232
|
-
to?:
|
1232
|
+
to?: import("abitype").Address | null | undefined;
|
1233
1233
|
value?: `0x${string}` | undefined;
|
1234
1234
|
accessList?: undefined;
|
1235
1235
|
blobs?: undefined;
|
@@ -1243,11 +1243,11 @@ export declare const zkSync: {
|
|
1243
1243
|
sidecars?: undefined;
|
1244
1244
|
eip712Meta?: undefined;
|
1245
1245
|
} | {
|
1246
|
-
data?:
|
1247
|
-
from:
|
1246
|
+
data?: import("../../index.js").Hex | undefined;
|
1247
|
+
from: import("abitype").Address;
|
1248
1248
|
gas?: `0x${string}` | undefined;
|
1249
1249
|
nonce?: `0x${string}` | undefined;
|
1250
|
-
to?:
|
1250
|
+
to?: import("abitype").Address | null | undefined;
|
1251
1251
|
value?: `0x${string}` | undefined;
|
1252
1252
|
accessList?: undefined;
|
1253
1253
|
blobs?: undefined;
|
@@ -1261,11 +1261,11 @@ export declare const zkSync: {
|
|
1261
1261
|
sidecars?: undefined;
|
1262
1262
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1263
1263
|
} | {
|
1264
|
-
data?:
|
1265
|
-
from:
|
1264
|
+
data?: import("../../index.js").Hex | undefined;
|
1265
|
+
from: import("abitype").Address;
|
1266
1266
|
gas?: `0x${string}` | undefined;
|
1267
1267
|
nonce?: `0x${string}` | undefined;
|
1268
|
-
to?:
|
1268
|
+
to?: import("abitype").Address | null | undefined;
|
1269
1269
|
value?: `0x${string}` | undefined;
|
1270
1270
|
accessList?: undefined;
|
1271
1271
|
blobs?: undefined;
|
@@ -1279,11 +1279,11 @@ export declare const zkSync: {
|
|
1279
1279
|
sidecars?: undefined;
|
1280
1280
|
eip712Meta?: undefined;
|
1281
1281
|
} | {
|
1282
|
-
data?:
|
1283
|
-
from:
|
1282
|
+
data?: import("../../index.js").Hex | undefined;
|
1283
|
+
from: import("abitype").Address;
|
1284
1284
|
gas?: `0x${string}` | undefined;
|
1285
1285
|
nonce?: `0x${string}` | undefined;
|
1286
|
-
to?:
|
1286
|
+
to?: import("abitype").Address | null | undefined;
|
1287
1287
|
value?: `0x${string}` | undefined;
|
1288
1288
|
accessList?: import("../../index.js").AccessList | undefined;
|
1289
1289
|
blobs?: undefined;
|
@@ -1297,11 +1297,11 @@ export declare const zkSync: {
|
|
1297
1297
|
sidecars?: undefined;
|
1298
1298
|
eip712Meta?: undefined;
|
1299
1299
|
} | {
|
1300
|
-
data?:
|
1301
|
-
from:
|
1300
|
+
data?: import("../../index.js").Hex | undefined;
|
1301
|
+
from: import("abitype").Address;
|
1302
1302
|
gas?: `0x${string}` | undefined;
|
1303
1303
|
nonce?: `0x${string}` | undefined;
|
1304
|
-
to?:
|
1304
|
+
to?: import("abitype").Address | null | undefined;
|
1305
1305
|
value?: `0x${string}` | undefined;
|
1306
1306
|
accessList?: import("../../index.js").AccessList | undefined;
|
1307
1307
|
blobs?: undefined;
|
@@ -1315,11 +1315,11 @@ export declare const zkSync: {
|
|
1315
1315
|
sidecars?: undefined;
|
1316
1316
|
eip712Meta?: undefined;
|
1317
1317
|
} | {
|
1318
|
-
data?:
|
1319
|
-
from:
|
1318
|
+
data?: import("../../index.js").Hex | undefined;
|
1319
|
+
from: import("abitype").Address;
|
1320
1320
|
gas?: `0x${string}` | undefined;
|
1321
1321
|
nonce?: `0x${string}` | undefined;
|
1322
|
-
to?:
|
1322
|
+
to?: import("abitype").Address | null | undefined;
|
1323
1323
|
value?: `0x${string}` | undefined;
|
1324
1324
|
accessList?: import("../../index.js").AccessList | undefined;
|
1325
1325
|
blobs?: undefined;
|
@@ -1333,11 +1333,11 @@ export declare const zkSync: {
|
|
1333
1333
|
sidecars?: undefined;
|
1334
1334
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1335
1335
|
} | {
|
1336
|
-
data?:
|
1337
|
-
from:
|
1336
|
+
data?: import("../../index.js").Hex | undefined;
|
1337
|
+
from: import("abitype").Address;
|
1338
1338
|
gas?: `0x${string}` | undefined;
|
1339
1339
|
nonce?: `0x${string}` | undefined;
|
1340
|
-
to?:
|
1340
|
+
to?: import("abitype").Address | null | undefined;
|
1341
1341
|
value?: `0x${string}` | undefined;
|
1342
1342
|
gasPrice?: `0x${string}` | undefined;
|
1343
1343
|
maxFeePerBlobGas?: undefined;
|
@@ -1351,11 +1351,11 @@ export declare const zkSync: {
|
|
1351
1351
|
sidecars?: undefined;
|
1352
1352
|
eip712Meta?: undefined;
|
1353
1353
|
} | {
|
1354
|
-
data?:
|
1355
|
-
from:
|
1354
|
+
data?: import("../../index.js").Hex | undefined;
|
1355
|
+
from: import("abitype").Address;
|
1356
1356
|
gas?: `0x${string}` | undefined;
|
1357
1357
|
nonce?: `0x${string}` | undefined;
|
1358
|
-
to?:
|
1358
|
+
to?: import("abitype").Address | null | undefined;
|
1359
1359
|
value?: `0x${string}` | undefined;
|
1360
1360
|
gasPrice?: `0x${string}` | undefined;
|
1361
1361
|
maxFeePerBlobGas?: undefined;
|
@@ -1369,11 +1369,11 @@ export declare const zkSync: {
|
|
1369
1369
|
sidecars?: undefined;
|
1370
1370
|
eip712Meta?: undefined;
|
1371
1371
|
} | {
|
1372
|
-
data?:
|
1373
|
-
from:
|
1372
|
+
data?: import("../../index.js").Hex | undefined;
|
1373
|
+
from: import("abitype").Address;
|
1374
1374
|
gas?: `0x${string}` | undefined;
|
1375
1375
|
nonce?: `0x${string}` | undefined;
|
1376
|
-
to?:
|
1376
|
+
to?: import("abitype").Address | null | undefined;
|
1377
1377
|
value?: `0x${string}` | undefined;
|
1378
1378
|
gasPrice?: undefined;
|
1379
1379
|
maxFeePerBlobGas?: undefined;
|
@@ -1387,11 +1387,11 @@ export declare const zkSync: {
|
|
1387
1387
|
sidecars?: undefined;
|
1388
1388
|
eip712Meta?: undefined;
|
1389
1389
|
} | {
|
1390
|
-
data?:
|
1391
|
-
from:
|
1390
|
+
data?: import("../../index.js").Hex | undefined;
|
1391
|
+
from: import("abitype").Address;
|
1392
1392
|
gas?: `0x${string}` | undefined;
|
1393
1393
|
nonce?: `0x${string}` | undefined;
|
1394
|
-
to?:
|
1394
|
+
to?: import("abitype").Address | null | undefined;
|
1395
1395
|
value?: `0x${string}` | undefined;
|
1396
1396
|
gasPrice?: undefined;
|
1397
1397
|
maxFeePerBlobGas?: undefined;
|
@@ -1405,17 +1405,17 @@ export declare const zkSync: {
|
|
1405
1405
|
sidecars?: undefined;
|
1406
1406
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1407
1407
|
} | {
|
1408
|
-
data?:
|
1409
|
-
from:
|
1408
|
+
data?: import("../../index.js").Hex | undefined;
|
1409
|
+
from: import("abitype").Address;
|
1410
1410
|
gas?: `0x${string}` | undefined;
|
1411
1411
|
nonce?: `0x${string}` | undefined;
|
1412
1412
|
value?: `0x${string}` | undefined;
|
1413
1413
|
to: `0x${string}` | null;
|
1414
1414
|
accessList?: import("../../index.js").AccessList | undefined;
|
1415
|
-
blobs: readonly
|
1416
|
-
blobVersionedHashes?: readonly
|
1415
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
1416
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1417
1417
|
kzg?: import("../../index.js").Kzg | undefined;
|
1418
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1418
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1419
1419
|
type?: "0x3" | undefined;
|
1420
1420
|
gasPrice?: undefined;
|
1421
1421
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -1423,17 +1423,17 @@ export declare const zkSync: {
|
|
1423
1423
|
maxFeePerBlobGas: `0x${string}`;
|
1424
1424
|
eip712Meta?: undefined;
|
1425
1425
|
} | {
|
1426
|
-
data?:
|
1427
|
-
from:
|
1426
|
+
data?: import("../../index.js").Hex | undefined;
|
1427
|
+
from: import("abitype").Address;
|
1428
1428
|
gas?: `0x${string}` | undefined;
|
1429
1429
|
nonce?: `0x${string}` | undefined;
|
1430
1430
|
value?: `0x${string}` | undefined;
|
1431
|
-
to:
|
1431
|
+
to: import("abitype").Address | null | undefined;
|
1432
1432
|
accessList?: import("../../index.js").AccessList | undefined;
|
1433
|
-
blobs: readonly
|
1434
|
-
blobVersionedHashes?: readonly
|
1433
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
1434
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1435
1435
|
kzg?: import("../../index.js").Kzg | undefined;
|
1436
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1436
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1437
1437
|
type: "0xff" | "0x71";
|
1438
1438
|
gasPrice?: undefined;
|
1439
1439
|
maxFeePerGas?: `0x${string}` | undefined;
|