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