viem 2.8.10 → 2.8.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/_cjs/accounts/generateMnemonic.js.map +1 -1
- package/_cjs/actions/getContract.js.map +1 -1
- package/_cjs/actions/public/call.js +5 -1
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
- package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
- package/_cjs/actions/public/watchBlockNumber.js +1 -1
- package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
- package/_cjs/actions/public/watchBlocks.js +1 -1
- package/_cjs/actions/public/watchBlocks.js.map +1 -1
- package/_cjs/actions/public/watchContractEvent.js +73 -58
- package/_cjs/actions/public/watchContractEvent.js.map +1 -1
- package/_cjs/actions/public/watchEvent.js +1 -1
- package/_cjs/actions/public/watchEvent.js.map +1 -1
- package/_cjs/actions/public/watchPendingTransactions.js +1 -1
- package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/chains/celo/parsers.js.map +1 -1
- package/_cjs/chains/celo/serializers.js.map +1 -1
- package/_cjs/chains/definitions/lukso.js +6 -0
- package/_cjs/chains/definitions/lukso.js.map +1 -1
- package/_cjs/chains/definitions/luksoTestnet.js +34 -0
- package/_cjs/chains/definitions/luksoTestnet.js.map +1 -0
- package/_cjs/chains/definitions/zkSyncInMemoryNode.js +17 -0
- package/_cjs/chains/definitions/zkSyncInMemoryNode.js.map +1 -0
- package/_cjs/chains/definitions/zkSyncLocalNode.js +17 -0
- package/_cjs/chains/definitions/zkSyncLocalNode.js.map +1 -0
- package/_cjs/chains/index.js +19 -13
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/chains/opStack/actions/getL1BaseFee.js.map +1 -1
- package/_cjs/chains/opStack/actions/getTimeToProve.js.map +1 -1
- package/_cjs/chains/opStack/actions/waitForNextL2Output.js.map +1 -1
- package/_cjs/chains/zksync/formatters.js.map +1 -1
- package/_cjs/chains/zksync/serializers.js.map +1 -1
- package/_cjs/chains/zksync/utils/assertEip712Request.js.map +1 -1
- package/_cjs/chains/zksync/utils/assertEip712Transaction.js.map +1 -1
- package/_cjs/chains/zksync/utils/isEip712Transaction.js.map +1 -1
- package/_cjs/clients/createClient.js.map +1 -1
- package/_cjs/clients/decorators/public.js.map +1 -1
- package/_cjs/clients/transports/createTransport.js.map +1 -1
- package/_cjs/clients/transports/fallback.js.map +1 -1
- package/_cjs/clients/transports/http.js.map +1 -1
- package/_cjs/errors/abi.js.map +1 -1
- package/_cjs/errors/account.js.map +1 -1
- package/_cjs/errors/base.js.map +1 -1
- package/_cjs/errors/chain.js.map +1 -1
- package/_cjs/errors/contract.js.map +1 -1
- package/_cjs/errors/node.js +5 -5
- package/_cjs/errors/node.js.map +1 -1
- package/_cjs/errors/request.js.map +1 -1
- package/_cjs/errors/rpc.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
- package/_cjs/utils/address/getAddress.js.map +1 -1
- package/_cjs/utils/data/isHex.js.map +1 -1
- package/_cjs/utils/data/slice.js.map +1 -1
- package/_cjs/utils/encoding/toBytes.js.map +1 -1
- package/_cjs/utils/errors/getNodeError.js.map +1 -1
- package/_cjs/utils/formatters/block.js.map +1 -1
- package/_cjs/utils/formatters/extract.js.map +1 -1
- package/_cjs/utils/formatters/log.js +1 -1
- package/_cjs/utils/formatters/log.js.map +1 -1
- package/_cjs/utils/formatters/proof.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/hash/keccak256.js.map +1 -1
- package/_cjs/utils/hash/ripemd160.js.map +1 -1
- package/_cjs/utils/hash/sha256.js.map +1 -1
- package/_cjs/utils/promise/withRetry.js.map +1 -1
- package/_cjs/utils/promise/withTimeout.js +1 -1
- package/_cjs/utils/promise/withTimeout.js.map +1 -1
- package/_cjs/utils/rpc/http.js +1 -1
- package/_cjs/utils/rpc/http.js.map +1 -1
- package/_cjs/utils/signature/hashMessage.js.map +1 -1
- package/_cjs/utils/transaction/assertRequest.js.map +1 -1
- package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_cjs/utils/typedData.js.map +1 -1
- package/_esm/accounts/generateMnemonic.js.map +1 -1
- package/_esm/actions/getContract.js.map +1 -1
- package/_esm/actions/public/call.js +5 -1
- package/_esm/actions/public/call.js.map +1 -1
- package/_esm/actions/public/createContractEventFilter.js.map +1 -1
- package/_esm/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_esm/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
- package/_esm/actions/public/watchBlockNumber.js +1 -1
- package/_esm/actions/public/watchBlockNumber.js.map +1 -1
- package/_esm/actions/public/watchBlocks.js +1 -1
- package/_esm/actions/public/watchBlocks.js.map +1 -1
- package/_esm/actions/public/watchContractEvent.js +75 -60
- package/_esm/actions/public/watchContractEvent.js.map +1 -1
- package/_esm/actions/public/watchEvent.js +1 -1
- package/_esm/actions/public/watchEvent.js.map +1 -1
- package/_esm/actions/public/watchPendingTransactions.js +1 -1
- package/_esm/actions/public/watchPendingTransactions.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/chains/celo/parsers.js.map +1 -1
- package/_esm/chains/celo/serializers.js.map +1 -1
- package/_esm/chains/definitions/lukso.js +6 -0
- package/_esm/chains/definitions/lukso.js.map +1 -1
- package/_esm/chains/definitions/luksoTestnet.js +31 -0
- package/_esm/chains/definitions/luksoTestnet.js.map +1 -0
- package/_esm/chains/definitions/zkSyncInMemoryNode.js +14 -0
- package/_esm/chains/definitions/zkSyncInMemoryNode.js.map +1 -0
- package/_esm/chains/definitions/zkSyncLocalNode.js +14 -0
- package/_esm/chains/definitions/zkSyncLocalNode.js.map +1 -0
- package/_esm/chains/index.js +8 -5
- package/_esm/chains/index.js.map +1 -1
- package/_esm/chains/opStack/actions/getL1BaseFee.js.map +1 -1
- package/_esm/chains/opStack/actions/getTimeToProve.js.map +1 -1
- package/_esm/chains/opStack/actions/waitForNextL2Output.js.map +1 -1
- package/_esm/chains/opStack/decorators/publicL2.js +2 -2
- package/_esm/chains/zksync/formatters.js.map +1 -1
- package/_esm/chains/zksync/serializers.js.map +1 -1
- package/_esm/chains/zksync/utils/assertEip712Request.js.map +1 -1
- package/_esm/chains/zksync/utils/assertEip712Transaction.js.map +1 -1
- package/_esm/chains/zksync/utils/isEip712Transaction.js.map +1 -1
- package/_esm/clients/createClient.js.map +1 -1
- package/_esm/clients/decorators/public.js.map +1 -1
- package/_esm/clients/transports/createTransport.js.map +1 -1
- package/_esm/clients/transports/fallback.js.map +1 -1
- package/_esm/clients/transports/http.js.map +1 -1
- package/_esm/errors/abi.js.map +1 -1
- package/_esm/errors/account.js.map +1 -1
- package/_esm/errors/base.js.map +1 -1
- package/_esm/errors/chain.js.map +1 -1
- package/_esm/errors/contract.js.map +1 -1
- package/_esm/errors/node.js +5 -5
- package/_esm/errors/node.js.map +1 -1
- package/_esm/errors/request.js.map +1 -1
- package/_esm/errors/rpc.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/utils/abi/formatAbiItem.js.map +1 -1
- package/_esm/utils/address/getAddress.js.map +1 -1
- package/_esm/utils/data/isHex.js.map +1 -1
- package/_esm/utils/data/slice.js.map +1 -1
- package/_esm/utils/encoding/toBytes.js.map +1 -1
- package/_esm/utils/errors/getNodeError.js.map +1 -1
- package/_esm/utils/formatters/block.js.map +1 -1
- package/_esm/utils/formatters/extract.js.map +1 -1
- package/_esm/utils/formatters/log.js +1 -1
- package/_esm/utils/formatters/log.js.map +1 -1
- package/_esm/utils/formatters/proof.js.map +1 -1
- package/_esm/utils/formatters/transaction.js.map +1 -1
- package/_esm/utils/formatters/transactionReceipt.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/hash/keccak256.js.map +1 -1
- package/_esm/utils/hash/ripemd160.js.map +1 -1
- package/_esm/utils/hash/sha256.js.map +1 -1
- package/_esm/utils/promise/withRetry.js.map +1 -1
- package/_esm/utils/promise/withTimeout.js +1 -1
- package/_esm/utils/promise/withTimeout.js.map +1 -1
- package/_esm/utils/rpc/http.js +1 -1
- package/_esm/utils/rpc/http.js.map +1 -1
- package/_esm/utils/signature/hashMessage.js.map +1 -1
- package/_esm/utils/transaction/assertRequest.js.map +1 -1
- package/_esm/utils/transaction/getTransactionType.js.map +1 -1
- package/_esm/utils/transaction/serializeAccessList.js.map +1 -1
- package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
- package/_esm/utils/typedData.js.map +1 -1
- package/_types/accounts/generateMnemonic.d.ts +1 -1
- package/_types/accounts/generateMnemonic.d.ts.map +1 -1
- package/_types/accounts/types.d.ts +9 -9
- package/_types/accounts/types.d.ts.map +1 -1
- package/_types/accounts/utils/signTransaction.d.ts +1 -1
- package/_types/accounts/utils/signTransaction.d.ts.map +1 -1
- package/_types/actions/ens/getEnsAddress.d.ts +4 -4
- package/_types/actions/ens/getEnsAddress.d.ts.map +1 -1
- package/_types/actions/ens/getEnsAvatar.d.ts +1 -1
- package/_types/actions/ens/getEnsAvatar.d.ts.map +1 -1
- package/_types/actions/ens/getEnsName.d.ts +3 -3
- package/_types/actions/ens/getEnsName.d.ts.map +1 -1
- package/_types/actions/ens/getEnsResolver.d.ts +1 -1
- package/_types/actions/ens/getEnsResolver.d.ts.map +1 -1
- package/_types/actions/ens/getEnsText.d.ts +3 -3
- package/_types/actions/ens/getEnsText.d.ts.map +1 -1
- package/_types/actions/getContract.d.ts +3 -3
- package/_types/actions/getContract.d.ts.map +1 -1
- package/_types/actions/public/call.d.ts +8 -8
- package/_types/actions/public/call.d.ts.map +1 -1
- package/_types/actions/public/createContractEventFilter.d.ts +6 -6
- package/_types/actions/public/createContractEventFilter.d.ts.map +1 -1
- package/_types/actions/public/createEventFilter.d.ts +21 -21
- package/_types/actions/public/createEventFilter.d.ts.map +1 -1
- package/_types/actions/public/estimateFeesPerGas.d.ts +4 -4
- package/_types/actions/public/estimateFeesPerGas.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts +5 -5
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts +3 -3
- package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts.map +1 -1
- package/_types/actions/public/getBalance.d.ts +4 -4
- package/_types/actions/public/getBalance.d.ts.map +1 -1
- package/_types/actions/public/getBlock.d.ts +10 -10
- package/_types/actions/public/getBlock.d.ts.map +1 -1
- package/_types/actions/public/getBlockNumber.d.ts +1 -1
- package/_types/actions/public/getBlockNumber.d.ts.map +1 -1
- package/_types/actions/public/getBlockTransactionCount.d.ts +9 -9
- package/_types/actions/public/getBlockTransactionCount.d.ts.map +1 -1
- package/_types/actions/public/getBytecode.d.ts +4 -4
- package/_types/actions/public/getBytecode.d.ts.map +1 -1
- package/_types/actions/public/getContractEvents.d.ts +4 -4
- package/_types/actions/public/getContractEvents.d.ts.map +1 -1
- package/_types/actions/public/getFeeHistory.d.ts +4 -4
- package/_types/actions/public/getFeeHistory.d.ts.map +1 -1
- package/_types/actions/public/getLogs.d.ts +17 -17
- package/_types/actions/public/getLogs.d.ts.map +1 -1
- package/_types/actions/public/getProof.d.ts +4 -4
- package/_types/actions/public/getProof.d.ts.map +1 -1
- package/_types/actions/public/getStorageAt.d.ts +4 -4
- package/_types/actions/public/getStorageAt.d.ts.map +1 -1
- package/_types/actions/public/getTransaction.d.ts +13 -13
- package/_types/actions/public/getTransaction.d.ts.map +1 -1
- package/_types/actions/public/getTransactionConfirmations.d.ts +2 -2
- package/_types/actions/public/getTransactionConfirmations.d.ts.map +1 -1
- package/_types/actions/public/getTransactionCount.d.ts +4 -4
- package/_types/actions/public/getTransactionCount.d.ts.map +1 -1
- package/_types/actions/public/simulateContract.d.ts +3 -3
- package/_types/actions/public/simulateContract.d.ts.map +1 -1
- package/_types/actions/public/waitForTransactionReceipt.d.ts +6 -6
- package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
- package/_types/actions/public/watchBlockNumber.d.ts +1 -1
- package/_types/actions/public/watchBlockNumber.d.ts.map +1 -1
- package/_types/actions/public/watchContractEvent.d.ts.map +1 -1
- package/_types/actions/public/watchEvent.d.ts +13 -13
- package/_types/actions/public/watchEvent.d.ts.map +1 -1
- package/_types/actions/public/watchPendingTransactions.d.ts +1 -1
- package/_types/actions/public/watchPendingTransactions.d.ts.map +1 -1
- package/_types/actions/test/mine.d.ts +1 -1
- package/_types/actions/test/mine.d.ts.map +1 -1
- package/_types/actions/test/reset.d.ts +2 -2
- package/_types/actions/test/reset.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +5 -5
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/actions/wallet/writeContract.d.ts +1 -1
- package/_types/actions/wallet/writeContract.d.ts.map +1 -1
- package/_types/chains/celo/chainConfig.d.ts +312 -312
- package/_types/chains/celo/formatters.d.ts +312 -312
- package/_types/chains/celo/parsers.d.ts.map +1 -1
- package/_types/chains/celo/serializers.d.ts +1 -1
- package/_types/chains/celo/serializers.d.ts.map +1 -1
- package/_types/chains/celo/types.d.ts +39 -39
- package/_types/chains/celo/types.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +217 -217
- package/_types/chains/definitions/ancient8Sepolia.d.ts +217 -217
- package/_types/chains/definitions/base.d.ts +217 -217
- package/_types/chains/definitions/baseGoerli.d.ts +217 -217
- package/_types/chains/definitions/baseSepolia.d.ts +217 -217
- package/_types/chains/definitions/celo.d.ts +312 -312
- package/_types/chains/definitions/celoAlfajores.d.ts +312 -312
- package/_types/chains/definitions/fraxtal.d.ts +217 -217
- package/_types/chains/definitions/fraxtalTestnet.d.ts +217 -217
- package/_types/chains/definitions/liskSepolia.d.ts +217 -217
- package/_types/chains/definitions/lukso.d.ts +6 -8
- package/_types/chains/definitions/lukso.d.ts.map +1 -1
- package/_types/chains/definitions/luksoTestnet.d.ts +35 -0
- package/_types/chains/definitions/luksoTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/optimism.d.ts +217 -217
- package/_types/chains/definitions/optimismGoerli.d.ts +217 -217
- package/_types/chains/definitions/optimismSepolia.d.ts +217 -217
- package/_types/chains/definitions/pgn.d.ts +217 -217
- package/_types/chains/definitions/pgnTestnet.d.ts +217 -217
- package/_types/chains/definitions/rss3.d.ts +217 -217
- package/_types/chains/definitions/rss3Sepolia.d.ts +217 -217
- package/_types/chains/definitions/zkSync.d.ts +33 -33
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +42 -0
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -0
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +42 -0
- package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -0
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +33 -33
- package/_types/chains/definitions/zkSyncTestnet.d.ts +33 -33
- package/_types/chains/definitions/zora.d.ts +217 -217
- package/_types/chains/definitions/zoraSepolia.d.ts +217 -217
- package/_types/chains/definitions/zoraTestnet.d.ts +217 -217
- package/_types/chains/index.d.ts +8 -5
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/opStack/actions/buildDepositTransaction.d.ts +7 -7
- package/_types/chains/opStack/actions/buildDepositTransaction.d.ts.map +1 -1
- package/_types/chains/opStack/actions/buildInitiateWithdrawal.d.ts +3 -3
- package/_types/chains/opStack/actions/buildInitiateWithdrawal.d.ts.map +1 -1
- package/_types/chains/opStack/actions/depositTransaction.d.ts +1 -1
- package/_types/chains/opStack/actions/depositTransaction.d.ts.map +1 -1
- package/_types/chains/opStack/actions/estimateDepositTransactionGas.d.ts +1 -1
- package/_types/chains/opStack/actions/estimateDepositTransactionGas.d.ts.map +1 -1
- package/_types/chains/opStack/actions/estimateFinalizeWithdrawalGas.d.ts +1 -1
- package/_types/chains/opStack/actions/estimateFinalizeWithdrawalGas.d.ts.map +1 -1
- package/_types/chains/opStack/actions/estimateInitiateWithdrawalGas.d.ts +1 -1
- package/_types/chains/opStack/actions/estimateInitiateWithdrawalGas.d.ts.map +1 -1
- package/_types/chains/opStack/actions/estimateL1Fee.d.ts +1 -1
- package/_types/chains/opStack/actions/estimateL1Fee.d.ts.map +1 -1
- package/_types/chains/opStack/actions/estimateL1Gas.d.ts +1 -1
- package/_types/chains/opStack/actions/estimateL1Gas.d.ts.map +1 -1
- package/_types/chains/opStack/actions/estimateProveWithdrawalGas.d.ts +1 -1
- package/_types/chains/opStack/actions/estimateProveWithdrawalGas.d.ts.map +1 -1
- package/_types/chains/opStack/actions/finalizeWithdrawal.d.ts +1 -1
- package/_types/chains/opStack/actions/finalizeWithdrawal.d.ts.map +1 -1
- package/_types/chains/opStack/actions/getL1BaseFee.d.ts +2 -2
- package/_types/chains/opStack/actions/getL1BaseFee.d.ts.map +1 -1
- package/_types/chains/opStack/actions/getTimeToNextL2Output.d.ts +2 -2
- package/_types/chains/opStack/actions/getTimeToNextL2Output.d.ts.map +1 -1
- package/_types/chains/opStack/actions/getTimeToProve.d.ts +1 -1
- package/_types/chains/opStack/actions/getTimeToProve.d.ts.map +1 -1
- package/_types/chains/opStack/actions/proveWithdrawal.d.ts +1 -1
- package/_types/chains/opStack/actions/proveWithdrawal.d.ts.map +1 -1
- package/_types/chains/opStack/actions/waitForNextL2Output.d.ts +2 -2
- package/_types/chains/opStack/actions/waitForNextL2Output.d.ts.map +1 -1
- package/_types/chains/opStack/actions/waitToProve.d.ts +1 -1
- package/_types/chains/opStack/actions/waitToProve.d.ts.map +1 -1
- package/_types/chains/opStack/chainConfig.d.ts +217 -217
- package/_types/chains/opStack/decorators/publicL2.d.ts +3 -3
- package/_types/chains/opStack/decorators/publicL2.d.ts.map +1 -1
- package/_types/chains/opStack/formatters.d.ts +217 -217
- package/_types/chains/opStack/types/deposit.d.ts +6 -6
- package/_types/chains/opStack/types/deposit.d.ts.map +1 -1
- package/_types/chains/opStack/types/transaction.d.ts +4 -4
- package/_types/chains/opStack/types/transaction.d.ts.map +1 -1
- package/_types/chains/opStack/types/withdrawal.d.ts +2 -2
- package/_types/chains/opStack/types/withdrawal.d.ts.map +1 -1
- package/_types/chains/zksync/chainConfig.d.ts +33 -33
- package/_types/chains/zksync/formatters.d.ts +33 -33
- package/_types/chains/zksync/serializers.d.ts +1 -1
- package/_types/chains/zksync/serializers.d.ts.map +1 -1
- package/_types/chains/zksync/types/eip712.d.ts +4 -4
- package/_types/chains/zksync/types/eip712.d.ts.map +1 -1
- package/_types/chains/zksync/types/transaction.d.ts +21 -21
- package/_types/chains/zksync/types/transaction.d.ts.map +1 -1
- package/_types/chains/zksync/utils/assertEip712Request.d.ts +2 -1
- package/_types/chains/zksync/utils/assertEip712Request.d.ts.map +1 -1
- package/_types/chains/zksync/utils/assertEip712Transaction.d.ts +2 -1
- package/_types/chains/zksync/utils/assertEip712Transaction.d.ts.map +1 -1
- package/_types/chains/zksync/utils/isEip712Transaction.d.ts +2 -1
- package/_types/chains/zksync/utils/isEip712Transaction.d.ts.map +1 -1
- package/_types/clients/createClient.d.ts +2 -2
- package/_types/clients/createClient.d.ts.map +1 -1
- package/_types/clients/decorators/public.d.ts +7 -7
- package/_types/clients/decorators/public.d.ts.map +1 -1
- package/_types/clients/decorators/test.d.ts +1 -1
- package/_types/clients/decorators/test.d.ts.map +1 -1
- package/_types/clients/transports/createTransport.d.ts +9 -9
- package/_types/clients/transports/createTransport.d.ts.map +1 -1
- package/_types/clients/transports/custom.d.ts +4 -4
- package/_types/clients/transports/custom.d.ts.map +1 -1
- package/_types/clients/transports/fallback.d.ts +17 -17
- package/_types/clients/transports/fallback.d.ts.map +1 -1
- package/_types/clients/transports/http.d.ts +13 -13
- package/_types/clients/transports/http.d.ts.map +1 -1
- package/_types/clients/transports/ipc.d.ts +6 -6
- package/_types/clients/transports/ipc.d.ts.map +1 -1
- package/_types/clients/transports/webSocket.d.ts +6 -6
- package/_types/clients/transports/webSocket.d.ts.map +1 -1
- package/_types/errors/abi.d.ts +6 -6
- package/_types/errors/abi.d.ts.map +1 -1
- package/_types/errors/account.d.ts +1 -1
- package/_types/errors/account.d.ts.map +1 -1
- package/_types/errors/base.d.ts +9 -9
- package/_types/errors/base.d.ts.map +1 -1
- package/_types/errors/block.d.ts +2 -2
- package/_types/errors/block.d.ts.map +1 -1
- package/_types/errors/chain.d.ts +3 -3
- package/_types/errors/chain.d.ts.map +1 -1
- package/_types/errors/contract.d.ts +20 -20
- package/_types/errors/contract.d.ts.map +1 -1
- package/_types/errors/encoding.d.ts +3 -3
- package/_types/errors/encoding.d.ts.map +1 -1
- package/_types/errors/estimateGas.d.ts +3 -3
- package/_types/errors/estimateGas.d.ts.map +1 -1
- package/_types/errors/node.d.ts +27 -27
- package/_types/errors/node.d.ts.map +1 -1
- package/_types/errors/request.d.ts +7 -7
- package/_types/errors/request.d.ts.map +1 -1
- package/_types/errors/rpc.d.ts +5 -5
- package/_types/errors/rpc.d.ts.map +1 -1
- package/_types/errors/transaction.d.ts +7 -7
- package/_types/errors/transaction.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +1 -1
- package/_types/index.d.ts.map +1 -1
- package/_types/types/block.d.ts +3 -3
- package/_types/types/block.d.ts.map +1 -1
- package/_types/types/chain.d.ts +1 -1
- package/_types/types/chain.d.ts.map +1 -1
- package/_types/types/contract.d.ts +5 -5
- package/_types/types/contract.d.ts.map +1 -1
- package/_types/types/eip1193.d.ts +29 -29
- package/_types/types/eip1193.d.ts.map +1 -1
- package/_types/types/ens.d.ts +1 -1
- package/_types/types/ens.d.ts.map +1 -1
- package/_types/types/fee.d.ts +6 -6
- package/_types/types/fee.d.ts.map +1 -1
- package/_types/types/filter.d.ts +9 -9
- package/_types/types/filter.d.ts.map +1 -1
- package/_types/types/kzg.d.ts +1 -1
- package/_types/types/kzg.d.ts.map +1 -1
- package/_types/types/misc.d.ts +2 -2
- package/_types/types/misc.d.ts.map +1 -1
- package/_types/types/rpc.d.ts +16 -16
- package/_types/types/rpc.d.ts.map +1 -1
- package/_types/types/stateOverride.d.ts +5 -5
- package/_types/types/stateOverride.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +56 -56
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/types/typedData.d.ts +1 -1
- package/_types/types/typedData.d.ts.map +1 -1
- package/_types/types/utils.d.ts +6 -3
- package/_types/types/utils.d.ts.map +1 -1
- package/_types/types/window.d.ts +1 -1
- package/_types/types/window.d.ts.map +1 -1
- package/_types/utils/abi/decodeEventLog.d.ts +1 -1
- package/_types/utils/abi/decodeEventLog.d.ts.map +1 -1
- package/_types/utils/abi/decodeFunctionResult.d.ts +2 -2
- package/_types/utils/abi/decodeFunctionResult.d.ts.map +1 -1
- package/_types/utils/abi/encodeErrorResult.d.ts +2 -2
- package/_types/utils/abi/encodeErrorResult.d.ts.map +1 -1
- package/_types/utils/abi/encodeEventTopics.d.ts +2 -2
- package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
- package/_types/utils/abi/encodeFunctionData.d.ts +2 -2
- package/_types/utils/abi/encodeFunctionData.d.ts.map +1 -1
- package/_types/utils/abi/encodeFunctionResult.d.ts +2 -2
- package/_types/utils/abi/encodeFunctionResult.d.ts.map +1 -1
- package/_types/utils/abi/formatAbiItem.d.ts +2 -2
- package/_types/utils/abi/formatAbiItem.d.ts.map +1 -1
- package/_types/utils/abi/formatAbiItemWithArgs.d.ts +2 -2
- package/_types/utils/abi/formatAbiItemWithArgs.d.ts.map +1 -1
- package/_types/utils/address/getAddress.d.ts +1 -1
- package/_types/utils/address/getAddress.d.ts.map +1 -1
- package/_types/utils/address/getContractAddress.d.ts +1 -1
- package/_types/utils/address/getContractAddress.d.ts.map +1 -1
- package/_types/utils/address/isAddress.d.ts +1 -1
- package/_types/utils/address/isAddress.d.ts.map +1 -1
- package/_types/utils/blob/commitmentToVersionedHash.d.ts +1 -1
- package/_types/utils/blob/commitmentToVersionedHash.d.ts.map +1 -1
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +1 -1
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/chain/assertCurrentChain.d.ts +1 -1
- package/_types/utils/chain/assertCurrentChain.d.ts.map +1 -1
- package/_types/utils/chain/getChainContractAddress.d.ts +1 -1
- package/_types/utils/chain/getChainContractAddress.d.ts.map +1 -1
- package/_types/utils/cursor.d.ts +1 -1
- package/_types/utils/cursor.d.ts.map +1 -1
- package/_types/utils/data/isHex.d.ts +1 -1
- package/_types/utils/data/isHex.d.ts.map +1 -1
- package/_types/utils/data/pad.d.ts +2 -2
- package/_types/utils/data/pad.d.ts.map +1 -1
- package/_types/utils/data/slice.d.ts +6 -6
- package/_types/utils/data/slice.d.ts.map +1 -1
- package/_types/utils/data/trim.d.ts +1 -1
- package/_types/utils/data/trim.d.ts.map +1 -1
- package/_types/utils/encoding/fromBytes.d.ts +5 -5
- package/_types/utils/encoding/fromBytes.d.ts.map +1 -1
- package/_types/utils/encoding/fromHex.d.ts +5 -5
- package/_types/utils/encoding/fromHex.d.ts.map +1 -1
- package/_types/utils/encoding/toBytes.d.ts +5 -5
- package/_types/utils/encoding/toBytes.d.ts.map +1 -1
- package/_types/utils/encoding/toHex.d.ts +7 -7
- package/_types/utils/encoding/toHex.d.ts.map +1 -1
- package/_types/utils/ens/avatar/parseAvatarRecord.d.ts +1 -1
- package/_types/utils/ens/avatar/parseAvatarRecord.d.ts.map +1 -1
- package/_types/utils/errors/getCallError.d.ts +2 -2
- package/_types/utils/errors/getCallError.d.ts.map +1 -1
- package/_types/utils/errors/getContractError.d.ts +3 -3
- package/_types/utils/errors/getContractError.d.ts.map +1 -1
- package/_types/utils/errors/getEstimateGasError.d.ts +3 -3
- package/_types/utils/errors/getEstimateGasError.d.ts.map +1 -1
- package/_types/utils/errors/getNodeError.d.ts +2 -1
- package/_types/utils/errors/getNodeError.d.ts.map +1 -1
- package/_types/utils/errors/getTransactionError.d.ts +2 -2
- package/_types/utils/errors/getTransactionError.d.ts.map +1 -1
- package/_types/utils/formatters/block.d.ts +3 -3
- package/_types/utils/formatters/block.d.ts.map +1 -1
- package/_types/utils/formatters/extract.d.ts +1 -1
- package/_types/utils/formatters/extract.d.ts.map +1 -1
- package/_types/utils/formatters/formatter.d.ts.map +1 -1
- package/_types/utils/formatters/log.d.ts +4 -3
- package/_types/utils/formatters/log.d.ts.map +1 -1
- package/_types/utils/formatters/proof.d.ts +2 -1
- package/_types/utils/formatters/proof.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +3 -3
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionReceipt.d.ts +3 -2
- package/_types/utils/formatters/transactionReceipt.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +3 -2
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/hash/keccak256.d.ts +1 -1
- package/_types/utils/hash/keccak256.d.ts.map +1 -1
- package/_types/utils/hash/ripemd160.d.ts +1 -1
- package/_types/utils/hash/ripemd160.d.ts.map +1 -1
- package/_types/utils/hash/sha256.d.ts +1 -1
- package/_types/utils/hash/sha256.d.ts.map +1 -1
- package/_types/utils/poll.d.ts +2 -2
- package/_types/utils/poll.d.ts.map +1 -1
- package/_types/utils/promise/createBatchScheduler.d.ts +4 -4
- package/_types/utils/promise/createBatchScheduler.d.ts.map +1 -1
- package/_types/utils/promise/withCache.d.ts +1 -1
- package/_types/utils/promise/withCache.d.ts.map +1 -1
- package/_types/utils/promise/withRetry.d.ts +4 -4
- package/_types/utils/promise/withRetry.d.ts.map +1 -1
- package/_types/utils/promise/withTimeout.d.ts +4 -4
- package/_types/utils/promise/withTimeout.d.ts.map +1 -1
- package/_types/utils/rpc/http.d.ts +6 -6
- package/_types/utils/rpc/http.d.ts.map +1 -1
- package/_types/utils/rpc/socket.d.ts +2 -2
- package/_types/utils/rpc/socket.d.ts.map +1 -1
- package/_types/utils/signature/hashMessage.d.ts +1 -1
- package/_types/utils/signature/hashMessage.d.ts.map +1 -1
- package/_types/utils/transaction/assertRequest.d.ts +2 -1
- package/_types/utils/transaction/assertRequest.d.ts.map +1 -1
- package/_types/utils/transaction/getTransactionType.d.ts +4 -4
- package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
- package/_types/utils/transaction/serializeAccessList.d.ts +1 -1
- package/_types/utils/transaction/serializeAccessList.d.ts.map +1 -1
- package/_types/utils/transaction/serializeTransaction.d.ts +2 -2
- package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
- package/_types/utils/typedData.d.ts +1 -1
- package/_types/utils/typedData.d.ts.map +1 -1
- package/accounts/generateMnemonic.ts +1 -1
- package/accounts/types.ts +12 -10
- package/accounts/utils/signTransaction.ts +1 -1
- package/actions/ens/getEnsAddress.ts +4 -4
- package/actions/ens/getEnsAvatar.ts +1 -1
- package/actions/ens/getEnsName.ts +3 -3
- package/actions/ens/getEnsResolver.ts +1 -1
- package/actions/ens/getEnsText.ts +3 -3
- package/actions/getContract.ts +3 -3
- package/actions/public/call.ts +16 -12
- package/actions/public/createContractEventFilter.ts +9 -6
- package/actions/public/createEventFilter.ts +21 -21
- package/actions/public/estimateFeesPerGas.ts +4 -4
- package/actions/public/estimateGas.ts +5 -5
- package/actions/public/estimateMaxPriorityFeePerGas.ts +11 -7
- package/actions/public/getBalance.ts +4 -4
- package/actions/public/getBlock.ts +10 -10
- package/actions/public/getBlockNumber.ts +1 -1
- package/actions/public/getBlockTransactionCount.ts +9 -9
- package/actions/public/getBytecode.ts +4 -4
- package/actions/public/getContractEvents.ts +4 -4
- package/actions/public/getFeeHistory.ts +4 -4
- package/actions/public/getLogs.ts +17 -17
- package/actions/public/getProof.ts +4 -4
- package/actions/public/getStorageAt.ts +4 -4
- package/actions/public/getTransaction.ts +13 -13
- package/actions/public/getTransactionConfirmations.ts +2 -2
- package/actions/public/getTransactionCount.ts +4 -4
- package/actions/public/simulateContract.ts +3 -3
- package/actions/public/waitForTransactionReceipt.ts +6 -6
- package/actions/public/watchBlockNumber.ts +2 -2
- package/actions/public/watchBlocks.ts +1 -1
- package/actions/public/watchContractEvent.ts +75 -59
- package/actions/public/watchEvent.ts +14 -14
- package/actions/public/watchPendingTransactions.ts +2 -2
- package/actions/test/mine.ts +1 -1
- package/actions/test/reset.ts +2 -2
- package/actions/wallet/prepareTransactionRequest.ts +5 -4
- package/actions/wallet/writeContract.ts +1 -1
- package/chains/celo/parsers.ts +3 -2
- package/chains/celo/serializers.ts +3 -3
- package/chains/celo/types.ts +37 -37
- package/chains/definitions/lukso.ts +6 -0
- package/chains/definitions/luksoTestnet.ts +31 -0
- package/chains/definitions/zkSyncInMemoryNode.ts +14 -0
- package/chains/definitions/zkSyncLocalNode.ts +14 -0
- package/chains/index.ts +8 -5
- package/chains/opStack/actions/buildDepositTransaction.ts +7 -7
- package/chains/opStack/actions/buildInitiateWithdrawal.ts +3 -3
- package/chains/opStack/actions/depositTransaction.ts +1 -1
- package/chains/opStack/actions/estimateDepositTransactionGas.ts +1 -1
- package/chains/opStack/actions/estimateFinalizeWithdrawalGas.ts +1 -1
- package/chains/opStack/actions/estimateInitiateWithdrawalGas.ts +1 -1
- package/chains/opStack/actions/estimateL1Fee.ts +1 -1
- package/chains/opStack/actions/estimateL1Gas.ts +1 -1
- package/chains/opStack/actions/estimateProveWithdrawalGas.ts +1 -1
- package/chains/opStack/actions/finalizeWithdrawal.ts +1 -1
- package/chains/opStack/actions/getL1BaseFee.ts +2 -2
- package/chains/opStack/actions/getTimeToNextL2Output.ts +2 -2
- package/chains/opStack/actions/getTimeToProve.ts +3 -1
- package/chains/opStack/actions/proveWithdrawal.ts +1 -1
- package/chains/opStack/actions/waitForNextL2Output.ts +4 -2
- package/chains/opStack/actions/waitToProve.ts +1 -1
- package/chains/opStack/decorators/publicL2.ts +3 -3
- package/chains/opStack/types/deposit.ts +6 -6
- package/chains/opStack/types/transaction.ts +4 -4
- package/chains/opStack/types/withdrawal.ts +2 -2
- package/chains/zksync/formatters.ts +1 -1
- package/chains/zksync/serializers.ts +1 -1
- package/chains/zksync/types/eip712.ts +4 -4
- package/chains/zksync/types/transaction.ts +21 -21
- package/chains/zksync/utils/assertEip712Request.ts +2 -1
- package/chains/zksync/utils/assertEip712Transaction.ts +2 -1
- package/chains/zksync/utils/isEip712Transaction.ts +2 -1
- package/clients/createClient.ts +3 -3
- package/clients/decorators/public.ts +23 -21
- package/clients/decorators/test.ts +1 -1
- package/clients/transports/createTransport.ts +9 -9
- package/clients/transports/custom.ts +4 -4
- package/clients/transports/fallback.ts +28 -26
- package/clients/transports/http.ts +13 -13
- package/clients/transports/ipc.ts +6 -6
- package/clients/transports/webSocket.ts +6 -6
- package/errors/abi.ts +12 -3
- package/errors/account.ts +1 -1
- package/errors/base.ts +13 -10
- package/errors/block.ts +2 -2
- package/errors/chain.ts +3 -3
- package/errors/contract.ts +26 -15
- package/errors/encoding.ts +3 -3
- package/errors/estimateGas.ts +3 -3
- package/errors/node.ts +35 -14
- package/errors/request.ts +7 -7
- package/errors/rpc.ts +5 -5
- package/errors/transaction.ts +7 -7
- package/errors/version.ts +1 -1
- package/index.ts +2 -0
- package/package.json +1 -1
- package/types/block.ts +3 -3
- package/types/chain.ts +1 -1
- package/types/contract.ts +7 -5
- package/types/eip1193.ts +42 -38
- package/types/ens.ts +1 -1
- package/types/fee.ts +6 -6
- package/types/filter.ts +9 -9
- package/types/kzg.ts +1 -1
- package/types/misc.ts +2 -2
- package/types/rpc.ts +16 -16
- package/types/stateOverride.ts +5 -5
- package/types/transaction.ts +63 -56
- package/types/typedData.ts +1 -1
- package/types/utils.ts +9 -3
- package/types/window.ts +1 -1
- package/utils/abi/decodeEventLog.ts +1 -1
- package/utils/abi/decodeFunctionResult.ts +2 -2
- package/utils/abi/encodeErrorResult.ts +2 -2
- package/utils/abi/encodeEventTopics.ts +2 -2
- package/utils/abi/encodeFunctionData.ts +2 -2
- package/utils/abi/encodeFunctionResult.ts +2 -2
- package/utils/abi/formatAbiItem.ts +2 -2
- package/utils/abi/formatAbiItemWithArgs.ts +2 -2
- package/utils/address/getAddress.ts +4 -1
- package/utils/address/getContractAddress.ts +1 -1
- package/utils/address/isAddress.ts +1 -1
- package/utils/blob/commitmentToVersionedHash.ts +1 -1
- package/utils/blob/commitmentsToVersionedHashes.ts +1 -1
- package/utils/blob/sidecarsToVersionedHashes.ts +1 -1
- package/utils/chain/assertCurrentChain.ts +1 -1
- package/utils/chain/getChainContractAddress.ts +1 -1
- package/utils/cursor.ts +1 -1
- package/utils/data/isHex.ts +1 -1
- package/utils/data/pad.ts +2 -2
- package/utils/data/slice.ts +15 -11
- package/utils/data/trim.ts +1 -1
- package/utils/encoding/fromBytes.ts +5 -5
- package/utils/encoding/fromHex.ts +5 -5
- package/utils/encoding/toBytes.ts +8 -5
- package/utils/encoding/toHex.ts +7 -7
- package/utils/ens/avatar/parseAvatarRecord.ts +2 -2
- package/utils/errors/getCallError.ts +2 -2
- package/utils/errors/getContractError.ts +3 -3
- package/utils/errors/getEstimateGasError.ts +3 -3
- package/utils/errors/getNodeError.ts +4 -1
- package/utils/errors/getTransactionError.ts +2 -2
- package/utils/formatters/block.ts +2 -2
- package/utils/formatters/extract.ts +1 -1
- package/utils/formatters/formatter.ts +1 -1
- package/utils/formatters/log.ts +6 -2
- package/utils/formatters/proof.ts +2 -1
- package/utils/formatters/transaction.ts +2 -2
- package/utils/formatters/transactionReceipt.ts +2 -1
- package/utils/formatters/transactionRequest.ts +4 -1
- package/utils/hash/keccak256.ts +1 -1
- package/utils/hash/ripemd160.ts +1 -1
- package/utils/hash/sha256.ts +1 -1
- package/utils/poll.ts +2 -2
- package/utils/promise/createBatchScheduler.ts +6 -6
- package/utils/promise/withCache.ts +1 -1
- package/utils/promise/withRetry.ts +14 -9
- package/utils/promise/withTimeout.ts +6 -4
- package/utils/rpc/http.ts +7 -7
- package/utils/rpc/socket.ts +2 -2
- package/utils/signature/hashMessage.ts +1 -1
- package/utils/transaction/assertRequest.ts +4 -1
- package/utils/transaction/getTransactionType.ts +10 -4
- package/utils/transaction/parseTransaction.ts +1 -1
- package/utils/transaction/serializeAccessList.ts +1 -1
- package/utils/transaction/serializeTransaction.ts +6 -6
- package/utils/typedData.ts +1 -1
@@ -62,7 +62,7 @@ export declare const liskSepolia: {
|
|
62
62
|
formatters: {
|
63
63
|
readonly block: {
|
64
64
|
exclude: [] | undefined;
|
65
|
-
format: (args: import("../index.js").Assign<
|
65
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
66
66
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
67
67
|
}>) => {
|
68
68
|
baseFeePerGas: bigint | null;
|
@@ -97,26 +97,26 @@ export declare const liskSepolia: {
|
|
97
97
|
readonly transaction: {
|
98
98
|
exclude: [] | undefined;
|
99
99
|
format: (args: ({
|
100
|
-
r?: `0x${string}
|
101
|
-
s?: `0x${string}
|
102
|
-
v?: `0x${string}
|
100
|
+
r?: `0x${string}`;
|
101
|
+
s?: `0x${string}`;
|
102
|
+
v?: `0x${string}`;
|
103
103
|
yParity?: `0x${string}` | undefined;
|
104
104
|
gasPrice?: `0x${string}` | undefined;
|
105
105
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
106
106
|
maxFeePerGas?: `0x${string}` | undefined;
|
107
107
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
108
|
-
to?: `0x${string}` | null
|
109
|
-
from?: `0x${string}
|
110
|
-
gas?: `0x${string}
|
111
|
-
nonce?: `0x${string}
|
112
|
-
value?: `0x${string}
|
113
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
108
|
+
to?: `0x${string}` | null;
|
109
|
+
from?: `0x${string}`;
|
110
|
+
gas?: `0x${string}`;
|
111
|
+
nonce?: `0x${string}`;
|
112
|
+
value?: `0x${string}`;
|
113
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
114
114
|
accessList?: undefined;
|
115
|
-
blockHash?: `0x${string}` | null
|
116
|
-
blockNumber?: `0x${string}` | null
|
117
|
-
hash?: `0x${string}
|
118
|
-
input?: `0x${string}
|
119
|
-
transactionIndex?: `0x${string}` | null
|
115
|
+
blockHash?: `0x${string}` | null;
|
116
|
+
blockNumber?: `0x${string}` | null;
|
117
|
+
hash?: `0x${string}`;
|
118
|
+
input?: `0x${string}`;
|
119
|
+
transactionIndex?: `0x${string}` | null;
|
120
120
|
blobVersionedHashes?: undefined;
|
121
121
|
chainId?: `0x${string}` | undefined;
|
122
122
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -148,26 +148,26 @@ export declare const liskSepolia: {
|
|
148
148
|
mint?: undefined;
|
149
149
|
sourceHash?: undefined;
|
150
150
|
}) | ({
|
151
|
-
r?: `0x${string}
|
152
|
-
s?: `0x${string}
|
153
|
-
v?: `0x${string}
|
151
|
+
r?: `0x${string}`;
|
152
|
+
s?: `0x${string}`;
|
153
|
+
v?: `0x${string}`;
|
154
154
|
yParity?: `0x${string}` | undefined;
|
155
155
|
gasPrice?: `0x${string}` | undefined;
|
156
156
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
157
157
|
maxFeePerGas?: `0x${string}` | undefined;
|
158
158
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
159
|
-
to?: `0x${string}` | null
|
160
|
-
from?: `0x${string}
|
161
|
-
gas?: `0x${string}
|
162
|
-
nonce?: `0x${string}
|
163
|
-
value?: `0x${string}
|
164
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
159
|
+
to?: `0x${string}` | null;
|
160
|
+
from?: `0x${string}`;
|
161
|
+
gas?: `0x${string}`;
|
162
|
+
nonce?: `0x${string}`;
|
163
|
+
value?: `0x${string}`;
|
164
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
165
165
|
accessList?: undefined;
|
166
|
-
blockHash?: `0x${string}` | null
|
167
|
-
blockNumber?: `0x${string}` | null
|
168
|
-
hash?: `0x${string}
|
169
|
-
input?: `0x${string}
|
170
|
-
transactionIndex?: `0x${string}` | null
|
166
|
+
blockHash?: `0x${string}` | null;
|
167
|
+
blockNumber?: `0x${string}` | null;
|
168
|
+
hash?: `0x${string}`;
|
169
|
+
input?: `0x${string}`;
|
170
|
+
transactionIndex?: `0x${string}` | null;
|
171
171
|
blobVersionedHashes?: undefined;
|
172
172
|
chainId?: `0x${string}` | undefined;
|
173
173
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -176,26 +176,26 @@ export declare const liskSepolia: {
|
|
176
176
|
sourceHash: `0x${string}`;
|
177
177
|
type: "0x7e";
|
178
178
|
}) | ({
|
179
|
-
r?: `0x${string}
|
180
|
-
s?: `0x${string}
|
181
|
-
v?: `0x${string}
|
179
|
+
r?: `0x${string}`;
|
180
|
+
s?: `0x${string}`;
|
181
|
+
v?: `0x${string}`;
|
182
182
|
yParity?: `0x${string}` | undefined;
|
183
183
|
gasPrice?: `0x${string}` | undefined;
|
184
184
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
185
185
|
maxFeePerGas?: `0x${string}` | undefined;
|
186
186
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
187
|
-
to?: `0x${string}` | null
|
188
|
-
from?: `0x${string}
|
189
|
-
gas?: `0x${string}
|
190
|
-
nonce?: `0x${string}
|
191
|
-
value?: `0x${string}
|
192
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
187
|
+
to?: `0x${string}` | null;
|
188
|
+
from?: `0x${string}`;
|
189
|
+
gas?: `0x${string}`;
|
190
|
+
nonce?: `0x${string}`;
|
191
|
+
value?: `0x${string}`;
|
192
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
193
193
|
accessList?: import("../../index.js").AccessList | undefined;
|
194
|
-
blockHash?: `0x${string}` | null
|
195
|
-
blockNumber?: `0x${string}` | null
|
196
|
-
hash?: `0x${string}
|
197
|
-
input?: `0x${string}
|
198
|
-
transactionIndex?: `0x${string}` | null
|
194
|
+
blockHash?: `0x${string}` | null;
|
195
|
+
blockNumber?: `0x${string}` | null;
|
196
|
+
hash?: `0x${string}`;
|
197
|
+
input?: `0x${string}`;
|
198
|
+
transactionIndex?: `0x${string}` | null;
|
199
199
|
blobVersionedHashes?: undefined;
|
200
200
|
chainId?: `0x${string}` | undefined;
|
201
201
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -227,26 +227,26 @@ export declare const liskSepolia: {
|
|
227
227
|
mint?: undefined;
|
228
228
|
sourceHash?: undefined;
|
229
229
|
}) | ({
|
230
|
-
r?: `0x${string}
|
231
|
-
s?: `0x${string}
|
232
|
-
v?: `0x${string}
|
230
|
+
r?: `0x${string}`;
|
231
|
+
s?: `0x${string}`;
|
232
|
+
v?: `0x${string}`;
|
233
233
|
yParity?: `0x${string}` | undefined;
|
234
234
|
gasPrice?: `0x${string}` | undefined;
|
235
235
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
236
236
|
maxFeePerGas?: `0x${string}` | undefined;
|
237
237
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
238
|
-
to?: `0x${string}` | null
|
239
|
-
from?: `0x${string}
|
240
|
-
gas?: `0x${string}
|
241
|
-
nonce?: `0x${string}
|
242
|
-
value?: `0x${string}
|
243
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
238
|
+
to?: `0x${string}` | null;
|
239
|
+
from?: `0x${string}`;
|
240
|
+
gas?: `0x${string}`;
|
241
|
+
nonce?: `0x${string}`;
|
242
|
+
value?: `0x${string}`;
|
243
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
244
244
|
accessList?: import("../../index.js").AccessList | undefined;
|
245
|
-
blockHash?: `0x${string}` | null
|
246
|
-
blockNumber?: `0x${string}` | null
|
247
|
-
hash?: `0x${string}
|
248
|
-
input?: `0x${string}
|
249
|
-
transactionIndex?: `0x${string}` | null
|
245
|
+
blockHash?: `0x${string}` | null;
|
246
|
+
blockNumber?: `0x${string}` | null;
|
247
|
+
hash?: `0x${string}`;
|
248
|
+
input?: `0x${string}`;
|
249
|
+
transactionIndex?: `0x${string}` | null;
|
250
250
|
blobVersionedHashes?: undefined;
|
251
251
|
chainId?: `0x${string}` | undefined;
|
252
252
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -278,26 +278,26 @@ export declare const liskSepolia: {
|
|
278
278
|
mint?: undefined;
|
279
279
|
sourceHash?: undefined;
|
280
280
|
}) | ({
|
281
|
-
r?: `0x${string}
|
282
|
-
s?: `0x${string}
|
283
|
-
v?: `0x${string}
|
281
|
+
r?: `0x${string}`;
|
282
|
+
s?: `0x${string}`;
|
283
|
+
v?: `0x${string}`;
|
284
284
|
yParity?: `0x${string}` | undefined;
|
285
285
|
gasPrice?: `0x${string}` | undefined;
|
286
286
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
287
287
|
maxFeePerGas?: `0x${string}` | undefined;
|
288
288
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
289
|
-
to?: `0x${string}` | null
|
290
|
-
from?: `0x${string}
|
291
|
-
gas?: `0x${string}
|
292
|
-
nonce?: `0x${string}
|
293
|
-
value?: `0x${string}
|
294
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
289
|
+
to?: `0x${string}` | null;
|
290
|
+
from?: `0x${string}`;
|
291
|
+
gas?: `0x${string}`;
|
292
|
+
nonce?: `0x${string}`;
|
293
|
+
value?: `0x${string}`;
|
294
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
295
295
|
accessList?: import("../../index.js").AccessList | undefined;
|
296
|
-
blockHash?: `0x${string}` | null
|
297
|
-
blockNumber?: `0x${string}` | null
|
298
|
-
hash?: `0x${string}
|
299
|
-
input?: `0x${string}
|
300
|
-
transactionIndex?: `0x${string}` | null
|
296
|
+
blockHash?: `0x${string}` | null;
|
297
|
+
blockNumber?: `0x${string}` | null;
|
298
|
+
hash?: `0x${string}`;
|
299
|
+
input?: `0x${string}`;
|
300
|
+
transactionIndex?: `0x${string}` | null;
|
301
301
|
blobVersionedHashes?: undefined;
|
302
302
|
chainId?: `0x${string}` | undefined;
|
303
303
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -329,26 +329,26 @@ export declare const liskSepolia: {
|
|
329
329
|
mint?: undefined;
|
330
330
|
sourceHash?: undefined;
|
331
331
|
}) | ({
|
332
|
-
r?: `0x${string}
|
333
|
-
s?: `0x${string}
|
334
|
-
v?: `0x${string}
|
332
|
+
r?: `0x${string}`;
|
333
|
+
s?: `0x${string}`;
|
334
|
+
v?: `0x${string}`;
|
335
335
|
yParity?: `0x${string}` | undefined;
|
336
336
|
gasPrice?: `0x${string}` | undefined;
|
337
337
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
338
338
|
maxFeePerGas?: `0x${string}` | undefined;
|
339
339
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
340
|
-
to?: `0x${string}` | null
|
341
|
-
from?: `0x${string}
|
342
|
-
gas?: `0x${string}
|
343
|
-
nonce?: `0x${string}
|
344
|
-
value?: `0x${string}
|
345
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
340
|
+
to?: `0x${string}` | null;
|
341
|
+
from?: `0x${string}`;
|
342
|
+
gas?: `0x${string}`;
|
343
|
+
nonce?: `0x${string}`;
|
344
|
+
value?: `0x${string}`;
|
345
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
346
346
|
accessList?: import("../../index.js").AccessList | undefined;
|
347
|
-
blockHash?: `0x${string}` | null
|
348
|
-
blockNumber?: `0x${string}` | null
|
349
|
-
hash?: `0x${string}
|
350
|
-
input?: `0x${string}
|
351
|
-
transactionIndex?: `0x${string}` | null
|
347
|
+
blockHash?: `0x${string}` | null;
|
348
|
+
blockNumber?: `0x${string}` | null;
|
349
|
+
hash?: `0x${string}`;
|
350
|
+
input?: `0x${string}`;
|
351
|
+
transactionIndex?: `0x${string}` | null;
|
352
352
|
blobVersionedHashes?: undefined;
|
353
353
|
chainId?: `0x${string}` | undefined;
|
354
354
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -357,26 +357,26 @@ export declare const liskSepolia: {
|
|
357
357
|
sourceHash: `0x${string}`;
|
358
358
|
type: "0x7e";
|
359
359
|
}) | ({
|
360
|
-
r?: `0x${string}
|
361
|
-
s?: `0x${string}
|
362
|
-
v?: `0x${string}
|
360
|
+
r?: `0x${string}`;
|
361
|
+
s?: `0x${string}`;
|
362
|
+
v?: `0x${string}`;
|
363
363
|
yParity?: `0x${string}` | undefined;
|
364
364
|
gasPrice?: `0x${string}` | undefined;
|
365
365
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
366
366
|
maxFeePerGas?: `0x${string}` | undefined;
|
367
367
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
368
|
-
to?: `0x${string}` | null
|
369
|
-
from?: `0x${string}
|
370
|
-
gas?: `0x${string}
|
371
|
-
nonce?: `0x${string}
|
372
|
-
value?: `0x${string}
|
373
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
368
|
+
to?: `0x${string}` | null;
|
369
|
+
from?: `0x${string}`;
|
370
|
+
gas?: `0x${string}`;
|
371
|
+
nonce?: `0x${string}`;
|
372
|
+
value?: `0x${string}`;
|
373
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
374
374
|
accessList?: import("../../index.js").AccessList | undefined;
|
375
|
-
blockHash?: `0x${string}` | null
|
376
|
-
blockNumber?: `0x${string}` | null
|
377
|
-
hash?: `0x${string}
|
378
|
-
input?: `0x${string}
|
379
|
-
transactionIndex?: `0x${string}` | null
|
375
|
+
blockHash?: `0x${string}` | null;
|
376
|
+
blockNumber?: `0x${string}` | null;
|
377
|
+
hash?: `0x${string}`;
|
378
|
+
input?: `0x${string}`;
|
379
|
+
transactionIndex?: `0x${string}` | null;
|
380
380
|
blobVersionedHashes?: undefined;
|
381
381
|
chainId?: `0x${string}` | undefined;
|
382
382
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -408,26 +408,26 @@ export declare const liskSepolia: {
|
|
408
408
|
mint?: undefined;
|
409
409
|
sourceHash?: undefined;
|
410
410
|
}) | ({
|
411
|
-
r?: `0x${string}
|
412
|
-
s?: `0x${string}
|
413
|
-
v?: `0x${string}
|
411
|
+
r?: `0x${string}`;
|
412
|
+
s?: `0x${string}`;
|
413
|
+
v?: `0x${string}`;
|
414
414
|
yParity?: `0x${string}` | undefined;
|
415
415
|
gasPrice?: `0x${string}` | undefined;
|
416
416
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
417
417
|
maxFeePerGas?: `0x${string}` | undefined;
|
418
418
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
419
|
-
to?: `0x${string}` | null
|
420
|
-
from?: `0x${string}
|
421
|
-
gas?: `0x${string}
|
422
|
-
nonce?: `0x${string}
|
423
|
-
value?: `0x${string}
|
424
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
419
|
+
to?: `0x${string}` | null;
|
420
|
+
from?: `0x${string}`;
|
421
|
+
gas?: `0x${string}`;
|
422
|
+
nonce?: `0x${string}`;
|
423
|
+
value?: `0x${string}`;
|
424
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
425
425
|
accessList?: import("../../index.js").AccessList | undefined;
|
426
|
-
blockHash?: `0x${string}` | null
|
427
|
-
blockNumber?: `0x${string}` | null
|
428
|
-
hash?: `0x${string}
|
429
|
-
input?: `0x${string}
|
430
|
-
transactionIndex?: `0x${string}` | null
|
426
|
+
blockHash?: `0x${string}` | null;
|
427
|
+
blockNumber?: `0x${string}` | null;
|
428
|
+
hash?: `0x${string}`;
|
429
|
+
input?: `0x${string}`;
|
430
|
+
transactionIndex?: `0x${string}` | null;
|
431
431
|
blobVersionedHashes?: undefined;
|
432
432
|
chainId?: `0x${string}` | undefined;
|
433
433
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -459,26 +459,26 @@ export declare const liskSepolia: {
|
|
459
459
|
mint?: undefined;
|
460
460
|
sourceHash?: undefined;
|
461
461
|
}) | ({
|
462
|
-
r?: `0x${string}
|
463
|
-
s?: `0x${string}
|
464
|
-
v?: `0x${string}
|
462
|
+
r?: `0x${string}`;
|
463
|
+
s?: `0x${string}`;
|
464
|
+
v?: `0x${string}`;
|
465
465
|
yParity?: `0x${string}` | undefined;
|
466
466
|
gasPrice?: `0x${string}` | undefined;
|
467
467
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
468
468
|
maxFeePerGas?: `0x${string}` | undefined;
|
469
469
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
470
|
-
to?: `0x${string}` | null
|
471
|
-
from?: `0x${string}
|
472
|
-
gas?: `0x${string}
|
473
|
-
nonce?: `0x${string}
|
474
|
-
value?: `0x${string}
|
475
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
470
|
+
to?: `0x${string}` | null;
|
471
|
+
from?: `0x${string}`;
|
472
|
+
gas?: `0x${string}`;
|
473
|
+
nonce?: `0x${string}`;
|
474
|
+
value?: `0x${string}`;
|
475
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
476
476
|
accessList?: import("../../index.js").AccessList | undefined;
|
477
|
-
blockHash?: `0x${string}` | null
|
478
|
-
blockNumber?: `0x${string}` | null
|
479
|
-
hash?: `0x${string}
|
480
|
-
input?: `0x${string}
|
481
|
-
transactionIndex?: `0x${string}` | null
|
477
|
+
blockHash?: `0x${string}` | null;
|
478
|
+
blockNumber?: `0x${string}` | null;
|
479
|
+
hash?: `0x${string}`;
|
480
|
+
input?: `0x${string}`;
|
481
|
+
transactionIndex?: `0x${string}` | null;
|
482
482
|
blobVersionedHashes?: undefined;
|
483
483
|
chainId?: `0x${string}` | undefined;
|
484
484
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -510,26 +510,26 @@ export declare const liskSepolia: {
|
|
510
510
|
mint?: undefined;
|
511
511
|
sourceHash?: undefined;
|
512
512
|
}) | ({
|
513
|
-
r?: `0x${string}
|
514
|
-
s?: `0x${string}
|
515
|
-
v?: `0x${string}
|
513
|
+
r?: `0x${string}`;
|
514
|
+
s?: `0x${string}`;
|
515
|
+
v?: `0x${string}`;
|
516
516
|
yParity?: `0x${string}` | undefined;
|
517
517
|
gasPrice?: `0x${string}` | undefined;
|
518
518
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
519
519
|
maxFeePerGas?: `0x${string}` | undefined;
|
520
520
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
521
|
-
to?: `0x${string}` | null
|
522
|
-
from?: `0x${string}
|
523
|
-
gas?: `0x${string}
|
524
|
-
nonce?: `0x${string}
|
525
|
-
value?: `0x${string}
|
526
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
521
|
+
to?: `0x${string}` | null;
|
522
|
+
from?: `0x${string}`;
|
523
|
+
gas?: `0x${string}`;
|
524
|
+
nonce?: `0x${string}`;
|
525
|
+
value?: `0x${string}`;
|
526
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
527
527
|
accessList?: import("../../index.js").AccessList | undefined;
|
528
|
-
blockHash?: `0x${string}` | null
|
529
|
-
blockNumber?: `0x${string}` | null
|
530
|
-
hash?: `0x${string}
|
531
|
-
input?: `0x${string}
|
532
|
-
transactionIndex?: `0x${string}` | null
|
528
|
+
blockHash?: `0x${string}` | null;
|
529
|
+
blockNumber?: `0x${string}` | null;
|
530
|
+
hash?: `0x${string}`;
|
531
|
+
input?: `0x${string}`;
|
532
|
+
transactionIndex?: `0x${string}` | null;
|
533
533
|
blobVersionedHashes?: undefined;
|
534
534
|
chainId?: `0x${string}` | undefined;
|
535
535
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -538,26 +538,26 @@ export declare const liskSepolia: {
|
|
538
538
|
sourceHash: `0x${string}`;
|
539
539
|
type: "0x7e";
|
540
540
|
}) | ({
|
541
|
-
r?: `0x${string}
|
542
|
-
s?: `0x${string}
|
543
|
-
v?: `0x${string}
|
541
|
+
r?: `0x${string}`;
|
542
|
+
s?: `0x${string}`;
|
543
|
+
v?: `0x${string}`;
|
544
544
|
yParity?: `0x${string}` | undefined;
|
545
545
|
gasPrice?: `0x${string}` | undefined;
|
546
546
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
547
547
|
maxFeePerGas?: `0x${string}` | undefined;
|
548
548
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
549
|
-
to?: `0x${string}` | null
|
550
|
-
from?: `0x${string}
|
551
|
-
gas?: `0x${string}
|
552
|
-
nonce?: `0x${string}
|
553
|
-
value?: `0x${string}
|
554
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
549
|
+
to?: `0x${string}` | null;
|
550
|
+
from?: `0x${string}`;
|
551
|
+
gas?: `0x${string}`;
|
552
|
+
nonce?: `0x${string}`;
|
553
|
+
value?: `0x${string}`;
|
554
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
555
555
|
accessList?: import("../../index.js").AccessList | undefined;
|
556
|
-
blockHash?: `0x${string}` | null
|
557
|
-
blockNumber?: `0x${string}` | null
|
558
|
-
hash?: `0x${string}
|
559
|
-
input?: `0x${string}
|
560
|
-
transactionIndex?: `0x${string}` | null
|
556
|
+
blockHash?: `0x${string}` | null;
|
557
|
+
blockNumber?: `0x${string}` | null;
|
558
|
+
hash?: `0x${string}`;
|
559
|
+
input?: `0x${string}`;
|
560
|
+
transactionIndex?: `0x${string}` | null;
|
561
561
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
562
562
|
chainId?: `0x${string}` | undefined;
|
563
563
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -589,26 +589,26 @@ export declare const liskSepolia: {
|
|
589
589
|
mint?: undefined;
|
590
590
|
sourceHash?: undefined;
|
591
591
|
}) | ({
|
592
|
-
r?: `0x${string}
|
593
|
-
s?: `0x${string}
|
594
|
-
v?: `0x${string}
|
592
|
+
r?: `0x${string}`;
|
593
|
+
s?: `0x${string}`;
|
594
|
+
v?: `0x${string}`;
|
595
595
|
yParity?: `0x${string}` | undefined;
|
596
596
|
gasPrice?: `0x${string}` | undefined;
|
597
597
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
598
598
|
maxFeePerGas?: `0x${string}` | undefined;
|
599
599
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
600
|
-
to?: `0x${string}` | null
|
601
|
-
from?: `0x${string}
|
602
|
-
gas?: `0x${string}
|
603
|
-
nonce?: `0x${string}
|
604
|
-
value?: `0x${string}
|
605
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
600
|
+
to?: `0x${string}` | null;
|
601
|
+
from?: `0x${string}`;
|
602
|
+
gas?: `0x${string}`;
|
603
|
+
nonce?: `0x${string}`;
|
604
|
+
value?: `0x${string}`;
|
605
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
606
606
|
accessList?: import("../../index.js").AccessList | undefined;
|
607
|
-
blockHash?: `0x${string}` | null
|
608
|
-
blockNumber?: `0x${string}` | null
|
609
|
-
hash?: `0x${string}
|
610
|
-
input?: `0x${string}
|
611
|
-
transactionIndex?: `0x${string}` | null
|
607
|
+
blockHash?: `0x${string}` | null;
|
608
|
+
blockNumber?: `0x${string}` | null;
|
609
|
+
hash?: `0x${string}`;
|
610
|
+
input?: `0x${string}`;
|
611
|
+
transactionIndex?: `0x${string}` | null;
|
612
612
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
613
613
|
chainId?: `0x${string}` | undefined;
|
614
614
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -640,26 +640,26 @@ export declare const liskSepolia: {
|
|
640
640
|
mint?: undefined;
|
641
641
|
sourceHash?: undefined;
|
642
642
|
}) | ({
|
643
|
-
r?: `0x${string}
|
644
|
-
s?: `0x${string}
|
645
|
-
v?: `0x${string}
|
643
|
+
r?: `0x${string}`;
|
644
|
+
s?: `0x${string}`;
|
645
|
+
v?: `0x${string}`;
|
646
646
|
yParity?: `0x${string}` | undefined;
|
647
647
|
gasPrice?: `0x${string}` | undefined;
|
648
648
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
649
649
|
maxFeePerGas?: `0x${string}` | undefined;
|
650
650
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
651
|
-
to?: `0x${string}` | null
|
652
|
-
from?: `0x${string}
|
653
|
-
gas?: `0x${string}
|
654
|
-
nonce?: `0x${string}
|
655
|
-
value?: `0x${string}
|
656
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
651
|
+
to?: `0x${string}` | null;
|
652
|
+
from?: `0x${string}`;
|
653
|
+
gas?: `0x${string}`;
|
654
|
+
nonce?: `0x${string}`;
|
655
|
+
value?: `0x${string}`;
|
656
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
657
657
|
accessList?: import("../../index.js").AccessList | undefined;
|
658
|
-
blockHash?: `0x${string}` | null
|
659
|
-
blockNumber?: `0x${string}` | null
|
660
|
-
hash?: `0x${string}
|
661
|
-
input?: `0x${string}
|
662
|
-
transactionIndex?: `0x${string}` | null
|
658
|
+
blockHash?: `0x${string}` | null;
|
659
|
+
blockNumber?: `0x${string}` | null;
|
660
|
+
hash?: `0x${string}`;
|
661
|
+
input?: `0x${string}`;
|
662
|
+
transactionIndex?: `0x${string}` | null;
|
663
663
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
664
664
|
chainId?: `0x${string}` | undefined;
|
665
665
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -691,26 +691,26 @@ export declare const liskSepolia: {
|
|
691
691
|
mint?: undefined;
|
692
692
|
sourceHash?: undefined;
|
693
693
|
}) | ({
|
694
|
-
r?: `0x${string}
|
695
|
-
s?: `0x${string}
|
696
|
-
v?: `0x${string}
|
694
|
+
r?: `0x${string}`;
|
695
|
+
s?: `0x${string}`;
|
696
|
+
v?: `0x${string}`;
|
697
697
|
yParity?: `0x${string}` | undefined;
|
698
698
|
gasPrice?: `0x${string}` | undefined;
|
699
699
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
700
700
|
maxFeePerGas?: `0x${string}` | undefined;
|
701
701
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
702
|
-
to?: `0x${string}` | null
|
703
|
-
from?: `0x${string}
|
704
|
-
gas?: `0x${string}
|
705
|
-
nonce?: `0x${string}
|
706
|
-
value?: `0x${string}
|
707
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
702
|
+
to?: `0x${string}` | null;
|
703
|
+
from?: `0x${string}`;
|
704
|
+
gas?: `0x${string}`;
|
705
|
+
nonce?: `0x${string}`;
|
706
|
+
value?: `0x${string}`;
|
707
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
708
708
|
accessList?: import("../../index.js").AccessList | undefined;
|
709
|
-
blockHash?: `0x${string}` | null
|
710
|
-
blockNumber?: `0x${string}` | null
|
711
|
-
hash?: `0x${string}
|
712
|
-
input?: `0x${string}
|
713
|
-
transactionIndex?: `0x${string}` | null
|
709
|
+
blockHash?: `0x${string}` | null;
|
710
|
+
blockNumber?: `0x${string}` | null;
|
711
|
+
hash?: `0x${string}`;
|
712
|
+
input?: `0x${string}`;
|
713
|
+
transactionIndex?: `0x${string}` | null;
|
714
714
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
715
715
|
chainId?: `0x${string}` | undefined;
|
716
716
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -742,26 +742,26 @@ export declare const liskSepolia: {
|
|
742
742
|
mint?: undefined;
|
743
743
|
sourceHash?: undefined;
|
744
744
|
}) | ({
|
745
|
-
r?: `0x${string}
|
746
|
-
s?: `0x${string}
|
747
|
-
v?: `0x${string}
|
745
|
+
r?: `0x${string}`;
|
746
|
+
s?: `0x${string}`;
|
747
|
+
v?: `0x${string}`;
|
748
748
|
yParity?: `0x${string}` | undefined;
|
749
749
|
gasPrice?: `0x${string}` | undefined;
|
750
750
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
751
751
|
maxFeePerGas?: `0x${string}` | undefined;
|
752
752
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
753
|
-
to?: `0x${string}` | null
|
754
|
-
from?: `0x${string}
|
755
|
-
gas?: `0x${string}
|
756
|
-
nonce?: `0x${string}
|
757
|
-
value?: `0x${string}
|
758
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e"
|
753
|
+
to?: `0x${string}` | null;
|
754
|
+
from?: `0x${string}`;
|
755
|
+
gas?: `0x${string}`;
|
756
|
+
nonce?: `0x${string}`;
|
757
|
+
value?: `0x${string}`;
|
758
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
759
759
|
accessList?: import("../../index.js").AccessList | undefined;
|
760
|
-
blockHash?: `0x${string}` | null
|
761
|
-
blockNumber?: `0x${string}` | null
|
762
|
-
hash?: `0x${string}
|
763
|
-
input?: `0x${string}
|
764
|
-
transactionIndex?: `0x${string}` | null
|
760
|
+
blockHash?: `0x${string}` | null;
|
761
|
+
blockNumber?: `0x${string}` | null;
|
762
|
+
hash?: `0x${string}`;
|
763
|
+
input?: `0x${string}`;
|
764
|
+
transactionIndex?: `0x${string}` | null;
|
765
765
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
766
766
|
chainId?: `0x${string}` | undefined;
|
767
767
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -820,7 +820,7 @@ export declare const liskSepolia: {
|
|
820
820
|
chainId?: number | undefined;
|
821
821
|
yParity: number;
|
822
822
|
type: "deposit";
|
823
|
-
isSystemTx?: boolean
|
823
|
+
isSystemTx?: boolean;
|
824
824
|
mint?: bigint | undefined;
|
825
825
|
sourceHash: `0x${string}`;
|
826
826
|
} | {
|
@@ -901,7 +901,7 @@ export declare const liskSepolia: {
|
|
901
901
|
blobVersionedHashes?: undefined;
|
902
902
|
chainId: number;
|
903
903
|
type: "deposit";
|
904
|
-
isSystemTx?: boolean
|
904
|
+
isSystemTx?: boolean;
|
905
905
|
mint?: bigint | undefined;
|
906
906
|
sourceHash: `0x${string}`;
|
907
907
|
} | {
|
@@ -982,7 +982,7 @@ export declare const liskSepolia: {
|
|
982
982
|
blobVersionedHashes?: undefined;
|
983
983
|
chainId: number;
|
984
984
|
type: "deposit";
|
985
|
-
isSystemTx?: boolean
|
985
|
+
isSystemTx?: boolean;
|
986
986
|
mint?: bigint | undefined;
|
987
987
|
sourceHash: `0x${string}`;
|
988
988
|
} | {
|
@@ -1036,7 +1036,7 @@ export declare const liskSepolia: {
|
|
1036
1036
|
blobVersionedHashes: `0x${string}`[];
|
1037
1037
|
chainId: number;
|
1038
1038
|
type: "deposit";
|
1039
|
-
isSystemTx?: boolean
|
1039
|
+
isSystemTx?: boolean;
|
1040
1040
|
mint?: bigint | undefined;
|
1041
1041
|
sourceHash: `0x${string}`;
|
1042
1042
|
}) & {};
|
@@ -1044,12 +1044,12 @@ export declare const liskSepolia: {
|
|
1044
1044
|
};
|
1045
1045
|
readonly transactionReceipt: {
|
1046
1046
|
exclude: [] | undefined;
|
1047
|
-
format: (args: import("../index.js").Assign<
|
1047
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1048
1048
|
blobGasPrice?: bigint | undefined;
|
1049
1049
|
blobGasUsed?: bigint | undefined;
|
1050
1050
|
blockHash: `0x${string}`;
|
1051
1051
|
blockNumber: bigint;
|
1052
|
-
contractAddress: `0x${string}` | null;
|
1052
|
+
contractAddress: `0x${string}` | null | undefined;
|
1053
1053
|
cumulativeGasUsed: bigint;
|
1054
1054
|
effectiveGasPrice: bigint;
|
1055
1055
|
from: `0x${string}`;
|