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
@@ -2,7 +2,7 @@ export declare const chainConfig: {
|
|
2
2
|
readonly formatters: {
|
3
3
|
readonly block: {
|
4
4
|
exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
|
5
|
-
format: (args: import("../index.js").Assign<
|
5
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("./types.js").CeloBlockOverrides & {
|
6
6
|
transactions: `0x${string}`[] | import("./types.js").CeloRpcTransaction[];
|
7
7
|
}>) => {
|
8
8
|
baseFeePerGas: bigint | null;
|
@@ -47,26 +47,26 @@ export declare const chainConfig: {
|
|
47
47
|
readonly transaction: {
|
48
48
|
exclude: [] | undefined;
|
49
49
|
format: (args: ({
|
50
|
-
r?: `0x${string}
|
51
|
-
s?: `0x${string}
|
52
|
-
v?: `0x${string}
|
50
|
+
r?: `0x${string}`;
|
51
|
+
s?: `0x${string}`;
|
52
|
+
v?: `0x${string}`;
|
53
53
|
yParity?: `0x${string}` | undefined;
|
54
54
|
gasPrice?: `0x${string}` | undefined;
|
55
55
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
56
56
|
maxFeePerGas?: `0x${string}` | undefined;
|
57
57
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
58
|
-
to?: `0x${string}` | null
|
59
|
-
from?: `0x${string}
|
60
|
-
gas?: `0x${string}
|
61
|
-
nonce?: `0x${string}
|
62
|
-
value?: `0x${string}
|
63
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
58
|
+
to?: `0x${string}` | null;
|
59
|
+
from?: `0x${string}`;
|
60
|
+
gas?: `0x${string}`;
|
61
|
+
nonce?: `0x${string}`;
|
62
|
+
value?: `0x${string}`;
|
63
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
64
64
|
accessList?: undefined;
|
65
|
-
blockHash?: `0x${string}` | null
|
66
|
-
blockNumber?: `0x${string}` | null
|
67
|
-
hash?: `0x${string}
|
68
|
-
input?: `0x${string}
|
69
|
-
transactionIndex?: `0x${string}` | null
|
65
|
+
blockHash?: `0x${string}` | null;
|
66
|
+
blockNumber?: `0x${string}` | null;
|
67
|
+
hash?: `0x${string}`;
|
68
|
+
input?: `0x${string}`;
|
69
|
+
transactionIndex?: `0x${string}` | null;
|
70
70
|
blobVersionedHashes?: undefined;
|
71
71
|
chainId?: `0x${string}` | undefined;
|
72
72
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -98,26 +98,26 @@ export declare const chainConfig: {
|
|
98
98
|
gatewayFee: `0x${string}` | null;
|
99
99
|
gatewayFeeRecipient: `0x${string}` | null;
|
100
100
|
}) | ({
|
101
|
-
r?: `0x${string}
|
102
|
-
s?: `0x${string}
|
103
|
-
v?: `0x${string}
|
101
|
+
r?: `0x${string}`;
|
102
|
+
s?: `0x${string}`;
|
103
|
+
v?: `0x${string}`;
|
104
104
|
yParity?: `0x${string}` | undefined;
|
105
105
|
gasPrice?: `0x${string}` | undefined;
|
106
106
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
107
107
|
maxFeePerGas?: `0x${string}` | undefined;
|
108
108
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
109
|
-
to?: `0x${string}` | null
|
110
|
-
from?: `0x${string}
|
111
|
-
gas?: `0x${string}
|
112
|
-
nonce?: `0x${string}
|
113
|
-
value?: `0x${string}
|
114
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
109
|
+
to?: `0x${string}` | null;
|
110
|
+
from?: `0x${string}`;
|
111
|
+
gas?: `0x${string}`;
|
112
|
+
nonce?: `0x${string}`;
|
113
|
+
value?: `0x${string}`;
|
114
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
115
115
|
accessList?: undefined;
|
116
|
-
blockHash?: `0x${string}` | null
|
117
|
-
blockNumber?: `0x${string}` | null
|
118
|
-
hash?: `0x${string}
|
119
|
-
input?: `0x${string}
|
120
|
-
transactionIndex?: `0x${string}` | null
|
116
|
+
blockHash?: `0x${string}` | null;
|
117
|
+
blockNumber?: `0x${string}` | null;
|
118
|
+
hash?: `0x${string}`;
|
119
|
+
input?: `0x${string}`;
|
120
|
+
transactionIndex?: `0x${string}` | null;
|
121
121
|
blobVersionedHashes?: undefined;
|
122
122
|
chainId?: `0x${string}` | undefined;
|
123
123
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -126,26 +126,26 @@ export declare const chainConfig: {
|
|
126
126
|
gatewayFeeRecipient: `0x${string}` | null;
|
127
127
|
type: "0x7c";
|
128
128
|
}) | ({
|
129
|
-
r?: `0x${string}
|
130
|
-
s?: `0x${string}
|
131
|
-
v?: `0x${string}
|
129
|
+
r?: `0x${string}`;
|
130
|
+
s?: `0x${string}`;
|
131
|
+
v?: `0x${string}`;
|
132
132
|
yParity?: `0x${string}` | undefined;
|
133
133
|
gasPrice?: `0x${string}` | undefined;
|
134
134
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
135
135
|
maxFeePerGas?: `0x${string}` | undefined;
|
136
136
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
137
|
-
to?: `0x${string}` | null
|
138
|
-
from?: `0x${string}
|
139
|
-
gas?: `0x${string}
|
140
|
-
nonce?: `0x${string}
|
141
|
-
value?: `0x${string}
|
142
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
137
|
+
to?: `0x${string}` | null;
|
138
|
+
from?: `0x${string}`;
|
139
|
+
gas?: `0x${string}`;
|
140
|
+
nonce?: `0x${string}`;
|
141
|
+
value?: `0x${string}`;
|
142
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
143
143
|
accessList?: undefined;
|
144
|
-
blockHash?: `0x${string}` | null
|
145
|
-
blockNumber?: `0x${string}` | null
|
146
|
-
hash?: `0x${string}
|
147
|
-
input?: `0x${string}
|
148
|
-
transactionIndex?: `0x${string}` | null
|
144
|
+
blockHash?: `0x${string}` | null;
|
145
|
+
blockNumber?: `0x${string}` | null;
|
146
|
+
hash?: `0x${string}`;
|
147
|
+
input?: `0x${string}`;
|
148
|
+
transactionIndex?: `0x${string}` | null;
|
149
149
|
blobVersionedHashes?: undefined;
|
150
150
|
chainId?: `0x${string}` | undefined;
|
151
151
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -154,26 +154,26 @@ export declare const chainConfig: {
|
|
154
154
|
gatewayFeeRecipient?: undefined;
|
155
155
|
type: "0x7b";
|
156
156
|
}) | ({
|
157
|
-
r?: `0x${string}
|
158
|
-
s?: `0x${string}
|
159
|
-
v?: `0x${string}
|
157
|
+
r?: `0x${string}`;
|
158
|
+
s?: `0x${string}`;
|
159
|
+
v?: `0x${string}`;
|
160
160
|
yParity?: `0x${string}` | undefined;
|
161
161
|
gasPrice?: `0x${string}` | undefined;
|
162
162
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
163
163
|
maxFeePerGas?: `0x${string}` | undefined;
|
164
164
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
165
|
-
to?: `0x${string}` | null
|
166
|
-
from?: `0x${string}
|
167
|
-
gas?: `0x${string}
|
168
|
-
nonce?: `0x${string}
|
169
|
-
value?: `0x${string}
|
170
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
171
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
172
|
-
blockHash?: `0x${string}` | null
|
173
|
-
blockNumber?: `0x${string}` | null
|
174
|
-
hash?: `0x${string}
|
175
|
-
input?: `0x${string}
|
176
|
-
transactionIndex?: `0x${string}` | null
|
165
|
+
to?: `0x${string}` | null;
|
166
|
+
from?: `0x${string}`;
|
167
|
+
gas?: `0x${string}`;
|
168
|
+
nonce?: `0x${string}`;
|
169
|
+
value?: `0x${string}`;
|
170
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
171
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
172
|
+
blockHash?: `0x${string}` | null;
|
173
|
+
blockNumber?: `0x${string}` | null;
|
174
|
+
hash?: `0x${string}`;
|
175
|
+
input?: `0x${string}`;
|
176
|
+
transactionIndex?: `0x${string}` | null;
|
177
177
|
blobVersionedHashes?: undefined;
|
178
178
|
chainId?: `0x${string}` | undefined;
|
179
179
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -205,26 +205,26 @@ export declare const chainConfig: {
|
|
205
205
|
gatewayFee: `0x${string}` | null;
|
206
206
|
gatewayFeeRecipient: `0x${string}` | null;
|
207
207
|
}) | ({
|
208
|
-
r?: `0x${string}
|
209
|
-
s?: `0x${string}
|
210
|
-
v?: `0x${string}
|
208
|
+
r?: `0x${string}`;
|
209
|
+
s?: `0x${string}`;
|
210
|
+
v?: `0x${string}`;
|
211
211
|
yParity?: `0x${string}` | undefined;
|
212
212
|
gasPrice?: `0x${string}` | undefined;
|
213
213
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
214
214
|
maxFeePerGas?: `0x${string}` | undefined;
|
215
215
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
216
|
-
to?: `0x${string}` | null
|
217
|
-
from?: `0x${string}
|
218
|
-
gas?: `0x${string}
|
219
|
-
nonce?: `0x${string}
|
220
|
-
value?: `0x${string}
|
221
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
222
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
223
|
-
blockHash?: `0x${string}` | null
|
224
|
-
blockNumber?: `0x${string}` | null
|
225
|
-
hash?: `0x${string}
|
226
|
-
input?: `0x${string}
|
227
|
-
transactionIndex?: `0x${string}` | null
|
216
|
+
to?: `0x${string}` | null;
|
217
|
+
from?: `0x${string}`;
|
218
|
+
gas?: `0x${string}`;
|
219
|
+
nonce?: `0x${string}`;
|
220
|
+
value?: `0x${string}`;
|
221
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
222
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
223
|
+
blockHash?: `0x${string}` | null;
|
224
|
+
blockNumber?: `0x${string}` | null;
|
225
|
+
hash?: `0x${string}`;
|
226
|
+
input?: `0x${string}`;
|
227
|
+
transactionIndex?: `0x${string}` | null;
|
228
228
|
blobVersionedHashes?: undefined;
|
229
229
|
chainId?: `0x${string}` | undefined;
|
230
230
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -256,26 +256,26 @@ export declare const chainConfig: {
|
|
256
256
|
gatewayFee: `0x${string}` | null;
|
257
257
|
gatewayFeeRecipient: `0x${string}` | null;
|
258
258
|
}) | ({
|
259
|
-
r?: `0x${string}
|
260
|
-
s?: `0x${string}
|
261
|
-
v?: `0x${string}
|
259
|
+
r?: `0x${string}`;
|
260
|
+
s?: `0x${string}`;
|
261
|
+
v?: `0x${string}`;
|
262
262
|
yParity?: `0x${string}` | undefined;
|
263
263
|
gasPrice?: `0x${string}` | undefined;
|
264
264
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
265
265
|
maxFeePerGas?: `0x${string}` | undefined;
|
266
266
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
267
|
-
to?: `0x${string}` | null
|
268
|
-
from?: `0x${string}
|
269
|
-
gas?: `0x${string}
|
270
|
-
nonce?: `0x${string}
|
271
|
-
value?: `0x${string}
|
272
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
273
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
274
|
-
blockHash?: `0x${string}` | null
|
275
|
-
blockNumber?: `0x${string}` | null
|
276
|
-
hash?: `0x${string}
|
277
|
-
input?: `0x${string}
|
278
|
-
transactionIndex?: `0x${string}` | null
|
267
|
+
to?: `0x${string}` | null;
|
268
|
+
from?: `0x${string}`;
|
269
|
+
gas?: `0x${string}`;
|
270
|
+
nonce?: `0x${string}`;
|
271
|
+
value?: `0x${string}`;
|
272
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
273
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
274
|
+
blockHash?: `0x${string}` | null;
|
275
|
+
blockNumber?: `0x${string}` | null;
|
276
|
+
hash?: `0x${string}`;
|
277
|
+
input?: `0x${string}`;
|
278
|
+
transactionIndex?: `0x${string}` | null;
|
279
279
|
blobVersionedHashes?: undefined;
|
280
280
|
chainId?: `0x${string}` | undefined;
|
281
281
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -307,26 +307,26 @@ export declare const chainConfig: {
|
|
307
307
|
gatewayFee: `0x${string}` | null;
|
308
308
|
gatewayFeeRecipient: `0x${string}` | null;
|
309
309
|
}) | ({
|
310
|
-
r?: `0x${string}
|
311
|
-
s?: `0x${string}
|
312
|
-
v?: `0x${string}
|
310
|
+
r?: `0x${string}`;
|
311
|
+
s?: `0x${string}`;
|
312
|
+
v?: `0x${string}`;
|
313
313
|
yParity?: `0x${string}` | undefined;
|
314
314
|
gasPrice?: `0x${string}` | undefined;
|
315
315
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
316
316
|
maxFeePerGas?: `0x${string}` | undefined;
|
317
317
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
318
|
-
to?: `0x${string}` | null
|
319
|
-
from?: `0x${string}
|
320
|
-
gas?: `0x${string}
|
321
|
-
nonce?: `0x${string}
|
322
|
-
value?: `0x${string}
|
323
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
324
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
325
|
-
blockHash?: `0x${string}` | null
|
326
|
-
blockNumber?: `0x${string}` | null
|
327
|
-
hash?: `0x${string}
|
328
|
-
input?: `0x${string}
|
329
|
-
transactionIndex?: `0x${string}` | null
|
318
|
+
to?: `0x${string}` | null;
|
319
|
+
from?: `0x${string}`;
|
320
|
+
gas?: `0x${string}`;
|
321
|
+
nonce?: `0x${string}`;
|
322
|
+
value?: `0x${string}`;
|
323
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
324
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
325
|
+
blockHash?: `0x${string}` | null;
|
326
|
+
blockNumber?: `0x${string}` | null;
|
327
|
+
hash?: `0x${string}`;
|
328
|
+
input?: `0x${string}`;
|
329
|
+
transactionIndex?: `0x${string}` | null;
|
330
330
|
blobVersionedHashes?: undefined;
|
331
331
|
chainId?: `0x${string}` | undefined;
|
332
332
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -335,26 +335,26 @@ export declare const chainConfig: {
|
|
335
335
|
gatewayFeeRecipient: `0x${string}` | null;
|
336
336
|
type: "0x7c";
|
337
337
|
}) | ({
|
338
|
-
r?: `0x${string}
|
339
|
-
s?: `0x${string}
|
340
|
-
v?: `0x${string}
|
338
|
+
r?: `0x${string}`;
|
339
|
+
s?: `0x${string}`;
|
340
|
+
v?: `0x${string}`;
|
341
341
|
yParity?: `0x${string}` | undefined;
|
342
342
|
gasPrice?: `0x${string}` | undefined;
|
343
343
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
344
344
|
maxFeePerGas?: `0x${string}` | undefined;
|
345
345
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
346
|
-
to?: `0x${string}` | null
|
347
|
-
from?: `0x${string}
|
348
|
-
gas?: `0x${string}
|
349
|
-
nonce?: `0x${string}
|
350
|
-
value?: `0x${string}
|
351
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
352
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
353
|
-
blockHash?: `0x${string}` | null
|
354
|
-
blockNumber?: `0x${string}` | null
|
355
|
-
hash?: `0x${string}
|
356
|
-
input?: `0x${string}
|
357
|
-
transactionIndex?: `0x${string}` | null
|
346
|
+
to?: `0x${string}` | null;
|
347
|
+
from?: `0x${string}`;
|
348
|
+
gas?: `0x${string}`;
|
349
|
+
nonce?: `0x${string}`;
|
350
|
+
value?: `0x${string}`;
|
351
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
352
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
353
|
+
blockHash?: `0x${string}` | null;
|
354
|
+
blockNumber?: `0x${string}` | null;
|
355
|
+
hash?: `0x${string}`;
|
356
|
+
input?: `0x${string}`;
|
357
|
+
transactionIndex?: `0x${string}` | null;
|
358
358
|
blobVersionedHashes?: undefined;
|
359
359
|
chainId?: `0x${string}` | undefined;
|
360
360
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -363,26 +363,26 @@ export declare const chainConfig: {
|
|
363
363
|
gatewayFeeRecipient?: undefined;
|
364
364
|
type: "0x7b";
|
365
365
|
}) | ({
|
366
|
-
r?: `0x${string}
|
367
|
-
s?: `0x${string}
|
368
|
-
v?: `0x${string}
|
366
|
+
r?: `0x${string}`;
|
367
|
+
s?: `0x${string}`;
|
368
|
+
v?: `0x${string}`;
|
369
369
|
yParity?: `0x${string}` | undefined;
|
370
370
|
gasPrice?: `0x${string}` | undefined;
|
371
371
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
372
372
|
maxFeePerGas?: `0x${string}` | undefined;
|
373
373
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
374
|
-
to?: `0x${string}` | null
|
375
|
-
from?: `0x${string}
|
376
|
-
gas?: `0x${string}
|
377
|
-
nonce?: `0x${string}
|
378
|
-
value?: `0x${string}
|
379
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
380
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
381
|
-
blockHash?: `0x${string}` | null
|
382
|
-
blockNumber?: `0x${string}` | null
|
383
|
-
hash?: `0x${string}
|
384
|
-
input?: `0x${string}
|
385
|
-
transactionIndex?: `0x${string}` | null
|
374
|
+
to?: `0x${string}` | null;
|
375
|
+
from?: `0x${string}`;
|
376
|
+
gas?: `0x${string}`;
|
377
|
+
nonce?: `0x${string}`;
|
378
|
+
value?: `0x${string}`;
|
379
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
380
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
381
|
+
blockHash?: `0x${string}` | null;
|
382
|
+
blockNumber?: `0x${string}` | null;
|
383
|
+
hash?: `0x${string}`;
|
384
|
+
input?: `0x${string}`;
|
385
|
+
transactionIndex?: `0x${string}` | null;
|
386
386
|
blobVersionedHashes?: undefined;
|
387
387
|
chainId?: `0x${string}` | undefined;
|
388
388
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -414,26 +414,26 @@ export declare const chainConfig: {
|
|
414
414
|
gatewayFee: `0x${string}` | null;
|
415
415
|
gatewayFeeRecipient: `0x${string}` | null;
|
416
416
|
}) | ({
|
417
|
-
r?: `0x${string}
|
418
|
-
s?: `0x${string}
|
419
|
-
v?: `0x${string}
|
417
|
+
r?: `0x${string}`;
|
418
|
+
s?: `0x${string}`;
|
419
|
+
v?: `0x${string}`;
|
420
420
|
yParity?: `0x${string}` | undefined;
|
421
421
|
gasPrice?: `0x${string}` | undefined;
|
422
422
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
423
423
|
maxFeePerGas?: `0x${string}` | undefined;
|
424
424
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
425
|
-
to?: `0x${string}` | null
|
426
|
-
from?: `0x${string}
|
427
|
-
gas?: `0x${string}
|
428
|
-
nonce?: `0x${string}
|
429
|
-
value?: `0x${string}
|
430
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
431
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
432
|
-
blockHash?: `0x${string}` | null
|
433
|
-
blockNumber?: `0x${string}` | null
|
434
|
-
hash?: `0x${string}
|
435
|
-
input?: `0x${string}
|
436
|
-
transactionIndex?: `0x${string}` | null
|
425
|
+
to?: `0x${string}` | null;
|
426
|
+
from?: `0x${string}`;
|
427
|
+
gas?: `0x${string}`;
|
428
|
+
nonce?: `0x${string}`;
|
429
|
+
value?: `0x${string}`;
|
430
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
431
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
432
|
+
blockHash?: `0x${string}` | null;
|
433
|
+
blockNumber?: `0x${string}` | null;
|
434
|
+
hash?: `0x${string}`;
|
435
|
+
input?: `0x${string}`;
|
436
|
+
transactionIndex?: `0x${string}` | null;
|
437
437
|
blobVersionedHashes?: undefined;
|
438
438
|
chainId?: `0x${string}` | undefined;
|
439
439
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -465,26 +465,26 @@ export declare const chainConfig: {
|
|
465
465
|
gatewayFee: `0x${string}` | null;
|
466
466
|
gatewayFeeRecipient: `0x${string}` | null;
|
467
467
|
}) | ({
|
468
|
-
r?: `0x${string}
|
469
|
-
s?: `0x${string}
|
470
|
-
v?: `0x${string}
|
468
|
+
r?: `0x${string}`;
|
469
|
+
s?: `0x${string}`;
|
470
|
+
v?: `0x${string}`;
|
471
471
|
yParity?: `0x${string}` | undefined;
|
472
472
|
gasPrice?: `0x${string}` | undefined;
|
473
473
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
474
474
|
maxFeePerGas?: `0x${string}` | undefined;
|
475
475
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
476
|
-
to?: `0x${string}` | null
|
477
|
-
from?: `0x${string}
|
478
|
-
gas?: `0x${string}
|
479
|
-
nonce?: `0x${string}
|
480
|
-
value?: `0x${string}
|
481
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
482
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
483
|
-
blockHash?: `0x${string}` | null
|
484
|
-
blockNumber?: `0x${string}` | null
|
485
|
-
hash?: `0x${string}
|
486
|
-
input?: `0x${string}
|
487
|
-
transactionIndex?: `0x${string}` | null
|
476
|
+
to?: `0x${string}` | null;
|
477
|
+
from?: `0x${string}`;
|
478
|
+
gas?: `0x${string}`;
|
479
|
+
nonce?: `0x${string}`;
|
480
|
+
value?: `0x${string}`;
|
481
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
482
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
483
|
+
blockHash?: `0x${string}` | null;
|
484
|
+
blockNumber?: `0x${string}` | null;
|
485
|
+
hash?: `0x${string}`;
|
486
|
+
input?: `0x${string}`;
|
487
|
+
transactionIndex?: `0x${string}` | null;
|
488
488
|
blobVersionedHashes?: undefined;
|
489
489
|
chainId?: `0x${string}` | undefined;
|
490
490
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -516,26 +516,26 @@ export declare const chainConfig: {
|
|
516
516
|
gatewayFee: `0x${string}` | null;
|
517
517
|
gatewayFeeRecipient: `0x${string}` | null;
|
518
518
|
}) | ({
|
519
|
-
r?: `0x${string}
|
520
|
-
s?: `0x${string}
|
521
|
-
v?: `0x${string}
|
519
|
+
r?: `0x${string}`;
|
520
|
+
s?: `0x${string}`;
|
521
|
+
v?: `0x${string}`;
|
522
522
|
yParity?: `0x${string}` | undefined;
|
523
523
|
gasPrice?: `0x${string}` | undefined;
|
524
524
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
525
525
|
maxFeePerGas?: `0x${string}` | undefined;
|
526
526
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
527
|
-
to?: `0x${string}` | null
|
528
|
-
from?: `0x${string}
|
529
|
-
gas?: `0x${string}
|
530
|
-
nonce?: `0x${string}
|
531
|
-
value?: `0x${string}
|
532
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
533
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
534
|
-
blockHash?: `0x${string}` | null
|
535
|
-
blockNumber?: `0x${string}` | null
|
536
|
-
hash?: `0x${string}
|
537
|
-
input?: `0x${string}
|
538
|
-
transactionIndex?: `0x${string}` | null
|
527
|
+
to?: `0x${string}` | null;
|
528
|
+
from?: `0x${string}`;
|
529
|
+
gas?: `0x${string}`;
|
530
|
+
nonce?: `0x${string}`;
|
531
|
+
value?: `0x${string}`;
|
532
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
533
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
534
|
+
blockHash?: `0x${string}` | null;
|
535
|
+
blockNumber?: `0x${string}` | null;
|
536
|
+
hash?: `0x${string}`;
|
537
|
+
input?: `0x${string}`;
|
538
|
+
transactionIndex?: `0x${string}` | null;
|
539
539
|
blobVersionedHashes?: undefined;
|
540
540
|
chainId?: `0x${string}` | undefined;
|
541
541
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -544,26 +544,26 @@ export declare const chainConfig: {
|
|
544
544
|
gatewayFeeRecipient: `0x${string}` | null;
|
545
545
|
type: "0x7c";
|
546
546
|
}) | ({
|
547
|
-
r?: `0x${string}
|
548
|
-
s?: `0x${string}
|
549
|
-
v?: `0x${string}
|
547
|
+
r?: `0x${string}`;
|
548
|
+
s?: `0x${string}`;
|
549
|
+
v?: `0x${string}`;
|
550
550
|
yParity?: `0x${string}` | undefined;
|
551
551
|
gasPrice?: `0x${string}` | undefined;
|
552
552
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
553
553
|
maxFeePerGas?: `0x${string}` | undefined;
|
554
554
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
555
|
-
to?: `0x${string}` | null
|
556
|
-
from?: `0x${string}
|
557
|
-
gas?: `0x${string}
|
558
|
-
nonce?: `0x${string}
|
559
|
-
value?: `0x${string}
|
560
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
561
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
562
|
-
blockHash?: `0x${string}` | null
|
563
|
-
blockNumber?: `0x${string}` | null
|
564
|
-
hash?: `0x${string}
|
565
|
-
input?: `0x${string}
|
566
|
-
transactionIndex?: `0x${string}` | null
|
555
|
+
to?: `0x${string}` | null;
|
556
|
+
from?: `0x${string}`;
|
557
|
+
gas?: `0x${string}`;
|
558
|
+
nonce?: `0x${string}`;
|
559
|
+
value?: `0x${string}`;
|
560
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
561
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
562
|
+
blockHash?: `0x${string}` | null;
|
563
|
+
blockNumber?: `0x${string}` | null;
|
564
|
+
hash?: `0x${string}`;
|
565
|
+
input?: `0x${string}`;
|
566
|
+
transactionIndex?: `0x${string}` | null;
|
567
567
|
blobVersionedHashes?: undefined;
|
568
568
|
chainId?: `0x${string}` | undefined;
|
569
569
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -572,26 +572,26 @@ export declare const chainConfig: {
|
|
572
572
|
gatewayFeeRecipient?: undefined;
|
573
573
|
type: "0x7b";
|
574
574
|
}) | ({
|
575
|
-
r?: `0x${string}
|
576
|
-
s?: `0x${string}
|
577
|
-
v?: `0x${string}
|
575
|
+
r?: `0x${string}`;
|
576
|
+
s?: `0x${string}`;
|
577
|
+
v?: `0x${string}`;
|
578
578
|
yParity?: `0x${string}` | undefined;
|
579
579
|
gasPrice?: `0x${string}` | undefined;
|
580
580
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
581
581
|
maxFeePerGas?: `0x${string}` | undefined;
|
582
582
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
583
|
-
to?: `0x${string}` | null
|
584
|
-
from?: `0x${string}
|
585
|
-
gas?: `0x${string}
|
586
|
-
nonce?: `0x${string}
|
587
|
-
value?: `0x${string}
|
588
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
589
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
590
|
-
blockHash?: `0x${string}` | null
|
591
|
-
blockNumber?: `0x${string}` | null
|
592
|
-
hash?: `0x${string}
|
593
|
-
input?: `0x${string}
|
594
|
-
transactionIndex?: `0x${string}` | null
|
583
|
+
to?: `0x${string}` | null;
|
584
|
+
from?: `0x${string}`;
|
585
|
+
gas?: `0x${string}`;
|
586
|
+
nonce?: `0x${string}`;
|
587
|
+
value?: `0x${string}`;
|
588
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
589
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
590
|
+
blockHash?: `0x${string}` | null;
|
591
|
+
blockNumber?: `0x${string}` | null;
|
592
|
+
hash?: `0x${string}`;
|
593
|
+
input?: `0x${string}`;
|
594
|
+
transactionIndex?: `0x${string}` | null;
|
595
595
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
596
596
|
chainId?: `0x${string}` | undefined;
|
597
597
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -623,26 +623,26 @@ export declare const chainConfig: {
|
|
623
623
|
gatewayFee: `0x${string}` | null;
|
624
624
|
gatewayFeeRecipient: `0x${string}` | null;
|
625
625
|
}) | ({
|
626
|
-
r?: `0x${string}
|
627
|
-
s?: `0x${string}
|
628
|
-
v?: `0x${string}
|
626
|
+
r?: `0x${string}`;
|
627
|
+
s?: `0x${string}`;
|
628
|
+
v?: `0x${string}`;
|
629
629
|
yParity?: `0x${string}` | undefined;
|
630
630
|
gasPrice?: `0x${string}` | undefined;
|
631
631
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
632
632
|
maxFeePerGas?: `0x${string}` | undefined;
|
633
633
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
634
|
-
to?: `0x${string}` | null
|
635
|
-
from?: `0x${string}
|
636
|
-
gas?: `0x${string}
|
637
|
-
nonce?: `0x${string}
|
638
|
-
value?: `0x${string}
|
639
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
640
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
641
|
-
blockHash?: `0x${string}` | null
|
642
|
-
blockNumber?: `0x${string}` | null
|
643
|
-
hash?: `0x${string}
|
644
|
-
input?: `0x${string}
|
645
|
-
transactionIndex?: `0x${string}` | null
|
634
|
+
to?: `0x${string}` | null;
|
635
|
+
from?: `0x${string}`;
|
636
|
+
gas?: `0x${string}`;
|
637
|
+
nonce?: `0x${string}`;
|
638
|
+
value?: `0x${string}`;
|
639
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
640
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
641
|
+
blockHash?: `0x${string}` | null;
|
642
|
+
blockNumber?: `0x${string}` | null;
|
643
|
+
hash?: `0x${string}`;
|
644
|
+
input?: `0x${string}`;
|
645
|
+
transactionIndex?: `0x${string}` | null;
|
646
646
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
647
647
|
chainId?: `0x${string}` | undefined;
|
648
648
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -674,26 +674,26 @@ export declare const chainConfig: {
|
|
674
674
|
gatewayFee: `0x${string}` | null;
|
675
675
|
gatewayFeeRecipient: `0x${string}` | null;
|
676
676
|
}) | ({
|
677
|
-
r?: `0x${string}
|
678
|
-
s?: `0x${string}
|
679
|
-
v?: `0x${string}
|
677
|
+
r?: `0x${string}`;
|
678
|
+
s?: `0x${string}`;
|
679
|
+
v?: `0x${string}`;
|
680
680
|
yParity?: `0x${string}` | undefined;
|
681
681
|
gasPrice?: `0x${string}` | undefined;
|
682
682
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
683
683
|
maxFeePerGas?: `0x${string}` | undefined;
|
684
684
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
685
|
-
to?: `0x${string}` | null
|
686
|
-
from?: `0x${string}
|
687
|
-
gas?: `0x${string}
|
688
|
-
nonce?: `0x${string}
|
689
|
-
value?: `0x${string}
|
690
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
691
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
692
|
-
blockHash?: `0x${string}` | null
|
693
|
-
blockNumber?: `0x${string}` | null
|
694
|
-
hash?: `0x${string}
|
695
|
-
input?: `0x${string}
|
696
|
-
transactionIndex?: `0x${string}` | null
|
685
|
+
to?: `0x${string}` | null;
|
686
|
+
from?: `0x${string}`;
|
687
|
+
gas?: `0x${string}`;
|
688
|
+
nonce?: `0x${string}`;
|
689
|
+
value?: `0x${string}`;
|
690
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
691
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
692
|
+
blockHash?: `0x${string}` | null;
|
693
|
+
blockNumber?: `0x${string}` | null;
|
694
|
+
hash?: `0x${string}`;
|
695
|
+
input?: `0x${string}`;
|
696
|
+
transactionIndex?: `0x${string}` | null;
|
697
697
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
698
698
|
chainId?: `0x${string}` | undefined;
|
699
699
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -725,26 +725,26 @@ export declare const chainConfig: {
|
|
725
725
|
gatewayFee: `0x${string}` | null;
|
726
726
|
gatewayFeeRecipient: `0x${string}` | null;
|
727
727
|
}) | ({
|
728
|
-
r?: `0x${string}
|
729
|
-
s?: `0x${string}
|
730
|
-
v?: `0x${string}
|
728
|
+
r?: `0x${string}`;
|
729
|
+
s?: `0x${string}`;
|
730
|
+
v?: `0x${string}`;
|
731
731
|
yParity?: `0x${string}` | undefined;
|
732
732
|
gasPrice?: `0x${string}` | undefined;
|
733
733
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
734
734
|
maxFeePerGas?: `0x${string}` | undefined;
|
735
735
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
736
|
-
to?: `0x${string}` | null
|
737
|
-
from?: `0x${string}
|
738
|
-
gas?: `0x${string}
|
739
|
-
nonce?: `0x${string}
|
740
|
-
value?: `0x${string}
|
741
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
742
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
743
|
-
blockHash?: `0x${string}` | null
|
744
|
-
blockNumber?: `0x${string}` | null
|
745
|
-
hash?: `0x${string}
|
746
|
-
input?: `0x${string}
|
747
|
-
transactionIndex?: `0x${string}` | null
|
736
|
+
to?: `0x${string}` | null;
|
737
|
+
from?: `0x${string}`;
|
738
|
+
gas?: `0x${string}`;
|
739
|
+
nonce?: `0x${string}`;
|
740
|
+
value?: `0x${string}`;
|
741
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
742
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
743
|
+
blockHash?: `0x${string}` | null;
|
744
|
+
blockNumber?: `0x${string}` | null;
|
745
|
+
hash?: `0x${string}`;
|
746
|
+
input?: `0x${string}`;
|
747
|
+
transactionIndex?: `0x${string}` | null;
|
748
748
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
749
749
|
chainId?: `0x${string}` | undefined;
|
750
750
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
@@ -776,26 +776,26 @@ export declare const chainConfig: {
|
|
776
776
|
gatewayFee: `0x${string}` | null;
|
777
777
|
gatewayFeeRecipient: `0x${string}` | null;
|
778
778
|
}) | ({
|
779
|
-
r?: `0x${string}
|
780
|
-
s?: `0x${string}
|
781
|
-
v?: `0x${string}
|
779
|
+
r?: `0x${string}`;
|
780
|
+
s?: `0x${string}`;
|
781
|
+
v?: `0x${string}`;
|
782
782
|
yParity?: `0x${string}` | undefined;
|
783
783
|
gasPrice?: `0x${string}` | undefined;
|
784
784
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
785
785
|
maxFeePerGas?: `0x${string}` | undefined;
|
786
786
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
787
|
-
to?: `0x${string}` | null
|
788
|
-
from?: `0x${string}
|
789
|
-
gas?: `0x${string}
|
790
|
-
nonce?: `0x${string}
|
791
|
-
value?: `0x${string}
|
792
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
793
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
794
|
-
blockHash?: `0x${string}` | null
|
795
|
-
blockNumber?: `0x${string}` | null
|
796
|
-
hash?: `0x${string}
|
797
|
-
input?: `0x${string}
|
798
|
-
transactionIndex?: `0x${string}` | null
|
787
|
+
to?: `0x${string}` | null;
|
788
|
+
from?: `0x${string}`;
|
789
|
+
gas?: `0x${string}`;
|
790
|
+
nonce?: `0x${string}`;
|
791
|
+
value?: `0x${string}`;
|
792
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
793
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
794
|
+
blockHash?: `0x${string}` | null;
|
795
|
+
blockNumber?: `0x${string}` | null;
|
796
|
+
hash?: `0x${string}`;
|
797
|
+
input?: `0x${string}`;
|
798
|
+
transactionIndex?: `0x${string}` | null;
|
799
799
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
800
800
|
chainId?: `0x${string}` | undefined;
|
801
801
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -804,26 +804,26 @@ export declare const chainConfig: {
|
|
804
804
|
gatewayFeeRecipient: `0x${string}` | null;
|
805
805
|
type: "0x7c";
|
806
806
|
}) | ({
|
807
|
-
r?: `0x${string}
|
808
|
-
s?: `0x${string}
|
809
|
-
v?: `0x${string}
|
807
|
+
r?: `0x${string}`;
|
808
|
+
s?: `0x${string}`;
|
809
|
+
v?: `0x${string}`;
|
810
810
|
yParity?: `0x${string}` | undefined;
|
811
811
|
gasPrice?: `0x${string}` | undefined;
|
812
812
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
813
813
|
maxFeePerGas?: `0x${string}` | undefined;
|
814
814
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
815
|
-
to?: `0x${string}` | null
|
816
|
-
from?: `0x${string}
|
817
|
-
gas?: `0x${string}
|
818
|
-
nonce?: `0x${string}
|
819
|
-
value?: `0x${string}
|
820
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b"
|
821
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
822
|
-
blockHash?: `0x${string}` | null
|
823
|
-
blockNumber?: `0x${string}` | null
|
824
|
-
hash?: `0x${string}
|
825
|
-
input?: `0x${string}
|
826
|
-
transactionIndex?: `0x${string}` | null
|
815
|
+
to?: `0x${string}` | null;
|
816
|
+
from?: `0x${string}`;
|
817
|
+
gas?: `0x${string}`;
|
818
|
+
nonce?: `0x${string}`;
|
819
|
+
value?: `0x${string}`;
|
820
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
821
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
822
|
+
blockHash?: `0x${string}` | null;
|
823
|
+
blockNumber?: `0x${string}` | null;
|
824
|
+
hash?: `0x${string}`;
|
825
|
+
input?: `0x${string}`;
|
826
|
+
transactionIndex?: `0x${string}` | null;
|
827
827
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
828
828
|
chainId?: `0x${string}` | undefined;
|
829
829
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1216,7 +1216,7 @@ export declare const chainConfig: {
|
|
1216
1216
|
exclude: [] | undefined;
|
1217
1217
|
format: (args: ({
|
1218
1218
|
data?: `0x${string}` | undefined;
|
1219
|
-
from?: `0x${string}
|
1219
|
+
from?: `0x${string}`;
|
1220
1220
|
gas?: bigint | undefined;
|
1221
1221
|
nonce?: number | undefined;
|
1222
1222
|
to?: `0x${string}` | null | undefined;
|
@@ -1248,7 +1248,7 @@ export declare const chainConfig: {
|
|
1248
1248
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1249
1249
|
}) | ({
|
1250
1250
|
data?: `0x${string}` | undefined;
|
1251
|
-
from?: `0x${string}
|
1251
|
+
from?: `0x${string}`;
|
1252
1252
|
gas?: bigint | undefined;
|
1253
1253
|
nonce?: number | undefined;
|
1254
1254
|
to?: `0x${string}` | null | undefined;
|
@@ -1280,7 +1280,7 @@ export declare const chainConfig: {
|
|
1280
1280
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1281
1281
|
}) | ({
|
1282
1282
|
data?: `0x${string}` | undefined;
|
1283
|
-
from?: `0x${string}
|
1283
|
+
from?: `0x${string}`;
|
1284
1284
|
gas?: bigint | undefined;
|
1285
1285
|
nonce?: number | undefined;
|
1286
1286
|
to?: `0x${string}` | null | undefined;
|
@@ -1312,7 +1312,7 @@ export declare const chainConfig: {
|
|
1312
1312
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1313
1313
|
}) | ({
|
1314
1314
|
data?: `0x${string}` | undefined;
|
1315
|
-
from?: `0x${string}
|
1315
|
+
from?: `0x${string}`;
|
1316
1316
|
gas?: bigint | undefined;
|
1317
1317
|
nonce?: number | undefined;
|
1318
1318
|
to?: `0x${string}` | null | undefined;
|
@@ -1324,7 +1324,7 @@ export declare const chainConfig: {
|
|
1324
1324
|
accessList?: import("../../index.js").AccessList | undefined;
|
1325
1325
|
blobs?: undefined;
|
1326
1326
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1327
|
-
} & import("../../index.js").TransactionRequestBase &
|
1327
|
+
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1328
1328
|
accessList?: import("../../index.js").AccessList | undefined;
|
1329
1329
|
feeCurrency?: `0x${string}` | undefined;
|
1330
1330
|
gatewayFee?: bigint | undefined;
|
@@ -1332,7 +1332,7 @@ export declare const chainConfig: {
|
|
1332
1332
|
type?: "cip42" | undefined;
|
1333
1333
|
}) | ({
|
1334
1334
|
data?: `0x${string}` | undefined;
|
1335
|
-
from?: `0x${string}
|
1335
|
+
from?: `0x${string}`;
|
1336
1336
|
gas?: bigint | undefined;
|
1337
1337
|
nonce?: number | undefined;
|
1338
1338
|
to?: `0x${string}` | null | undefined;
|
@@ -1344,7 +1344,7 @@ export declare const chainConfig: {
|
|
1344
1344
|
accessList?: import("../../index.js").AccessList | undefined;
|
1345
1345
|
blobs?: undefined;
|
1346
1346
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1347
|
-
} & import("../../index.js").TransactionRequestBase &
|
1347
|
+
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1348
1348
|
accessList?: import("../../index.js").AccessList | undefined;
|
1349
1349
|
feeCurrency?: `0x${string}` | undefined;
|
1350
1350
|
gatewayFee?: undefined;
|
@@ -1352,7 +1352,7 @@ export declare const chainConfig: {
|
|
1352
1352
|
type?: "cip64" | undefined;
|
1353
1353
|
}) | ({
|
1354
1354
|
data?: `0x${string}` | undefined;
|
1355
|
-
from?: `0x${string}
|
1355
|
+
from?: `0x${string}`;
|
1356
1356
|
gas?: bigint | undefined;
|
1357
1357
|
nonce?: number | undefined;
|
1358
1358
|
to?: `0x${string}` | null | undefined;
|
@@ -1384,7 +1384,7 @@ export declare const chainConfig: {
|
|
1384
1384
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1385
1385
|
}) | ({
|
1386
1386
|
data?: `0x${string}` | undefined;
|
1387
|
-
from?: `0x${string}
|
1387
|
+
from?: `0x${string}`;
|
1388
1388
|
gas?: bigint | undefined;
|
1389
1389
|
nonce?: number | undefined;
|
1390
1390
|
to?: `0x${string}` | null | undefined;
|
@@ -1416,7 +1416,7 @@ export declare const chainConfig: {
|
|
1416
1416
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1417
1417
|
}) | ({
|
1418
1418
|
data?: `0x${string}` | undefined;
|
1419
|
-
from?: `0x${string}
|
1419
|
+
from?: `0x${string}`;
|
1420
1420
|
gas?: bigint | undefined;
|
1421
1421
|
nonce?: number | undefined;
|
1422
1422
|
to?: `0x${string}` | null | undefined;
|
@@ -1448,7 +1448,7 @@ export declare const chainConfig: {
|
|
1448
1448
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1449
1449
|
}) | ({
|
1450
1450
|
data?: `0x${string}` | undefined;
|
1451
|
-
from?: `0x${string}
|
1451
|
+
from?: `0x${string}`;
|
1452
1452
|
gas?: bigint | undefined;
|
1453
1453
|
nonce?: number | undefined;
|
1454
1454
|
to?: `0x${string}` | null | undefined;
|
@@ -1460,7 +1460,7 @@ export declare const chainConfig: {
|
|
1460
1460
|
accessList?: import("../../index.js").AccessList | undefined;
|
1461
1461
|
blobs?: undefined;
|
1462
1462
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1463
|
-
} & import("../../index.js").TransactionRequestBase &
|
1463
|
+
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1464
1464
|
accessList?: import("../../index.js").AccessList | undefined;
|
1465
1465
|
feeCurrency?: `0x${string}` | undefined;
|
1466
1466
|
gatewayFee?: bigint | undefined;
|
@@ -1468,7 +1468,7 @@ export declare const chainConfig: {
|
|
1468
1468
|
type?: "cip42" | undefined;
|
1469
1469
|
}) | ({
|
1470
1470
|
data?: `0x${string}` | undefined;
|
1471
|
-
from?: `0x${string}
|
1471
|
+
from?: `0x${string}`;
|
1472
1472
|
gas?: bigint | undefined;
|
1473
1473
|
nonce?: number | undefined;
|
1474
1474
|
to?: `0x${string}` | null | undefined;
|
@@ -1480,7 +1480,7 @@ export declare const chainConfig: {
|
|
1480
1480
|
accessList?: import("../../index.js").AccessList | undefined;
|
1481
1481
|
blobs?: undefined;
|
1482
1482
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1483
|
-
} & import("../../index.js").TransactionRequestBase &
|
1483
|
+
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1484
1484
|
accessList?: import("../../index.js").AccessList | undefined;
|
1485
1485
|
feeCurrency?: `0x${string}` | undefined;
|
1486
1486
|
gatewayFee?: undefined;
|
@@ -1488,7 +1488,7 @@ export declare const chainConfig: {
|
|
1488
1488
|
type?: "cip64" | undefined;
|
1489
1489
|
}) | ({
|
1490
1490
|
data?: `0x${string}` | undefined;
|
1491
|
-
from?: `0x${string}
|
1491
|
+
from?: `0x${string}`;
|
1492
1492
|
gas?: bigint | undefined;
|
1493
1493
|
nonce?: number | undefined;
|
1494
1494
|
to?: `0x${string}` | null | undefined;
|
@@ -1520,7 +1520,7 @@ export declare const chainConfig: {
|
|
1520
1520
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1521
1521
|
}) | ({
|
1522
1522
|
data?: `0x${string}` | undefined;
|
1523
|
-
from?: `0x${string}
|
1523
|
+
from?: `0x${string}`;
|
1524
1524
|
gas?: bigint | undefined;
|
1525
1525
|
nonce?: number | undefined;
|
1526
1526
|
to?: `0x${string}` | null | undefined;
|
@@ -1552,7 +1552,7 @@ export declare const chainConfig: {
|
|
1552
1552
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1553
1553
|
}) | ({
|
1554
1554
|
data?: `0x${string}` | undefined;
|
1555
|
-
from?: `0x${string}
|
1555
|
+
from?: `0x${string}`;
|
1556
1556
|
gas?: bigint | undefined;
|
1557
1557
|
nonce?: number | undefined;
|
1558
1558
|
to?: `0x${string}` | null | undefined;
|
@@ -1584,7 +1584,7 @@ export declare const chainConfig: {
|
|
1584
1584
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1585
1585
|
}) | ({
|
1586
1586
|
data?: `0x${string}` | undefined;
|
1587
|
-
from?: `0x${string}
|
1587
|
+
from?: `0x${string}`;
|
1588
1588
|
gas?: bigint | undefined;
|
1589
1589
|
nonce?: number | undefined;
|
1590
1590
|
to?: `0x${string}` | null | undefined;
|
@@ -1596,7 +1596,7 @@ export declare const chainConfig: {
|
|
1596
1596
|
accessList?: import("../../index.js").AccessList | undefined;
|
1597
1597
|
blobs?: undefined;
|
1598
1598
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1599
|
-
} & import("../../index.js").TransactionRequestBase &
|
1599
|
+
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1600
1600
|
accessList?: import("../../index.js").AccessList | undefined;
|
1601
1601
|
feeCurrency?: `0x${string}` | undefined;
|
1602
1602
|
gatewayFee?: bigint | undefined;
|
@@ -1604,7 +1604,7 @@ export declare const chainConfig: {
|
|
1604
1604
|
type?: "cip42" | undefined;
|
1605
1605
|
}) | ({
|
1606
1606
|
data?: `0x${string}` | undefined;
|
1607
|
-
from?: `0x${string}
|
1607
|
+
from?: `0x${string}`;
|
1608
1608
|
gas?: bigint | undefined;
|
1609
1609
|
nonce?: number | undefined;
|
1610
1610
|
to?: `0x${string}` | null | undefined;
|
@@ -1616,7 +1616,7 @@ export declare const chainConfig: {
|
|
1616
1616
|
accessList?: import("../../index.js").AccessList | undefined;
|
1617
1617
|
blobs?: undefined;
|
1618
1618
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1619
|
-
} & import("../../index.js").TransactionRequestBase &
|
1619
|
+
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1620
1620
|
accessList?: import("../../index.js").AccessList | undefined;
|
1621
1621
|
feeCurrency?: `0x${string}` | undefined;
|
1622
1622
|
gatewayFee?: undefined;
|
@@ -1624,7 +1624,7 @@ export declare const chainConfig: {
|
|
1624
1624
|
type?: "cip64" | undefined;
|
1625
1625
|
}) | ({
|
1626
1626
|
data?: `0x${string}` | undefined;
|
1627
|
-
from?: `0x${string}
|
1627
|
+
from?: `0x${string}`;
|
1628
1628
|
gas?: bigint | undefined;
|
1629
1629
|
nonce?: number | undefined;
|
1630
1630
|
value?: bigint | undefined;
|
@@ -1656,7 +1656,7 @@ export declare const chainConfig: {
|
|
1656
1656
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1657
1657
|
}) | ({
|
1658
1658
|
data?: `0x${string}` | undefined;
|
1659
|
-
from?: `0x${string}
|
1659
|
+
from?: `0x${string}`;
|
1660
1660
|
gas?: bigint | undefined;
|
1661
1661
|
nonce?: number | undefined;
|
1662
1662
|
value?: bigint | undefined;
|
@@ -1688,7 +1688,7 @@ export declare const chainConfig: {
|
|
1688
1688
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1689
1689
|
}) | ({
|
1690
1690
|
data?: `0x${string}` | undefined;
|
1691
|
-
from?: `0x${string}
|
1691
|
+
from?: `0x${string}`;
|
1692
1692
|
gas?: bigint | undefined;
|
1693
1693
|
nonce?: number | undefined;
|
1694
1694
|
value?: bigint | undefined;
|
@@ -1720,7 +1720,7 @@ export declare const chainConfig: {
|
|
1720
1720
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1721
1721
|
}) | ({
|
1722
1722
|
data?: `0x${string}` | undefined;
|
1723
|
-
from?: `0x${string}
|
1723
|
+
from?: `0x${string}`;
|
1724
1724
|
gas?: bigint | undefined;
|
1725
1725
|
nonce?: number | undefined;
|
1726
1726
|
value?: bigint | undefined;
|
@@ -1752,7 +1752,7 @@ export declare const chainConfig: {
|
|
1752
1752
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1753
1753
|
}) | ({
|
1754
1754
|
data?: `0x${string}` | undefined;
|
1755
|
-
from?: `0x${string}
|
1755
|
+
from?: `0x${string}`;
|
1756
1756
|
gas?: bigint | undefined;
|
1757
1757
|
nonce?: number | undefined;
|
1758
1758
|
value?: bigint | undefined;
|
@@ -1764,7 +1764,7 @@ export declare const chainConfig: {
|
|
1764
1764
|
accessList?: import("../../index.js").AccessList | undefined;
|
1765
1765
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1766
1766
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1767
|
-
} & import("../../index.js").TransactionRequestBase &
|
1767
|
+
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1768
1768
|
accessList?: import("../../index.js").AccessList | undefined;
|
1769
1769
|
feeCurrency?: `0x${string}` | undefined;
|
1770
1770
|
gatewayFee?: bigint | undefined;
|
@@ -1772,7 +1772,7 @@ export declare const chainConfig: {
|
|
1772
1772
|
type?: "cip42" | undefined;
|
1773
1773
|
}) | ({
|
1774
1774
|
data?: `0x${string}` | undefined;
|
1775
|
-
from?: `0x${string}
|
1775
|
+
from?: `0x${string}`;
|
1776
1776
|
gas?: bigint | undefined;
|
1777
1777
|
nonce?: number | undefined;
|
1778
1778
|
value?: bigint | undefined;
|
@@ -1784,7 +1784,7 @@ export declare const chainConfig: {
|
|
1784
1784
|
accessList?: import("../../index.js").AccessList | undefined;
|
1785
1785
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1786
1786
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1787
|
-
} & import("../../index.js").TransactionRequestBase &
|
1787
|
+
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1788
1788
|
accessList?: import("../../index.js").AccessList | undefined;
|
1789
1789
|
feeCurrency?: `0x${string}` | undefined;
|
1790
1790
|
gatewayFee?: undefined;
|