viem 2.15.1 → 2.16.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +36 -0
- package/README.md +17 -11
- package/_cjs/accounts/generateMnemonic.js +1 -2
- package/_cjs/accounts/generateMnemonic.js.map +1 -1
- package/_cjs/accounts/generatePrivateKey.js +1 -2
- package/_cjs/accounts/generatePrivateKey.js.map +1 -1
- package/_cjs/accounts/hdKeyToAccount.js +1 -2
- package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
- package/_cjs/accounts/mnemonicToAccount.js +1 -2
- package/_cjs/accounts/mnemonicToAccount.js.map +1 -1
- package/_cjs/accounts/privateKeyToAccount.js +1 -2
- package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
- package/_cjs/accounts/toAccount.js +1 -2
- package/_cjs/accounts/toAccount.js.map +1 -1
- package/_cjs/accounts/utils/parseAccount.js +1 -2
- package/_cjs/accounts/utils/parseAccount.js.map +1 -1
- package/_cjs/accounts/utils/privateKeyToAddress.js +1 -2
- package/_cjs/accounts/utils/privateKeyToAddress.js.map +1 -1
- package/_cjs/accounts/utils/publicKeyToAddress.js +1 -2
- package/_cjs/accounts/utils/publicKeyToAddress.js.map +1 -1
- package/_cjs/accounts/utils/sign.js +1 -2
- package/_cjs/accounts/utils/sign.js.map +1 -1
- package/_cjs/accounts/utils/signMessage.js +1 -2
- package/_cjs/accounts/utils/signMessage.js.map +1 -1
- package/_cjs/accounts/utils/signTransaction.js +1 -2
- package/_cjs/accounts/utils/signTransaction.js.map +1 -1
- package/_cjs/accounts/utils/signTypedData.js +1 -2
- package/_cjs/accounts/utils/signTypedData.js.map +1 -1
- package/_cjs/actions/ens/getEnsAddress.js +1 -2
- package/_cjs/actions/ens/getEnsAddress.js.map +1 -1
- package/_cjs/actions/ens/getEnsAvatar.js +1 -2
- package/_cjs/actions/ens/getEnsAvatar.js.map +1 -1
- package/_cjs/actions/ens/getEnsName.js +1 -2
- package/_cjs/actions/ens/getEnsName.js.map +1 -1
- package/_cjs/actions/ens/getEnsResolver.js +1 -2
- package/_cjs/actions/ens/getEnsResolver.js.map +1 -1
- package/_cjs/actions/ens/getEnsText.js +1 -2
- package/_cjs/actions/ens/getEnsText.js.map +1 -1
- package/_cjs/actions/getContract.js +3 -4
- package/_cjs/actions/getContract.js.map +1 -1
- package/_cjs/actions/public/call.js +2 -3
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/createBlockFilter.js +1 -2
- package/_cjs/actions/public/createBlockFilter.js.map +1 -1
- package/_cjs/actions/public/createContractEventFilter.js +1 -2
- package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
- package/_cjs/actions/public/createEventFilter.js +7 -9
- package/_cjs/actions/public/createEventFilter.js.map +1 -1
- package/_cjs/actions/public/createPendingTransactionFilter.js +1 -2
- package/_cjs/actions/public/createPendingTransactionFilter.js.map +1 -1
- package/_cjs/actions/public/estimateContractGas.js +1 -2
- package/_cjs/actions/public/estimateContractGas.js.map +1 -1
- package/_cjs/actions/public/estimateFeesPerGas.js +2 -3
- package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +1 -2
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js +2 -3
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
- package/_cjs/actions/public/getBalance.js +1 -2
- package/_cjs/actions/public/getBalance.js.map +1 -1
- package/_cjs/actions/public/getBlobBaseFee.js +1 -2
- package/_cjs/actions/public/getBlobBaseFee.js.map +1 -1
- package/_cjs/actions/public/getBlock.js +1 -2
- package/_cjs/actions/public/getBlock.js.map +1 -1
- package/_cjs/actions/public/getBlockNumber.js +2 -3
- package/_cjs/actions/public/getBlockNumber.js.map +1 -1
- package/_cjs/actions/public/getBlockTransactionCount.js +1 -2
- package/_cjs/actions/public/getBlockTransactionCount.js.map +1 -1
- package/_cjs/actions/public/getChainId.js +1 -2
- package/_cjs/actions/public/getChainId.js.map +1 -1
- package/_cjs/actions/public/getCode.js +1 -2
- package/_cjs/actions/public/getCode.js.map +1 -1
- package/_cjs/actions/public/getContractEvents.js +1 -2
- package/_cjs/actions/public/getContractEvents.js.map +1 -1
- package/_cjs/actions/public/getEip712Domain.js +1 -2
- package/_cjs/actions/public/getEip712Domain.js.map +1 -1
- package/_cjs/actions/public/getFeeHistory.js +1 -2
- package/_cjs/actions/public/getFeeHistory.js.map +1 -1
- package/_cjs/actions/public/getFilterChanges.js +1 -2
- package/_cjs/actions/public/getFilterChanges.js.map +1 -1
- package/_cjs/actions/public/getFilterLogs.js +1 -2
- package/_cjs/actions/public/getFilterLogs.js.map +1 -1
- package/_cjs/actions/public/getGasPrice.js +1 -2
- package/_cjs/actions/public/getGasPrice.js.map +1 -1
- package/_cjs/actions/public/getLogs.js +7 -9
- package/_cjs/actions/public/getLogs.js.map +1 -1
- package/_cjs/actions/public/getProof.js +1 -2
- package/_cjs/actions/public/getProof.js.map +1 -1
- package/_cjs/actions/public/getStorageAt.js +1 -2
- package/_cjs/actions/public/getStorageAt.js.map +1 -1
- package/_cjs/actions/public/getTransaction.js +1 -2
- package/_cjs/actions/public/getTransaction.js.map +1 -1
- package/_cjs/actions/public/getTransactionConfirmations.js +1 -2
- package/_cjs/actions/public/getTransactionConfirmations.js.map +1 -1
- package/_cjs/actions/public/getTransactionCount.js +1 -2
- package/_cjs/actions/public/getTransactionCount.js.map +1 -1
- package/_cjs/actions/public/getTransactionReceipt.js +1 -2
- package/_cjs/actions/public/getTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/multicall.js +1 -2
- package/_cjs/actions/public/multicall.js.map +1 -1
- package/_cjs/actions/public/readContract.js +1 -2
- package/_cjs/actions/public/readContract.js.map +1 -1
- package/_cjs/actions/public/simulateContract.js +1 -2
- package/_cjs/actions/public/simulateContract.js.map +1 -1
- package/_cjs/actions/public/uninstallFilter.js +1 -2
- package/_cjs/actions/public/uninstallFilter.js.map +1 -1
- package/_cjs/actions/public/verifyHash.js +22 -5
- package/_cjs/actions/public/verifyHash.js.map +1 -1
- package/_cjs/actions/public/verifyMessage.js +4 -3
- package/_cjs/actions/public/verifyMessage.js.map +1 -1
- package/_cjs/actions/public/verifyTypedData.js +4 -3
- package/_cjs/actions/public/verifyTypedData.js.map +1 -1
- package/_cjs/actions/public/waitForTransactionReceipt.js +1 -2
- package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/watchBlockNumber.js +1 -2
- package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
- package/_cjs/actions/public/watchBlocks.js +1 -2
- package/_cjs/actions/public/watchBlocks.js.map +1 -1
- package/_cjs/actions/public/watchContractEvent.js +1 -2
- package/_cjs/actions/public/watchContractEvent.js.map +1 -1
- package/_cjs/actions/public/watchEvent.js +7 -9
- package/_cjs/actions/public/watchEvent.js.map +1 -1
- package/_cjs/actions/public/watchPendingTransactions.js +1 -2
- package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
- package/_cjs/actions/siwe/verifySiweMessage.js +1 -2
- package/_cjs/actions/siwe/verifySiweMessage.js.map +1 -1
- package/_cjs/actions/test/dropTransaction.js +1 -2
- package/_cjs/actions/test/dropTransaction.js.map +1 -1
- package/_cjs/actions/test/dumpState.js +1 -2
- package/_cjs/actions/test/dumpState.js.map +1 -1
- package/_cjs/actions/test/getAutomine.js +1 -2
- package/_cjs/actions/test/getAutomine.js.map +1 -1
- package/_cjs/actions/test/getTxpoolContent.js +1 -2
- package/_cjs/actions/test/getTxpoolContent.js.map +1 -1
- package/_cjs/actions/test/getTxpoolStatus.js +1 -2
- package/_cjs/actions/test/getTxpoolStatus.js.map +1 -1
- package/_cjs/actions/test/impersonateAccount.js +1 -2
- package/_cjs/actions/test/impersonateAccount.js.map +1 -1
- package/_cjs/actions/test/increaseTime.js +1 -2
- package/_cjs/actions/test/increaseTime.js.map +1 -1
- package/_cjs/actions/test/inspectTxpool.js +1 -2
- package/_cjs/actions/test/inspectTxpool.js.map +1 -1
- package/_cjs/actions/test/loadState.js +1 -2
- package/_cjs/actions/test/loadState.js.map +1 -1
- package/_cjs/actions/test/mine.js +1 -2
- package/_cjs/actions/test/mine.js.map +1 -1
- package/_cjs/actions/test/removeBlockTimestampInterval.js +1 -2
- package/_cjs/actions/test/removeBlockTimestampInterval.js.map +1 -1
- package/_cjs/actions/test/reset.js +1 -2
- package/_cjs/actions/test/reset.js.map +1 -1
- package/_cjs/actions/test/revert.js +1 -2
- package/_cjs/actions/test/revert.js.map +1 -1
- package/_cjs/actions/test/sendUnsignedTransaction.js +1 -2
- package/_cjs/actions/test/sendUnsignedTransaction.js.map +1 -1
- package/_cjs/actions/test/setAutomine.js +1 -2
- package/_cjs/actions/test/setAutomine.js.map +1 -1
- package/_cjs/actions/test/setBalance.js +1 -2
- package/_cjs/actions/test/setBalance.js.map +1 -1
- package/_cjs/actions/test/setBlockGasLimit.js +1 -2
- package/_cjs/actions/test/setBlockGasLimit.js.map +1 -1
- package/_cjs/actions/test/setBlockTimestampInterval.js +1 -2
- package/_cjs/actions/test/setBlockTimestampInterval.js.map +1 -1
- package/_cjs/actions/test/setCode.js +1 -2
- package/_cjs/actions/test/setCode.js.map +1 -1
- package/_cjs/actions/test/setCoinbase.js +1 -2
- package/_cjs/actions/test/setCoinbase.js.map +1 -1
- package/_cjs/actions/test/setIntervalMining.js +1 -2
- package/_cjs/actions/test/setIntervalMining.js.map +1 -1
- package/_cjs/actions/test/setLoggingEnabled.js +1 -2
- package/_cjs/actions/test/setLoggingEnabled.js.map +1 -1
- package/_cjs/actions/test/setMinGasPrice.js +1 -2
- package/_cjs/actions/test/setMinGasPrice.js.map +1 -1
- package/_cjs/actions/test/setNextBlockBaseFeePerGas.js +1 -2
- package/_cjs/actions/test/setNextBlockBaseFeePerGas.js.map +1 -1
- package/_cjs/actions/test/setNextBlockTimestamp.js +1 -2
- package/_cjs/actions/test/setNextBlockTimestamp.js.map +1 -1
- package/_cjs/actions/test/setNonce.js +1 -2
- package/_cjs/actions/test/setNonce.js.map +1 -1
- package/_cjs/actions/test/setRpcUrl.js +1 -2
- package/_cjs/actions/test/setRpcUrl.js.map +1 -1
- package/_cjs/actions/test/setStorageAt.js +1 -2
- package/_cjs/actions/test/setStorageAt.js.map +1 -1
- package/_cjs/actions/test/snapshot.js +1 -2
- package/_cjs/actions/test/snapshot.js.map +1 -1
- package/_cjs/actions/test/stopImpersonatingAccount.js +1 -2
- package/_cjs/actions/test/stopImpersonatingAccount.js.map +1 -1
- package/_cjs/actions/wallet/addChain.js +1 -2
- package/_cjs/actions/wallet/addChain.js.map +1 -1
- package/_cjs/actions/wallet/deployContract.js +1 -2
- package/_cjs/actions/wallet/deployContract.js.map +1 -1
- package/_cjs/actions/wallet/getAddresses.js +1 -2
- package/_cjs/actions/wallet/getAddresses.js.map +1 -1
- package/_cjs/actions/wallet/getPermissions.js +1 -2
- package/_cjs/actions/wallet/getPermissions.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +2 -2
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/requestAddresses.js +1 -2
- package/_cjs/actions/wallet/requestAddresses.js.map +1 -1
- package/_cjs/actions/wallet/requestPermissions.js +1 -2
- package/_cjs/actions/wallet/requestPermissions.js.map +1 -1
- package/_cjs/actions/wallet/sendRawTransaction.js +1 -2
- package/_cjs/actions/wallet/sendRawTransaction.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +2 -2
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/actions/wallet/signMessage.js +1 -2
- package/_cjs/actions/wallet/signMessage.js.map +1 -1
- package/_cjs/actions/wallet/signTransaction.js +1 -2
- package/_cjs/actions/wallet/signTransaction.js.map +1 -1
- package/_cjs/actions/wallet/signTypedData.js +1 -2
- package/_cjs/actions/wallet/signTypedData.js.map +1 -1
- package/_cjs/actions/wallet/switchChain.js +1 -2
- package/_cjs/actions/wallet/switchChain.js.map +1 -1
- package/_cjs/actions/wallet/watchAsset.js +1 -2
- package/_cjs/actions/wallet/watchAsset.js.map +1 -1
- package/_cjs/actions/wallet/writeContract.js +1 -2
- package/_cjs/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/celo/parsers.js +1 -2
- package/_cjs/celo/parsers.js.map +1 -1
- package/_cjs/celo/serializers.js +4 -4
- package/_cjs/celo/serializers.js.map +1 -1
- package/_cjs/celo/utils.js +4 -5
- package/_cjs/celo/utils.js.map +1 -1
- package/_cjs/chains/definitions/zetachain.js +6 -0
- package/_cjs/chains/definitions/zetachain.js.map +1 -1
- package/_cjs/chains/definitions/zetachainAthensTestnet.js +6 -0
- package/_cjs/chains/definitions/zetachainAthensTestnet.js.map +1 -1
- package/_cjs/chains/definitions/zircuitTestnet.js +27 -0
- package/_cjs/chains/definitions/zircuitTestnet.js.map +1 -0
- package/_cjs/chains/index.js +4 -2
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/clients/createClient.js +2 -3
- package/_cjs/clients/createClient.js.map +1 -1
- package/_cjs/clients/createPublicClient.js +1 -2
- package/_cjs/clients/createPublicClient.js.map +1 -1
- package/_cjs/clients/createTestClient.js +1 -2
- package/_cjs/clients/createTestClient.js.map +1 -1
- package/_cjs/clients/createWalletClient.js +1 -2
- package/_cjs/clients/createWalletClient.js.map +1 -1
- package/_cjs/clients/decorators/public.js +1 -2
- package/_cjs/clients/decorators/public.js.map +1 -1
- package/_cjs/clients/decorators/test.js +1 -2
- package/_cjs/clients/decorators/test.js.map +1 -1
- package/_cjs/clients/decorators/wallet.js +1 -2
- package/_cjs/clients/decorators/wallet.js.map +1 -1
- package/_cjs/clients/transports/createTransport.js +1 -2
- package/_cjs/clients/transports/createTransport.js.map +1 -1
- package/_cjs/clients/transports/custom.js +1 -2
- package/_cjs/clients/transports/custom.js.map +1 -1
- package/_cjs/clients/transports/fallback.js +2 -3
- package/_cjs/clients/transports/fallback.js.map +1 -1
- package/_cjs/clients/transports/http.js +1 -2
- package/_cjs/clients/transports/http.js.map +1 -1
- package/_cjs/clients/transports/ipc.js +1 -2
- package/_cjs/clients/transports/ipc.js.map +1 -1
- package/_cjs/clients/transports/webSocket.js +1 -2
- package/_cjs/clients/transports/webSocket.js.map +1 -1
- package/_cjs/errors/stateOverride.js +3 -3
- package/_cjs/errors/stateOverride.js.map +1 -1
- package/_cjs/errors/transaction.js +2 -2
- package/_cjs/errors/transaction.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/experimental/eip5792/actions/getCallsStatus.js +1 -2
- package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/getCapabilities.js +1 -2
- package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/sendCalls.js +1 -2
- package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/showCallsStatus.js +1 -2
- package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/writeContracts.js +1 -2
- package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -1
- package/_cjs/experimental/eip5792/decorators/eip5792.js +1 -2
- package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -1
- package/_cjs/experimental/erc7715/actions/issuePermissions.js +1 -2
- package/_cjs/experimental/erc7715/actions/issuePermissions.js.map +1 -1
- package/_cjs/experimental/erc7715/decorators/erc7715.js +1 -2
- package/_cjs/experimental/erc7715/decorators/erc7715.js.map +1 -1
- package/_cjs/experimental/index.js +6 -4
- package/_cjs/experimental/index.js.map +1 -1
- package/_cjs/experimental/solady/actions/signMessage.js +39 -0
- package/_cjs/experimental/solady/actions/signMessage.js.map +1 -0
- package/_cjs/experimental/solady/actions/signTypedData.js +62 -0
- package/_cjs/experimental/solady/actions/signTypedData.js.map +1 -0
- package/_cjs/experimental/solady/decorators/solady.js +15 -0
- package/_cjs/experimental/solady/decorators/solady.js.map +1 -0
- package/_cjs/experimental/solady/index.js +16 -0
- package/_cjs/experimental/solady/index.js.map +1 -0
- package/_cjs/experimental/solady/types.js +3 -0
- package/_cjs/experimental/solady/types.js.map +1 -0
- package/_cjs/experimental/solady/utils/hashMessage.js +19 -0
- package/_cjs/experimental/solady/utils/hashMessage.js.map +1 -0
- package/_cjs/experimental/solady/utils/hashTypedData.js +31 -0
- package/_cjs/experimental/solady/utils/hashTypedData.js.map +1 -0
- package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js +44 -0
- package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
- package/_cjs/index.js +11 -3
- package/_cjs/index.js.map +1 -1
- package/_cjs/op-stack/actions/buildDepositTransaction.js +1 -2
- package/_cjs/op-stack/actions/buildDepositTransaction.js.map +1 -1
- package/_cjs/op-stack/actions/buildInitiateWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/buildInitiateWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/buildProveWithdrawal.js +2 -3
- package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/depositTransaction.js +1 -2
- package/_cjs/op-stack/actions/depositTransaction.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractL1Fee.js +1 -2
- package/_cjs/op-stack/actions/estimateContractL1Fee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractL1Gas.js +1 -2
- package/_cjs/op-stack/actions/estimateContractL1Gas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractTotalFee.js +1 -2
- package/_cjs/op-stack/actions/estimateContractTotalFee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractTotalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateContractTotalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateDepositTransactionGas.js +1 -2
- package/_cjs/op-stack/actions/estimateDepositTransactionGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateL1Fee.js +1 -2
- package/_cjs/op-stack/actions/estimateL1Fee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateL1Gas.js +1 -2
- package/_cjs/op-stack/actions/estimateL1Gas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateTotalFee.js +1 -2
- package/_cjs/op-stack/actions/estimateTotalFee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateTotalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateTotalGas.js.map +1 -1
- package/_cjs/op-stack/actions/finalizeWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/finalizeWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/getGame.js +1 -2
- package/_cjs/op-stack/actions/getGame.js.map +1 -1
- package/_cjs/op-stack/actions/getGames.js +1 -2
- package/_cjs/op-stack/actions/getGames.js.map +1 -1
- package/_cjs/op-stack/actions/getL1BaseFee.js +1 -2
- package/_cjs/op-stack/actions/getL1BaseFee.js.map +1 -1
- package/_cjs/op-stack/actions/getL2Output.js +1 -2
- package/_cjs/op-stack/actions/getL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/getPortalVersion.js +1 -2
- package/_cjs/op-stack/actions/getPortalVersion.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToFinalize.js +1 -2
- package/_cjs/op-stack/actions/getTimeToFinalize.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToNextGame.js +1 -2
- package/_cjs/op-stack/actions/getTimeToNextGame.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToNextL2Output.js +1 -2
- package/_cjs/op-stack/actions/getTimeToNextL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToProve.js +1 -2
- package/_cjs/op-stack/actions/getTimeToProve.js.map +1 -1
- package/_cjs/op-stack/actions/getWithdrawalStatus.js +1 -2
- package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_cjs/op-stack/actions/initiateWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/initiateWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/proveWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/proveWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/waitForNextGame.js +1 -2
- package/_cjs/op-stack/actions/waitForNextGame.js.map +1 -1
- package/_cjs/op-stack/actions/waitForNextL2Output.js +1 -2
- package/_cjs/op-stack/actions/waitForNextL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/waitToFinalize.js +1 -2
- package/_cjs/op-stack/actions/waitToFinalize.js.map +1 -1
- package/_cjs/op-stack/actions/waitToProve.js +1 -2
- package/_cjs/op-stack/actions/waitToProve.js.map +1 -1
- package/_cjs/op-stack/decorators/publicL1.js +1 -2
- package/_cjs/op-stack/decorators/publicL1.js.map +1 -1
- package/_cjs/op-stack/decorators/publicL2.js +1 -2
- package/_cjs/op-stack/decorators/publicL2.js.map +1 -1
- package/_cjs/op-stack/decorators/walletL1.js +1 -2
- package/_cjs/op-stack/decorators/walletL1.js.map +1 -1
- package/_cjs/op-stack/decorators/walletL2.js +1 -2
- package/_cjs/op-stack/decorators/walletL2.js.map +1 -1
- package/_cjs/op-stack/parsers.js +1 -2
- package/_cjs/op-stack/parsers.js.map +1 -1
- package/_cjs/op-stack/serializers.js +3 -3
- package/_cjs/op-stack/serializers.js.map +1 -1
- package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js +1 -2
- package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js.map +1 -1
- package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js +1 -2
- package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js.map +1 -1
- package/_cjs/op-stack/utils/getL2TransactionHash.js +1 -2
- package/_cjs/op-stack/utils/getL2TransactionHash.js.map +1 -1
- package/_cjs/op-stack/utils/getL2TransactionHashes.js +1 -2
- package/_cjs/op-stack/utils/getL2TransactionHashes.js.map +1 -1
- package/_cjs/op-stack/utils/getSourceHash.js +1 -2
- package/_cjs/op-stack/utils/getSourceHash.js.map +1 -1
- package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js +1 -2
- package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js.map +1 -1
- package/_cjs/op-stack/utils/getWithdrawals.js +1 -2
- package/_cjs/op-stack/utils/getWithdrawals.js.map +1 -1
- package/_cjs/op-stack/utils/opaqueDataToDepositData.js +1 -2
- package/_cjs/op-stack/utils/opaqueDataToDepositData.js.map +1 -1
- package/_cjs/utils/abi/decodeAbiParameters.js +1 -2
- package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/decodeDeployData.js +1 -2
- package/_cjs/utils/abi/decodeDeployData.js.map +1 -1
- package/_cjs/utils/abi/decodeErrorResult.js +1 -2
- package/_cjs/utils/abi/decodeErrorResult.js.map +1 -1
- package/_cjs/utils/abi/decodeEventLog.js +1 -2
- package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
- package/_cjs/utils/abi/decodeFunctionData.js +1 -2
- package/_cjs/utils/abi/decodeFunctionData.js.map +1 -1
- package/_cjs/utils/abi/decodeFunctionResult.js +1 -2
- package/_cjs/utils/abi/decodeFunctionResult.js.map +1 -1
- package/_cjs/utils/abi/encodeAbiParameters.js +2 -3
- package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/encodeDeployData.js +1 -2
- package/_cjs/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/utils/abi/encodeErrorResult.js +1 -2
- package/_cjs/utils/abi/encodeErrorResult.js.map +1 -1
- package/_cjs/utils/abi/encodeEventTopics.js +6 -7
- package/_cjs/utils/abi/encodeEventTopics.js.map +1 -1
- package/_cjs/utils/abi/encodeFunctionData.js +1 -2
- package/_cjs/utils/abi/encodeFunctionData.js.map +1 -1
- package/_cjs/utils/abi/encodeFunctionResult.js +1 -2
- package/_cjs/utils/abi/encodeFunctionResult.js.map +1 -1
- package/_cjs/utils/abi/encodePacked.js +1 -2
- package/_cjs/utils/abi/encodePacked.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItem.js +2 -3
- package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItemWithArgs.js +1 -2
- package/_cjs/utils/abi/formatAbiItemWithArgs.js.map +1 -1
- package/_cjs/utils/abi/getAbiItem.js +3 -4
- package/_cjs/utils/abi/getAbiItem.js.map +1 -1
- package/_cjs/utils/abi/parseEventLogs.js +1 -2
- package/_cjs/utils/abi/parseEventLogs.js.map +1 -1
- package/_cjs/utils/abi/prepareEncodeFunctionData.js +1 -2
- package/_cjs/utils/abi/prepareEncodeFunctionData.js.map +1 -1
- package/_cjs/utils/address/getAddress.js +2 -3
- package/_cjs/utils/address/getAddress.js.map +1 -1
- package/_cjs/utils/address/getContractAddress.js +3 -4
- package/_cjs/utils/address/getContractAddress.js.map +1 -1
- package/_cjs/utils/address/isAddress.js +2 -2
- package/_cjs/utils/address/isAddress.js.map +1 -1
- package/_cjs/utils/address/isAddressEqual.js +1 -2
- package/_cjs/utils/address/isAddressEqual.js.map +1 -1
- package/_cjs/utils/blob/blobsToCommitments.js +1 -2
- package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
- package/_cjs/utils/blob/blobsToProofs.js +1 -2
- package/_cjs/utils/blob/blobsToProofs.js.map +1 -1
- package/_cjs/utils/blob/commitmentToVersionedHash.js +1 -2
- package/_cjs/utils/blob/commitmentToVersionedHash.js.map +1 -1
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js +1 -2
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/fromBlobs.js +1 -2
- package/_cjs/utils/blob/fromBlobs.js.map +1 -1
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js +1 -2
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/toBlobSidecars.js +1 -2
- package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js +1 -2
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/buildRequest.js +2 -3
- package/_cjs/utils/buildRequest.js.map +1 -1
- package/_cjs/utils/ccip.js +3 -3
- package/_cjs/utils/ccip.js.map +1 -1
- package/_cjs/utils/chain/assertCurrentChain.js +1 -2
- package/_cjs/utils/chain/assertCurrentChain.js.map +1 -1
- package/_cjs/utils/chain/defineChain.js +1 -2
- package/_cjs/utils/chain/defineChain.js.map +1 -1
- package/_cjs/utils/chain/extractChain.js +1 -2
- package/_cjs/utils/chain/extractChain.js.map +1 -1
- package/_cjs/utils/chain/getChainContractAddress.js +1 -2
- package/_cjs/utils/chain/getChainContractAddress.js.map +1 -1
- package/_cjs/utils/cursor.js +1 -2
- package/_cjs/utils/cursor.js.map +1 -1
- package/_cjs/utils/data/concat.js +3 -4
- package/_cjs/utils/data/concat.js.map +1 -1
- package/_cjs/utils/data/isBytes.js +1 -2
- package/_cjs/utils/data/isBytes.js.map +1 -1
- package/_cjs/utils/data/isBytesEqual.js +1 -2
- package/_cjs/utils/data/isBytesEqual.js.map +1 -1
- package/_cjs/utils/data/isHex.js +1 -2
- package/_cjs/utils/data/isHex.js.map +1 -1
- package/_cjs/utils/data/pad.js +3 -4
- package/_cjs/utils/data/pad.js.map +1 -1
- package/_cjs/utils/data/size.js +1 -2
- package/_cjs/utils/data/size.js.map +1 -1
- package/_cjs/utils/data/slice.js +3 -4
- package/_cjs/utils/data/slice.js.map +1 -1
- package/_cjs/utils/data/trim.js +1 -2
- package/_cjs/utils/data/trim.js.map +1 -1
- package/_cjs/utils/encoding/fromBytes.js +5 -6
- package/_cjs/utils/encoding/fromBytes.js.map +1 -1
- package/_cjs/utils/encoding/fromHex.js +6 -7
- package/_cjs/utils/encoding/fromHex.js.map +1 -1
- package/_cjs/utils/encoding/fromRlp.js +1 -2
- package/_cjs/utils/encoding/fromRlp.js.map +1 -1
- package/_cjs/utils/encoding/toBytes.js +5 -6
- package/_cjs/utils/encoding/toBytes.js.map +1 -1
- package/_cjs/utils/encoding/toHex.js +5 -6
- package/_cjs/utils/encoding/toHex.js.map +1 -1
- package/_cjs/utils/encoding/toRlp.js +3 -4
- package/_cjs/utils/encoding/toRlp.js.map +1 -1
- package/_cjs/utils/ens/avatar/parseAvatarRecord.js +1 -2
- package/_cjs/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
- package/_cjs/utils/ens/avatar/utils.js +8 -9
- package/_cjs/utils/ens/avatar/utils.js.map +1 -1
- package/_cjs/utils/ens/encodeLabelhash.js +1 -2
- package/_cjs/utils/ens/encodeLabelhash.js.map +1 -1
- package/_cjs/utils/ens/encodedLabelToLabelhash.js +1 -2
- package/_cjs/utils/ens/encodedLabelToLabelhash.js.map +1 -1
- package/_cjs/utils/ens/errors.js +1 -2
- package/_cjs/utils/ens/errors.js.map +1 -1
- package/_cjs/utils/ens/labelhash.js +1 -2
- package/_cjs/utils/ens/labelhash.js.map +1 -1
- package/_cjs/utils/ens/namehash.js +1 -2
- package/_cjs/utils/ens/namehash.js.map +1 -1
- package/_cjs/utils/ens/normalize.js +1 -2
- package/_cjs/utils/ens/normalize.js.map +1 -1
- package/_cjs/utils/ens/packetToBytes.js +1 -2
- package/_cjs/utils/ens/packetToBytes.js.map +1 -1
- package/_cjs/utils/errors/getCallError.js +1 -2
- package/_cjs/utils/errors/getCallError.js.map +1 -1
- package/_cjs/utils/errors/getContractError.js +1 -2
- package/_cjs/utils/errors/getContractError.js.map +1 -1
- package/_cjs/utils/errors/getEstimateGasError.js +1 -2
- package/_cjs/utils/errors/getEstimateGasError.js.map +1 -1
- package/_cjs/utils/errors/getNodeError.js +2 -3
- package/_cjs/utils/errors/getNodeError.js.map +1 -1
- package/_cjs/utils/errors/getTransactionError.js +1 -2
- package/_cjs/utils/errors/getTransactionError.js.map +1 -1
- package/_cjs/utils/filters/createFilterRequestScope.js +1 -2
- package/_cjs/utils/filters/createFilterRequestScope.js.map +1 -1
- package/_cjs/utils/formatters/block.js +2 -2
- package/_cjs/utils/formatters/block.js.map +1 -1
- package/_cjs/utils/formatters/extract.js +1 -2
- package/_cjs/utils/formatters/extract.js.map +1 -1
- package/_cjs/utils/formatters/feeHistory.js +1 -2
- package/_cjs/utils/formatters/feeHistory.js.map +1 -1
- package/_cjs/utils/formatters/formatter.js +1 -2
- package/_cjs/utils/formatters/formatter.js.map +1 -1
- package/_cjs/utils/formatters/log.js +1 -2
- package/_cjs/utils/formatters/log.js.map +1 -1
- package/_cjs/utils/formatters/proof.js +1 -2
- package/_cjs/utils/formatters/proof.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js +2 -2
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_cjs/utils/formatters/transactionReceipt.js +2 -2
- package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +2 -2
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/getAction.js +9 -6
- package/_cjs/utils/getAction.js.map +1 -1
- package/_cjs/utils/hash/hashSignature.js +1 -2
- package/_cjs/utils/hash/hashSignature.js.map +1 -1
- package/_cjs/utils/hash/isHash.js +1 -2
- package/_cjs/utils/hash/isHash.js.map +1 -1
- package/_cjs/utils/hash/keccak256.js +1 -2
- package/_cjs/utils/hash/keccak256.js.map +1 -1
- package/_cjs/utils/hash/normalizeSignature.js +1 -2
- package/_cjs/utils/hash/normalizeSignature.js.map +1 -1
- package/_cjs/utils/hash/ripemd160.js +1 -2
- package/_cjs/utils/hash/ripemd160.js.map +1 -1
- package/_cjs/utils/hash/sha256.js +1 -2
- package/_cjs/utils/hash/sha256.js.map +1 -1
- package/_cjs/utils/hash/toSignatureHash.js +1 -2
- package/_cjs/utils/hash/toSignatureHash.js.map +1 -1
- package/_cjs/utils/index.js +7 -1
- package/_cjs/utils/index.js.map +1 -1
- package/_cjs/utils/kzg/defineKzg.js +1 -2
- package/_cjs/utils/kzg/defineKzg.js.map +1 -1
- package/_cjs/utils/kzg/setupKzg.js +1 -2
- package/_cjs/utils/kzg/setupKzg.js.map +1 -1
- package/_cjs/utils/nonceManager.js +3 -3
- package/_cjs/utils/nonceManager.js.map +1 -1
- package/_cjs/utils/observe.js +2 -2
- package/_cjs/utils/observe.js.map +1 -1
- package/_cjs/utils/poll.js +1 -2
- package/_cjs/utils/poll.js.map +1 -1
- package/_cjs/utils/promise/createBatchScheduler.js +1 -2
- package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
- package/_cjs/utils/promise/withCache.js +3 -3
- package/_cjs/utils/promise/withCache.js.map +1 -1
- package/_cjs/utils/promise/withDedupe.js +2 -2
- package/_cjs/utils/promise/withDedupe.js.map +1 -1
- package/_cjs/utils/promise/withRetry.js +1 -2
- package/_cjs/utils/promise/withRetry.js.map +1 -1
- package/_cjs/utils/promise/withTimeout.js +1 -2
- package/_cjs/utils/promise/withTimeout.js.map +1 -1
- package/_cjs/utils/rpc/compat.js +2 -2
- package/_cjs/utils/rpc/compat.js.map +1 -1
- package/_cjs/utils/rpc/http.js +1 -2
- package/_cjs/utils/rpc/http.js.map +1 -1
- package/_cjs/utils/rpc/ipc.js +2 -3
- package/_cjs/utils/rpc/ipc.js.map +1 -1
- package/_cjs/utils/rpc/socket.js +2 -2
- package/_cjs/utils/rpc/socket.js.map +1 -1
- package/_cjs/utils/rpc/webSocket.js +1 -2
- package/_cjs/utils/rpc/webSocket.js.map +1 -1
- package/_cjs/utils/signature/compactSignatureToSignature.js +1 -2
- package/_cjs/utils/signature/compactSignatureToSignature.js.map +1 -1
- package/_cjs/utils/signature/hashMessage.js +3 -14
- package/_cjs/utils/signature/hashMessage.js.map +1 -1
- package/_cjs/utils/signature/hashTypedData.js +4 -3
- package/_cjs/utils/signature/hashTypedData.js.map +1 -1
- package/_cjs/{experimental/erc6492 → utils/signature}/isErc6492Signature.js +2 -3
- package/_cjs/utils/signature/isErc6492Signature.js.map +1 -0
- package/_cjs/utils/signature/parseCompactSignature.js +1 -2
- package/_cjs/utils/signature/parseCompactSignature.js.map +1 -1
- package/_cjs/{experimental/erc6492 → utils/signature}/parseErc6492Signature.js +2 -3
- package/_cjs/utils/signature/parseErc6492Signature.js.map +1 -0
- package/_cjs/utils/signature/parseSignature.js +1 -2
- package/_cjs/utils/signature/parseSignature.js.map +1 -1
- package/_cjs/utils/signature/recoverAddress.js +1 -2
- package/_cjs/utils/signature/recoverAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverMessageAddress.js +1 -2
- package/_cjs/utils/signature/recoverMessageAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverPublicKey.js +1 -2
- package/_cjs/utils/signature/recoverPublicKey.js.map +1 -1
- package/_cjs/utils/signature/recoverTransactionAddress.js +1 -2
- package/_cjs/utils/signature/recoverTransactionAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverTypedDataAddress.js +1 -2
- package/_cjs/utils/signature/recoverTypedDataAddress.js.map +1 -1
- package/_cjs/utils/signature/serializeCompactSignature.js +1 -2
- package/_cjs/utils/signature/serializeCompactSignature.js.map +1 -1
- package/_cjs/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.js +3 -4
- package/_cjs/utils/signature/serializeErc6492Signature.js.map +1 -0
- package/_cjs/utils/signature/serializeSignature.js +1 -2
- package/_cjs/utils/signature/serializeSignature.js.map +1 -1
- package/_cjs/utils/signature/signatureToCompactSignature.js +1 -2
- package/_cjs/utils/signature/signatureToCompactSignature.js.map +1 -1
- package/_cjs/utils/signature/toPrefixedMessage.js +19 -0
- package/_cjs/utils/signature/toPrefixedMessage.js.map +1 -0
- package/_cjs/utils/signature/verifyMessage.js +1 -2
- package/_cjs/utils/signature/verifyMessage.js.map +1 -1
- package/_cjs/utils/signature/verifyTypedData.js +1 -2
- package/_cjs/utils/signature/verifyTypedData.js.map +1 -1
- package/_cjs/utils/siwe/createSiweMessage.js +1 -2
- package/_cjs/utils/siwe/createSiweMessage.js.map +1 -1
- package/_cjs/utils/siwe/generateSiweNonce.js +1 -2
- package/_cjs/utils/siwe/generateSiweNonce.js.map +1 -1
- package/_cjs/utils/siwe/parseSiweMessage.js +1 -2
- package/_cjs/utils/siwe/parseSiweMessage.js.map +1 -1
- package/_cjs/utils/siwe/utils.js +1 -2
- package/_cjs/utils/siwe/utils.js.map +1 -1
- package/_cjs/utils/siwe/validateSiweMessage.js +1 -2
- package/_cjs/utils/siwe/validateSiweMessage.js.map +1 -1
- package/_cjs/utils/stateOverride.js +3 -4
- package/_cjs/utils/stateOverride.js.map +1 -1
- package/_cjs/utils/transaction/assertRequest.js +1 -2
- package/_cjs/utils/transaction/assertRequest.js.map +1 -1
- package/_cjs/utils/transaction/assertTransaction.js +4 -5
- package/_cjs/utils/transaction/assertTransaction.js.map +1 -1
- package/_cjs/utils/transaction/getSerializedTransactionType.js +1 -2
- package/_cjs/utils/transaction/getSerializedTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/getTransactionType.js +1 -2
- package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/parseTransaction.js +3 -4
- package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
- package/_cjs/utils/transaction/serializeAccessList.js +1 -2
- package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +2 -3
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_cjs/utils/typedData.js +4 -5
- package/_cjs/utils/typedData.js.map +1 -1
- package/_cjs/utils/uid.js +1 -2
- package/_cjs/utils/uid.js.map +1 -1
- package/_cjs/utils/unit/formatEther.js +1 -2
- package/_cjs/utils/unit/formatEther.js.map +1 -1
- package/_cjs/utils/unit/formatGwei.js +1 -2
- package/_cjs/utils/unit/formatGwei.js.map +1 -1
- package/_cjs/utils/unit/formatUnits.js +1 -2
- package/_cjs/utils/unit/formatUnits.js.map +1 -1
- package/_cjs/utils/unit/parseEther.js +1 -2
- package/_cjs/utils/unit/parseEther.js.map +1 -1
- package/_cjs/utils/unit/parseGwei.js +1 -2
- package/_cjs/utils/unit/parseGwei.js.map +1 -1
- package/_cjs/utils/unit/parseUnits.js +1 -2
- package/_cjs/utils/unit/parseUnits.js.map +1 -1
- package/_cjs/utils/wait.js +1 -2
- package/_cjs/utils/wait.js.map +1 -1
- package/_cjs/zksync/actions/deployContract.js +1 -2
- package/_cjs/zksync/actions/deployContract.js.map +1 -1
- package/_cjs/zksync/actions/estimateFee.js +1 -2
- package/_cjs/zksync/actions/estimateFee.js.map +1 -1
- package/_cjs/zksync/actions/estimateGasL1ToL2.js +1 -2
- package/_cjs/zksync/actions/estimateGasL1ToL2.js.map +1 -1
- package/_cjs/zksync/actions/getAllBalances.js +1 -2
- package/_cjs/zksync/actions/getAllBalances.js.map +1 -1
- package/_cjs/zksync/actions/getBaseTokenL1Address.js +1 -2
- package/_cjs/zksync/actions/getBaseTokenL1Address.js.map +1 -1
- package/_cjs/zksync/actions/getBlockDetails.js +1 -2
- package/_cjs/zksync/actions/getBlockDetails.js.map +1 -1
- package/_cjs/zksync/actions/getBridgehubContractAddress.js +1 -2
- package/_cjs/zksync/actions/getBridgehubContractAddress.js.map +1 -1
- package/_cjs/zksync/actions/getDefaultBridgeAddresses.js +1 -2
- package/_cjs/zksync/actions/getDefaultBridgeAddresses.js.map +1 -1
- package/_cjs/zksync/actions/getL1Allowance.js +1 -2
- package/_cjs/zksync/actions/getL1Allowance.js.map +1 -1
- package/_cjs/zksync/actions/getL1Balance.js +1 -2
- package/_cjs/zksync/actions/getL1Balance.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchBlockRange.js +1 -2
- package/_cjs/zksync/actions/getL1BatchBlockRange.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchDetails.js +1 -2
- package/_cjs/zksync/actions/getL1BatchDetails.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchNumber.js +1 -2
- package/_cjs/zksync/actions/getL1BatchNumber.js.map +1 -1
- package/_cjs/zksync/actions/getL1ChainId.js +1 -2
- package/_cjs/zksync/actions/getL1ChainId.js.map +1 -1
- package/_cjs/zksync/actions/getL1TokenBalance.js +1 -2
- package/_cjs/zksync/actions/getL1TokenBalance.js.map +1 -1
- package/_cjs/zksync/actions/getLogProof.js +1 -2
- package/_cjs/zksync/actions/getLogProof.js.map +1 -1
- package/_cjs/zksync/actions/getMainContractAddress.js +1 -2
- package/_cjs/zksync/actions/getMainContractAddress.js.map +1 -1
- package/_cjs/zksync/actions/getRawBlockTransactions.js +1 -2
- package/_cjs/zksync/actions/getRawBlockTransactions.js.map +1 -1
- package/_cjs/zksync/actions/getTestnetPaymasterAddress.js +1 -2
- package/_cjs/zksync/actions/getTestnetPaymasterAddress.js.map +1 -1
- package/_cjs/zksync/actions/getTransactionDetails.js +1 -2
- package/_cjs/zksync/actions/getTransactionDetails.js.map +1 -1
- package/_cjs/zksync/actions/sendEip712Transaction.js +1 -2
- package/_cjs/zksync/actions/sendEip712Transaction.js.map +1 -1
- package/_cjs/zksync/actions/sendTransaction.js +1 -2
- package/_cjs/zksync/actions/sendTransaction.js.map +1 -1
- package/_cjs/zksync/actions/signEip712Transaction.js +1 -2
- package/_cjs/zksync/actions/signEip712Transaction.js.map +1 -1
- package/_cjs/zksync/actions/signTransaction.js +1 -2
- package/_cjs/zksync/actions/signTransaction.js.map +1 -1
- package/_cjs/zksync/decorators/eip712.js +1 -2
- package/_cjs/zksync/decorators/eip712.js.map +1 -1
- package/_cjs/zksync/decorators/publicL1.js +1 -2
- package/_cjs/zksync/decorators/publicL1.js.map +1 -1
- package/_cjs/zksync/decorators/publicL2.js +1 -2
- package/_cjs/zksync/decorators/publicL2.js.map +1 -1
- package/_cjs/zksync/serializers.js +2 -2
- package/_cjs/zksync/serializers.js.map +1 -1
- package/_cjs/zksync/utils/abi/encodeDeployData.js +1 -2
- package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/zksync/utils/assertEip712Request.js +1 -2
- package/_cjs/zksync/utils/assertEip712Request.js.map +1 -1
- package/_cjs/zksync/utils/assertEip712Transaction.js +1 -2
- package/_cjs/zksync/utils/assertEip712Transaction.js.map +1 -1
- package/_cjs/zksync/utils/camelCaseKeys.js +1 -2
- package/_cjs/zksync/utils/camelCaseKeys.js.map +1 -1
- package/_cjs/zksync/utils/hashBytecode.js +1 -2
- package/_cjs/zksync/utils/hashBytecode.js.map +1 -1
- package/_cjs/zksync/utils/isEip712Transaction.js +1 -2
- package/_cjs/zksync/utils/isEip712Transaction.js.map +1 -1
- package/_cjs/zksync/utils/isEth.js +1 -2
- package/_cjs/zksync/utils/isEth.js.map +1 -1
- package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js +1 -2
- package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js.map +1 -1
- package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js +1 -2
- package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js.map +1 -1
- package/_esm/actions/public/createEventFilter.js +7 -7
- package/_esm/actions/public/createEventFilter.js.map +1 -1
- package/_esm/actions/public/getLogs.js +7 -7
- package/_esm/actions/public/getLogs.js.map +1 -1
- package/_esm/actions/public/getTransactionCount.js +1 -1
- package/_esm/actions/public/verifyHash.js +27 -3
- package/_esm/actions/public/verifyHash.js.map +1 -1
- package/_esm/actions/public/verifyMessage.js +3 -1
- package/_esm/actions/public/verifyMessage.js.map +1 -1
- package/_esm/actions/public/verifyTypedData.js +3 -1
- package/_esm/actions/public/verifyTypedData.js.map +1 -1
- package/_esm/actions/public/watchEvent.js +7 -7
- package/_esm/actions/public/watchEvent.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +1 -0
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/chains/definitions/zetachain.js +6 -0
- package/_esm/chains/definitions/zetachain.js.map +1 -1
- package/_esm/chains/definitions/zetachainAthensTestnet.js +6 -0
- package/_esm/chains/definitions/zetachainAthensTestnet.js.map +1 -1
- package/_esm/chains/definitions/zircuitTestnet.js +24 -0
- package/_esm/chains/definitions/zircuitTestnet.js.map +1 -0
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/index.js +10 -3
- package/_esm/experimental/index.js.map +1 -1
- package/_esm/experimental/solady/actions/signMessage.js +84 -0
- package/_esm/experimental/solady/actions/signMessage.js.map +1 -0
- package/_esm/experimental/solady/actions/signTypedData.js +160 -0
- package/_esm/experimental/solady/actions/signTypedData.js.map +1 -0
- package/_esm/experimental/solady/decorators/solady.js +27 -0
- package/_esm/experimental/solady/decorators/solady.js.map +1 -0
- package/_esm/experimental/solady/index.js +8 -0
- package/_esm/experimental/solady/index.js.map +1 -0
- package/_esm/experimental/solady/types.js +2 -0
- package/_esm/experimental/solady/types.js.map +1 -0
- package/_esm/experimental/solady/utils/hashMessage.js +32 -0
- package/_esm/experimental/solady/utils/hashMessage.js.map +1 -0
- package/_esm/experimental/solady/utils/hashTypedData.js +72 -0
- package/_esm/experimental/solady/utils/hashTypedData.js.map +1 -0
- package/_esm/experimental/solady/utils/wrapTypedDataSignature.js +82 -0
- package/_esm/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
- package/_esm/index.js +4 -0
- package/_esm/index.js.map +1 -1
- package/_esm/utils/abi/encodeEventTopics.js +5 -5
- package/_esm/utils/abi/encodeEventTopics.js.map +1 -1
- package/_esm/utils/getAction.js +11 -7
- package/_esm/utils/getAction.js.map +1 -1
- package/_esm/utils/index.js +3 -0
- package/_esm/utils/index.js.map +1 -1
- package/_esm/utils/signature/hashMessage.js +2 -12
- package/_esm/utils/signature/hashMessage.js.map +1 -1
- package/_esm/utils/signature/hashTypedData.js +2 -2
- package/_esm/utils/signature/hashTypedData.js.map +1 -1
- package/_esm/{experimental/erc6492 → utils/signature}/isErc6492Signature.js +1 -1
- package/_esm/utils/signature/isErc6492Signature.js.map +1 -0
- package/_esm/{experimental/erc6492 → utils/signature}/parseErc6492Signature.js +1 -1
- package/_esm/utils/signature/parseErc6492Signature.js.map +1 -0
- package/_esm/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.js +2 -2
- package/_esm/utils/signature/serializeErc6492Signature.js.map +1 -0
- package/_esm/utils/signature/toPrefixedMessage.js +16 -0
- package/_esm/utils/signature/toPrefixedMessage.js.map +1 -0
- package/_types/actions/public/getTransactionCount.d.ts +1 -1
- package/_types/actions/public/verifyHash.d.ts +6 -2
- package/_types/actions/public/verifyHash.d.ts.map +1 -1
- package/_types/actions/public/verifyMessage.d.ts +1 -1
- package/_types/actions/public/verifyMessage.d.ts.map +1 -1
- package/_types/actions/public/verifyTypedData.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +1086 -1086
- package/_types/celo/formatters.d.ts +543 -543
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +260 -260
- package/_types/chains/definitions/ancient8Sepolia.d.ts +260 -260
- package/_types/chains/definitions/base.d.ts +260 -260
- package/_types/chains/definitions/baseGoerli.d.ts +260 -260
- package/_types/chains/definitions/baseSepolia.d.ts +260 -260
- package/_types/chains/definitions/celo.d.ts +1086 -1086
- package/_types/chains/definitions/celoAlfajores.d.ts +1086 -1086
- package/_types/chains/definitions/fraxtal.d.ts +260 -260
- package/_types/chains/definitions/fraxtalTestnet.d.ts +260 -260
- package/_types/chains/definitions/funkiSepolia.d.ts +260 -260
- package/_types/chains/definitions/lisk.d.ts +315 -315
- package/_types/chains/definitions/liskSepolia.d.ts +260 -260
- package/_types/chains/definitions/metalL2.d.ts +260 -260
- package/_types/chains/definitions/optimism.d.ts +260 -260
- package/_types/chains/definitions/optimismGoerli.d.ts +260 -260
- package/_types/chains/definitions/optimismSepolia.d.ts +260 -260
- package/_types/chains/definitions/pgn.d.ts +260 -260
- package/_types/chains/definitions/pgnTestnet.d.ts +260 -260
- package/_types/chains/definitions/playfiAlbireo.d.ts +315 -315
- package/_types/chains/definitions/rss3.d.ts +260 -260
- package/_types/chains/definitions/rss3Sepolia.d.ts +260 -260
- package/_types/chains/definitions/zetachain.d.ts +6 -8
- package/_types/chains/definitions/zetachain.d.ts.map +1 -1
- package/_types/chains/definitions/zetachainAthensTestnet.d.ts +6 -8
- package/_types/chains/definitions/zetachainAthensTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zircuitTestnet.d.ts +33 -0
- package/_types/chains/definitions/zircuitTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/zkSync.d.ts +315 -315
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +315 -315
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +315 -315
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +315 -315
- package/_types/chains/definitions/zkSyncTestnet.d.ts +315 -315
- package/_types/chains/definitions/zora.d.ts +260 -260
- package/_types/chains/definitions/zoraSepolia.d.ts +260 -260
- package/_types/chains/definitions/zoraTestnet.d.ts +260 -260
- package/_types/chains/index.d.ts +1 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -1
- package/_types/experimental/erc7715/decorators/erc7715.d.ts.map +1 -1
- package/_types/experimental/index.d.ts +28 -3
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/experimental/solady/actions/signMessage.d.ts +71 -0
- package/_types/experimental/solady/actions/signMessage.d.ts.map +1 -0
- package/_types/experimental/solady/actions/signTypedData.d.ts +125 -0
- package/_types/experimental/solady/actions/signTypedData.d.ts.map +1 -0
- package/_types/experimental/solady/decorators/solady.d.ts +183 -0
- package/_types/experimental/solady/decorators/solady.d.ts.map +1 -0
- package/_types/experimental/solady/index.d.ts +7 -0
- package/_types/experimental/solady/index.d.ts.map +1 -0
- package/_types/experimental/solady/types.d.ts +7 -0
- package/_types/experimental/solady/types.d.ts.map +1 -0
- package/_types/experimental/solady/utils/hashMessage.d.ts +30 -0
- package/_types/experimental/solady/utils/hashMessage.d.ts.map +1 -0
- package/_types/experimental/solady/utils/hashTypedData.d.ts +59 -0
- package/_types/experimental/solady/utils/hashTypedData.d.ts.map +1 -0
- package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts +50 -0
- package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts.map +1 -0
- package/_types/index.d.ts +5 -1
- package/_types/index.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +260 -260
- package/_types/op-stack/decorators/publicL1.d.ts.map +1 -1
- package/_types/op-stack/decorators/publicL2.d.ts.map +1 -1
- package/_types/op-stack/decorators/walletL1.d.ts.map +1 -1
- package/_types/op-stack/decorators/walletL2.d.ts.map +1 -1
- package/_types/op-stack/formatters.d.ts +260 -260
- package/_types/op-stack/formatters.d.ts.map +1 -1
- package/_types/utils/abi/decodeFunctionData.d.ts +1 -1
- package/_types/utils/abi/decodeFunctionData.d.ts.map +1 -1
- package/_types/utils/abi/encodeEventTopics.d.ts +3 -1
- package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
- package/_types/utils/formatters/block.d.ts.map +1 -1
- package/_types/utils/formatters/formatter.d.ts +2 -2
- package/_types/utils/formatters/formatter.d.ts.map +1 -1
- package/_types/utils/formatters/log.d.ts.map +1 -1
- package/_types/utils/formatters/proof.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +127 -126
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +67 -66
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/getAction.d.ts +9 -1
- package/_types/utils/getAction.d.ts.map +1 -1
- package/_types/utils/index.d.ts +4 -1
- package/_types/utils/index.d.ts.map +1 -1
- package/_types/utils/rpc/compat.d.ts.map +1 -1
- package/_types/utils/rpc/ipc.d.ts +0 -2
- package/_types/utils/rpc/ipc.d.ts.map +1 -1
- package/_types/utils/signature/hashMessage.d.ts +1 -3
- package/_types/utils/signature/hashMessage.d.ts.map +1 -1
- package/_types/utils/signature/hashTypedData.d.ts +9 -0
- package/_types/utils/signature/hashTypedData.d.ts.map +1 -1
- package/_types/{experimental/erc6492 → utils/signature}/isErc6492Signature.d.ts +1 -1
- package/_types/utils/signature/isErc6492Signature.d.ts.map +1 -0
- package/_types/{experimental/erc6492 → utils/signature}/parseErc6492Signature.d.ts +1 -1
- package/_types/utils/signature/parseErc6492Signature.d.ts.map +1 -0
- package/_types/utils/signature/serializeErc6492Signature.d.ts.map +1 -0
- package/_types/utils/signature/toPrefixedMessage.d.ts +7 -0
- package/_types/utils/signature/toPrefixedMessage.d.ts.map +1 -0
- package/_types/zksync/chainConfig.d.ts +315 -315
- package/_types/zksync/decorators/eip712.d.ts.map +1 -1
- package/_types/zksync/decorators/publicL1.d.ts.map +1 -1
- package/_types/zksync/decorators/publicL2.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +315 -315
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/public/createEventFilter.ts +9 -9
- package/actions/public/getLogs.ts +9 -9
- package/actions/public/getTransactionCount.ts +1 -1
- package/actions/public/verifyHash.ts +31 -4
- package/actions/public/verifyMessage.ts +10 -1
- package/actions/public/verifyTypedData.ts +4 -0
- package/actions/public/watchEvent.ts +9 -9
- package/actions/wallet/sendTransaction.ts +1 -0
- package/chains/definitions/zetachain.ts +6 -0
- package/chains/definitions/zetachainAthensTestnet.ts +6 -0
- package/chains/definitions/zircuitTestnet.ts +24 -0
- package/chains/index.ts +1 -0
- package/errors/version.ts +1 -1
- package/experimental/index.ts +21 -3
- package/experimental/solady/actions/signMessage.ts +151 -0
- package/experimental/solady/actions/signTypedData.ts +251 -0
- package/experimental/solady/decorators/solady.ts +232 -0
- package/experimental/solady/index.ts +36 -0
- package/experimental/solady/types.ts +7 -0
- package/experimental/solady/utils/hashMessage.ts +60 -0
- package/experimental/solady/utils/hashTypedData.ts +112 -0
- package/experimental/solady/utils/wrapTypedDataSignature.ts +108 -0
- package/index.ts +23 -0
- package/package.json +10 -2
- package/utils/abi/encodeEventTopics.ts +13 -11
- package/utils/getAction.ts +31 -15
- package/utils/index.ts +19 -0
- package/utils/signature/hashMessage.ts +3 -23
- package/utils/signature/hashTypedData.ts +2 -2
- package/{experimental/erc6492 → utils/signature}/isErc6492Signature.ts +1 -1
- package/{experimental/erc6492 → utils/signature}/parseErc6492Signature.ts +1 -1
- package/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.ts +2 -2
- package/utils/signature/toPrefixedMessage.ts +27 -0
- package/_cjs/experimental/erc6492/isErc6492Signature.js.map +0 -1
- package/_cjs/experimental/erc6492/parseErc6492Signature.js.map +0 -1
- package/_cjs/experimental/erc6492/serializeErc6492Signature.js.map +0 -1
- package/_esm/experimental/erc6492/isErc6492Signature.js.map +0 -1
- package/_esm/experimental/erc6492/parseErc6492Signature.js.map +0 -1
- package/_esm/experimental/erc6492/serializeErc6492Signature.js.map +0 -1
- package/_types/experimental/erc6492/isErc6492Signature.d.ts.map +0 -1
- package/_types/experimental/erc6492/parseErc6492Signature.d.ts.map +0 -1
- package/_types/experimental/erc6492/serializeErc6492Signature.d.ts.map +0 -1
- /package/_types/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.d.ts +0 -0
@@ -33,34 +33,34 @@ export declare const lisk: {
|
|
33
33
|
readonly block: {
|
34
34
|
exclude: [] | undefined;
|
35
35
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").ZkSyncRpcBlockOverrides & {
|
36
|
-
transactions:
|
36
|
+
transactions: import("../../index.js").Hash[] | import("../index.js").ZkSyncRpcTransaction[];
|
37
37
|
}>) => {
|
38
38
|
baseFeePerGas: bigint | null;
|
39
39
|
blobGasUsed: bigint;
|
40
40
|
difficulty: bigint;
|
41
41
|
excessBlobGas: bigint;
|
42
|
-
extraData:
|
42
|
+
extraData: import("../../index.js").Hex;
|
43
43
|
gasLimit: bigint;
|
44
44
|
gasUsed: bigint;
|
45
45
|
hash: `0x${string}` | null;
|
46
46
|
logsBloom: `0x${string}` | null;
|
47
|
-
miner:
|
48
|
-
mixHash:
|
47
|
+
miner: import("abitype").Address;
|
48
|
+
mixHash: import("../../index.js").Hash;
|
49
49
|
nonce: `0x${string}` | null;
|
50
50
|
number: bigint | null;
|
51
|
-
parentHash:
|
52
|
-
receiptsRoot:
|
53
|
-
sealFields:
|
54
|
-
sha3Uncles:
|
51
|
+
parentHash: import("../../index.js").Hash;
|
52
|
+
receiptsRoot: import("../../index.js").Hex;
|
53
|
+
sealFields: import("../../index.js").Hex[];
|
54
|
+
sha3Uncles: import("../../index.js").Hash;
|
55
55
|
size: bigint;
|
56
|
-
stateRoot:
|
56
|
+
stateRoot: import("../../index.js").Hash;
|
57
57
|
timestamp: bigint;
|
58
58
|
totalDifficulty: bigint | null;
|
59
59
|
transactions: `0x${string}`[] | import("../index.js").ZkSyncTransaction[];
|
60
|
-
transactionsRoot:
|
61
|
-
uncles:
|
60
|
+
transactionsRoot: import("../../index.js").Hash;
|
61
|
+
uncles: import("../../index.js").Hash[];
|
62
62
|
withdrawals?: import("../../index.js").Withdrawal[] | undefined;
|
63
|
-
withdrawalsRoot?:
|
63
|
+
withdrawalsRoot?: import("../../index.js").Hex | undefined;
|
64
64
|
l1BatchNumber: bigint | null;
|
65
65
|
l1BatchTimestamp: bigint | null;
|
66
66
|
} & {};
|
@@ -69,20 +69,20 @@ export declare const lisk: {
|
|
69
69
|
readonly transaction: {
|
70
70
|
exclude: [] | undefined;
|
71
71
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransaction>, import("../index.js").ZkSyncRpcTransaction>) => ({
|
72
|
-
r:
|
73
|
-
s:
|
72
|
+
r: import("../../index.js").Hex;
|
73
|
+
s: import("../../index.js").Hex;
|
74
74
|
v: bigint;
|
75
|
-
to:
|
76
|
-
from:
|
75
|
+
to: import("abitype").Address | null;
|
76
|
+
from: import("abitype").Address;
|
77
77
|
gas: bigint;
|
78
78
|
nonce: number;
|
79
79
|
value: bigint;
|
80
80
|
blockHash: `0x${string}` | null;
|
81
81
|
blockNumber: bigint | null;
|
82
|
-
hash:
|
83
|
-
input:
|
82
|
+
hash: import("../../index.js").Hash;
|
83
|
+
input: import("../../index.js").Hex;
|
84
84
|
transactionIndex: number | null;
|
85
|
-
typeHex:
|
85
|
+
typeHex: import("../../index.js").Hex | null;
|
86
86
|
accessList?: undefined;
|
87
87
|
blobVersionedHashes?: undefined;
|
88
88
|
chainId?: number | undefined;
|
@@ -95,20 +95,20 @@ export declare const lisk: {
|
|
95
95
|
l1BatchNumber: bigint | null;
|
96
96
|
l1BatchTxIndex: bigint | null;
|
97
97
|
} | {
|
98
|
-
r:
|
99
|
-
s:
|
98
|
+
r: import("../../index.js").Hex;
|
99
|
+
s: import("../../index.js").Hex;
|
100
100
|
v: bigint;
|
101
|
-
to:
|
102
|
-
from:
|
101
|
+
to: import("abitype").Address | null;
|
102
|
+
from: import("abitype").Address;
|
103
103
|
gas: bigint;
|
104
104
|
nonce: number;
|
105
105
|
value: bigint;
|
106
106
|
blockHash: `0x${string}` | null;
|
107
107
|
blockNumber: bigint | null;
|
108
|
-
hash:
|
109
|
-
input:
|
108
|
+
hash: import("../../index.js").Hash;
|
109
|
+
input: import("../../index.js").Hex;
|
110
110
|
transactionIndex: number | null;
|
111
|
-
typeHex:
|
111
|
+
typeHex: import("../../index.js").Hex | null;
|
112
112
|
accessList?: undefined;
|
113
113
|
blobVersionedHashes?: undefined;
|
114
114
|
chainId?: number | undefined;
|
@@ -121,20 +121,20 @@ export declare const lisk: {
|
|
121
121
|
l1BatchNumber: bigint | null;
|
122
122
|
l1BatchTxIndex: bigint | null;
|
123
123
|
} | {
|
124
|
-
r:
|
125
|
-
s:
|
124
|
+
r: import("../../index.js").Hex;
|
125
|
+
s: import("../../index.js").Hex;
|
126
126
|
v: bigint;
|
127
|
-
to:
|
128
|
-
from:
|
127
|
+
to: import("abitype").Address | null;
|
128
|
+
from: import("abitype").Address;
|
129
129
|
gas: bigint;
|
130
130
|
nonce: number;
|
131
131
|
value: bigint;
|
132
132
|
blockHash: `0x${string}` | null;
|
133
133
|
blockNumber: bigint | null;
|
134
|
-
hash:
|
135
|
-
input:
|
134
|
+
hash: import("../../index.js").Hash;
|
135
|
+
input: import("../../index.js").Hex;
|
136
136
|
transactionIndex: number | null;
|
137
|
-
typeHex:
|
137
|
+
typeHex: import("../../index.js").Hex | null;
|
138
138
|
accessList?: undefined;
|
139
139
|
blobVersionedHashes?: undefined;
|
140
140
|
chainId?: number | undefined;
|
@@ -149,16 +149,16 @@ export declare const lisk: {
|
|
149
149
|
} | {
|
150
150
|
blockHash: `0x${string}` | null;
|
151
151
|
blockNumber: bigint | null;
|
152
|
-
from:
|
152
|
+
from: import("abitype").Address;
|
153
153
|
gas: bigint;
|
154
|
-
hash:
|
155
|
-
input:
|
154
|
+
hash: import("../../index.js").Hash;
|
155
|
+
input: import("../../index.js").Hex;
|
156
156
|
nonce: number;
|
157
|
-
r:
|
158
|
-
s:
|
159
|
-
to:
|
157
|
+
r: import("../../index.js").Hex;
|
158
|
+
s: import("../../index.js").Hex;
|
159
|
+
to: import("abitype").Address | null;
|
160
160
|
transactionIndex: number | null;
|
161
|
-
typeHex:
|
161
|
+
typeHex: import("../../index.js").Hex | null;
|
162
162
|
v: bigint;
|
163
163
|
value: bigint;
|
164
164
|
yParity: number;
|
@@ -175,16 +175,16 @@ export declare const lisk: {
|
|
175
175
|
} | {
|
176
176
|
blockHash: `0x${string}` | null;
|
177
177
|
blockNumber: bigint | null;
|
178
|
-
from:
|
178
|
+
from: import("abitype").Address;
|
179
179
|
gas: bigint;
|
180
|
-
hash:
|
181
|
-
input:
|
180
|
+
hash: import("../../index.js").Hash;
|
181
|
+
input: import("../../index.js").Hex;
|
182
182
|
nonce: number;
|
183
|
-
r:
|
184
|
-
s:
|
185
|
-
to:
|
183
|
+
r: import("../../index.js").Hex;
|
184
|
+
s: import("../../index.js").Hex;
|
185
|
+
to: import("abitype").Address | null;
|
186
186
|
transactionIndex: number | null;
|
187
|
-
typeHex:
|
187
|
+
typeHex: import("../../index.js").Hex | null;
|
188
188
|
v: bigint;
|
189
189
|
value: bigint;
|
190
190
|
yParity: number;
|
@@ -201,16 +201,16 @@ export declare const lisk: {
|
|
201
201
|
} | {
|
202
202
|
blockHash: `0x${string}` | null;
|
203
203
|
blockNumber: bigint | null;
|
204
|
-
from:
|
204
|
+
from: import("abitype").Address;
|
205
205
|
gas: bigint;
|
206
|
-
hash:
|
207
|
-
input:
|
206
|
+
hash: import("../../index.js").Hash;
|
207
|
+
input: import("../../index.js").Hex;
|
208
208
|
nonce: number;
|
209
|
-
r:
|
210
|
-
s:
|
211
|
-
to:
|
209
|
+
r: import("../../index.js").Hex;
|
210
|
+
s: import("../../index.js").Hex;
|
211
|
+
to: import("abitype").Address | null;
|
212
212
|
transactionIndex: number | null;
|
213
|
-
typeHex:
|
213
|
+
typeHex: import("../../index.js").Hex | null;
|
214
214
|
v: bigint;
|
215
215
|
value: bigint;
|
216
216
|
yParity: number;
|
@@ -227,16 +227,16 @@ export declare const lisk: {
|
|
227
227
|
} | {
|
228
228
|
blockHash: `0x${string}` | null;
|
229
229
|
blockNumber: bigint | null;
|
230
|
-
from:
|
230
|
+
from: import("abitype").Address;
|
231
231
|
gas: bigint;
|
232
|
-
hash:
|
233
|
-
input:
|
232
|
+
hash: import("../../index.js").Hash;
|
233
|
+
input: import("../../index.js").Hex;
|
234
234
|
nonce: number;
|
235
|
-
r:
|
236
|
-
s:
|
237
|
-
to:
|
235
|
+
r: import("../../index.js").Hex;
|
236
|
+
s: import("../../index.js").Hex;
|
237
|
+
to: import("abitype").Address | null;
|
238
238
|
transactionIndex: number | null;
|
239
|
-
typeHex:
|
239
|
+
typeHex: import("../../index.js").Hex | null;
|
240
240
|
v: bigint;
|
241
241
|
value: bigint;
|
242
242
|
yParity: number;
|
@@ -253,16 +253,16 @@ export declare const lisk: {
|
|
253
253
|
} | {
|
254
254
|
blockHash: `0x${string}` | null;
|
255
255
|
blockNumber: bigint | null;
|
256
|
-
from:
|
256
|
+
from: import("abitype").Address;
|
257
257
|
gas: bigint;
|
258
|
-
hash:
|
259
|
-
input:
|
258
|
+
hash: import("../../index.js").Hash;
|
259
|
+
input: import("../../index.js").Hex;
|
260
260
|
nonce: number;
|
261
|
-
r:
|
262
|
-
s:
|
263
|
-
to:
|
261
|
+
r: import("../../index.js").Hex;
|
262
|
+
s: import("../../index.js").Hex;
|
263
|
+
to: import("abitype").Address | null;
|
264
264
|
transactionIndex: number | null;
|
265
|
-
typeHex:
|
265
|
+
typeHex: import("../../index.js").Hex | null;
|
266
266
|
v: bigint;
|
267
267
|
value: bigint;
|
268
268
|
yParity: number;
|
@@ -279,16 +279,16 @@ export declare const lisk: {
|
|
279
279
|
} | {
|
280
280
|
blockHash: `0x${string}` | null;
|
281
281
|
blockNumber: bigint | null;
|
282
|
-
from:
|
282
|
+
from: import("abitype").Address;
|
283
283
|
gas: bigint;
|
284
|
-
hash:
|
285
|
-
input:
|
284
|
+
hash: import("../../index.js").Hash;
|
285
|
+
input: import("../../index.js").Hex;
|
286
286
|
nonce: number;
|
287
|
-
r:
|
288
|
-
s:
|
289
|
-
to:
|
287
|
+
r: import("../../index.js").Hex;
|
288
|
+
s: import("../../index.js").Hex;
|
289
|
+
to: import("abitype").Address | null;
|
290
290
|
transactionIndex: number | null;
|
291
|
-
typeHex:
|
291
|
+
typeHex: import("../../index.js").Hex | null;
|
292
292
|
v: bigint;
|
293
293
|
value: bigint;
|
294
294
|
yParity: number;
|
@@ -305,16 +305,16 @@ export declare const lisk: {
|
|
305
305
|
} | {
|
306
306
|
blockHash: `0x${string}` | null;
|
307
307
|
blockNumber: bigint | null;
|
308
|
-
from:
|
308
|
+
from: import("abitype").Address;
|
309
309
|
gas: bigint;
|
310
|
-
hash:
|
311
|
-
input:
|
310
|
+
hash: import("../../index.js").Hash;
|
311
|
+
input: import("../../index.js").Hex;
|
312
312
|
nonce: number;
|
313
|
-
r:
|
314
|
-
s:
|
315
|
-
to:
|
313
|
+
r: import("../../index.js").Hex;
|
314
|
+
s: import("../../index.js").Hex;
|
315
|
+
to: import("abitype").Address | null;
|
316
316
|
transactionIndex: number | null;
|
317
|
-
typeHex:
|
317
|
+
typeHex: import("../../index.js").Hex | null;
|
318
318
|
v: bigint;
|
319
319
|
value: bigint;
|
320
320
|
yParity: number;
|
@@ -331,16 +331,16 @@ export declare const lisk: {
|
|
331
331
|
} | {
|
332
332
|
blockHash: `0x${string}` | null;
|
333
333
|
blockNumber: bigint | null;
|
334
|
-
from:
|
334
|
+
from: import("abitype").Address;
|
335
335
|
gas: bigint;
|
336
|
-
hash:
|
337
|
-
input:
|
336
|
+
hash: import("../../index.js").Hash;
|
337
|
+
input: import("../../index.js").Hex;
|
338
338
|
nonce: number;
|
339
|
-
r:
|
340
|
-
s:
|
341
|
-
to:
|
339
|
+
r: import("../../index.js").Hex;
|
340
|
+
s: import("../../index.js").Hex;
|
341
|
+
to: import("abitype").Address | null;
|
342
342
|
transactionIndex: number | null;
|
343
|
-
typeHex:
|
343
|
+
typeHex: import("../../index.js").Hex | null;
|
344
344
|
v: bigint;
|
345
345
|
value: bigint;
|
346
346
|
yParity: number;
|
@@ -357,21 +357,21 @@ export declare const lisk: {
|
|
357
357
|
} | {
|
358
358
|
blockHash: `0x${string}` | null;
|
359
359
|
blockNumber: bigint | null;
|
360
|
-
from:
|
360
|
+
from: import("abitype").Address;
|
361
361
|
gas: bigint;
|
362
|
-
hash:
|
363
|
-
input:
|
362
|
+
hash: import("../../index.js").Hash;
|
363
|
+
input: import("../../index.js").Hex;
|
364
364
|
nonce: number;
|
365
|
-
r:
|
366
|
-
s:
|
367
|
-
to:
|
365
|
+
r: import("../../index.js").Hex;
|
366
|
+
s: import("../../index.js").Hex;
|
367
|
+
to: import("abitype").Address | null;
|
368
368
|
transactionIndex: number | null;
|
369
|
-
typeHex:
|
369
|
+
typeHex: import("../../index.js").Hex | null;
|
370
370
|
v: bigint;
|
371
371
|
value: bigint;
|
372
372
|
yParity: number;
|
373
373
|
accessList: import("../../index.js").AccessList;
|
374
|
-
blobVersionedHashes: readonly
|
374
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
375
375
|
chainId: number;
|
376
376
|
type: "eip4844";
|
377
377
|
gasPrice?: undefined;
|
@@ -383,21 +383,21 @@ export declare const lisk: {
|
|
383
383
|
} | {
|
384
384
|
blockHash: `0x${string}` | null;
|
385
385
|
blockNumber: bigint | null;
|
386
|
-
from:
|
386
|
+
from: import("abitype").Address;
|
387
387
|
gas: bigint;
|
388
|
-
hash:
|
389
|
-
input:
|
388
|
+
hash: import("../../index.js").Hash;
|
389
|
+
input: import("../../index.js").Hex;
|
390
390
|
nonce: number;
|
391
|
-
r:
|
392
|
-
s:
|
393
|
-
to:
|
391
|
+
r: import("../../index.js").Hex;
|
392
|
+
s: import("../../index.js").Hex;
|
393
|
+
to: import("abitype").Address | null;
|
394
394
|
transactionIndex: number | null;
|
395
|
-
typeHex:
|
395
|
+
typeHex: import("../../index.js").Hex | null;
|
396
396
|
v: bigint;
|
397
397
|
value: bigint;
|
398
398
|
yParity: number;
|
399
399
|
accessList: import("../../index.js").AccessList;
|
400
|
-
blobVersionedHashes: readonly
|
400
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
401
401
|
chainId: number;
|
402
402
|
type: "priority";
|
403
403
|
gasPrice?: undefined;
|
@@ -409,21 +409,21 @@ export declare const lisk: {
|
|
409
409
|
} | {
|
410
410
|
blockHash: `0x${string}` | null;
|
411
411
|
blockNumber: bigint | null;
|
412
|
-
from:
|
412
|
+
from: import("abitype").Address;
|
413
413
|
gas: bigint;
|
414
|
-
hash:
|
415
|
-
input:
|
414
|
+
hash: import("../../index.js").Hash;
|
415
|
+
input: import("../../index.js").Hex;
|
416
416
|
nonce: number;
|
417
|
-
r:
|
418
|
-
s:
|
419
|
-
to:
|
417
|
+
r: import("../../index.js").Hex;
|
418
|
+
s: import("../../index.js").Hex;
|
419
|
+
to: import("abitype").Address | null;
|
420
420
|
transactionIndex: number | null;
|
421
|
-
typeHex:
|
421
|
+
typeHex: import("../../index.js").Hex | null;
|
422
422
|
v: bigint;
|
423
423
|
value: bigint;
|
424
424
|
yParity: number;
|
425
425
|
accessList: import("../../index.js").AccessList;
|
426
|
-
blobVersionedHashes: readonly
|
426
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
427
427
|
chainId: number;
|
428
428
|
type: "priority" | "eip712";
|
429
429
|
gasPrice?: undefined;
|
@@ -440,19 +440,19 @@ export declare const lisk: {
|
|
440
440
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
|
441
441
|
blobGasPrice?: bigint | undefined;
|
442
442
|
blobGasUsed?: bigint | undefined;
|
443
|
-
blockHash:
|
443
|
+
blockHash: import("../../index.js").Hash;
|
444
444
|
blockNumber: bigint;
|
445
|
-
contractAddress:
|
445
|
+
contractAddress: import("abitype").Address | null | undefined;
|
446
446
|
cumulativeGasUsed: bigint;
|
447
447
|
effectiveGasPrice: bigint;
|
448
|
-
from:
|
448
|
+
from: import("abitype").Address;
|
449
449
|
gasUsed: bigint;
|
450
450
|
logs: import("../index.js").ZkSyncLog[];
|
451
|
-
logsBloom:
|
452
|
-
root?:
|
451
|
+
logsBloom: import("../../index.js").Hex;
|
452
|
+
root?: import("../../index.js").Hash | undefined;
|
453
453
|
status: "success" | "reverted";
|
454
|
-
to:
|
455
|
-
transactionHash:
|
454
|
+
to: import("abitype").Address | null;
|
455
|
+
transactionHash: import("../../index.js").Hash;
|
456
456
|
transactionIndex: number;
|
457
457
|
type: import("../index.js").ZkSyncTransactionType;
|
458
458
|
l1BatchNumber: bigint | null;
|
@@ -464,11 +464,11 @@ export declare const lisk: {
|
|
464
464
|
readonly transactionRequest: {
|
465
465
|
exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
466
466
|
format: (args: ({
|
467
|
-
data?:
|
468
|
-
from?:
|
467
|
+
data?: import("../../index.js").Hex | undefined;
|
468
|
+
from?: import("abitype").Address;
|
469
469
|
gas?: bigint | undefined;
|
470
470
|
nonce?: number | undefined;
|
471
|
-
to?:
|
471
|
+
to?: import("abitype").Address | null | undefined;
|
472
472
|
value?: bigint | undefined;
|
473
473
|
accessList?: undefined;
|
474
474
|
blobs?: undefined;
|
@@ -481,11 +481,11 @@ export declare const lisk: {
|
|
481
481
|
kzg?: undefined;
|
482
482
|
sidecars?: undefined;
|
483
483
|
} & {
|
484
|
-
data?:
|
485
|
-
from:
|
484
|
+
data?: import("../../index.js").Hex | undefined;
|
485
|
+
from: import("abitype").Address;
|
486
486
|
gas?: bigint | undefined;
|
487
487
|
nonce?: number | undefined;
|
488
|
-
to?:
|
488
|
+
to?: import("abitype").Address | null | undefined;
|
489
489
|
value?: bigint | undefined;
|
490
490
|
accessList?: undefined;
|
491
491
|
blobs?: undefined;
|
@@ -504,11 +504,11 @@ export declare const lisk: {
|
|
504
504
|
paymasterInput?: undefined;
|
505
505
|
factoryDeps?: undefined;
|
506
506
|
}) | ({
|
507
|
-
data?:
|
508
|
-
from?:
|
507
|
+
data?: import("../../index.js").Hex | undefined;
|
508
|
+
from?: import("abitype").Address;
|
509
509
|
gas?: bigint | undefined;
|
510
510
|
nonce?: number | undefined;
|
511
|
-
to?:
|
511
|
+
to?: import("abitype").Address | null | undefined;
|
512
512
|
value?: bigint | undefined;
|
513
513
|
accessList?: undefined;
|
514
514
|
blobs?: undefined;
|
@@ -521,11 +521,11 @@ export declare const lisk: {
|
|
521
521
|
kzg?: undefined;
|
522
522
|
sidecars?: undefined;
|
523
523
|
} & {
|
524
|
-
data?:
|
525
|
-
from:
|
524
|
+
data?: import("../../index.js").Hex | undefined;
|
525
|
+
from: import("abitype").Address;
|
526
526
|
gas?: bigint | undefined;
|
527
527
|
nonce?: number | undefined;
|
528
|
-
to?:
|
528
|
+
to?: import("abitype").Address | null | undefined;
|
529
529
|
value?: bigint | undefined;
|
530
530
|
accessList?: import("../../index.js").AccessList | undefined;
|
531
531
|
blobs?: undefined;
|
@@ -544,11 +544,11 @@ export declare const lisk: {
|
|
544
544
|
paymasterInput?: undefined;
|
545
545
|
factoryDeps?: undefined;
|
546
546
|
}) | ({
|
547
|
-
data?:
|
548
|
-
from?:
|
547
|
+
data?: import("../../index.js").Hex | undefined;
|
548
|
+
from?: import("abitype").Address;
|
549
549
|
gas?: bigint | undefined;
|
550
550
|
nonce?: number | undefined;
|
551
|
-
to?:
|
551
|
+
to?: import("abitype").Address | null | undefined;
|
552
552
|
value?: bigint | undefined;
|
553
553
|
accessList?: undefined;
|
554
554
|
blobs?: undefined;
|
@@ -561,11 +561,11 @@ export declare const lisk: {
|
|
561
561
|
kzg?: undefined;
|
562
562
|
sidecars?: undefined;
|
563
563
|
} & {
|
564
|
-
data?:
|
565
|
-
from:
|
564
|
+
data?: import("../../index.js").Hex | undefined;
|
565
|
+
from: import("abitype").Address;
|
566
566
|
gas?: bigint | undefined;
|
567
567
|
nonce?: number | undefined;
|
568
|
-
to?:
|
568
|
+
to?: import("abitype").Address | null | undefined;
|
569
569
|
value?: bigint | undefined;
|
570
570
|
gasPrice?: undefined;
|
571
571
|
maxFeePerBlobGas?: undefined;
|
@@ -584,11 +584,11 @@ export declare const lisk: {
|
|
584
584
|
paymasterInput?: undefined;
|
585
585
|
factoryDeps?: undefined;
|
586
586
|
}) | ({
|
587
|
-
data?:
|
588
|
-
from?:
|
587
|
+
data?: import("../../index.js").Hex | undefined;
|
588
|
+
from?: import("abitype").Address;
|
589
589
|
gas?: bigint | undefined;
|
590
590
|
nonce?: number | undefined;
|
591
|
-
to?:
|
591
|
+
to?: import("abitype").Address | null | undefined;
|
592
592
|
value?: bigint | undefined;
|
593
593
|
accessList?: undefined;
|
594
594
|
blobs?: undefined;
|
@@ -602,18 +602,18 @@ export declare const lisk: {
|
|
602
602
|
sidecars?: undefined;
|
603
603
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
604
604
|
gasPerPubdata?: bigint | undefined;
|
605
|
-
customSignature?:
|
606
|
-
factoryDeps?:
|
607
|
-
type?: "
|
605
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
606
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
607
|
+
type?: "eip712" | "priority" | undefined;
|
608
608
|
} & {
|
609
|
-
paymaster:
|
610
|
-
paymasterInput:
|
609
|
+
paymaster: import("abitype").Address;
|
610
|
+
paymasterInput: import("../../index.js").Hex;
|
611
611
|
}) | ({
|
612
|
-
data?:
|
613
|
-
from?:
|
612
|
+
data?: import("../../index.js").Hex | undefined;
|
613
|
+
from?: import("abitype").Address;
|
614
614
|
gas?: bigint | undefined;
|
615
615
|
nonce?: number | undefined;
|
616
|
-
to?:
|
616
|
+
to?: import("abitype").Address | null | undefined;
|
617
617
|
value?: bigint | undefined;
|
618
618
|
accessList?: undefined;
|
619
619
|
blobs?: undefined;
|
@@ -627,18 +627,18 @@ export declare const lisk: {
|
|
627
627
|
sidecars?: undefined;
|
628
628
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
629
629
|
gasPerPubdata?: bigint | undefined;
|
630
|
-
customSignature?:
|
631
|
-
factoryDeps?:
|
632
|
-
type?: "
|
630
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
631
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
632
|
+
type?: "eip712" | "priority" | undefined;
|
633
633
|
} & {
|
634
634
|
paymaster?: undefined;
|
635
635
|
paymasterInput?: undefined;
|
636
636
|
}) | ({
|
637
|
-
data?:
|
638
|
-
from?:
|
637
|
+
data?: import("../../index.js").Hex | undefined;
|
638
|
+
from?: import("abitype").Address;
|
639
639
|
gas?: bigint | undefined;
|
640
640
|
nonce?: number | undefined;
|
641
|
-
to?:
|
641
|
+
to?: import("abitype").Address | null | undefined;
|
642
642
|
value?: bigint | undefined;
|
643
643
|
accessList?: import("../../index.js").AccessList | undefined;
|
644
644
|
blobs?: undefined;
|
@@ -651,11 +651,11 @@ export declare const lisk: {
|
|
651
651
|
kzg?: undefined;
|
652
652
|
sidecars?: undefined;
|
653
653
|
} & {
|
654
|
-
data?:
|
655
|
-
from:
|
654
|
+
data?: import("../../index.js").Hex | undefined;
|
655
|
+
from: import("abitype").Address;
|
656
656
|
gas?: bigint | undefined;
|
657
657
|
nonce?: number | undefined;
|
658
|
-
to?:
|
658
|
+
to?: import("abitype").Address | null | undefined;
|
659
659
|
value?: bigint | undefined;
|
660
660
|
accessList?: undefined;
|
661
661
|
blobs?: undefined;
|
@@ -674,11 +674,11 @@ export declare const lisk: {
|
|
674
674
|
paymasterInput?: undefined;
|
675
675
|
factoryDeps?: undefined;
|
676
676
|
}) | ({
|
677
|
-
data?:
|
678
|
-
from?:
|
677
|
+
data?: import("../../index.js").Hex | undefined;
|
678
|
+
from?: import("abitype").Address;
|
679
679
|
gas?: bigint | undefined;
|
680
680
|
nonce?: number | undefined;
|
681
|
-
to?:
|
681
|
+
to?: import("abitype").Address | null | undefined;
|
682
682
|
value?: bigint | undefined;
|
683
683
|
accessList?: import("../../index.js").AccessList | undefined;
|
684
684
|
blobs?: undefined;
|
@@ -691,11 +691,11 @@ export declare const lisk: {
|
|
691
691
|
kzg?: undefined;
|
692
692
|
sidecars?: undefined;
|
693
693
|
} & {
|
694
|
-
data?:
|
695
|
-
from:
|
694
|
+
data?: import("../../index.js").Hex | undefined;
|
695
|
+
from: import("abitype").Address;
|
696
696
|
gas?: bigint | undefined;
|
697
697
|
nonce?: number | undefined;
|
698
|
-
to?:
|
698
|
+
to?: import("abitype").Address | null | undefined;
|
699
699
|
value?: bigint | undefined;
|
700
700
|
accessList?: import("../../index.js").AccessList | undefined;
|
701
701
|
blobs?: undefined;
|
@@ -714,11 +714,11 @@ export declare const lisk: {
|
|
714
714
|
paymasterInput?: undefined;
|
715
715
|
factoryDeps?: undefined;
|
716
716
|
}) | ({
|
717
|
-
data?:
|
718
|
-
from?:
|
717
|
+
data?: import("../../index.js").Hex | undefined;
|
718
|
+
from?: import("abitype").Address;
|
719
719
|
gas?: bigint | undefined;
|
720
720
|
nonce?: number | undefined;
|
721
|
-
to?:
|
721
|
+
to?: import("abitype").Address | null | undefined;
|
722
722
|
value?: bigint | undefined;
|
723
723
|
accessList?: import("../../index.js").AccessList | undefined;
|
724
724
|
blobs?: undefined;
|
@@ -731,11 +731,11 @@ export declare const lisk: {
|
|
731
731
|
kzg?: undefined;
|
732
732
|
sidecars?: undefined;
|
733
733
|
} & {
|
734
|
-
data?:
|
735
|
-
from:
|
734
|
+
data?: import("../../index.js").Hex | undefined;
|
735
|
+
from: import("abitype").Address;
|
736
736
|
gas?: bigint | undefined;
|
737
737
|
nonce?: number | undefined;
|
738
|
-
to?:
|
738
|
+
to?: import("abitype").Address | null | undefined;
|
739
739
|
value?: bigint | undefined;
|
740
740
|
gasPrice?: undefined;
|
741
741
|
maxFeePerBlobGas?: undefined;
|
@@ -754,11 +754,11 @@ export declare const lisk: {
|
|
754
754
|
paymasterInput?: undefined;
|
755
755
|
factoryDeps?: undefined;
|
756
756
|
}) | ({
|
757
|
-
data?:
|
758
|
-
from?:
|
757
|
+
data?: import("../../index.js").Hex | undefined;
|
758
|
+
from?: import("abitype").Address;
|
759
759
|
gas?: bigint | undefined;
|
760
760
|
nonce?: number | undefined;
|
761
|
-
to?:
|
761
|
+
to?: import("abitype").Address | null | undefined;
|
762
762
|
value?: bigint | undefined;
|
763
763
|
accessList?: import("../../index.js").AccessList | undefined;
|
764
764
|
blobs?: undefined;
|
@@ -772,18 +772,18 @@ export declare const lisk: {
|
|
772
772
|
sidecars?: undefined;
|
773
773
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
774
774
|
gasPerPubdata?: bigint | undefined;
|
775
|
-
customSignature?:
|
776
|
-
factoryDeps?:
|
777
|
-
type?: "
|
775
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
776
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
777
|
+
type?: "eip712" | "priority" | undefined;
|
778
778
|
} & {
|
779
|
-
paymaster:
|
780
|
-
paymasterInput:
|
779
|
+
paymaster: import("abitype").Address;
|
780
|
+
paymasterInput: import("../../index.js").Hex;
|
781
781
|
}) | ({
|
782
|
-
data?:
|
783
|
-
from?:
|
782
|
+
data?: import("../../index.js").Hex | undefined;
|
783
|
+
from?: import("abitype").Address;
|
784
784
|
gas?: bigint | undefined;
|
785
785
|
nonce?: number | undefined;
|
786
|
-
to?:
|
786
|
+
to?: import("abitype").Address | null | undefined;
|
787
787
|
value?: bigint | undefined;
|
788
788
|
accessList?: import("../../index.js").AccessList | undefined;
|
789
789
|
blobs?: undefined;
|
@@ -797,18 +797,18 @@ export declare const lisk: {
|
|
797
797
|
sidecars?: undefined;
|
798
798
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
799
799
|
gasPerPubdata?: bigint | undefined;
|
800
|
-
customSignature?:
|
801
|
-
factoryDeps?:
|
802
|
-
type?: "
|
800
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
801
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
802
|
+
type?: "eip712" | "priority" | undefined;
|
803
803
|
} & {
|
804
804
|
paymaster?: undefined;
|
805
805
|
paymasterInput?: undefined;
|
806
806
|
}) | ({
|
807
|
-
data?:
|
808
|
-
from?:
|
807
|
+
data?: import("../../index.js").Hex | undefined;
|
808
|
+
from?: import("abitype").Address;
|
809
809
|
gas?: bigint | undefined;
|
810
810
|
nonce?: number | undefined;
|
811
|
-
to?:
|
811
|
+
to?: import("abitype").Address | null | undefined;
|
812
812
|
value?: bigint | undefined;
|
813
813
|
gasPrice?: bigint | undefined;
|
814
814
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -821,11 +821,11 @@ export declare const lisk: {
|
|
821
821
|
kzg?: undefined;
|
822
822
|
sidecars?: undefined;
|
823
823
|
} & {
|
824
|
-
data?:
|
825
|
-
from:
|
824
|
+
data?: import("../../index.js").Hex | undefined;
|
825
|
+
from: import("abitype").Address;
|
826
826
|
gas?: bigint | undefined;
|
827
827
|
nonce?: number | undefined;
|
828
|
-
to?:
|
828
|
+
to?: import("abitype").Address | null | undefined;
|
829
829
|
value?: bigint | undefined;
|
830
830
|
accessList?: undefined;
|
831
831
|
blobs?: undefined;
|
@@ -844,11 +844,11 @@ export declare const lisk: {
|
|
844
844
|
paymasterInput?: undefined;
|
845
845
|
factoryDeps?: undefined;
|
846
846
|
}) | ({
|
847
|
-
data?:
|
848
|
-
from?:
|
847
|
+
data?: import("../../index.js").Hex | undefined;
|
848
|
+
from?: import("abitype").Address;
|
849
849
|
gas?: bigint | undefined;
|
850
850
|
nonce?: number | undefined;
|
851
|
-
to?:
|
851
|
+
to?: import("abitype").Address | null | undefined;
|
852
852
|
value?: bigint | undefined;
|
853
853
|
gasPrice?: bigint | undefined;
|
854
854
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -861,11 +861,11 @@ export declare const lisk: {
|
|
861
861
|
kzg?: undefined;
|
862
862
|
sidecars?: undefined;
|
863
863
|
} & {
|
864
|
-
data?:
|
865
|
-
from:
|
864
|
+
data?: import("../../index.js").Hex | undefined;
|
865
|
+
from: import("abitype").Address;
|
866
866
|
gas?: bigint | undefined;
|
867
867
|
nonce?: number | undefined;
|
868
|
-
to?:
|
868
|
+
to?: import("abitype").Address | null | undefined;
|
869
869
|
value?: bigint | undefined;
|
870
870
|
accessList?: import("../../index.js").AccessList | undefined;
|
871
871
|
blobs?: undefined;
|
@@ -884,11 +884,11 @@ export declare const lisk: {
|
|
884
884
|
paymasterInput?: undefined;
|
885
885
|
factoryDeps?: undefined;
|
886
886
|
}) | ({
|
887
|
-
data?:
|
888
|
-
from?:
|
887
|
+
data?: import("../../index.js").Hex | undefined;
|
888
|
+
from?: import("abitype").Address;
|
889
889
|
gas?: bigint | undefined;
|
890
890
|
nonce?: number | undefined;
|
891
|
-
to?:
|
891
|
+
to?: import("abitype").Address | null | undefined;
|
892
892
|
value?: bigint | undefined;
|
893
893
|
gasPrice?: bigint | undefined;
|
894
894
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -901,11 +901,11 @@ export declare const lisk: {
|
|
901
901
|
kzg?: undefined;
|
902
902
|
sidecars?: undefined;
|
903
903
|
} & {
|
904
|
-
data?:
|
905
|
-
from:
|
904
|
+
data?: import("../../index.js").Hex | undefined;
|
905
|
+
from: import("abitype").Address;
|
906
906
|
gas?: bigint | undefined;
|
907
907
|
nonce?: number | undefined;
|
908
|
-
to?:
|
908
|
+
to?: import("abitype").Address | null | undefined;
|
909
909
|
value?: bigint | undefined;
|
910
910
|
gasPrice?: undefined;
|
911
911
|
maxFeePerBlobGas?: undefined;
|
@@ -924,11 +924,11 @@ export declare const lisk: {
|
|
924
924
|
paymasterInput?: undefined;
|
925
925
|
factoryDeps?: undefined;
|
926
926
|
}) | ({
|
927
|
-
data?:
|
928
|
-
from?:
|
927
|
+
data?: import("../../index.js").Hex | undefined;
|
928
|
+
from?: import("abitype").Address;
|
929
929
|
gas?: bigint | undefined;
|
930
930
|
nonce?: number | undefined;
|
931
|
-
to?:
|
931
|
+
to?: import("abitype").Address | null | undefined;
|
932
932
|
value?: bigint | undefined;
|
933
933
|
gasPrice?: bigint | undefined;
|
934
934
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -942,18 +942,18 @@ export declare const lisk: {
|
|
942
942
|
sidecars?: undefined;
|
943
943
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
944
944
|
gasPerPubdata?: bigint | undefined;
|
945
|
-
customSignature?:
|
946
|
-
factoryDeps?:
|
947
|
-
type?: "
|
945
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
946
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
947
|
+
type?: "eip712" | "priority" | undefined;
|
948
948
|
} & {
|
949
|
-
paymaster:
|
950
|
-
paymasterInput:
|
949
|
+
paymaster: import("abitype").Address;
|
950
|
+
paymasterInput: import("../../index.js").Hex;
|
951
951
|
}) | ({
|
952
|
-
data?:
|
953
|
-
from?:
|
952
|
+
data?: import("../../index.js").Hex | undefined;
|
953
|
+
from?: import("abitype").Address;
|
954
954
|
gas?: bigint | undefined;
|
955
955
|
nonce?: number | undefined;
|
956
|
-
to?:
|
956
|
+
to?: import("abitype").Address | null | undefined;
|
957
957
|
value?: bigint | undefined;
|
958
958
|
gasPrice?: bigint | undefined;
|
959
959
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -967,35 +967,35 @@ export declare const lisk: {
|
|
967
967
|
sidecars?: undefined;
|
968
968
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
969
969
|
gasPerPubdata?: bigint | undefined;
|
970
|
-
customSignature?:
|
971
|
-
factoryDeps?:
|
972
|
-
type?: "
|
970
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
971
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
972
|
+
type?: "eip712" | "priority" | undefined;
|
973
973
|
} & {
|
974
974
|
paymaster?: undefined;
|
975
975
|
paymasterInput?: undefined;
|
976
976
|
}) | ({
|
977
|
-
data?:
|
978
|
-
from?:
|
977
|
+
data?: import("../../index.js").Hex | undefined;
|
978
|
+
from?: import("abitype").Address;
|
979
979
|
gas?: bigint | undefined;
|
980
980
|
nonce?: number | undefined;
|
981
981
|
value?: bigint | undefined;
|
982
|
-
to?:
|
982
|
+
to?: import("abitype").Address | null | undefined;
|
983
983
|
accessList?: import("../../index.js").AccessList | undefined;
|
984
984
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
985
|
-
blobVersionedHashes?: readonly
|
985
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
986
986
|
kzg?: import("../../index.js").Kzg | undefined;
|
987
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
987
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
988
988
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
989
989
|
gasPrice?: bigint | undefined;
|
990
990
|
maxFeePerGas?: bigint | undefined;
|
991
991
|
maxPriorityFeePerGas?: bigint | undefined;
|
992
992
|
maxFeePerBlobGas?: bigint | undefined;
|
993
993
|
} & {
|
994
|
-
data?:
|
995
|
-
from:
|
994
|
+
data?: import("../../index.js").Hex | undefined;
|
995
|
+
from: import("abitype").Address;
|
996
996
|
gas?: bigint | undefined;
|
997
997
|
nonce?: number | undefined;
|
998
|
-
to?:
|
998
|
+
to?: import("abitype").Address | null | undefined;
|
999
999
|
value?: bigint | undefined;
|
1000
1000
|
accessList?: undefined;
|
1001
1001
|
blobs?: undefined;
|
@@ -1014,28 +1014,28 @@ export declare const lisk: {
|
|
1014
1014
|
paymasterInput?: undefined;
|
1015
1015
|
factoryDeps?: undefined;
|
1016
1016
|
}) | ({
|
1017
|
-
data?:
|
1018
|
-
from?:
|
1017
|
+
data?: import("../../index.js").Hex | undefined;
|
1018
|
+
from?: import("abitype").Address;
|
1019
1019
|
gas?: bigint | undefined;
|
1020
1020
|
nonce?: number | undefined;
|
1021
1021
|
value?: bigint | undefined;
|
1022
|
-
to?:
|
1022
|
+
to?: import("abitype").Address | null | undefined;
|
1023
1023
|
accessList?: import("../../index.js").AccessList | undefined;
|
1024
1024
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1025
|
-
blobVersionedHashes?: readonly
|
1025
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1026
1026
|
kzg?: import("../../index.js").Kzg | undefined;
|
1027
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1027
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1028
1028
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1029
1029
|
gasPrice?: bigint | undefined;
|
1030
1030
|
maxFeePerGas?: bigint | undefined;
|
1031
1031
|
maxPriorityFeePerGas?: bigint | undefined;
|
1032
1032
|
maxFeePerBlobGas?: bigint | undefined;
|
1033
1033
|
} & {
|
1034
|
-
data?:
|
1035
|
-
from:
|
1034
|
+
data?: import("../../index.js").Hex | undefined;
|
1035
|
+
from: import("abitype").Address;
|
1036
1036
|
gas?: bigint | undefined;
|
1037
1037
|
nonce?: number | undefined;
|
1038
|
-
to?:
|
1038
|
+
to?: import("abitype").Address | null | undefined;
|
1039
1039
|
value?: bigint | undefined;
|
1040
1040
|
accessList?: import("../../index.js").AccessList | undefined;
|
1041
1041
|
blobs?: undefined;
|
@@ -1054,28 +1054,28 @@ export declare const lisk: {
|
|
1054
1054
|
paymasterInput?: undefined;
|
1055
1055
|
factoryDeps?: undefined;
|
1056
1056
|
}) | ({
|
1057
|
-
data?:
|
1058
|
-
from?:
|
1057
|
+
data?: import("../../index.js").Hex | undefined;
|
1058
|
+
from?: import("abitype").Address;
|
1059
1059
|
gas?: bigint | undefined;
|
1060
1060
|
nonce?: number | undefined;
|
1061
1061
|
value?: bigint | undefined;
|
1062
|
-
to?:
|
1062
|
+
to?: import("abitype").Address | null | undefined;
|
1063
1063
|
accessList?: import("../../index.js").AccessList | undefined;
|
1064
1064
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1065
|
-
blobVersionedHashes?: readonly
|
1065
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1066
1066
|
kzg?: import("../../index.js").Kzg | undefined;
|
1067
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1067
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1068
1068
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1069
1069
|
gasPrice?: bigint | undefined;
|
1070
1070
|
maxFeePerGas?: bigint | undefined;
|
1071
1071
|
maxPriorityFeePerGas?: bigint | undefined;
|
1072
1072
|
maxFeePerBlobGas?: bigint | undefined;
|
1073
1073
|
} & {
|
1074
|
-
data?:
|
1075
|
-
from:
|
1074
|
+
data?: import("../../index.js").Hex | undefined;
|
1075
|
+
from: import("abitype").Address;
|
1076
1076
|
gas?: bigint | undefined;
|
1077
1077
|
nonce?: number | undefined;
|
1078
|
-
to?:
|
1078
|
+
to?: import("abitype").Address | null | undefined;
|
1079
1079
|
value?: bigint | undefined;
|
1080
1080
|
gasPrice?: undefined;
|
1081
1081
|
maxFeePerBlobGas?: undefined;
|
@@ -1094,34 +1094,34 @@ export declare const lisk: {
|
|
1094
1094
|
paymasterInput?: undefined;
|
1095
1095
|
factoryDeps?: undefined;
|
1096
1096
|
}) | ({
|
1097
|
-
data?:
|
1098
|
-
from?:
|
1097
|
+
data?: import("../../index.js").Hex | undefined;
|
1098
|
+
from?: import("abitype").Address;
|
1099
1099
|
gas?: bigint | undefined;
|
1100
1100
|
nonce?: number | undefined;
|
1101
1101
|
value?: bigint | undefined;
|
1102
|
-
to?:
|
1102
|
+
to?: import("abitype").Address | null | undefined;
|
1103
1103
|
accessList?: import("../../index.js").AccessList | undefined;
|
1104
1104
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1105
|
-
blobVersionedHashes?: readonly
|
1105
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1106
1106
|
kzg?: import("../../index.js").Kzg | undefined;
|
1107
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1107
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1108
1108
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1109
1109
|
gasPrice?: bigint | undefined;
|
1110
1110
|
maxFeePerGas?: bigint | undefined;
|
1111
1111
|
maxPriorityFeePerGas?: bigint | undefined;
|
1112
1112
|
maxFeePerBlobGas?: bigint | undefined;
|
1113
1113
|
} & {
|
1114
|
-
data?:
|
1115
|
-
from:
|
1114
|
+
data?: import("../../index.js").Hex | undefined;
|
1115
|
+
from: import("abitype").Address;
|
1116
1116
|
gas?: bigint | undefined;
|
1117
1117
|
nonce?: number | undefined;
|
1118
1118
|
value?: bigint | undefined;
|
1119
1119
|
to: `0x${string}` | null;
|
1120
1120
|
accessList?: import("../../index.js").AccessList | undefined;
|
1121
|
-
blobs: readonly
|
1122
|
-
blobVersionedHashes?: readonly
|
1121
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
1122
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1123
1123
|
kzg?: import("../../index.js").Kzg | undefined;
|
1124
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1124
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1125
1125
|
type?: "eip4844" | undefined;
|
1126
1126
|
gasPrice?: undefined;
|
1127
1127
|
maxFeePerGas?: bigint | undefined;
|
@@ -1134,17 +1134,17 @@ export declare const lisk: {
|
|
1134
1134
|
paymasterInput?: undefined;
|
1135
1135
|
factoryDeps?: undefined;
|
1136
1136
|
}) | ({
|
1137
|
-
data?:
|
1138
|
-
from?:
|
1137
|
+
data?: import("../../index.js").Hex | undefined;
|
1138
|
+
from?: import("abitype").Address;
|
1139
1139
|
gas?: bigint | undefined;
|
1140
1140
|
nonce?: number | undefined;
|
1141
1141
|
value?: bigint | undefined;
|
1142
|
-
to?:
|
1142
|
+
to?: import("abitype").Address | null | undefined;
|
1143
1143
|
accessList?: import("../../index.js").AccessList | undefined;
|
1144
1144
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1145
|
-
blobVersionedHashes?: readonly
|
1145
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1146
1146
|
kzg?: import("../../index.js").Kzg | undefined;
|
1147
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1147
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1148
1148
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1149
1149
|
gasPrice?: bigint | undefined;
|
1150
1150
|
maxFeePerGas?: bigint | undefined;
|
@@ -1152,24 +1152,24 @@ export declare const lisk: {
|
|
1152
1152
|
maxFeePerBlobGas?: bigint | undefined;
|
1153
1153
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1154
1154
|
gasPerPubdata?: bigint | undefined;
|
1155
|
-
customSignature?:
|
1156
|
-
factoryDeps?:
|
1157
|
-
type?: "
|
1155
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
1156
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
1157
|
+
type?: "eip712" | "priority" | undefined;
|
1158
1158
|
} & {
|
1159
|
-
paymaster:
|
1160
|
-
paymasterInput:
|
1159
|
+
paymaster: import("abitype").Address;
|
1160
|
+
paymasterInput: import("../../index.js").Hex;
|
1161
1161
|
}) | ({
|
1162
|
-
data?:
|
1163
|
-
from?:
|
1162
|
+
data?: import("../../index.js").Hex | undefined;
|
1163
|
+
from?: import("abitype").Address;
|
1164
1164
|
gas?: bigint | undefined;
|
1165
1165
|
nonce?: number | undefined;
|
1166
1166
|
value?: bigint | undefined;
|
1167
|
-
to?:
|
1167
|
+
to?: import("abitype").Address | null | undefined;
|
1168
1168
|
accessList?: import("../../index.js").AccessList | undefined;
|
1169
1169
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1170
|
-
blobVersionedHashes?: readonly
|
1170
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1171
1171
|
kzg?: import("../../index.js").Kzg | undefined;
|
1172
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1172
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1173
1173
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1174
1174
|
gasPrice?: bigint | undefined;
|
1175
1175
|
maxFeePerGas?: bigint | undefined;
|
@@ -1177,18 +1177,18 @@ export declare const lisk: {
|
|
1177
1177
|
maxFeePerBlobGas?: bigint | undefined;
|
1178
1178
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1179
1179
|
gasPerPubdata?: bigint | undefined;
|
1180
|
-
customSignature?:
|
1181
|
-
factoryDeps?:
|
1182
|
-
type?: "
|
1180
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
1181
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
1182
|
+
type?: "eip712" | "priority" | undefined;
|
1183
1183
|
} & {
|
1184
1184
|
paymaster?: undefined;
|
1185
1185
|
paymasterInput?: undefined;
|
1186
1186
|
})) => ({
|
1187
|
-
data?:
|
1188
|
-
from:
|
1187
|
+
data?: import("../../index.js").Hex | undefined;
|
1188
|
+
from: import("abitype").Address;
|
1189
1189
|
gas?: `0x${string}` | undefined;
|
1190
1190
|
nonce?: `0x${string}` | undefined;
|
1191
|
-
to?:
|
1191
|
+
to?: import("abitype").Address | null | undefined;
|
1192
1192
|
value?: `0x${string}` | undefined;
|
1193
1193
|
accessList?: undefined;
|
1194
1194
|
blobs?: undefined;
|
@@ -1202,11 +1202,11 @@ export declare const lisk: {
|
|
1202
1202
|
sidecars?: undefined;
|
1203
1203
|
eip712Meta?: undefined;
|
1204
1204
|
} | {
|
1205
|
-
data?:
|
1206
|
-
from:
|
1205
|
+
data?: import("../../index.js").Hex | undefined;
|
1206
|
+
from: import("abitype").Address;
|
1207
1207
|
gas?: `0x${string}` | undefined;
|
1208
1208
|
nonce?: `0x${string}` | undefined;
|
1209
|
-
to?:
|
1209
|
+
to?: import("abitype").Address | null | undefined;
|
1210
1210
|
value?: `0x${string}` | undefined;
|
1211
1211
|
accessList?: undefined;
|
1212
1212
|
blobs?: undefined;
|
@@ -1220,11 +1220,11 @@ export declare const lisk: {
|
|
1220
1220
|
sidecars?: undefined;
|
1221
1221
|
eip712Meta?: undefined;
|
1222
1222
|
} | {
|
1223
|
-
data?:
|
1224
|
-
from:
|
1223
|
+
data?: import("../../index.js").Hex | undefined;
|
1224
|
+
from: import("abitype").Address;
|
1225
1225
|
gas?: `0x${string}` | undefined;
|
1226
1226
|
nonce?: `0x${string}` | undefined;
|
1227
|
-
to?:
|
1227
|
+
to?: import("abitype").Address | null | undefined;
|
1228
1228
|
value?: `0x${string}` | undefined;
|
1229
1229
|
accessList?: undefined;
|
1230
1230
|
blobs?: undefined;
|
@@ -1238,11 +1238,11 @@ export declare const lisk: {
|
|
1238
1238
|
sidecars?: undefined;
|
1239
1239
|
eip712Meta?: undefined;
|
1240
1240
|
} | {
|
1241
|
-
data?:
|
1242
|
-
from:
|
1241
|
+
data?: import("../../index.js").Hex | undefined;
|
1242
|
+
from: import("abitype").Address;
|
1243
1243
|
gas?: `0x${string}` | undefined;
|
1244
1244
|
nonce?: `0x${string}` | undefined;
|
1245
|
-
to?:
|
1245
|
+
to?: import("abitype").Address | null | undefined;
|
1246
1246
|
value?: `0x${string}` | undefined;
|
1247
1247
|
accessList?: undefined;
|
1248
1248
|
blobs?: undefined;
|
@@ -1256,11 +1256,11 @@ export declare const lisk: {
|
|
1256
1256
|
sidecars?: undefined;
|
1257
1257
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1258
1258
|
} | {
|
1259
|
-
data?:
|
1260
|
-
from:
|
1259
|
+
data?: import("../../index.js").Hex | undefined;
|
1260
|
+
from: import("abitype").Address;
|
1261
1261
|
gas?: `0x${string}` | undefined;
|
1262
1262
|
nonce?: `0x${string}` | undefined;
|
1263
|
-
to?:
|
1263
|
+
to?: import("abitype").Address | null | undefined;
|
1264
1264
|
value?: `0x${string}` | undefined;
|
1265
1265
|
accessList?: undefined;
|
1266
1266
|
blobs?: undefined;
|
@@ -1274,11 +1274,11 @@ export declare const lisk: {
|
|
1274
1274
|
sidecars?: undefined;
|
1275
1275
|
eip712Meta?: undefined;
|
1276
1276
|
} | {
|
1277
|
-
data?:
|
1278
|
-
from:
|
1277
|
+
data?: import("../../index.js").Hex | undefined;
|
1278
|
+
from: import("abitype").Address;
|
1279
1279
|
gas?: `0x${string}` | undefined;
|
1280
1280
|
nonce?: `0x${string}` | undefined;
|
1281
|
-
to?:
|
1281
|
+
to?: import("abitype").Address | null | undefined;
|
1282
1282
|
value?: `0x${string}` | undefined;
|
1283
1283
|
accessList?: import("../../index.js").AccessList | undefined;
|
1284
1284
|
blobs?: undefined;
|
@@ -1292,11 +1292,11 @@ export declare const lisk: {
|
|
1292
1292
|
sidecars?: undefined;
|
1293
1293
|
eip712Meta?: undefined;
|
1294
1294
|
} | {
|
1295
|
-
data?:
|
1296
|
-
from:
|
1295
|
+
data?: import("../../index.js").Hex | undefined;
|
1296
|
+
from: import("abitype").Address;
|
1297
1297
|
gas?: `0x${string}` | undefined;
|
1298
1298
|
nonce?: `0x${string}` | undefined;
|
1299
|
-
to?:
|
1299
|
+
to?: import("abitype").Address | null | undefined;
|
1300
1300
|
value?: `0x${string}` | undefined;
|
1301
1301
|
accessList?: import("../../index.js").AccessList | undefined;
|
1302
1302
|
blobs?: undefined;
|
@@ -1310,11 +1310,11 @@ export declare const lisk: {
|
|
1310
1310
|
sidecars?: undefined;
|
1311
1311
|
eip712Meta?: undefined;
|
1312
1312
|
} | {
|
1313
|
-
data?:
|
1314
|
-
from:
|
1313
|
+
data?: import("../../index.js").Hex | undefined;
|
1314
|
+
from: import("abitype").Address;
|
1315
1315
|
gas?: `0x${string}` | undefined;
|
1316
1316
|
nonce?: `0x${string}` | undefined;
|
1317
|
-
to?:
|
1317
|
+
to?: import("abitype").Address | null | undefined;
|
1318
1318
|
value?: `0x${string}` | undefined;
|
1319
1319
|
accessList?: import("../../index.js").AccessList | undefined;
|
1320
1320
|
blobs?: undefined;
|
@@ -1328,11 +1328,11 @@ export declare const lisk: {
|
|
1328
1328
|
sidecars?: undefined;
|
1329
1329
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1330
1330
|
} | {
|
1331
|
-
data?:
|
1332
|
-
from:
|
1331
|
+
data?: import("../../index.js").Hex | undefined;
|
1332
|
+
from: import("abitype").Address;
|
1333
1333
|
gas?: `0x${string}` | undefined;
|
1334
1334
|
nonce?: `0x${string}` | undefined;
|
1335
|
-
to?:
|
1335
|
+
to?: import("abitype").Address | null | undefined;
|
1336
1336
|
value?: `0x${string}` | undefined;
|
1337
1337
|
gasPrice?: `0x${string}` | undefined;
|
1338
1338
|
maxFeePerBlobGas?: undefined;
|
@@ -1346,11 +1346,11 @@ export declare const lisk: {
|
|
1346
1346
|
sidecars?: undefined;
|
1347
1347
|
eip712Meta?: undefined;
|
1348
1348
|
} | {
|
1349
|
-
data?:
|
1350
|
-
from:
|
1349
|
+
data?: import("../../index.js").Hex | undefined;
|
1350
|
+
from: import("abitype").Address;
|
1351
1351
|
gas?: `0x${string}` | undefined;
|
1352
1352
|
nonce?: `0x${string}` | undefined;
|
1353
|
-
to?:
|
1353
|
+
to?: import("abitype").Address | null | undefined;
|
1354
1354
|
value?: `0x${string}` | undefined;
|
1355
1355
|
gasPrice?: `0x${string}` | undefined;
|
1356
1356
|
maxFeePerBlobGas?: undefined;
|
@@ -1364,11 +1364,11 @@ export declare const lisk: {
|
|
1364
1364
|
sidecars?: undefined;
|
1365
1365
|
eip712Meta?: undefined;
|
1366
1366
|
} | {
|
1367
|
-
data?:
|
1368
|
-
from:
|
1367
|
+
data?: import("../../index.js").Hex | undefined;
|
1368
|
+
from: import("abitype").Address;
|
1369
1369
|
gas?: `0x${string}` | undefined;
|
1370
1370
|
nonce?: `0x${string}` | undefined;
|
1371
|
-
to?:
|
1371
|
+
to?: import("abitype").Address | null | undefined;
|
1372
1372
|
value?: `0x${string}` | undefined;
|
1373
1373
|
gasPrice?: undefined;
|
1374
1374
|
maxFeePerBlobGas?: undefined;
|
@@ -1382,11 +1382,11 @@ export declare const lisk: {
|
|
1382
1382
|
sidecars?: undefined;
|
1383
1383
|
eip712Meta?: undefined;
|
1384
1384
|
} | {
|
1385
|
-
data?:
|
1386
|
-
from:
|
1385
|
+
data?: import("../../index.js").Hex | undefined;
|
1386
|
+
from: import("abitype").Address;
|
1387
1387
|
gas?: `0x${string}` | undefined;
|
1388
1388
|
nonce?: `0x${string}` | undefined;
|
1389
|
-
to?:
|
1389
|
+
to?: import("abitype").Address | null | undefined;
|
1390
1390
|
value?: `0x${string}` | undefined;
|
1391
1391
|
gasPrice?: undefined;
|
1392
1392
|
maxFeePerBlobGas?: undefined;
|
@@ -1400,17 +1400,17 @@ export declare const lisk: {
|
|
1400
1400
|
sidecars?: undefined;
|
1401
1401
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1402
1402
|
} | {
|
1403
|
-
data?:
|
1404
|
-
from:
|
1403
|
+
data?: import("../../index.js").Hex | undefined;
|
1404
|
+
from: import("abitype").Address;
|
1405
1405
|
gas?: `0x${string}` | undefined;
|
1406
1406
|
nonce?: `0x${string}` | undefined;
|
1407
1407
|
value?: `0x${string}` | undefined;
|
1408
1408
|
to: `0x${string}` | null;
|
1409
1409
|
accessList?: import("../../index.js").AccessList | undefined;
|
1410
|
-
blobs: readonly
|
1411
|
-
blobVersionedHashes?: readonly
|
1410
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
1411
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1412
1412
|
kzg?: import("../../index.js").Kzg | undefined;
|
1413
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1413
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1414
1414
|
type?: "0x3" | undefined;
|
1415
1415
|
gasPrice?: undefined;
|
1416
1416
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -1418,17 +1418,17 @@ export declare const lisk: {
|
|
1418
1418
|
maxFeePerBlobGas: `0x${string}`;
|
1419
1419
|
eip712Meta?: undefined;
|
1420
1420
|
} | {
|
1421
|
-
data?:
|
1422
|
-
from:
|
1421
|
+
data?: import("../../index.js").Hex | undefined;
|
1422
|
+
from: import("abitype").Address;
|
1423
1423
|
gas?: `0x${string}` | undefined;
|
1424
1424
|
nonce?: `0x${string}` | undefined;
|
1425
1425
|
value?: `0x${string}` | undefined;
|
1426
|
-
to:
|
1426
|
+
to: import("abitype").Address | null | undefined;
|
1427
1427
|
accessList?: import("../../index.js").AccessList | undefined;
|
1428
|
-
blobs: readonly
|
1429
|
-
blobVersionedHashes?: readonly
|
1428
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
1429
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1430
1430
|
kzg?: import("../../index.js").Kzg | undefined;
|
1431
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1431
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1432
1432
|
type: "0xff" | "0x71";
|
1433
1433
|
gasPrice?: undefined;
|
1434
1434
|
maxFeePerGas?: `0x${string}` | undefined;
|