viem 2.16.0 → 2.16.2
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 +22 -0
- package/_cjs/accounts/generateMnemonic.js +1 -2
- package/_cjs/accounts/generateMnemonic.js.map +1 -1
- package/_cjs/accounts/generatePrivateKey.js +1 -2
- package/_cjs/accounts/generatePrivateKey.js.map +1 -1
- package/_cjs/accounts/hdKeyToAccount.js +1 -2
- package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
- package/_cjs/accounts/mnemonicToAccount.js +1 -2
- package/_cjs/accounts/mnemonicToAccount.js.map +1 -1
- package/_cjs/accounts/privateKeyToAccount.js +1 -2
- package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
- package/_cjs/accounts/toAccount.js +1 -2
- package/_cjs/accounts/toAccount.js.map +1 -1
- package/_cjs/accounts/utils/parseAccount.js +1 -2
- package/_cjs/accounts/utils/parseAccount.js.map +1 -1
- package/_cjs/accounts/utils/privateKeyToAddress.js +1 -2
- package/_cjs/accounts/utils/privateKeyToAddress.js.map +1 -1
- package/_cjs/accounts/utils/publicKeyToAddress.js +1 -2
- package/_cjs/accounts/utils/publicKeyToAddress.js.map +1 -1
- package/_cjs/accounts/utils/sign.js +1 -2
- package/_cjs/accounts/utils/sign.js.map +1 -1
- package/_cjs/accounts/utils/signMessage.js +1 -2
- package/_cjs/accounts/utils/signMessage.js.map +1 -1
- package/_cjs/accounts/utils/signTransaction.js +1 -2
- package/_cjs/accounts/utils/signTransaction.js.map +1 -1
- package/_cjs/accounts/utils/signTypedData.js +1 -2
- package/_cjs/accounts/utils/signTypedData.js.map +1 -1
- package/_cjs/actions/ens/getEnsAddress.js +1 -2
- package/_cjs/actions/ens/getEnsAddress.js.map +1 -1
- package/_cjs/actions/ens/getEnsAvatar.js +1 -2
- package/_cjs/actions/ens/getEnsAvatar.js.map +1 -1
- package/_cjs/actions/ens/getEnsName.js +1 -2
- package/_cjs/actions/ens/getEnsName.js.map +1 -1
- package/_cjs/actions/ens/getEnsResolver.js +1 -2
- package/_cjs/actions/ens/getEnsResolver.js.map +1 -1
- package/_cjs/actions/ens/getEnsText.js +1 -2
- package/_cjs/actions/ens/getEnsText.js.map +1 -1
- package/_cjs/actions/getContract.js +3 -4
- package/_cjs/actions/getContract.js.map +1 -1
- package/_cjs/actions/public/call.js +2 -3
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/createBlockFilter.js +1 -2
- package/_cjs/actions/public/createBlockFilter.js.map +1 -1
- package/_cjs/actions/public/createContractEventFilter.js +1 -2
- package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
- package/_cjs/actions/public/createEventFilter.js +7 -9
- package/_cjs/actions/public/createEventFilter.js.map +1 -1
- package/_cjs/actions/public/createPendingTransactionFilter.js +1 -2
- package/_cjs/actions/public/createPendingTransactionFilter.js.map +1 -1
- package/_cjs/actions/public/estimateContractGas.js +1 -2
- package/_cjs/actions/public/estimateContractGas.js.map +1 -1
- package/_cjs/actions/public/estimateFeesPerGas.js +2 -3
- package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +1 -2
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js +2 -3
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
- package/_cjs/actions/public/getBalance.js +1 -2
- package/_cjs/actions/public/getBalance.js.map +1 -1
- package/_cjs/actions/public/getBlobBaseFee.js +1 -2
- package/_cjs/actions/public/getBlobBaseFee.js.map +1 -1
- package/_cjs/actions/public/getBlock.js +1 -2
- package/_cjs/actions/public/getBlock.js.map +1 -1
- package/_cjs/actions/public/getBlockNumber.js +2 -3
- package/_cjs/actions/public/getBlockNumber.js.map +1 -1
- package/_cjs/actions/public/getBlockTransactionCount.js +1 -2
- package/_cjs/actions/public/getBlockTransactionCount.js.map +1 -1
- package/_cjs/actions/public/getChainId.js +1 -2
- package/_cjs/actions/public/getChainId.js.map +1 -1
- package/_cjs/actions/public/getCode.js +1 -2
- package/_cjs/actions/public/getCode.js.map +1 -1
- package/_cjs/actions/public/getContractEvents.js +1 -2
- package/_cjs/actions/public/getContractEvents.js.map +1 -1
- package/_cjs/actions/public/getEip712Domain.js +1 -2
- package/_cjs/actions/public/getEip712Domain.js.map +1 -1
- package/_cjs/actions/public/getFeeHistory.js +1 -2
- package/_cjs/actions/public/getFeeHistory.js.map +1 -1
- package/_cjs/actions/public/getFilterChanges.js +1 -2
- package/_cjs/actions/public/getFilterChanges.js.map +1 -1
- package/_cjs/actions/public/getFilterLogs.js +1 -2
- package/_cjs/actions/public/getFilterLogs.js.map +1 -1
- package/_cjs/actions/public/getGasPrice.js +1 -2
- package/_cjs/actions/public/getGasPrice.js.map +1 -1
- package/_cjs/actions/public/getLogs.js +7 -9
- package/_cjs/actions/public/getLogs.js.map +1 -1
- package/_cjs/actions/public/getProof.js +1 -2
- package/_cjs/actions/public/getProof.js.map +1 -1
- package/_cjs/actions/public/getStorageAt.js +1 -2
- package/_cjs/actions/public/getStorageAt.js.map +1 -1
- package/_cjs/actions/public/getTransaction.js +1 -2
- package/_cjs/actions/public/getTransaction.js.map +1 -1
- package/_cjs/actions/public/getTransactionConfirmations.js +1 -2
- package/_cjs/actions/public/getTransactionConfirmations.js.map +1 -1
- package/_cjs/actions/public/getTransactionCount.js +1 -2
- package/_cjs/actions/public/getTransactionCount.js.map +1 -1
- package/_cjs/actions/public/getTransactionReceipt.js +1 -2
- package/_cjs/actions/public/getTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/multicall.js +1 -2
- package/_cjs/actions/public/multicall.js.map +1 -1
- package/_cjs/actions/public/readContract.js +1 -2
- package/_cjs/actions/public/readContract.js.map +1 -1
- package/_cjs/actions/public/simulateContract.js +1 -2
- package/_cjs/actions/public/simulateContract.js.map +1 -1
- package/_cjs/actions/public/uninstallFilter.js +1 -2
- package/_cjs/actions/public/uninstallFilter.js.map +1 -1
- package/_cjs/actions/public/verifyHash.js +1 -2
- package/_cjs/actions/public/verifyHash.js.map +1 -1
- package/_cjs/actions/public/verifyMessage.js +1 -2
- package/_cjs/actions/public/verifyMessage.js.map +1 -1
- package/_cjs/actions/public/verifyTypedData.js +1 -2
- package/_cjs/actions/public/verifyTypedData.js.map +1 -1
- package/_cjs/actions/public/waitForTransactionReceipt.js +1 -2
- package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/watchBlockNumber.js +1 -2
- package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
- package/_cjs/actions/public/watchBlocks.js +1 -2
- package/_cjs/actions/public/watchBlocks.js.map +1 -1
- package/_cjs/actions/public/watchContractEvent.js +1 -2
- package/_cjs/actions/public/watchContractEvent.js.map +1 -1
- package/_cjs/actions/public/watchEvent.js +7 -9
- package/_cjs/actions/public/watchEvent.js.map +1 -1
- package/_cjs/actions/public/watchPendingTransactions.js +1 -2
- package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
- package/_cjs/actions/siwe/verifySiweMessage.js +1 -2
- package/_cjs/actions/siwe/verifySiweMessage.js.map +1 -1
- package/_cjs/actions/test/dropTransaction.js +1 -2
- package/_cjs/actions/test/dropTransaction.js.map +1 -1
- package/_cjs/actions/test/dumpState.js +1 -2
- package/_cjs/actions/test/dumpState.js.map +1 -1
- package/_cjs/actions/test/getAutomine.js +1 -2
- package/_cjs/actions/test/getAutomine.js.map +1 -1
- package/_cjs/actions/test/getTxpoolContent.js +1 -2
- package/_cjs/actions/test/getTxpoolContent.js.map +1 -1
- package/_cjs/actions/test/getTxpoolStatus.js +1 -2
- package/_cjs/actions/test/getTxpoolStatus.js.map +1 -1
- package/_cjs/actions/test/impersonateAccount.js +1 -2
- package/_cjs/actions/test/impersonateAccount.js.map +1 -1
- package/_cjs/actions/test/increaseTime.js +1 -2
- package/_cjs/actions/test/increaseTime.js.map +1 -1
- package/_cjs/actions/test/inspectTxpool.js +1 -2
- package/_cjs/actions/test/inspectTxpool.js.map +1 -1
- package/_cjs/actions/test/loadState.js +1 -2
- package/_cjs/actions/test/loadState.js.map +1 -1
- package/_cjs/actions/test/mine.js +1 -2
- package/_cjs/actions/test/mine.js.map +1 -1
- package/_cjs/actions/test/removeBlockTimestampInterval.js +1 -2
- package/_cjs/actions/test/removeBlockTimestampInterval.js.map +1 -1
- package/_cjs/actions/test/reset.js +1 -2
- package/_cjs/actions/test/reset.js.map +1 -1
- package/_cjs/actions/test/revert.js +1 -2
- package/_cjs/actions/test/revert.js.map +1 -1
- package/_cjs/actions/test/sendUnsignedTransaction.js +1 -2
- package/_cjs/actions/test/sendUnsignedTransaction.js.map +1 -1
- package/_cjs/actions/test/setAutomine.js +1 -2
- package/_cjs/actions/test/setAutomine.js.map +1 -1
- package/_cjs/actions/test/setBalance.js +1 -2
- package/_cjs/actions/test/setBalance.js.map +1 -1
- package/_cjs/actions/test/setBlockGasLimit.js +1 -2
- package/_cjs/actions/test/setBlockGasLimit.js.map +1 -1
- package/_cjs/actions/test/setBlockTimestampInterval.js +1 -2
- package/_cjs/actions/test/setBlockTimestampInterval.js.map +1 -1
- package/_cjs/actions/test/setCode.js +1 -2
- package/_cjs/actions/test/setCode.js.map +1 -1
- package/_cjs/actions/test/setCoinbase.js +1 -2
- package/_cjs/actions/test/setCoinbase.js.map +1 -1
- package/_cjs/actions/test/setIntervalMining.js +1 -2
- package/_cjs/actions/test/setIntervalMining.js.map +1 -1
- package/_cjs/actions/test/setLoggingEnabled.js +1 -2
- package/_cjs/actions/test/setLoggingEnabled.js.map +1 -1
- package/_cjs/actions/test/setMinGasPrice.js +1 -2
- package/_cjs/actions/test/setMinGasPrice.js.map +1 -1
- package/_cjs/actions/test/setNextBlockBaseFeePerGas.js +1 -2
- package/_cjs/actions/test/setNextBlockBaseFeePerGas.js.map +1 -1
- package/_cjs/actions/test/setNextBlockTimestamp.js +1 -2
- package/_cjs/actions/test/setNextBlockTimestamp.js.map +1 -1
- package/_cjs/actions/test/setNonce.js +1 -2
- package/_cjs/actions/test/setNonce.js.map +1 -1
- package/_cjs/actions/test/setRpcUrl.js +1 -2
- package/_cjs/actions/test/setRpcUrl.js.map +1 -1
- package/_cjs/actions/test/setStorageAt.js +1 -2
- package/_cjs/actions/test/setStorageAt.js.map +1 -1
- package/_cjs/actions/test/snapshot.js +1 -2
- package/_cjs/actions/test/snapshot.js.map +1 -1
- package/_cjs/actions/test/stopImpersonatingAccount.js +1 -2
- package/_cjs/actions/test/stopImpersonatingAccount.js.map +1 -1
- package/_cjs/actions/wallet/addChain.js +1 -2
- package/_cjs/actions/wallet/addChain.js.map +1 -1
- package/_cjs/actions/wallet/deployContract.js +1 -2
- package/_cjs/actions/wallet/deployContract.js.map +1 -1
- package/_cjs/actions/wallet/getAddresses.js +1 -2
- package/_cjs/actions/wallet/getAddresses.js.map +1 -1
- package/_cjs/actions/wallet/getPermissions.js +1 -2
- package/_cjs/actions/wallet/getPermissions.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +2 -2
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/requestAddresses.js +1 -2
- package/_cjs/actions/wallet/requestAddresses.js.map +1 -1
- package/_cjs/actions/wallet/requestPermissions.js +1 -2
- package/_cjs/actions/wallet/requestPermissions.js.map +1 -1
- package/_cjs/actions/wallet/sendRawTransaction.js +1 -2
- package/_cjs/actions/wallet/sendRawTransaction.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +2 -2
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/actions/wallet/signMessage.js +1 -2
- package/_cjs/actions/wallet/signMessage.js.map +1 -1
- package/_cjs/actions/wallet/signTransaction.js +1 -2
- package/_cjs/actions/wallet/signTransaction.js.map +1 -1
- package/_cjs/actions/wallet/signTypedData.js +1 -2
- package/_cjs/actions/wallet/signTypedData.js.map +1 -1
- package/_cjs/actions/wallet/switchChain.js +1 -2
- package/_cjs/actions/wallet/switchChain.js.map +1 -1
- package/_cjs/actions/wallet/watchAsset.js +1 -2
- package/_cjs/actions/wallet/watchAsset.js.map +1 -1
- package/_cjs/actions/wallet/writeContract.js +1 -2
- package/_cjs/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/celo/parsers.js +1 -2
- package/_cjs/celo/parsers.js.map +1 -1
- package/_cjs/celo/serializers.js +4 -4
- package/_cjs/celo/serializers.js.map +1 -1
- package/_cjs/celo/utils.js +4 -5
- package/_cjs/celo/utils.js.map +1 -1
- package/_cjs/chains/definitions/dchain.js +27 -0
- package/_cjs/chains/definitions/dchain.js.map +1 -0
- package/_cjs/chains/definitions/dchainTestnet.js +29 -0
- package/_cjs/chains/definitions/dchainTestnet.js.map +1 -0
- package/_cjs/chains/index.js +9 -5
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/clients/createClient.js +2 -3
- package/_cjs/clients/createClient.js.map +1 -1
- package/_cjs/clients/createPublicClient.js +1 -2
- package/_cjs/clients/createPublicClient.js.map +1 -1
- package/_cjs/clients/createTestClient.js +1 -2
- package/_cjs/clients/createTestClient.js.map +1 -1
- package/_cjs/clients/createWalletClient.js +1 -2
- package/_cjs/clients/createWalletClient.js.map +1 -1
- package/_cjs/clients/decorators/public.js +1 -2
- package/_cjs/clients/decorators/public.js.map +1 -1
- package/_cjs/clients/decorators/test.js +1 -2
- package/_cjs/clients/decorators/test.js.map +1 -1
- package/_cjs/clients/decorators/wallet.js +1 -2
- package/_cjs/clients/decorators/wallet.js.map +1 -1
- package/_cjs/clients/transports/createTransport.js +1 -2
- package/_cjs/clients/transports/createTransport.js.map +1 -1
- package/_cjs/clients/transports/custom.js +1 -2
- package/_cjs/clients/transports/custom.js.map +1 -1
- package/_cjs/clients/transports/fallback.js +2 -3
- package/_cjs/clients/transports/fallback.js.map +1 -1
- package/_cjs/clients/transports/http.js +1 -2
- package/_cjs/clients/transports/http.js.map +1 -1
- package/_cjs/clients/transports/ipc.js +1 -2
- package/_cjs/clients/transports/ipc.js.map +1 -1
- package/_cjs/clients/transports/webSocket.js +1 -2
- package/_cjs/clients/transports/webSocket.js.map +1 -1
- package/_cjs/errors/stateOverride.js +3 -3
- package/_cjs/errors/stateOverride.js.map +1 -1
- package/_cjs/errors/transaction.js +2 -2
- package/_cjs/errors/transaction.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/experimental/eip5792/actions/getCallsStatus.js +1 -2
- package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/getCapabilities.js +1 -2
- package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/sendCalls.js +1 -2
- package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/showCallsStatus.js +1 -2
- package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/writeContracts.js +1 -2
- package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -1
- package/_cjs/experimental/eip5792/decorators/eip5792.js +1 -2
- package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -1
- package/_cjs/experimental/erc7715/actions/grantPermissions.js +94 -0
- package/_cjs/experimental/erc7715/actions/grantPermissions.js.map +1 -0
- package/_cjs/experimental/erc7715/decorators/erc7715.js +3 -4
- package/_cjs/experimental/erc7715/decorators/erc7715.js.map +1 -1
- package/_cjs/experimental/erc7715/types/policy.js +3 -0
- package/_cjs/experimental/erc7715/types/policy.js.map +1 -0
- package/_cjs/experimental/index.js +3 -7
- package/_cjs/experimental/index.js.map +1 -1
- package/_cjs/experimental/solady/actions/signMessage.js +1 -2
- package/_cjs/experimental/solady/actions/signMessage.js.map +1 -1
- package/_cjs/experimental/solady/actions/signTypedData.js +7 -28
- package/_cjs/experimental/solady/actions/signTypedData.js.map +1 -1
- package/_cjs/experimental/solady/decorators/solady.js +1 -2
- package/_cjs/experimental/solady/decorators/solady.js.map +1 -1
- package/_cjs/experimental/solady/index.js +16 -0
- package/_cjs/experimental/solady/index.js.map +1 -0
- package/_cjs/experimental/solady/utils/hashMessage.js +19 -0
- package/_cjs/experimental/solady/utils/hashMessage.js.map +1 -0
- package/_cjs/experimental/solady/utils/hashTypedData.js +31 -0
- package/_cjs/experimental/solady/utils/hashTypedData.js.map +1 -0
- package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js +44 -0
- package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
- package/_cjs/index.js.map +1 -1
- package/_cjs/op-stack/actions/buildDepositTransaction.js +1 -2
- package/_cjs/op-stack/actions/buildDepositTransaction.js.map +1 -1
- package/_cjs/op-stack/actions/buildInitiateWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/buildInitiateWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/buildProveWithdrawal.js +2 -3
- package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/depositTransaction.js +1 -2
- package/_cjs/op-stack/actions/depositTransaction.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractL1Fee.js +1 -2
- package/_cjs/op-stack/actions/estimateContractL1Fee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractL1Gas.js +1 -2
- package/_cjs/op-stack/actions/estimateContractL1Gas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractTotalFee.js +1 -2
- package/_cjs/op-stack/actions/estimateContractTotalFee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractTotalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateContractTotalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateDepositTransactionGas.js +1 -2
- package/_cjs/op-stack/actions/estimateDepositTransactionGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateL1Fee.js +1 -2
- package/_cjs/op-stack/actions/estimateL1Fee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateL1Gas.js +1 -2
- package/_cjs/op-stack/actions/estimateL1Gas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateTotalFee.js +1 -2
- package/_cjs/op-stack/actions/estimateTotalFee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateTotalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateTotalGas.js.map +1 -1
- package/_cjs/op-stack/actions/finalizeWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/finalizeWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/getGame.js +1 -2
- package/_cjs/op-stack/actions/getGame.js.map +1 -1
- package/_cjs/op-stack/actions/getGames.js +1 -2
- package/_cjs/op-stack/actions/getGames.js.map +1 -1
- package/_cjs/op-stack/actions/getL1BaseFee.js +1 -2
- package/_cjs/op-stack/actions/getL1BaseFee.js.map +1 -1
- package/_cjs/op-stack/actions/getL2Output.js +1 -2
- package/_cjs/op-stack/actions/getL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/getPortalVersion.js +1 -2
- package/_cjs/op-stack/actions/getPortalVersion.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToFinalize.js +1 -2
- package/_cjs/op-stack/actions/getTimeToFinalize.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToNextGame.js +1 -2
- package/_cjs/op-stack/actions/getTimeToNextGame.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToNextL2Output.js +1 -2
- package/_cjs/op-stack/actions/getTimeToNextL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToProve.js +1 -2
- package/_cjs/op-stack/actions/getTimeToProve.js.map +1 -1
- package/_cjs/op-stack/actions/getWithdrawalStatus.js +1 -2
- package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_cjs/op-stack/actions/initiateWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/initiateWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/proveWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/proveWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/waitForNextGame.js +1 -2
- package/_cjs/op-stack/actions/waitForNextGame.js.map +1 -1
- package/_cjs/op-stack/actions/waitForNextL2Output.js +1 -2
- package/_cjs/op-stack/actions/waitForNextL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/waitToFinalize.js +1 -2
- package/_cjs/op-stack/actions/waitToFinalize.js.map +1 -1
- package/_cjs/op-stack/actions/waitToProve.js +1 -2
- package/_cjs/op-stack/actions/waitToProve.js.map +1 -1
- package/_cjs/op-stack/decorators/publicL1.js +1 -2
- package/_cjs/op-stack/decorators/publicL1.js.map +1 -1
- package/_cjs/op-stack/decorators/publicL2.js +1 -2
- package/_cjs/op-stack/decorators/publicL2.js.map +1 -1
- package/_cjs/op-stack/decorators/walletL1.js +1 -2
- package/_cjs/op-stack/decorators/walletL1.js.map +1 -1
- package/_cjs/op-stack/decorators/walletL2.js +1 -2
- package/_cjs/op-stack/decorators/walletL2.js.map +1 -1
- package/_cjs/op-stack/parsers.js +1 -2
- package/_cjs/op-stack/parsers.js.map +1 -1
- package/_cjs/op-stack/serializers.js +3 -3
- package/_cjs/op-stack/serializers.js.map +1 -1
- package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js +1 -2
- package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js.map +1 -1
- package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js +1 -2
- package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js.map +1 -1
- package/_cjs/op-stack/utils/getL2TransactionHash.js +1 -2
- package/_cjs/op-stack/utils/getL2TransactionHash.js.map +1 -1
- package/_cjs/op-stack/utils/getL2TransactionHashes.js +1 -2
- package/_cjs/op-stack/utils/getL2TransactionHashes.js.map +1 -1
- package/_cjs/op-stack/utils/getSourceHash.js +1 -2
- package/_cjs/op-stack/utils/getSourceHash.js.map +1 -1
- package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js +1 -2
- package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js.map +1 -1
- package/_cjs/op-stack/utils/getWithdrawals.js +1 -2
- package/_cjs/op-stack/utils/getWithdrawals.js.map +1 -1
- package/_cjs/op-stack/utils/opaqueDataToDepositData.js +1 -2
- package/_cjs/op-stack/utils/opaqueDataToDepositData.js.map +1 -1
- package/_cjs/utils/abi/decodeAbiParameters.js +1 -2
- package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/decodeDeployData.js +1 -2
- package/_cjs/utils/abi/decodeDeployData.js.map +1 -1
- package/_cjs/utils/abi/decodeErrorResult.js +1 -2
- package/_cjs/utils/abi/decodeErrorResult.js.map +1 -1
- package/_cjs/utils/abi/decodeEventLog.js +1 -2
- package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
- package/_cjs/utils/abi/decodeFunctionData.js +1 -2
- package/_cjs/utils/abi/decodeFunctionData.js.map +1 -1
- package/_cjs/utils/abi/decodeFunctionResult.js +1 -2
- package/_cjs/utils/abi/decodeFunctionResult.js.map +1 -1
- package/_cjs/utils/abi/encodeAbiParameters.js +2 -3
- package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/encodeDeployData.js +1 -2
- package/_cjs/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/utils/abi/encodeErrorResult.js +1 -2
- package/_cjs/utils/abi/encodeErrorResult.js.map +1 -1
- package/_cjs/utils/abi/encodeEventTopics.js +6 -7
- package/_cjs/utils/abi/encodeEventTopics.js.map +1 -1
- package/_cjs/utils/abi/encodeFunctionData.js +1 -2
- package/_cjs/utils/abi/encodeFunctionData.js.map +1 -1
- package/_cjs/utils/abi/encodeFunctionResult.js +1 -2
- package/_cjs/utils/abi/encodeFunctionResult.js.map +1 -1
- package/_cjs/utils/abi/encodePacked.js +1 -2
- package/_cjs/utils/abi/encodePacked.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItem.js +2 -3
- package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItemWithArgs.js +1 -2
- package/_cjs/utils/abi/formatAbiItemWithArgs.js.map +1 -1
- package/_cjs/utils/abi/getAbiItem.js +3 -4
- package/_cjs/utils/abi/getAbiItem.js.map +1 -1
- package/_cjs/utils/abi/parseEventLogs.js +1 -2
- package/_cjs/utils/abi/parseEventLogs.js.map +1 -1
- package/_cjs/utils/abi/prepareEncodeFunctionData.js +1 -2
- package/_cjs/utils/abi/prepareEncodeFunctionData.js.map +1 -1
- package/_cjs/utils/address/getAddress.js +2 -3
- package/_cjs/utils/address/getAddress.js.map +1 -1
- package/_cjs/utils/address/getContractAddress.js +3 -4
- package/_cjs/utils/address/getContractAddress.js.map +1 -1
- package/_cjs/utils/address/isAddress.js +2 -2
- package/_cjs/utils/address/isAddress.js.map +1 -1
- package/_cjs/utils/address/isAddressEqual.js +1 -2
- package/_cjs/utils/address/isAddressEqual.js.map +1 -1
- package/_cjs/utils/blob/blobsToCommitments.js +1 -2
- package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
- package/_cjs/utils/blob/blobsToProofs.js +1 -2
- package/_cjs/utils/blob/blobsToProofs.js.map +1 -1
- package/_cjs/utils/blob/commitmentToVersionedHash.js +1 -2
- package/_cjs/utils/blob/commitmentToVersionedHash.js.map +1 -1
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js +1 -2
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/fromBlobs.js +1 -2
- package/_cjs/utils/blob/fromBlobs.js.map +1 -1
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js +1 -2
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/toBlobSidecars.js +1 -2
- package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js +1 -2
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/buildRequest.js +2 -3
- package/_cjs/utils/buildRequest.js.map +1 -1
- package/_cjs/utils/ccip.js +3 -3
- package/_cjs/utils/ccip.js.map +1 -1
- package/_cjs/utils/chain/assertCurrentChain.js +1 -2
- package/_cjs/utils/chain/assertCurrentChain.js.map +1 -1
- package/_cjs/utils/chain/defineChain.js +1 -2
- package/_cjs/utils/chain/defineChain.js.map +1 -1
- package/_cjs/utils/chain/extractChain.js +1 -2
- package/_cjs/utils/chain/extractChain.js.map +1 -1
- package/_cjs/utils/chain/getChainContractAddress.js +1 -2
- package/_cjs/utils/chain/getChainContractAddress.js.map +1 -1
- package/_cjs/utils/cursor.js +1 -2
- package/_cjs/utils/cursor.js.map +1 -1
- package/_cjs/utils/data/concat.js +3 -4
- package/_cjs/utils/data/concat.js.map +1 -1
- package/_cjs/utils/data/isBytes.js +1 -2
- package/_cjs/utils/data/isBytes.js.map +1 -1
- package/_cjs/utils/data/isBytesEqual.js +1 -2
- package/_cjs/utils/data/isBytesEqual.js.map +1 -1
- package/_cjs/utils/data/isHex.js +1 -2
- package/_cjs/utils/data/isHex.js.map +1 -1
- package/_cjs/utils/data/pad.js +3 -4
- package/_cjs/utils/data/pad.js.map +1 -1
- package/_cjs/utils/data/size.js +1 -2
- package/_cjs/utils/data/size.js.map +1 -1
- package/_cjs/utils/data/slice.js +3 -4
- package/_cjs/utils/data/slice.js.map +1 -1
- package/_cjs/utils/data/trim.js +1 -2
- package/_cjs/utils/data/trim.js.map +1 -1
- package/_cjs/utils/encoding/fromBytes.js +5 -6
- package/_cjs/utils/encoding/fromBytes.js.map +1 -1
- package/_cjs/utils/encoding/fromHex.js +6 -7
- package/_cjs/utils/encoding/fromHex.js.map +1 -1
- package/_cjs/utils/encoding/fromRlp.js +1 -2
- package/_cjs/utils/encoding/fromRlp.js.map +1 -1
- package/_cjs/utils/encoding/toBytes.js +5 -6
- package/_cjs/utils/encoding/toBytes.js.map +1 -1
- package/_cjs/utils/encoding/toHex.js +5 -6
- package/_cjs/utils/encoding/toHex.js.map +1 -1
- package/_cjs/utils/encoding/toRlp.js +3 -4
- package/_cjs/utils/encoding/toRlp.js.map +1 -1
- package/_cjs/utils/ens/avatar/parseAvatarRecord.js +1 -2
- package/_cjs/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
- package/_cjs/utils/ens/avatar/utils.js +8 -9
- package/_cjs/utils/ens/avatar/utils.js.map +1 -1
- package/_cjs/utils/ens/encodeLabelhash.js +1 -2
- package/_cjs/utils/ens/encodeLabelhash.js.map +1 -1
- package/_cjs/utils/ens/encodedLabelToLabelhash.js +1 -2
- package/_cjs/utils/ens/encodedLabelToLabelhash.js.map +1 -1
- package/_cjs/utils/ens/errors.js +1 -2
- package/_cjs/utils/ens/errors.js.map +1 -1
- package/_cjs/utils/ens/labelhash.js +1 -2
- package/_cjs/utils/ens/labelhash.js.map +1 -1
- package/_cjs/utils/ens/namehash.js +1 -2
- package/_cjs/utils/ens/namehash.js.map +1 -1
- package/_cjs/utils/ens/normalize.js +1 -2
- package/_cjs/utils/ens/normalize.js.map +1 -1
- package/_cjs/utils/ens/packetToBytes.js +1 -2
- package/_cjs/utils/ens/packetToBytes.js.map +1 -1
- package/_cjs/utils/errors/getCallError.js +1 -2
- package/_cjs/utils/errors/getCallError.js.map +1 -1
- package/_cjs/utils/errors/getContractError.js +1 -2
- package/_cjs/utils/errors/getContractError.js.map +1 -1
- package/_cjs/utils/errors/getEstimateGasError.js +1 -2
- package/_cjs/utils/errors/getEstimateGasError.js.map +1 -1
- package/_cjs/utils/errors/getNodeError.js +2 -3
- package/_cjs/utils/errors/getNodeError.js.map +1 -1
- package/_cjs/utils/errors/getTransactionError.js +1 -2
- package/_cjs/utils/errors/getTransactionError.js.map +1 -1
- package/_cjs/utils/filters/createFilterRequestScope.js +1 -2
- package/_cjs/utils/filters/createFilterRequestScope.js.map +1 -1
- package/_cjs/utils/formatters/block.js +2 -2
- package/_cjs/utils/formatters/block.js.map +1 -1
- package/_cjs/utils/formatters/extract.js +1 -2
- package/_cjs/utils/formatters/extract.js.map +1 -1
- package/_cjs/utils/formatters/feeHistory.js +1 -2
- package/_cjs/utils/formatters/feeHistory.js.map +1 -1
- package/_cjs/utils/formatters/formatter.js +1 -2
- package/_cjs/utils/formatters/formatter.js.map +1 -1
- package/_cjs/utils/formatters/log.js +1 -2
- package/_cjs/utils/formatters/log.js.map +1 -1
- package/_cjs/utils/formatters/proof.js +1 -2
- package/_cjs/utils/formatters/proof.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js +2 -2
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_cjs/utils/formatters/transactionReceipt.js +2 -2
- package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +2 -2
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/getAction.js +9 -6
- package/_cjs/utils/getAction.js.map +1 -1
- package/_cjs/utils/hash/hashSignature.js +1 -2
- package/_cjs/utils/hash/hashSignature.js.map +1 -1
- package/_cjs/utils/hash/isHash.js +1 -2
- package/_cjs/utils/hash/isHash.js.map +1 -1
- package/_cjs/utils/hash/keccak256.js +1 -2
- package/_cjs/utils/hash/keccak256.js.map +1 -1
- package/_cjs/utils/hash/normalizeSignature.js +1 -2
- package/_cjs/utils/hash/normalizeSignature.js.map +1 -1
- package/_cjs/utils/hash/ripemd160.js +1 -2
- package/_cjs/utils/hash/ripemd160.js.map +1 -1
- package/_cjs/utils/hash/sha256.js +1 -2
- package/_cjs/utils/hash/sha256.js.map +1 -1
- package/_cjs/utils/hash/toSignatureHash.js +1 -2
- package/_cjs/utils/hash/toSignatureHash.js.map +1 -1
- package/_cjs/utils/index.js.map +1 -1
- package/_cjs/utils/kzg/defineKzg.js +1 -2
- package/_cjs/utils/kzg/defineKzg.js.map +1 -1
- package/_cjs/utils/kzg/setupKzg.js +1 -2
- package/_cjs/utils/kzg/setupKzg.js.map +1 -1
- package/_cjs/utils/nonceManager.js +3 -3
- package/_cjs/utils/nonceManager.js.map +1 -1
- package/_cjs/utils/observe.js +2 -2
- package/_cjs/utils/observe.js.map +1 -1
- package/_cjs/utils/poll.js +1 -2
- package/_cjs/utils/poll.js.map +1 -1
- package/_cjs/utils/promise/createBatchScheduler.js +1 -2
- package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
- package/_cjs/utils/promise/withCache.js +3 -3
- package/_cjs/utils/promise/withCache.js.map +1 -1
- package/_cjs/utils/promise/withDedupe.js +2 -2
- package/_cjs/utils/promise/withDedupe.js.map +1 -1
- package/_cjs/utils/promise/withRetry.js +1 -2
- package/_cjs/utils/promise/withRetry.js.map +1 -1
- package/_cjs/utils/promise/withTimeout.js +1 -2
- package/_cjs/utils/promise/withTimeout.js.map +1 -1
- package/_cjs/utils/rpc/compat.js +2 -2
- package/_cjs/utils/rpc/compat.js.map +1 -1
- package/_cjs/utils/rpc/http.js +1 -2
- package/_cjs/utils/rpc/http.js.map +1 -1
- package/_cjs/utils/rpc/ipc.js +2 -3
- package/_cjs/utils/rpc/ipc.js.map +1 -1
- package/_cjs/utils/rpc/socket.js +2 -2
- package/_cjs/utils/rpc/socket.js.map +1 -1
- package/_cjs/utils/rpc/webSocket.js +1 -2
- package/_cjs/utils/rpc/webSocket.js.map +1 -1
- package/_cjs/utils/signature/compactSignatureToSignature.js +1 -2
- package/_cjs/utils/signature/compactSignatureToSignature.js.map +1 -1
- package/_cjs/utils/signature/hashMessage.js +1 -2
- package/_cjs/utils/signature/hashMessage.js.map +1 -1
- package/_cjs/utils/signature/hashTypedData.js +4 -5
- package/_cjs/utils/signature/hashTypedData.js.map +1 -1
- package/_cjs/utils/signature/isErc6492Signature.js +1 -2
- package/_cjs/utils/signature/isErc6492Signature.js.map +1 -1
- package/_cjs/utils/signature/parseCompactSignature.js +1 -2
- package/_cjs/utils/signature/parseCompactSignature.js.map +1 -1
- package/_cjs/utils/signature/parseErc6492Signature.js +1 -2
- package/_cjs/utils/signature/parseErc6492Signature.js.map +1 -1
- package/_cjs/utils/signature/parseSignature.js +1 -2
- package/_cjs/utils/signature/parseSignature.js.map +1 -1
- package/_cjs/utils/signature/recoverAddress.js +1 -2
- package/_cjs/utils/signature/recoverAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverMessageAddress.js +1 -2
- package/_cjs/utils/signature/recoverMessageAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverPublicKey.js +1 -2
- package/_cjs/utils/signature/recoverPublicKey.js.map +1 -1
- package/_cjs/utils/signature/recoverTransactionAddress.js +1 -2
- package/_cjs/utils/signature/recoverTransactionAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverTypedDataAddress.js +1 -2
- package/_cjs/utils/signature/recoverTypedDataAddress.js.map +1 -1
- package/_cjs/utils/signature/serializeCompactSignature.js +1 -2
- package/_cjs/utils/signature/serializeCompactSignature.js.map +1 -1
- package/_cjs/utils/signature/serializeErc6492Signature.js +1 -2
- package/_cjs/utils/signature/serializeErc6492Signature.js.map +1 -1
- package/_cjs/utils/signature/serializeSignature.js +1 -2
- package/_cjs/utils/signature/serializeSignature.js.map +1 -1
- package/_cjs/utils/signature/signatureToCompactSignature.js +1 -2
- package/_cjs/utils/signature/signatureToCompactSignature.js.map +1 -1
- package/_cjs/utils/signature/toPrefixedMessage.js +1 -2
- package/_cjs/utils/signature/toPrefixedMessage.js.map +1 -1
- package/_cjs/utils/signature/verifyMessage.js +1 -2
- package/_cjs/utils/signature/verifyMessage.js.map +1 -1
- package/_cjs/utils/signature/verifyTypedData.js +1 -2
- package/_cjs/utils/signature/verifyTypedData.js.map +1 -1
- package/_cjs/utils/siwe/createSiweMessage.js +1 -2
- package/_cjs/utils/siwe/createSiweMessage.js.map +1 -1
- package/_cjs/utils/siwe/generateSiweNonce.js +1 -2
- package/_cjs/utils/siwe/generateSiweNonce.js.map +1 -1
- package/_cjs/utils/siwe/parseSiweMessage.js +1 -2
- package/_cjs/utils/siwe/parseSiweMessage.js.map +1 -1
- package/_cjs/utils/siwe/utils.js +1 -2
- package/_cjs/utils/siwe/utils.js.map +1 -1
- package/_cjs/utils/siwe/validateSiweMessage.js +1 -2
- package/_cjs/utils/siwe/validateSiweMessage.js.map +1 -1
- package/_cjs/utils/stateOverride.js +3 -4
- package/_cjs/utils/stateOverride.js.map +1 -1
- package/_cjs/utils/transaction/assertRequest.js +1 -2
- package/_cjs/utils/transaction/assertRequest.js.map +1 -1
- package/_cjs/utils/transaction/assertTransaction.js +4 -5
- package/_cjs/utils/transaction/assertTransaction.js.map +1 -1
- package/_cjs/utils/transaction/getSerializedTransactionType.js +1 -2
- package/_cjs/utils/transaction/getSerializedTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/getTransactionType.js +1 -2
- package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/parseTransaction.js +3 -4
- package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
- package/_cjs/utils/transaction/serializeAccessList.js +1 -2
- package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +2 -3
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_cjs/utils/typedData.js +4 -5
- package/_cjs/utils/typedData.js.map +1 -1
- package/_cjs/utils/uid.js +1 -2
- package/_cjs/utils/uid.js.map +1 -1
- package/_cjs/utils/unit/formatEther.js +1 -2
- package/_cjs/utils/unit/formatEther.js.map +1 -1
- package/_cjs/utils/unit/formatGwei.js +1 -2
- package/_cjs/utils/unit/formatGwei.js.map +1 -1
- package/_cjs/utils/unit/formatUnits.js +1 -2
- package/_cjs/utils/unit/formatUnits.js.map +1 -1
- package/_cjs/utils/unit/parseEther.js +1 -2
- package/_cjs/utils/unit/parseEther.js.map +1 -1
- package/_cjs/utils/unit/parseGwei.js +1 -2
- package/_cjs/utils/unit/parseGwei.js.map +1 -1
- package/_cjs/utils/unit/parseUnits.js +1 -2
- package/_cjs/utils/unit/parseUnits.js.map +1 -1
- package/_cjs/utils/wait.js +1 -2
- package/_cjs/utils/wait.js.map +1 -1
- package/_cjs/zksync/actions/deployContract.js +1 -2
- package/_cjs/zksync/actions/deployContract.js.map +1 -1
- package/_cjs/zksync/actions/estimateFee.js +1 -2
- package/_cjs/zksync/actions/estimateFee.js.map +1 -1
- package/_cjs/zksync/actions/estimateGasL1ToL2.js +1 -2
- package/_cjs/zksync/actions/estimateGasL1ToL2.js.map +1 -1
- package/_cjs/zksync/actions/getAllBalances.js +1 -2
- package/_cjs/zksync/actions/getAllBalances.js.map +1 -1
- package/_cjs/zksync/actions/getBaseTokenL1Address.js +1 -2
- package/_cjs/zksync/actions/getBaseTokenL1Address.js.map +1 -1
- package/_cjs/zksync/actions/getBlockDetails.js +1 -2
- package/_cjs/zksync/actions/getBlockDetails.js.map +1 -1
- package/_cjs/zksync/actions/getBridgehubContractAddress.js +1 -2
- package/_cjs/zksync/actions/getBridgehubContractAddress.js.map +1 -1
- package/_cjs/zksync/actions/getDefaultBridgeAddresses.js +1 -2
- package/_cjs/zksync/actions/getDefaultBridgeAddresses.js.map +1 -1
- package/_cjs/zksync/actions/getL1Allowance.js +1 -2
- package/_cjs/zksync/actions/getL1Allowance.js.map +1 -1
- package/_cjs/zksync/actions/getL1Balance.js +1 -2
- package/_cjs/zksync/actions/getL1Balance.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchBlockRange.js +1 -2
- package/_cjs/zksync/actions/getL1BatchBlockRange.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchDetails.js +1 -2
- package/_cjs/zksync/actions/getL1BatchDetails.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchNumber.js +1 -2
- package/_cjs/zksync/actions/getL1BatchNumber.js.map +1 -1
- package/_cjs/zksync/actions/getL1ChainId.js +1 -2
- package/_cjs/zksync/actions/getL1ChainId.js.map +1 -1
- package/_cjs/zksync/actions/getL1TokenBalance.js +1 -2
- package/_cjs/zksync/actions/getL1TokenBalance.js.map +1 -1
- package/_cjs/zksync/actions/getLogProof.js +1 -2
- package/_cjs/zksync/actions/getLogProof.js.map +1 -1
- package/_cjs/zksync/actions/getMainContractAddress.js +1 -2
- package/_cjs/zksync/actions/getMainContractAddress.js.map +1 -1
- package/_cjs/zksync/actions/getRawBlockTransactions.js +1 -2
- package/_cjs/zksync/actions/getRawBlockTransactions.js.map +1 -1
- package/_cjs/zksync/actions/getTestnetPaymasterAddress.js +1 -2
- package/_cjs/zksync/actions/getTestnetPaymasterAddress.js.map +1 -1
- package/_cjs/zksync/actions/getTransactionDetails.js +1 -2
- package/_cjs/zksync/actions/getTransactionDetails.js.map +1 -1
- package/_cjs/zksync/actions/sendEip712Transaction.js +1 -2
- package/_cjs/zksync/actions/sendEip712Transaction.js.map +1 -1
- package/_cjs/zksync/actions/sendTransaction.js +1 -2
- package/_cjs/zksync/actions/sendTransaction.js.map +1 -1
- package/_cjs/zksync/actions/signEip712Transaction.js +1 -2
- package/_cjs/zksync/actions/signEip712Transaction.js.map +1 -1
- package/_cjs/zksync/actions/signTransaction.js +1 -2
- package/_cjs/zksync/actions/signTransaction.js.map +1 -1
- package/_cjs/zksync/decorators/eip712.js +1 -2
- package/_cjs/zksync/decorators/eip712.js.map +1 -1
- package/_cjs/zksync/decorators/publicL1.js +1 -2
- package/_cjs/zksync/decorators/publicL1.js.map +1 -1
- package/_cjs/zksync/decorators/publicL2.js +1 -2
- package/_cjs/zksync/decorators/publicL2.js.map +1 -1
- package/_cjs/zksync/serializers.js +2 -2
- package/_cjs/zksync/serializers.js.map +1 -1
- package/_cjs/zksync/utils/abi/encodeDeployData.js +1 -2
- package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/zksync/utils/assertEip712Request.js +1 -2
- package/_cjs/zksync/utils/assertEip712Request.js.map +1 -1
- package/_cjs/zksync/utils/assertEip712Transaction.js +1 -2
- package/_cjs/zksync/utils/assertEip712Transaction.js.map +1 -1
- package/_cjs/zksync/utils/camelCaseKeys.js +1 -2
- package/_cjs/zksync/utils/camelCaseKeys.js.map +1 -1
- package/_cjs/zksync/utils/hashBytecode.js +1 -2
- package/_cjs/zksync/utils/hashBytecode.js.map +1 -1
- package/_cjs/zksync/utils/isEip712Transaction.js +1 -2
- package/_cjs/zksync/utils/isEip712Transaction.js.map +1 -1
- package/_cjs/zksync/utils/isEth.js +1 -2
- package/_cjs/zksync/utils/isEth.js.map +1 -1
- package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js +1 -2
- package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js.map +1 -1
- package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js +1 -2
- package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js.map +1 -1
- package/_esm/actions/public/createEventFilter.js +7 -7
- package/_esm/actions/public/createEventFilter.js.map +1 -1
- package/_esm/actions/public/getLogs.js +7 -7
- package/_esm/actions/public/getLogs.js.map +1 -1
- package/_esm/actions/public/watchEvent.js +7 -7
- package/_esm/actions/public/watchEvent.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +1 -0
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/chains/definitions/dchain.js +24 -0
- package/_esm/chains/definitions/dchain.js.map +1 -0
- package/_esm/chains/definitions/dchainTestnet.js +26 -0
- package/_esm/chains/definitions/dchainTestnet.js.map +1 -0
- package/_esm/chains/index.js +2 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/erc7715/actions/grantPermissions.js +130 -0
- package/_esm/experimental/erc7715/actions/grantPermissions.js.map +1 -0
- package/_esm/experimental/erc7715/decorators/erc7715.js +3 -3
- package/_esm/experimental/erc7715/types/policy.js +2 -0
- package/_esm/experimental/erc7715/types/policy.js.map +1 -0
- package/_esm/experimental/index.js +1 -3
- package/_esm/experimental/index.js.map +1 -1
- package/_esm/experimental/solady/actions/signTypedData.js +6 -28
- package/_esm/experimental/solady/actions/signTypedData.js.map +1 -1
- package/_esm/experimental/solady/index.js +8 -0
- package/_esm/experimental/solady/index.js.map +1 -0
- package/_esm/experimental/solady/utils/hashMessage.js +32 -0
- package/_esm/experimental/solady/utils/hashMessage.js.map +1 -0
- package/_esm/experimental/solady/utils/hashTypedData.js +72 -0
- package/_esm/experimental/solady/utils/hashTypedData.js.map +1 -0
- package/_esm/experimental/solady/utils/wrapTypedDataSignature.js +82 -0
- package/_esm/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
- package/_esm/index.js.map +1 -1
- package/_esm/utils/abi/encodeEventTopics.js +5 -5
- package/_esm/utils/abi/encodeEventTopics.js.map +1 -1
- package/_esm/utils/getAction.js +11 -7
- package/_esm/utils/getAction.js.map +1 -1
- package/_esm/utils/index.js.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +1086 -1086
- package/_types/celo/formatters.d.ts +543 -543
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +260 -260
- package/_types/chains/definitions/ancient8Sepolia.d.ts +260 -260
- package/_types/chains/definitions/base.d.ts +260 -260
- package/_types/chains/definitions/baseGoerli.d.ts +260 -260
- package/_types/chains/definitions/baseSepolia.d.ts +260 -260
- package/_types/chains/definitions/celo.d.ts +1086 -1086
- package/_types/chains/definitions/celoAlfajores.d.ts +1086 -1086
- package/_types/chains/definitions/dchain.d.ts +1049 -0
- package/_types/chains/definitions/dchain.d.ts.map +1 -0
- package/_types/chains/definitions/dchainTestnet.d.ts +1049 -0
- package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/fraxtal.d.ts +260 -260
- package/_types/chains/definitions/fraxtalTestnet.d.ts +260 -260
- package/_types/chains/definitions/funkiSepolia.d.ts +260 -260
- package/_types/chains/definitions/lisk.d.ts +315 -315
- package/_types/chains/definitions/liskSepolia.d.ts +260 -260
- package/_types/chains/definitions/metalL2.d.ts +260 -260
- package/_types/chains/definitions/optimism.d.ts +260 -260
- package/_types/chains/definitions/optimismGoerli.d.ts +260 -260
- package/_types/chains/definitions/optimismSepolia.d.ts +260 -260
- package/_types/chains/definitions/pgn.d.ts +260 -260
- package/_types/chains/definitions/pgnTestnet.d.ts +260 -260
- package/_types/chains/definitions/playfiAlbireo.d.ts +315 -315
- package/_types/chains/definitions/rss3.d.ts +260 -260
- package/_types/chains/definitions/rss3Sepolia.d.ts +260 -260
- package/_types/chains/definitions/zkSync.d.ts +315 -315
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +315 -315
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +315 -315
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +315 -315
- package/_types/chains/definitions/zkSyncTestnet.d.ts +315 -315
- package/_types/chains/definitions/zora.d.ts +260 -260
- package/_types/chains/definitions/zoraSepolia.d.ts +260 -260
- package/_types/chains/definitions/zoraTestnet.d.ts +260 -260
- package/_types/chains/index.d.ts +2 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -1
- package/_types/experimental/erc7715/actions/{issuePermissions.d.ts → grantPermissions.d.ts} +18 -16
- package/_types/experimental/erc7715/actions/{issuePermissions.d.ts.map → grantPermissions.d.ts.map} +1 -1
- package/_types/experimental/erc7715/decorators/erc7715.d.ts +5 -5
- package/_types/experimental/erc7715/decorators/erc7715.d.ts.map +1 -1
- package/_types/experimental/erc7715/types/permission.d.ts +24 -20
- package/_types/experimental/erc7715/types/permission.d.ts.map +1 -1
- package/_types/experimental/erc7715/types/policy.d.ts +36 -0
- package/_types/experimental/erc7715/types/policy.d.ts.map +1 -0
- package/_types/experimental/erc7715/types/signer.d.ts +5 -1
- package/_types/experimental/erc7715/types/signer.d.ts.map +1 -1
- package/_types/experimental/index.d.ts +1 -3
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/experimental/solady/actions/signTypedData.d.ts.map +1 -1
- package/_types/experimental/solady/decorators/solady.d.ts.map +1 -1
- package/_types/experimental/solady/index.d.ts +7 -0
- package/_types/experimental/solady/index.d.ts.map +1 -0
- package/_types/experimental/solady/utils/hashMessage.d.ts +30 -0
- package/_types/experimental/solady/utils/hashMessage.d.ts.map +1 -0
- package/_types/experimental/solady/utils/hashTypedData.d.ts +59 -0
- package/_types/experimental/solady/utils/hashTypedData.d.ts.map +1 -0
- package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts +50 -0
- package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts.map +1 -0
- package/_types/index.d.ts +2 -2
- package/_types/index.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +260 -260
- package/_types/op-stack/decorators/publicL1.d.ts.map +1 -1
- package/_types/op-stack/decorators/publicL2.d.ts.map +1 -1
- package/_types/op-stack/decorators/walletL1.d.ts.map +1 -1
- package/_types/op-stack/decorators/walletL2.d.ts.map +1 -1
- package/_types/op-stack/formatters.d.ts +260 -260
- package/_types/op-stack/formatters.d.ts.map +1 -1
- package/_types/types/eip1193.d.ts +19 -10
- package/_types/types/eip1193.d.ts.map +1 -1
- package/_types/utils/abi/decodeFunctionData.d.ts +1 -1
- package/_types/utils/abi/decodeFunctionData.d.ts.map +1 -1
- package/_types/utils/abi/encodeEventTopics.d.ts +3 -1
- package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
- package/_types/utils/formatters/block.d.ts.map +1 -1
- package/_types/utils/formatters/formatter.d.ts +2 -2
- package/_types/utils/formatters/formatter.d.ts.map +1 -1
- package/_types/utils/formatters/log.d.ts.map +1 -1
- package/_types/utils/formatters/proof.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +127 -126
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +67 -66
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/getAction.d.ts +9 -1
- package/_types/utils/getAction.d.ts.map +1 -1
- package/_types/utils/index.d.ts +1 -1
- package/_types/utils/index.d.ts.map +1 -1
- package/_types/utils/rpc/compat.d.ts.map +1 -1
- package/_types/utils/rpc/ipc.d.ts +0 -2
- package/_types/utils/rpc/ipc.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +315 -315
- package/_types/zksync/decorators/eip712.d.ts.map +1 -1
- package/_types/zksync/decorators/publicL1.d.ts.map +1 -1
- package/_types/zksync/decorators/publicL2.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +315 -315
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/public/createEventFilter.ts +9 -9
- package/actions/public/getLogs.ts +9 -9
- package/actions/public/watchEvent.ts +9 -9
- package/actions/wallet/sendTransaction.ts +1 -0
- package/chains/definitions/dchain.ts +24 -0
- package/chains/definitions/dchainTestnet.ts +27 -0
- package/chains/index.ts +2 -0
- package/errors/version.ts +1 -1
- package/experimental/erc7715/actions/{issuePermissions.ts → grantPermissions.ts} +82 -54
- package/experimental/erc7715/decorators/erc7715.ts +11 -11
- package/experimental/erc7715/types/permission.ts +28 -26
- package/experimental/erc7715/types/policy.ts +43 -0
- package/experimental/erc7715/types/signer.ts +8 -1
- package/experimental/index.ts +4 -16
- package/experimental/solady/actions/signTypedData.ts +6 -35
- package/experimental/solady/index.ts +36 -0
- package/experimental/solady/utils/hashMessage.ts +60 -0
- package/experimental/solady/utils/hashTypedData.ts +112 -0
- package/experimental/solady/utils/wrapTypedDataSignature.ts +108 -0
- package/index.ts +3 -2
- package/package.json +9 -1
- package/types/eip1193.ts +19 -10
- package/utils/abi/encodeEventTopics.ts +13 -11
- package/utils/getAction.ts +31 -15
- package/utils/index.ts +1 -0
- package/_cjs/experimental/erc7715/actions/issuePermissions.js +0 -74
- package/_cjs/experimental/erc7715/actions/issuePermissions.js.map +0 -1
- package/_esm/experimental/erc7715/actions/issuePermissions.js +0 -107
- package/_esm/experimental/erc7715/actions/issuePermissions.js.map +0 -1
|
@@ -31,37 +31,37 @@ export declare const celo: {
|
|
|
31
31
|
readonly block: {
|
|
32
32
|
exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
|
|
33
33
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").CeloBlockOverrides & {
|
|
34
|
-
transactions: readonly
|
|
34
|
+
transactions: readonly import("../../index.js").Hash[] | readonly import("../index.js").CeloRpcTransaction[];
|
|
35
35
|
}>) => {
|
|
36
36
|
baseFeePerGas: bigint | null;
|
|
37
37
|
blobGasUsed: bigint;
|
|
38
38
|
difficulty: bigint;
|
|
39
39
|
excessBlobGas: bigint;
|
|
40
|
-
extraData:
|
|
40
|
+
extraData: import("../../index.js").Hex;
|
|
41
41
|
gasLimit: bigint;
|
|
42
42
|
gasUsed: bigint;
|
|
43
43
|
hash: `0x${string}` | null;
|
|
44
44
|
logsBloom: `0x${string}` | null;
|
|
45
|
-
miner:
|
|
46
|
-
mixHash:
|
|
45
|
+
miner: import("abitype").Address;
|
|
46
|
+
mixHash: import("../../index.js").Hash;
|
|
47
47
|
nonce: `0x${string}` | null;
|
|
48
48
|
number: bigint | null;
|
|
49
|
-
parentHash:
|
|
50
|
-
receiptsRoot:
|
|
51
|
-
sealFields:
|
|
52
|
-
sha3Uncles:
|
|
49
|
+
parentHash: import("../../index.js").Hash;
|
|
50
|
+
receiptsRoot: import("../../index.js").Hex;
|
|
51
|
+
sealFields: import("../../index.js").Hex[];
|
|
52
|
+
sha3Uncles: import("../../index.js").Hash;
|
|
53
53
|
size: bigint;
|
|
54
|
-
stateRoot:
|
|
54
|
+
stateRoot: import("../../index.js").Hash;
|
|
55
55
|
timestamp: bigint;
|
|
56
56
|
totalDifficulty: bigint | null;
|
|
57
57
|
transactions: readonly `0x${string}`[] | readonly import("../index.js").CeloTransaction[];
|
|
58
|
-
transactionsRoot:
|
|
59
|
-
uncles:
|
|
58
|
+
transactionsRoot: import("../../index.js").Hash;
|
|
59
|
+
uncles: import("../../index.js").Hash[];
|
|
60
60
|
withdrawals?: import("../../index.js").Withdrawal[] | undefined;
|
|
61
|
-
withdrawalsRoot?:
|
|
61
|
+
withdrawalsRoot?: import("../../index.js").Hex | undefined;
|
|
62
62
|
randomness: {
|
|
63
|
-
committed:
|
|
64
|
-
revealed:
|
|
63
|
+
committed: import("../../index.js").Hex;
|
|
64
|
+
revealed: import("../../index.js").Hex;
|
|
65
65
|
};
|
|
66
66
|
} & {
|
|
67
67
|
nonce: never;
|
|
@@ -76,16 +76,16 @@ export declare const celo: {
|
|
|
76
76
|
exclude: [] | undefined;
|
|
77
77
|
format: (args: ({
|
|
78
78
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
79
|
-
r?:
|
|
80
|
-
s?:
|
|
79
|
+
r?: import("../../index.js").Hex;
|
|
80
|
+
s?: import("../../index.js").Hex;
|
|
81
81
|
v?: `0x${string}`;
|
|
82
82
|
yParity?: `0x${string}` | undefined;
|
|
83
83
|
gasPrice?: `0x${string}` | undefined;
|
|
84
84
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
85
85
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
86
86
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
87
|
-
to?:
|
|
88
|
-
from?:
|
|
87
|
+
to?: import("abitype").Address | null;
|
|
88
|
+
from?: import("abitype").Address;
|
|
89
89
|
gas?: `0x${string}`;
|
|
90
90
|
nonce?: `0x${string}`;
|
|
91
91
|
value?: `0x${string}`;
|
|
@@ -93,22 +93,22 @@ export declare const celo: {
|
|
|
93
93
|
blobVersionedHashes?: undefined;
|
|
94
94
|
blockHash?: `0x${string}` | null;
|
|
95
95
|
blockNumber?: `0x${string}` | null;
|
|
96
|
-
hash?:
|
|
97
|
-
input?:
|
|
96
|
+
hash?: import("../../index.js").Hash;
|
|
97
|
+
input?: import("../../index.js").Hex;
|
|
98
98
|
transactionIndex?: `0x${string}` | null;
|
|
99
99
|
chainId?: `0x${string}` | undefined;
|
|
100
100
|
} & {
|
|
101
101
|
type: "0x0";
|
|
102
|
-
r:
|
|
103
|
-
s:
|
|
102
|
+
r: import("../../index.js").Hex;
|
|
103
|
+
s: import("../../index.js").Hex;
|
|
104
104
|
v: `0x${string}`;
|
|
105
105
|
yParity?: undefined;
|
|
106
106
|
gasPrice: `0x${string}`;
|
|
107
107
|
maxFeePerBlobGas?: undefined;
|
|
108
108
|
maxFeePerGas?: undefined;
|
|
109
109
|
maxPriorityFeePerGas?: undefined;
|
|
110
|
-
to:
|
|
111
|
-
from:
|
|
110
|
+
to: import("abitype").Address | null;
|
|
111
|
+
from: import("abitype").Address;
|
|
112
112
|
gas: `0x${string}`;
|
|
113
113
|
nonce: `0x${string}`;
|
|
114
114
|
value: `0x${string}`;
|
|
@@ -116,26 +116,26 @@ export declare const celo: {
|
|
|
116
116
|
blobVersionedHashes?: undefined;
|
|
117
117
|
blockHash: `0x${string}` | null;
|
|
118
118
|
blockNumber: `0x${string}` | null;
|
|
119
|
-
hash:
|
|
120
|
-
input:
|
|
119
|
+
hash: import("../../index.js").Hash;
|
|
120
|
+
input: import("../../index.js").Hex;
|
|
121
121
|
transactionIndex: `0x${string}` | null;
|
|
122
122
|
chainId?: `0x${string}` | undefined;
|
|
123
123
|
} & {
|
|
124
|
-
feeCurrency:
|
|
125
|
-
gatewayFee:
|
|
126
|
-
gatewayFeeRecipient:
|
|
124
|
+
feeCurrency: import("abitype").Address | null;
|
|
125
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
126
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
127
127
|
}) | ({
|
|
128
128
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
129
|
-
r?:
|
|
130
|
-
s?:
|
|
129
|
+
r?: import("../../index.js").Hex;
|
|
130
|
+
s?: import("../../index.js").Hex;
|
|
131
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?:
|
|
138
|
-
from?:
|
|
137
|
+
to?: import("abitype").Address | null;
|
|
138
|
+
from?: import("abitype").Address;
|
|
139
139
|
gas?: `0x${string}`;
|
|
140
140
|
nonce?: `0x${string}`;
|
|
141
141
|
value?: `0x${string}`;
|
|
@@ -143,27 +143,27 @@ export declare const celo: {
|
|
|
143
143
|
blobVersionedHashes?: undefined;
|
|
144
144
|
blockHash?: `0x${string}` | null;
|
|
145
145
|
blockNumber?: `0x${string}` | null;
|
|
146
|
-
hash?:
|
|
147
|
-
input?:
|
|
146
|
+
hash?: import("../../index.js").Hash;
|
|
147
|
+
input?: import("../../index.js").Hex;
|
|
148
148
|
transactionIndex?: `0x${string}` | null;
|
|
149
149
|
chainId?: `0x${string}` | undefined;
|
|
150
150
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
151
|
-
feeCurrency:
|
|
152
|
-
gatewayFee:
|
|
153
|
-
gatewayFeeRecipient:
|
|
151
|
+
feeCurrency: import("abitype").Address | null;
|
|
152
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
153
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
154
154
|
type: "0x7c";
|
|
155
155
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
156
156
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
157
|
-
r?:
|
|
158
|
-
s?:
|
|
157
|
+
r?: import("../../index.js").Hex;
|
|
158
|
+
s?: import("../../index.js").Hex;
|
|
159
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?:
|
|
166
|
-
from?:
|
|
165
|
+
to?: import("abitype").Address | null;
|
|
166
|
+
from?: import("abitype").Address;
|
|
167
167
|
gas?: `0x${string}`;
|
|
168
168
|
nonce?: `0x${string}`;
|
|
169
169
|
value?: `0x${string}`;
|
|
@@ -171,26 +171,26 @@ export declare const celo: {
|
|
|
171
171
|
blobVersionedHashes?: undefined;
|
|
172
172
|
blockHash?: `0x${string}` | null;
|
|
173
173
|
blockNumber?: `0x${string}` | null;
|
|
174
|
-
hash?:
|
|
175
|
-
input?:
|
|
174
|
+
hash?: import("../../index.js").Hash;
|
|
175
|
+
input?: import("../../index.js").Hex;
|
|
176
176
|
transactionIndex?: `0x${string}` | null;
|
|
177
177
|
chainId?: `0x${string}` | undefined;
|
|
178
178
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
179
|
-
feeCurrency:
|
|
179
|
+
feeCurrency: import("abitype").Address | null;
|
|
180
180
|
gatewayFee?: undefined;
|
|
181
181
|
gatewayFeeRecipient?: undefined;
|
|
182
182
|
type: "0x7b";
|
|
183
183
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
184
184
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
185
|
-
r?:
|
|
186
|
-
s?:
|
|
185
|
+
r?: import("../../index.js").Hex;
|
|
186
|
+
s?: import("../../index.js").Hex;
|
|
187
187
|
v?: `0x${string}`;
|
|
188
188
|
gasPrice?: `0x${string}` | undefined;
|
|
189
189
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
190
190
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
191
191
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
192
|
-
to?:
|
|
193
|
-
from?:
|
|
192
|
+
to?: import("abitype").Address | null;
|
|
193
|
+
from?: import("abitype").Address;
|
|
194
194
|
gas?: `0x${string}`;
|
|
195
195
|
nonce?: `0x${string}`;
|
|
196
196
|
value?: `0x${string}`;
|
|
@@ -198,23 +198,23 @@ export declare const celo: {
|
|
|
198
198
|
blobVersionedHashes?: undefined;
|
|
199
199
|
blockHash?: `0x${string}` | null;
|
|
200
200
|
blockNumber?: `0x${string}` | null;
|
|
201
|
-
hash?:
|
|
202
|
-
input?:
|
|
201
|
+
hash?: import("../../index.js").Hash;
|
|
202
|
+
input?: import("../../index.js").Hex;
|
|
203
203
|
transactionIndex?: `0x${string}` | null;
|
|
204
204
|
chainId?: `0x${string}` | undefined;
|
|
205
205
|
yParity?: `0x${string}` | undefined;
|
|
206
206
|
} & {
|
|
207
207
|
type: "0x0";
|
|
208
|
-
r:
|
|
209
|
-
s:
|
|
208
|
+
r: import("../../index.js").Hex;
|
|
209
|
+
s: import("../../index.js").Hex;
|
|
210
210
|
v: `0x${string}`;
|
|
211
211
|
yParity?: undefined;
|
|
212
212
|
gasPrice: `0x${string}`;
|
|
213
213
|
maxFeePerBlobGas?: undefined;
|
|
214
214
|
maxFeePerGas?: undefined;
|
|
215
215
|
maxPriorityFeePerGas?: undefined;
|
|
216
|
-
to:
|
|
217
|
-
from:
|
|
216
|
+
to: import("abitype").Address | null;
|
|
217
|
+
from: import("abitype").Address;
|
|
218
218
|
gas: `0x${string}`;
|
|
219
219
|
nonce: `0x${string}`;
|
|
220
220
|
value: `0x${string}`;
|
|
@@ -222,25 +222,25 @@ export declare const celo: {
|
|
|
222
222
|
blobVersionedHashes?: undefined;
|
|
223
223
|
blockHash: `0x${string}` | null;
|
|
224
224
|
blockNumber: `0x${string}` | null;
|
|
225
|
-
hash:
|
|
226
|
-
input:
|
|
225
|
+
hash: import("../../index.js").Hash;
|
|
226
|
+
input: import("../../index.js").Hex;
|
|
227
227
|
transactionIndex: `0x${string}` | null;
|
|
228
228
|
chainId?: `0x${string}` | undefined;
|
|
229
229
|
} & {
|
|
230
|
-
feeCurrency:
|
|
231
|
-
gatewayFee:
|
|
232
|
-
gatewayFeeRecipient:
|
|
230
|
+
feeCurrency: import("abitype").Address | null;
|
|
231
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
232
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
233
233
|
}) | ({
|
|
234
234
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
235
|
-
r?:
|
|
236
|
-
s?:
|
|
235
|
+
r?: import("../../index.js").Hex;
|
|
236
|
+
s?: import("../../index.js").Hex;
|
|
237
237
|
v?: `0x${string}`;
|
|
238
238
|
gasPrice?: `0x${string}` | undefined;
|
|
239
239
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
240
240
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
241
241
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
242
|
-
to?:
|
|
243
|
-
from?:
|
|
242
|
+
to?: import("abitype").Address | null;
|
|
243
|
+
from?: import("abitype").Address;
|
|
244
244
|
gas?: `0x${string}`;
|
|
245
245
|
nonce?: `0x${string}`;
|
|
246
246
|
value?: `0x${string}`;
|
|
@@ -248,22 +248,22 @@ export declare const celo: {
|
|
|
248
248
|
blobVersionedHashes?: undefined;
|
|
249
249
|
blockHash?: `0x${string}` | null;
|
|
250
250
|
blockNumber?: `0x${string}` | null;
|
|
251
|
-
hash?:
|
|
252
|
-
input?:
|
|
251
|
+
hash?: import("../../index.js").Hash;
|
|
252
|
+
input?: import("../../index.js").Hex;
|
|
253
253
|
transactionIndex?: `0x${string}` | null;
|
|
254
254
|
chainId?: `0x${string}` | undefined;
|
|
255
255
|
yParity?: `0x${string}` | undefined;
|
|
256
256
|
} & {
|
|
257
257
|
type: "0x1";
|
|
258
|
-
r:
|
|
259
|
-
s:
|
|
258
|
+
r: import("../../index.js").Hex;
|
|
259
|
+
s: import("../../index.js").Hex;
|
|
260
260
|
v: `0x${string}`;
|
|
261
261
|
gasPrice: `0x${string}`;
|
|
262
262
|
maxFeePerBlobGas?: undefined;
|
|
263
263
|
maxFeePerGas?: undefined;
|
|
264
264
|
maxPriorityFeePerGas?: undefined;
|
|
265
|
-
to:
|
|
266
|
-
from:
|
|
265
|
+
to: import("abitype").Address | null;
|
|
266
|
+
from: import("abitype").Address;
|
|
267
267
|
gas: `0x${string}`;
|
|
268
268
|
nonce: `0x${string}`;
|
|
269
269
|
value: `0x${string}`;
|
|
@@ -271,26 +271,26 @@ export declare const celo: {
|
|
|
271
271
|
blobVersionedHashes?: undefined;
|
|
272
272
|
blockHash: `0x${string}` | null;
|
|
273
273
|
blockNumber: `0x${string}` | null;
|
|
274
|
-
hash:
|
|
275
|
-
input:
|
|
274
|
+
hash: import("../../index.js").Hash;
|
|
275
|
+
input: import("../../index.js").Hex;
|
|
276
276
|
transactionIndex: `0x${string}` | null;
|
|
277
277
|
chainId: `0x${string}`;
|
|
278
278
|
yParity?: `0x${string}` | undefined;
|
|
279
279
|
} & {
|
|
280
|
-
feeCurrency:
|
|
281
|
-
gatewayFee:
|
|
282
|
-
gatewayFeeRecipient:
|
|
280
|
+
feeCurrency: import("abitype").Address | null;
|
|
281
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
282
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
283
283
|
}) | ({
|
|
284
284
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
285
|
-
r?:
|
|
286
|
-
s?:
|
|
285
|
+
r?: import("../../index.js").Hex;
|
|
286
|
+
s?: import("../../index.js").Hex;
|
|
287
287
|
v?: `0x${string}`;
|
|
288
288
|
gasPrice?: `0x${string}` | undefined;
|
|
289
289
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
290
290
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
291
291
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
292
|
-
to?:
|
|
293
|
-
from?:
|
|
292
|
+
to?: import("abitype").Address | null;
|
|
293
|
+
from?: import("abitype").Address;
|
|
294
294
|
gas?: `0x${string}`;
|
|
295
295
|
nonce?: `0x${string}`;
|
|
296
296
|
value?: `0x${string}`;
|
|
@@ -298,22 +298,22 @@ export declare const celo: {
|
|
|
298
298
|
blobVersionedHashes?: undefined;
|
|
299
299
|
blockHash?: `0x${string}` | null;
|
|
300
300
|
blockNumber?: `0x${string}` | null;
|
|
301
|
-
hash?:
|
|
302
|
-
input?:
|
|
301
|
+
hash?: import("../../index.js").Hash;
|
|
302
|
+
input?: import("../../index.js").Hex;
|
|
303
303
|
transactionIndex?: `0x${string}` | null;
|
|
304
304
|
chainId?: `0x${string}` | undefined;
|
|
305
305
|
yParity?: `0x${string}` | undefined;
|
|
306
306
|
} & {
|
|
307
307
|
type: "0x2";
|
|
308
|
-
r:
|
|
309
|
-
s:
|
|
308
|
+
r: import("../../index.js").Hex;
|
|
309
|
+
s: import("../../index.js").Hex;
|
|
310
310
|
v: `0x${string}`;
|
|
311
311
|
gasPrice?: undefined;
|
|
312
312
|
maxFeePerBlobGas?: undefined;
|
|
313
313
|
maxFeePerGas: `0x${string}`;
|
|
314
314
|
maxPriorityFeePerGas: `0x${string}`;
|
|
315
|
-
to:
|
|
316
|
-
from:
|
|
315
|
+
to: import("abitype").Address | null;
|
|
316
|
+
from: import("abitype").Address;
|
|
317
317
|
gas: `0x${string}`;
|
|
318
318
|
nonce: `0x${string}`;
|
|
319
319
|
value: `0x${string}`;
|
|
@@ -321,26 +321,26 @@ export declare const celo: {
|
|
|
321
321
|
blobVersionedHashes?: undefined;
|
|
322
322
|
blockHash: `0x${string}` | null;
|
|
323
323
|
blockNumber: `0x${string}` | null;
|
|
324
|
-
hash:
|
|
325
|
-
input:
|
|
324
|
+
hash: import("../../index.js").Hash;
|
|
325
|
+
input: import("../../index.js").Hex;
|
|
326
326
|
transactionIndex: `0x${string}` | null;
|
|
327
327
|
chainId: `0x${string}`;
|
|
328
328
|
yParity?: `0x${string}` | undefined;
|
|
329
329
|
} & {
|
|
330
|
-
feeCurrency:
|
|
331
|
-
gatewayFee:
|
|
332
|
-
gatewayFeeRecipient:
|
|
330
|
+
feeCurrency: import("abitype").Address | null;
|
|
331
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
332
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
333
333
|
}) | ({
|
|
334
334
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
335
|
-
r?:
|
|
336
|
-
s?:
|
|
335
|
+
r?: import("../../index.js").Hex;
|
|
336
|
+
s?: import("../../index.js").Hex;
|
|
337
337
|
v?: `0x${string}`;
|
|
338
338
|
gasPrice?: `0x${string}` | undefined;
|
|
339
339
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
340
340
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
341
341
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
342
|
-
to?:
|
|
343
|
-
from?:
|
|
342
|
+
to?: import("abitype").Address | null;
|
|
343
|
+
from?: import("abitype").Address;
|
|
344
344
|
gas?: `0x${string}`;
|
|
345
345
|
nonce?: `0x${string}`;
|
|
346
346
|
value?: `0x${string}`;
|
|
@@ -348,27 +348,27 @@ export declare const celo: {
|
|
|
348
348
|
blobVersionedHashes?: undefined;
|
|
349
349
|
blockHash?: `0x${string}` | null;
|
|
350
350
|
blockNumber?: `0x${string}` | null;
|
|
351
|
-
hash?:
|
|
352
|
-
input?:
|
|
351
|
+
hash?: import("../../index.js").Hash;
|
|
352
|
+
input?: import("../../index.js").Hex;
|
|
353
353
|
transactionIndex?: `0x${string}` | null;
|
|
354
354
|
chainId?: `0x${string}` | undefined;
|
|
355
355
|
yParity?: `0x${string}` | undefined;
|
|
356
356
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
357
|
-
feeCurrency:
|
|
358
|
-
gatewayFee:
|
|
359
|
-
gatewayFeeRecipient:
|
|
357
|
+
feeCurrency: import("abitype").Address | null;
|
|
358
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
359
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
360
360
|
type: "0x7c";
|
|
361
361
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
362
362
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
363
|
-
r?:
|
|
364
|
-
s?:
|
|
363
|
+
r?: import("../../index.js").Hex;
|
|
364
|
+
s?: import("../../index.js").Hex;
|
|
365
365
|
v?: `0x${string}`;
|
|
366
366
|
gasPrice?: `0x${string}` | undefined;
|
|
367
367
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
368
368
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
369
369
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
370
|
-
to?:
|
|
371
|
-
from?:
|
|
370
|
+
to?: import("abitype").Address | null;
|
|
371
|
+
from?: import("abitype").Address;
|
|
372
372
|
gas?: `0x${string}`;
|
|
373
373
|
nonce?: `0x${string}`;
|
|
374
374
|
value?: `0x${string}`;
|
|
@@ -376,27 +376,27 @@ export declare const celo: {
|
|
|
376
376
|
blobVersionedHashes?: undefined;
|
|
377
377
|
blockHash?: `0x${string}` | null;
|
|
378
378
|
blockNumber?: `0x${string}` | null;
|
|
379
|
-
hash?:
|
|
380
|
-
input?:
|
|
379
|
+
hash?: import("../../index.js").Hash;
|
|
380
|
+
input?: import("../../index.js").Hex;
|
|
381
381
|
transactionIndex?: `0x${string}` | null;
|
|
382
382
|
chainId?: `0x${string}` | undefined;
|
|
383
383
|
yParity?: `0x${string}` | undefined;
|
|
384
384
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
385
|
-
feeCurrency:
|
|
385
|
+
feeCurrency: import("abitype").Address | null;
|
|
386
386
|
gatewayFee?: undefined;
|
|
387
387
|
gatewayFeeRecipient?: undefined;
|
|
388
388
|
type: "0x7b";
|
|
389
389
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
390
390
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
391
|
-
r?:
|
|
392
|
-
s?:
|
|
391
|
+
r?: import("../../index.js").Hex;
|
|
392
|
+
s?: import("../../index.js").Hex;
|
|
393
393
|
v?: `0x${string}`;
|
|
394
394
|
gasPrice?: `0x${string}` | undefined;
|
|
395
395
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
396
396
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
397
397
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
398
|
-
to?:
|
|
399
|
-
from?:
|
|
398
|
+
to?: import("abitype").Address | null;
|
|
399
|
+
from?: import("abitype").Address;
|
|
400
400
|
gas?: `0x${string}`;
|
|
401
401
|
nonce?: `0x${string}`;
|
|
402
402
|
value?: `0x${string}`;
|
|
@@ -404,23 +404,23 @@ export declare const celo: {
|
|
|
404
404
|
blobVersionedHashes?: undefined;
|
|
405
405
|
blockHash?: `0x${string}` | null;
|
|
406
406
|
blockNumber?: `0x${string}` | null;
|
|
407
|
-
hash?:
|
|
408
|
-
input?:
|
|
407
|
+
hash?: import("../../index.js").Hash;
|
|
408
|
+
input?: import("../../index.js").Hex;
|
|
409
409
|
transactionIndex?: `0x${string}` | null;
|
|
410
410
|
chainId?: `0x${string}` | undefined;
|
|
411
411
|
yParity?: `0x${string}` | undefined;
|
|
412
412
|
} & {
|
|
413
413
|
type: "0x0";
|
|
414
|
-
r:
|
|
415
|
-
s:
|
|
414
|
+
r: import("../../index.js").Hex;
|
|
415
|
+
s: import("../../index.js").Hex;
|
|
416
416
|
v: `0x${string}`;
|
|
417
417
|
yParity?: undefined;
|
|
418
418
|
gasPrice: `0x${string}`;
|
|
419
419
|
maxFeePerBlobGas?: undefined;
|
|
420
420
|
maxFeePerGas?: undefined;
|
|
421
421
|
maxPriorityFeePerGas?: undefined;
|
|
422
|
-
to:
|
|
423
|
-
from:
|
|
422
|
+
to: import("abitype").Address | null;
|
|
423
|
+
from: import("abitype").Address;
|
|
424
424
|
gas: `0x${string}`;
|
|
425
425
|
nonce: `0x${string}`;
|
|
426
426
|
value: `0x${string}`;
|
|
@@ -428,25 +428,25 @@ export declare const celo: {
|
|
|
428
428
|
blobVersionedHashes?: undefined;
|
|
429
429
|
blockHash: `0x${string}` | null;
|
|
430
430
|
blockNumber: `0x${string}` | null;
|
|
431
|
-
hash:
|
|
432
|
-
input:
|
|
431
|
+
hash: import("../../index.js").Hash;
|
|
432
|
+
input: import("../../index.js").Hex;
|
|
433
433
|
transactionIndex: `0x${string}` | null;
|
|
434
434
|
chainId?: `0x${string}` | undefined;
|
|
435
435
|
} & {
|
|
436
|
-
feeCurrency:
|
|
437
|
-
gatewayFee:
|
|
438
|
-
gatewayFeeRecipient:
|
|
436
|
+
feeCurrency: import("abitype").Address | null;
|
|
437
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
438
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
439
439
|
}) | ({
|
|
440
440
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
441
|
-
r?:
|
|
442
|
-
s?:
|
|
441
|
+
r?: import("../../index.js").Hex;
|
|
442
|
+
s?: import("../../index.js").Hex;
|
|
443
443
|
v?: `0x${string}`;
|
|
444
444
|
gasPrice?: `0x${string}` | undefined;
|
|
445
445
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
446
446
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
447
447
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
448
|
-
to?:
|
|
449
|
-
from?:
|
|
448
|
+
to?: import("abitype").Address | null;
|
|
449
|
+
from?: import("abitype").Address;
|
|
450
450
|
gas?: `0x${string}`;
|
|
451
451
|
nonce?: `0x${string}`;
|
|
452
452
|
value?: `0x${string}`;
|
|
@@ -454,22 +454,22 @@ export declare const celo: {
|
|
|
454
454
|
blobVersionedHashes?: undefined;
|
|
455
455
|
blockHash?: `0x${string}` | null;
|
|
456
456
|
blockNumber?: `0x${string}` | null;
|
|
457
|
-
hash?:
|
|
458
|
-
input?:
|
|
457
|
+
hash?: import("../../index.js").Hash;
|
|
458
|
+
input?: import("../../index.js").Hex;
|
|
459
459
|
transactionIndex?: `0x${string}` | null;
|
|
460
460
|
chainId?: `0x${string}` | undefined;
|
|
461
461
|
yParity?: `0x${string}` | undefined;
|
|
462
462
|
} & {
|
|
463
463
|
type: "0x1";
|
|
464
|
-
r:
|
|
465
|
-
s:
|
|
464
|
+
r: import("../../index.js").Hex;
|
|
465
|
+
s: import("../../index.js").Hex;
|
|
466
466
|
v: `0x${string}`;
|
|
467
467
|
gasPrice: `0x${string}`;
|
|
468
468
|
maxFeePerBlobGas?: undefined;
|
|
469
469
|
maxFeePerGas?: undefined;
|
|
470
470
|
maxPriorityFeePerGas?: undefined;
|
|
471
|
-
to:
|
|
472
|
-
from:
|
|
471
|
+
to: import("abitype").Address | null;
|
|
472
|
+
from: import("abitype").Address;
|
|
473
473
|
gas: `0x${string}`;
|
|
474
474
|
nonce: `0x${string}`;
|
|
475
475
|
value: `0x${string}`;
|
|
@@ -477,26 +477,26 @@ export declare const celo: {
|
|
|
477
477
|
blobVersionedHashes?: undefined;
|
|
478
478
|
blockHash: `0x${string}` | null;
|
|
479
479
|
blockNumber: `0x${string}` | null;
|
|
480
|
-
hash:
|
|
481
|
-
input:
|
|
480
|
+
hash: import("../../index.js").Hash;
|
|
481
|
+
input: import("../../index.js").Hex;
|
|
482
482
|
transactionIndex: `0x${string}` | null;
|
|
483
483
|
chainId: `0x${string}`;
|
|
484
484
|
yParity?: `0x${string}` | undefined;
|
|
485
485
|
} & {
|
|
486
|
-
feeCurrency:
|
|
487
|
-
gatewayFee:
|
|
488
|
-
gatewayFeeRecipient:
|
|
486
|
+
feeCurrency: import("abitype").Address | null;
|
|
487
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
488
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
489
489
|
}) | ({
|
|
490
490
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
491
|
-
r?:
|
|
492
|
-
s?:
|
|
491
|
+
r?: import("../../index.js").Hex;
|
|
492
|
+
s?: import("../../index.js").Hex;
|
|
493
493
|
v?: `0x${string}`;
|
|
494
494
|
gasPrice?: `0x${string}` | undefined;
|
|
495
495
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
496
496
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
497
497
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
498
|
-
to?:
|
|
499
|
-
from?:
|
|
498
|
+
to?: import("abitype").Address | null;
|
|
499
|
+
from?: import("abitype").Address;
|
|
500
500
|
gas?: `0x${string}`;
|
|
501
501
|
nonce?: `0x${string}`;
|
|
502
502
|
value?: `0x${string}`;
|
|
@@ -504,22 +504,22 @@ export declare const celo: {
|
|
|
504
504
|
blobVersionedHashes?: undefined;
|
|
505
505
|
blockHash?: `0x${string}` | null;
|
|
506
506
|
blockNumber?: `0x${string}` | null;
|
|
507
|
-
hash?:
|
|
508
|
-
input?:
|
|
507
|
+
hash?: import("../../index.js").Hash;
|
|
508
|
+
input?: import("../../index.js").Hex;
|
|
509
509
|
transactionIndex?: `0x${string}` | null;
|
|
510
510
|
chainId?: `0x${string}` | undefined;
|
|
511
511
|
yParity?: `0x${string}` | undefined;
|
|
512
512
|
} & {
|
|
513
513
|
type: "0x2";
|
|
514
|
-
r:
|
|
515
|
-
s:
|
|
514
|
+
r: import("../../index.js").Hex;
|
|
515
|
+
s: import("../../index.js").Hex;
|
|
516
516
|
v: `0x${string}`;
|
|
517
517
|
gasPrice?: undefined;
|
|
518
518
|
maxFeePerBlobGas?: undefined;
|
|
519
519
|
maxFeePerGas: `0x${string}`;
|
|
520
520
|
maxPriorityFeePerGas: `0x${string}`;
|
|
521
|
-
to:
|
|
522
|
-
from:
|
|
521
|
+
to: import("abitype").Address | null;
|
|
522
|
+
from: import("abitype").Address;
|
|
523
523
|
gas: `0x${string}`;
|
|
524
524
|
nonce: `0x${string}`;
|
|
525
525
|
value: `0x${string}`;
|
|
@@ -527,26 +527,26 @@ export declare const celo: {
|
|
|
527
527
|
blobVersionedHashes?: undefined;
|
|
528
528
|
blockHash: `0x${string}` | null;
|
|
529
529
|
blockNumber: `0x${string}` | null;
|
|
530
|
-
hash:
|
|
531
|
-
input:
|
|
530
|
+
hash: import("../../index.js").Hash;
|
|
531
|
+
input: import("../../index.js").Hex;
|
|
532
532
|
transactionIndex: `0x${string}` | null;
|
|
533
533
|
chainId: `0x${string}`;
|
|
534
534
|
yParity?: `0x${string}` | undefined;
|
|
535
535
|
} & {
|
|
536
|
-
feeCurrency:
|
|
537
|
-
gatewayFee:
|
|
538
|
-
gatewayFeeRecipient:
|
|
536
|
+
feeCurrency: import("abitype").Address | null;
|
|
537
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
538
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
539
539
|
}) | ({
|
|
540
540
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
541
|
-
r?:
|
|
542
|
-
s?:
|
|
541
|
+
r?: import("../../index.js").Hex;
|
|
542
|
+
s?: import("../../index.js").Hex;
|
|
543
543
|
v?: `0x${string}`;
|
|
544
544
|
gasPrice?: `0x${string}` | undefined;
|
|
545
545
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
546
546
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
547
547
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
548
|
-
to?:
|
|
549
|
-
from?:
|
|
548
|
+
to?: import("abitype").Address | null;
|
|
549
|
+
from?: import("abitype").Address;
|
|
550
550
|
gas?: `0x${string}`;
|
|
551
551
|
nonce?: `0x${string}`;
|
|
552
552
|
value?: `0x${string}`;
|
|
@@ -554,27 +554,27 @@ export declare const celo: {
|
|
|
554
554
|
blobVersionedHashes?: undefined;
|
|
555
555
|
blockHash?: `0x${string}` | null;
|
|
556
556
|
blockNumber?: `0x${string}` | null;
|
|
557
|
-
hash?:
|
|
558
|
-
input?:
|
|
557
|
+
hash?: import("../../index.js").Hash;
|
|
558
|
+
input?: import("../../index.js").Hex;
|
|
559
559
|
transactionIndex?: `0x${string}` | null;
|
|
560
560
|
chainId?: `0x${string}` | undefined;
|
|
561
561
|
yParity?: `0x${string}` | undefined;
|
|
562
562
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
563
|
-
feeCurrency:
|
|
564
|
-
gatewayFee:
|
|
565
|
-
gatewayFeeRecipient:
|
|
563
|
+
feeCurrency: import("abitype").Address | null;
|
|
564
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
565
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
566
566
|
type: "0x7c";
|
|
567
567
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
568
568
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
569
|
-
r?:
|
|
570
|
-
s?:
|
|
569
|
+
r?: import("../../index.js").Hex;
|
|
570
|
+
s?: import("../../index.js").Hex;
|
|
571
571
|
v?: `0x${string}`;
|
|
572
572
|
gasPrice?: `0x${string}` | undefined;
|
|
573
573
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
574
574
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
575
575
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
576
|
-
to?:
|
|
577
|
-
from?:
|
|
576
|
+
to?: import("abitype").Address | null;
|
|
577
|
+
from?: import("abitype").Address;
|
|
578
578
|
gas?: `0x${string}`;
|
|
579
579
|
nonce?: `0x${string}`;
|
|
580
580
|
value?: `0x${string}`;
|
|
@@ -582,27 +582,27 @@ export declare const celo: {
|
|
|
582
582
|
blobVersionedHashes?: undefined;
|
|
583
583
|
blockHash?: `0x${string}` | null;
|
|
584
584
|
blockNumber?: `0x${string}` | null;
|
|
585
|
-
hash?:
|
|
586
|
-
input?:
|
|
585
|
+
hash?: import("../../index.js").Hash;
|
|
586
|
+
input?: import("../../index.js").Hex;
|
|
587
587
|
transactionIndex?: `0x${string}` | null;
|
|
588
588
|
chainId?: `0x${string}` | undefined;
|
|
589
589
|
yParity?: `0x${string}` | undefined;
|
|
590
590
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
591
|
-
feeCurrency:
|
|
591
|
+
feeCurrency: import("abitype").Address | null;
|
|
592
592
|
gatewayFee?: undefined;
|
|
593
593
|
gatewayFeeRecipient?: undefined;
|
|
594
594
|
type: "0x7b";
|
|
595
595
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
596
596
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
597
|
-
r?:
|
|
598
|
-
s?:
|
|
597
|
+
r?: import("../../index.js").Hex;
|
|
598
|
+
s?: import("../../index.js").Hex;
|
|
599
599
|
v?: `0x${string}`;
|
|
600
600
|
gasPrice?: `0x${string}` | undefined;
|
|
601
601
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
602
602
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
603
603
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
604
|
-
to?:
|
|
605
|
-
from?:
|
|
604
|
+
to?: import("abitype").Address | null;
|
|
605
|
+
from?: import("abitype").Address;
|
|
606
606
|
gas?: `0x${string}`;
|
|
607
607
|
nonce?: `0x${string}`;
|
|
608
608
|
value?: `0x${string}`;
|
|
@@ -610,23 +610,23 @@ export declare const celo: {
|
|
|
610
610
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
611
611
|
blockHash?: `0x${string}` | null;
|
|
612
612
|
blockNumber?: `0x${string}` | null;
|
|
613
|
-
hash?:
|
|
614
|
-
input?:
|
|
613
|
+
hash?: import("../../index.js").Hash;
|
|
614
|
+
input?: import("../../index.js").Hex;
|
|
615
615
|
transactionIndex?: `0x${string}` | null;
|
|
616
616
|
chainId?: `0x${string}` | undefined;
|
|
617
617
|
yParity?: `0x${string}` | undefined;
|
|
618
618
|
} & {
|
|
619
619
|
type: "0x0";
|
|
620
|
-
r:
|
|
621
|
-
s:
|
|
620
|
+
r: import("../../index.js").Hex;
|
|
621
|
+
s: import("../../index.js").Hex;
|
|
622
622
|
v: `0x${string}`;
|
|
623
623
|
yParity?: undefined;
|
|
624
624
|
gasPrice: `0x${string}`;
|
|
625
625
|
maxFeePerBlobGas?: undefined;
|
|
626
626
|
maxFeePerGas?: undefined;
|
|
627
627
|
maxPriorityFeePerGas?: undefined;
|
|
628
|
-
to:
|
|
629
|
-
from:
|
|
628
|
+
to: import("abitype").Address | null;
|
|
629
|
+
from: import("abitype").Address;
|
|
630
630
|
gas: `0x${string}`;
|
|
631
631
|
nonce: `0x${string}`;
|
|
632
632
|
value: `0x${string}`;
|
|
@@ -634,25 +634,25 @@ export declare const celo: {
|
|
|
634
634
|
blobVersionedHashes?: undefined;
|
|
635
635
|
blockHash: `0x${string}` | null;
|
|
636
636
|
blockNumber: `0x${string}` | null;
|
|
637
|
-
hash:
|
|
638
|
-
input:
|
|
637
|
+
hash: import("../../index.js").Hash;
|
|
638
|
+
input: import("../../index.js").Hex;
|
|
639
639
|
transactionIndex: `0x${string}` | null;
|
|
640
640
|
chainId?: `0x${string}` | undefined;
|
|
641
641
|
} & {
|
|
642
|
-
feeCurrency:
|
|
643
|
-
gatewayFee:
|
|
644
|
-
gatewayFeeRecipient:
|
|
642
|
+
feeCurrency: import("abitype").Address | null;
|
|
643
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
644
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
645
645
|
}) | ({
|
|
646
646
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
647
|
-
r?:
|
|
648
|
-
s?:
|
|
647
|
+
r?: import("../../index.js").Hex;
|
|
648
|
+
s?: import("../../index.js").Hex;
|
|
649
649
|
v?: `0x${string}`;
|
|
650
650
|
gasPrice?: `0x${string}` | undefined;
|
|
651
651
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
652
652
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
653
653
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
654
|
-
to?:
|
|
655
|
-
from?:
|
|
654
|
+
to?: import("abitype").Address | null;
|
|
655
|
+
from?: import("abitype").Address;
|
|
656
656
|
gas?: `0x${string}`;
|
|
657
657
|
nonce?: `0x${string}`;
|
|
658
658
|
value?: `0x${string}`;
|
|
@@ -660,22 +660,22 @@ export declare const celo: {
|
|
|
660
660
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
661
661
|
blockHash?: `0x${string}` | null;
|
|
662
662
|
blockNumber?: `0x${string}` | null;
|
|
663
|
-
hash?:
|
|
664
|
-
input?:
|
|
663
|
+
hash?: import("../../index.js").Hash;
|
|
664
|
+
input?: import("../../index.js").Hex;
|
|
665
665
|
transactionIndex?: `0x${string}` | null;
|
|
666
666
|
chainId?: `0x${string}` | undefined;
|
|
667
667
|
yParity?: `0x${string}` | undefined;
|
|
668
668
|
} & {
|
|
669
669
|
type: "0x1";
|
|
670
|
-
r:
|
|
671
|
-
s:
|
|
670
|
+
r: import("../../index.js").Hex;
|
|
671
|
+
s: import("../../index.js").Hex;
|
|
672
672
|
v: `0x${string}`;
|
|
673
673
|
gasPrice: `0x${string}`;
|
|
674
674
|
maxFeePerBlobGas?: undefined;
|
|
675
675
|
maxFeePerGas?: undefined;
|
|
676
676
|
maxPriorityFeePerGas?: undefined;
|
|
677
|
-
to:
|
|
678
|
-
from:
|
|
677
|
+
to: import("abitype").Address | null;
|
|
678
|
+
from: import("abitype").Address;
|
|
679
679
|
gas: `0x${string}`;
|
|
680
680
|
nonce: `0x${string}`;
|
|
681
681
|
value: `0x${string}`;
|
|
@@ -683,26 +683,26 @@ export declare const celo: {
|
|
|
683
683
|
blobVersionedHashes?: undefined;
|
|
684
684
|
blockHash: `0x${string}` | null;
|
|
685
685
|
blockNumber: `0x${string}` | null;
|
|
686
|
-
hash:
|
|
687
|
-
input:
|
|
686
|
+
hash: import("../../index.js").Hash;
|
|
687
|
+
input: import("../../index.js").Hex;
|
|
688
688
|
transactionIndex: `0x${string}` | null;
|
|
689
689
|
chainId: `0x${string}`;
|
|
690
690
|
yParity?: `0x${string}` | undefined;
|
|
691
691
|
} & {
|
|
692
|
-
feeCurrency:
|
|
693
|
-
gatewayFee:
|
|
694
|
-
gatewayFeeRecipient:
|
|
692
|
+
feeCurrency: import("abitype").Address | null;
|
|
693
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
694
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
695
695
|
}) | ({
|
|
696
696
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
697
|
-
r?:
|
|
698
|
-
s?:
|
|
697
|
+
r?: import("../../index.js").Hex;
|
|
698
|
+
s?: import("../../index.js").Hex;
|
|
699
699
|
v?: `0x${string}`;
|
|
700
700
|
gasPrice?: `0x${string}` | undefined;
|
|
701
701
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
702
702
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
703
703
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
704
|
-
to?:
|
|
705
|
-
from?:
|
|
704
|
+
to?: import("abitype").Address | null;
|
|
705
|
+
from?: import("abitype").Address;
|
|
706
706
|
gas?: `0x${string}`;
|
|
707
707
|
nonce?: `0x${string}`;
|
|
708
708
|
value?: `0x${string}`;
|
|
@@ -710,22 +710,22 @@ export declare const celo: {
|
|
|
710
710
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
711
711
|
blockHash?: `0x${string}` | null;
|
|
712
712
|
blockNumber?: `0x${string}` | null;
|
|
713
|
-
hash?:
|
|
714
|
-
input?:
|
|
713
|
+
hash?: import("../../index.js").Hash;
|
|
714
|
+
input?: import("../../index.js").Hex;
|
|
715
715
|
transactionIndex?: `0x${string}` | null;
|
|
716
716
|
chainId?: `0x${string}` | undefined;
|
|
717
717
|
yParity?: `0x${string}` | undefined;
|
|
718
718
|
} & {
|
|
719
719
|
type: "0x2";
|
|
720
|
-
r:
|
|
721
|
-
s:
|
|
720
|
+
r: import("../../index.js").Hex;
|
|
721
|
+
s: import("../../index.js").Hex;
|
|
722
722
|
v: `0x${string}`;
|
|
723
723
|
gasPrice?: undefined;
|
|
724
724
|
maxFeePerBlobGas?: undefined;
|
|
725
725
|
maxFeePerGas: `0x${string}`;
|
|
726
726
|
maxPriorityFeePerGas: `0x${string}`;
|
|
727
|
-
to:
|
|
728
|
-
from:
|
|
727
|
+
to: import("abitype").Address | null;
|
|
728
|
+
from: import("abitype").Address;
|
|
729
729
|
gas: `0x${string}`;
|
|
730
730
|
nonce: `0x${string}`;
|
|
731
731
|
value: `0x${string}`;
|
|
@@ -733,26 +733,26 @@ export declare const celo: {
|
|
|
733
733
|
blobVersionedHashes?: undefined;
|
|
734
734
|
blockHash: `0x${string}` | null;
|
|
735
735
|
blockNumber: `0x${string}` | null;
|
|
736
|
-
hash:
|
|
737
|
-
input:
|
|
736
|
+
hash: import("../../index.js").Hash;
|
|
737
|
+
input: import("../../index.js").Hex;
|
|
738
738
|
transactionIndex: `0x${string}` | null;
|
|
739
739
|
chainId: `0x${string}`;
|
|
740
740
|
yParity?: `0x${string}` | undefined;
|
|
741
741
|
} & {
|
|
742
|
-
feeCurrency:
|
|
743
|
-
gatewayFee:
|
|
744
|
-
gatewayFeeRecipient:
|
|
742
|
+
feeCurrency: import("abitype").Address | null;
|
|
743
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
744
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
745
745
|
}) | ({
|
|
746
746
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
747
|
-
r?:
|
|
748
|
-
s?:
|
|
747
|
+
r?: import("../../index.js").Hex;
|
|
748
|
+
s?: import("../../index.js").Hex;
|
|
749
749
|
v?: `0x${string}`;
|
|
750
750
|
gasPrice?: `0x${string}` | undefined;
|
|
751
751
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
752
752
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
753
753
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
754
|
-
to?:
|
|
755
|
-
from?:
|
|
754
|
+
to?: import("abitype").Address | null;
|
|
755
|
+
from?: import("abitype").Address;
|
|
756
756
|
gas?: `0x${string}`;
|
|
757
757
|
nonce?: `0x${string}`;
|
|
758
758
|
value?: `0x${string}`;
|
|
@@ -760,49 +760,49 @@ export declare const celo: {
|
|
|
760
760
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
761
761
|
blockHash?: `0x${string}` | null;
|
|
762
762
|
blockNumber?: `0x${string}` | null;
|
|
763
|
-
hash?:
|
|
764
|
-
input?:
|
|
763
|
+
hash?: import("../../index.js").Hash;
|
|
764
|
+
input?: import("../../index.js").Hex;
|
|
765
765
|
transactionIndex?: `0x${string}` | null;
|
|
766
766
|
chainId?: `0x${string}` | undefined;
|
|
767
767
|
yParity?: `0x${string}` | undefined;
|
|
768
768
|
} & {
|
|
769
769
|
type: "0x3";
|
|
770
|
-
r:
|
|
771
|
-
s:
|
|
770
|
+
r: import("../../index.js").Hex;
|
|
771
|
+
s: import("../../index.js").Hex;
|
|
772
772
|
v: `0x${string}`;
|
|
773
773
|
gasPrice?: undefined;
|
|
774
774
|
maxFeePerBlobGas: `0x${string}`;
|
|
775
775
|
maxFeePerGas: `0x${string}`;
|
|
776
776
|
maxPriorityFeePerGas: `0x${string}`;
|
|
777
|
-
to:
|
|
778
|
-
from:
|
|
777
|
+
to: import("abitype").Address | null;
|
|
778
|
+
from: import("abitype").Address;
|
|
779
779
|
gas: `0x${string}`;
|
|
780
780
|
nonce: `0x${string}`;
|
|
781
781
|
value: `0x${string}`;
|
|
782
782
|
accessList: import("../../index.js").AccessList;
|
|
783
|
-
blobVersionedHashes: readonly
|
|
783
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
784
784
|
blockHash: `0x${string}` | null;
|
|
785
785
|
blockNumber: `0x${string}` | null;
|
|
786
|
-
hash:
|
|
787
|
-
input:
|
|
786
|
+
hash: import("../../index.js").Hash;
|
|
787
|
+
input: import("../../index.js").Hex;
|
|
788
788
|
transactionIndex: `0x${string}` | null;
|
|
789
789
|
chainId: `0x${string}`;
|
|
790
790
|
yParity?: `0x${string}` | undefined;
|
|
791
791
|
} & {
|
|
792
|
-
feeCurrency:
|
|
793
|
-
gatewayFee:
|
|
794
|
-
gatewayFeeRecipient:
|
|
792
|
+
feeCurrency: import("abitype").Address | null;
|
|
793
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
794
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
795
795
|
}) | ({
|
|
796
796
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
797
|
-
r?:
|
|
798
|
-
s?:
|
|
797
|
+
r?: import("../../index.js").Hex;
|
|
798
|
+
s?: import("../../index.js").Hex;
|
|
799
799
|
v?: `0x${string}`;
|
|
800
800
|
gasPrice?: `0x${string}` | undefined;
|
|
801
801
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
802
802
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
803
803
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
804
|
-
to?:
|
|
805
|
-
from?:
|
|
804
|
+
to?: import("abitype").Address | null;
|
|
805
|
+
from?: import("abitype").Address;
|
|
806
806
|
gas?: `0x${string}`;
|
|
807
807
|
nonce?: `0x${string}`;
|
|
808
808
|
value?: `0x${string}`;
|
|
@@ -810,27 +810,27 @@ export declare const celo: {
|
|
|
810
810
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
811
811
|
blockHash?: `0x${string}` | null;
|
|
812
812
|
blockNumber?: `0x${string}` | null;
|
|
813
|
-
hash?:
|
|
814
|
-
input?:
|
|
813
|
+
hash?: import("../../index.js").Hash;
|
|
814
|
+
input?: import("../../index.js").Hex;
|
|
815
815
|
transactionIndex?: `0x${string}` | null;
|
|
816
816
|
chainId?: `0x${string}` | undefined;
|
|
817
817
|
yParity?: `0x${string}` | undefined;
|
|
818
818
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
819
|
-
feeCurrency:
|
|
820
|
-
gatewayFee:
|
|
821
|
-
gatewayFeeRecipient:
|
|
819
|
+
feeCurrency: import("abitype").Address | null;
|
|
820
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
821
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
822
822
|
type: "0x7c";
|
|
823
823
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
824
824
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
825
|
-
r?:
|
|
826
|
-
s?:
|
|
825
|
+
r?: import("../../index.js").Hex;
|
|
826
|
+
s?: import("../../index.js").Hex;
|
|
827
827
|
v?: `0x${string}`;
|
|
828
828
|
gasPrice?: `0x${string}` | undefined;
|
|
829
829
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
830
830
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
831
831
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
832
|
-
to?:
|
|
833
|
-
from?:
|
|
832
|
+
to?: import("abitype").Address | null;
|
|
833
|
+
from?: import("abitype").Address;
|
|
834
834
|
gas?: `0x${string}`;
|
|
835
835
|
nonce?: `0x${string}`;
|
|
836
836
|
value?: `0x${string}`;
|
|
@@ -838,31 +838,31 @@ export declare const celo: {
|
|
|
838
838
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
839
839
|
blockHash?: `0x${string}` | null;
|
|
840
840
|
blockNumber?: `0x${string}` | null;
|
|
841
|
-
hash?:
|
|
842
|
-
input?:
|
|
841
|
+
hash?: import("../../index.js").Hash;
|
|
842
|
+
input?: import("../../index.js").Hex;
|
|
843
843
|
transactionIndex?: `0x${string}` | null;
|
|
844
844
|
chainId?: `0x${string}` | undefined;
|
|
845
845
|
yParity?: `0x${string}` | undefined;
|
|
846
846
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
847
|
-
feeCurrency:
|
|
847
|
+
feeCurrency: import("abitype").Address | null;
|
|
848
848
|
gatewayFee?: undefined;
|
|
849
849
|
gatewayFeeRecipient?: undefined;
|
|
850
850
|
type: "0x7b";
|
|
851
851
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>)) => ({
|
|
852
|
-
r:
|
|
853
|
-
s:
|
|
852
|
+
r: import("../../index.js").Hex;
|
|
853
|
+
s: import("../../index.js").Hex;
|
|
854
854
|
v: bigint;
|
|
855
|
-
to:
|
|
856
|
-
from:
|
|
855
|
+
to: import("abitype").Address | null;
|
|
856
|
+
from: import("abitype").Address;
|
|
857
857
|
gas: bigint;
|
|
858
858
|
nonce: number;
|
|
859
859
|
value: bigint;
|
|
860
860
|
blockHash: `0x${string}` | null;
|
|
861
861
|
blockNumber: bigint | null;
|
|
862
|
-
hash:
|
|
863
|
-
input:
|
|
862
|
+
hash: import("../../index.js").Hash;
|
|
863
|
+
input: import("../../index.js").Hex;
|
|
864
864
|
transactionIndex: number | null;
|
|
865
|
-
typeHex:
|
|
865
|
+
typeHex: import("../../index.js").Hex | null;
|
|
866
866
|
accessList?: undefined;
|
|
867
867
|
blobVersionedHashes?: undefined;
|
|
868
868
|
chainId?: number | undefined;
|
|
@@ -872,24 +872,24 @@ export declare const celo: {
|
|
|
872
872
|
maxFeePerBlobGas?: undefined;
|
|
873
873
|
maxFeePerGas?: undefined;
|
|
874
874
|
maxPriorityFeePerGas?: undefined;
|
|
875
|
-
feeCurrency:
|
|
875
|
+
feeCurrency: import("abitype").Address | null;
|
|
876
876
|
gatewayFee?: undefined;
|
|
877
877
|
gatewayFeeRecipient?: undefined;
|
|
878
878
|
} | {
|
|
879
|
-
r:
|
|
880
|
-
s:
|
|
879
|
+
r: import("../../index.js").Hex;
|
|
880
|
+
s: import("../../index.js").Hex;
|
|
881
881
|
v: bigint;
|
|
882
|
-
to:
|
|
883
|
-
from:
|
|
882
|
+
to: import("abitype").Address | null;
|
|
883
|
+
from: import("abitype").Address;
|
|
884
884
|
gas: bigint;
|
|
885
885
|
nonce: number;
|
|
886
886
|
value: bigint;
|
|
887
887
|
blockHash: `0x${string}` | null;
|
|
888
888
|
blockNumber: bigint | null;
|
|
889
|
-
hash:
|
|
890
|
-
input:
|
|
889
|
+
hash: import("../../index.js").Hash;
|
|
890
|
+
input: import("../../index.js").Hex;
|
|
891
891
|
transactionIndex: number | null;
|
|
892
|
-
typeHex:
|
|
892
|
+
typeHex: import("../../index.js").Hex | null;
|
|
893
893
|
accessList?: undefined;
|
|
894
894
|
blobVersionedHashes?: undefined;
|
|
895
895
|
chainId?: number | undefined;
|
|
@@ -899,24 +899,24 @@ export declare const celo: {
|
|
|
899
899
|
maxFeePerBlobGas?: undefined;
|
|
900
900
|
maxFeePerGas: bigint;
|
|
901
901
|
maxPriorityFeePerGas: bigint;
|
|
902
|
-
feeCurrency:
|
|
902
|
+
feeCurrency: import("abitype").Address | null;
|
|
903
903
|
gatewayFee: bigint | null;
|
|
904
|
-
gatewayFeeRecipient:
|
|
904
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
905
905
|
} | {
|
|
906
|
-
r:
|
|
907
|
-
s:
|
|
906
|
+
r: import("../../index.js").Hex;
|
|
907
|
+
s: import("../../index.js").Hex;
|
|
908
908
|
v: bigint;
|
|
909
|
-
to:
|
|
910
|
-
from:
|
|
909
|
+
to: import("abitype").Address | null;
|
|
910
|
+
from: import("abitype").Address;
|
|
911
911
|
gas: bigint;
|
|
912
912
|
nonce: number;
|
|
913
913
|
value: bigint;
|
|
914
914
|
blockHash: `0x${string}` | null;
|
|
915
915
|
blockNumber: bigint | null;
|
|
916
|
-
hash:
|
|
917
|
-
input:
|
|
916
|
+
hash: import("../../index.js").Hash;
|
|
917
|
+
input: import("../../index.js").Hex;
|
|
918
918
|
transactionIndex: number | null;
|
|
919
|
-
typeHex:
|
|
919
|
+
typeHex: import("../../index.js").Hex | null;
|
|
920
920
|
accessList?: undefined;
|
|
921
921
|
blobVersionedHashes?: undefined;
|
|
922
922
|
chainId?: number | undefined;
|
|
@@ -926,22 +926,22 @@ export declare const celo: {
|
|
|
926
926
|
maxFeePerBlobGas?: undefined;
|
|
927
927
|
maxFeePerGas: bigint;
|
|
928
928
|
maxPriorityFeePerGas: bigint;
|
|
929
|
-
feeCurrency:
|
|
929
|
+
feeCurrency: import("abitype").Address | null;
|
|
930
930
|
gatewayFee?: undefined;
|
|
931
931
|
gatewayFeeRecipient?: undefined;
|
|
932
932
|
} | {
|
|
933
933
|
blockHash: `0x${string}` | null;
|
|
934
934
|
blockNumber: bigint | null;
|
|
935
|
-
from:
|
|
935
|
+
from: import("abitype").Address;
|
|
936
936
|
gas: bigint;
|
|
937
|
-
hash:
|
|
938
|
-
input:
|
|
937
|
+
hash: import("../../index.js").Hash;
|
|
938
|
+
input: import("../../index.js").Hex;
|
|
939
939
|
nonce: number;
|
|
940
|
-
r:
|
|
941
|
-
s:
|
|
942
|
-
to:
|
|
940
|
+
r: import("../../index.js").Hex;
|
|
941
|
+
s: import("../../index.js").Hex;
|
|
942
|
+
to: import("abitype").Address | null;
|
|
943
943
|
transactionIndex: number | null;
|
|
944
|
-
typeHex:
|
|
944
|
+
typeHex: import("../../index.js").Hex | null;
|
|
945
945
|
v: bigint;
|
|
946
946
|
value: bigint;
|
|
947
947
|
yParity: number;
|
|
@@ -953,22 +953,22 @@ export declare const celo: {
|
|
|
953
953
|
maxFeePerBlobGas?: undefined;
|
|
954
954
|
maxFeePerGas?: undefined;
|
|
955
955
|
maxPriorityFeePerGas?: undefined;
|
|
956
|
-
feeCurrency:
|
|
956
|
+
feeCurrency: import("abitype").Address | null;
|
|
957
957
|
gatewayFee?: undefined;
|
|
958
958
|
gatewayFeeRecipient?: undefined;
|
|
959
959
|
} | {
|
|
960
960
|
blockHash: `0x${string}` | null;
|
|
961
961
|
blockNumber: bigint | null;
|
|
962
|
-
from:
|
|
962
|
+
from: import("abitype").Address;
|
|
963
963
|
gas: bigint;
|
|
964
|
-
hash:
|
|
965
|
-
input:
|
|
964
|
+
hash: import("../../index.js").Hash;
|
|
965
|
+
input: import("../../index.js").Hex;
|
|
966
966
|
nonce: number;
|
|
967
|
-
r:
|
|
968
|
-
s:
|
|
969
|
-
to:
|
|
967
|
+
r: import("../../index.js").Hex;
|
|
968
|
+
s: import("../../index.js").Hex;
|
|
969
|
+
to: import("abitype").Address | null;
|
|
970
970
|
transactionIndex: number | null;
|
|
971
|
-
typeHex:
|
|
971
|
+
typeHex: import("../../index.js").Hex | null;
|
|
972
972
|
v: bigint;
|
|
973
973
|
value: bigint;
|
|
974
974
|
yParity: number;
|
|
@@ -980,22 +980,22 @@ export declare const celo: {
|
|
|
980
980
|
maxFeePerBlobGas?: undefined;
|
|
981
981
|
maxFeePerGas: bigint;
|
|
982
982
|
maxPriorityFeePerGas: bigint;
|
|
983
|
-
feeCurrency:
|
|
983
|
+
feeCurrency: import("abitype").Address | null;
|
|
984
984
|
gatewayFee?: undefined;
|
|
985
985
|
gatewayFeeRecipient?: undefined;
|
|
986
986
|
} | {
|
|
987
987
|
blockHash: `0x${string}` | null;
|
|
988
988
|
blockNumber: bigint | null;
|
|
989
|
-
from:
|
|
989
|
+
from: import("abitype").Address;
|
|
990
990
|
gas: bigint;
|
|
991
|
-
hash:
|
|
992
|
-
input:
|
|
991
|
+
hash: import("../../index.js").Hash;
|
|
992
|
+
input: import("../../index.js").Hex;
|
|
993
993
|
nonce: number;
|
|
994
|
-
r:
|
|
995
|
-
s:
|
|
996
|
-
to:
|
|
994
|
+
r: import("../../index.js").Hex;
|
|
995
|
+
s: import("../../index.js").Hex;
|
|
996
|
+
to: import("abitype").Address | null;
|
|
997
997
|
transactionIndex: number | null;
|
|
998
|
-
typeHex:
|
|
998
|
+
typeHex: import("../../index.js").Hex | null;
|
|
999
999
|
v: bigint;
|
|
1000
1000
|
value: bigint;
|
|
1001
1001
|
yParity: number;
|
|
@@ -1007,22 +1007,22 @@ export declare const celo: {
|
|
|
1007
1007
|
maxFeePerBlobGas?: undefined;
|
|
1008
1008
|
maxFeePerGas: bigint;
|
|
1009
1009
|
maxPriorityFeePerGas: bigint;
|
|
1010
|
-
feeCurrency:
|
|
1010
|
+
feeCurrency: import("abitype").Address | null;
|
|
1011
1011
|
gatewayFee: bigint | null;
|
|
1012
|
-
gatewayFeeRecipient:
|
|
1012
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
1013
1013
|
} | {
|
|
1014
1014
|
blockHash: `0x${string}` | null;
|
|
1015
1015
|
blockNumber: bigint | null;
|
|
1016
|
-
from:
|
|
1016
|
+
from: import("abitype").Address;
|
|
1017
1017
|
gas: bigint;
|
|
1018
|
-
hash:
|
|
1019
|
-
input:
|
|
1018
|
+
hash: import("../../index.js").Hash;
|
|
1019
|
+
input: import("../../index.js").Hex;
|
|
1020
1020
|
nonce: number;
|
|
1021
|
-
r:
|
|
1022
|
-
s:
|
|
1023
|
-
to:
|
|
1021
|
+
r: import("../../index.js").Hex;
|
|
1022
|
+
s: import("../../index.js").Hex;
|
|
1023
|
+
to: import("abitype").Address | null;
|
|
1024
1024
|
transactionIndex: number | null;
|
|
1025
|
-
typeHex:
|
|
1025
|
+
typeHex: import("../../index.js").Hex | null;
|
|
1026
1026
|
v: bigint;
|
|
1027
1027
|
value: bigint;
|
|
1028
1028
|
yParity: number;
|
|
@@ -1034,22 +1034,22 @@ export declare const celo: {
|
|
|
1034
1034
|
maxFeePerBlobGas?: undefined;
|
|
1035
1035
|
maxFeePerGas: bigint;
|
|
1036
1036
|
maxPriorityFeePerGas: bigint;
|
|
1037
|
-
feeCurrency:
|
|
1037
|
+
feeCurrency: import("abitype").Address | null;
|
|
1038
1038
|
gatewayFee?: undefined;
|
|
1039
1039
|
gatewayFeeRecipient?: undefined;
|
|
1040
1040
|
} | {
|
|
1041
1041
|
blockHash: `0x${string}` | null;
|
|
1042
1042
|
blockNumber: bigint | null;
|
|
1043
|
-
from:
|
|
1043
|
+
from: import("abitype").Address;
|
|
1044
1044
|
gas: bigint;
|
|
1045
|
-
hash:
|
|
1046
|
-
input:
|
|
1045
|
+
hash: import("../../index.js").Hash;
|
|
1046
|
+
input: import("../../index.js").Hex;
|
|
1047
1047
|
nonce: number;
|
|
1048
|
-
r:
|
|
1049
|
-
s:
|
|
1050
|
-
to:
|
|
1048
|
+
r: import("../../index.js").Hex;
|
|
1049
|
+
s: import("../../index.js").Hex;
|
|
1050
|
+
to: import("abitype").Address | null;
|
|
1051
1051
|
transactionIndex: number | null;
|
|
1052
|
-
typeHex:
|
|
1052
|
+
typeHex: import("../../index.js").Hex | null;
|
|
1053
1053
|
v: bigint;
|
|
1054
1054
|
value: bigint;
|
|
1055
1055
|
yParity: number;
|
|
@@ -1061,22 +1061,22 @@ export declare const celo: {
|
|
|
1061
1061
|
maxFeePerBlobGas?: undefined;
|
|
1062
1062
|
maxFeePerGas: undefined;
|
|
1063
1063
|
maxPriorityFeePerGas: undefined;
|
|
1064
|
-
feeCurrency:
|
|
1064
|
+
feeCurrency: import("abitype").Address | null;
|
|
1065
1065
|
gatewayFee?: undefined;
|
|
1066
1066
|
gatewayFeeRecipient?: undefined;
|
|
1067
1067
|
} | {
|
|
1068
1068
|
blockHash: `0x${string}` | null;
|
|
1069
1069
|
blockNumber: bigint | null;
|
|
1070
|
-
from:
|
|
1070
|
+
from: import("abitype").Address;
|
|
1071
1071
|
gas: bigint;
|
|
1072
|
-
hash:
|
|
1073
|
-
input:
|
|
1072
|
+
hash: import("../../index.js").Hash;
|
|
1073
|
+
input: import("../../index.js").Hex;
|
|
1074
1074
|
nonce: number;
|
|
1075
|
-
r:
|
|
1076
|
-
s:
|
|
1077
|
-
to:
|
|
1075
|
+
r: import("../../index.js").Hex;
|
|
1076
|
+
s: import("../../index.js").Hex;
|
|
1077
|
+
to: import("abitype").Address | null;
|
|
1078
1078
|
transactionIndex: number | null;
|
|
1079
|
-
typeHex:
|
|
1079
|
+
typeHex: import("../../index.js").Hex | null;
|
|
1080
1080
|
v: bigint;
|
|
1081
1081
|
value: bigint;
|
|
1082
1082
|
yParity: number;
|
|
@@ -1088,22 +1088,22 @@ export declare const celo: {
|
|
|
1088
1088
|
maxFeePerBlobGas?: undefined;
|
|
1089
1089
|
maxFeePerGas: bigint;
|
|
1090
1090
|
maxPriorityFeePerGas: bigint;
|
|
1091
|
-
feeCurrency:
|
|
1091
|
+
feeCurrency: import("abitype").Address | null;
|
|
1092
1092
|
gatewayFee?: undefined;
|
|
1093
1093
|
gatewayFeeRecipient?: undefined;
|
|
1094
1094
|
} | {
|
|
1095
1095
|
blockHash: `0x${string}` | null;
|
|
1096
1096
|
blockNumber: bigint | null;
|
|
1097
|
-
from:
|
|
1097
|
+
from: import("abitype").Address;
|
|
1098
1098
|
gas: bigint;
|
|
1099
|
-
hash:
|
|
1100
|
-
input:
|
|
1099
|
+
hash: import("../../index.js").Hash;
|
|
1100
|
+
input: import("../../index.js").Hex;
|
|
1101
1101
|
nonce: number;
|
|
1102
|
-
r:
|
|
1103
|
-
s:
|
|
1104
|
-
to:
|
|
1102
|
+
r: import("../../index.js").Hex;
|
|
1103
|
+
s: import("../../index.js").Hex;
|
|
1104
|
+
to: import("abitype").Address | null;
|
|
1105
1105
|
transactionIndex: number | null;
|
|
1106
|
-
typeHex:
|
|
1106
|
+
typeHex: import("../../index.js").Hex | null;
|
|
1107
1107
|
v: bigint;
|
|
1108
1108
|
value: bigint;
|
|
1109
1109
|
yParity: number;
|
|
@@ -1115,22 +1115,22 @@ export declare const celo: {
|
|
|
1115
1115
|
maxFeePerBlobGas?: undefined;
|
|
1116
1116
|
maxFeePerGas: bigint;
|
|
1117
1117
|
maxPriorityFeePerGas: bigint;
|
|
1118
|
-
feeCurrency:
|
|
1118
|
+
feeCurrency: import("abitype").Address | null;
|
|
1119
1119
|
gatewayFee: bigint | null;
|
|
1120
|
-
gatewayFeeRecipient:
|
|
1120
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
1121
1121
|
} | {
|
|
1122
1122
|
blockHash: `0x${string}` | null;
|
|
1123
1123
|
blockNumber: bigint | null;
|
|
1124
|
-
from:
|
|
1124
|
+
from: import("abitype").Address;
|
|
1125
1125
|
gas: bigint;
|
|
1126
|
-
hash:
|
|
1127
|
-
input:
|
|
1126
|
+
hash: import("../../index.js").Hash;
|
|
1127
|
+
input: import("../../index.js").Hex;
|
|
1128
1128
|
nonce: number;
|
|
1129
|
-
r:
|
|
1130
|
-
s:
|
|
1131
|
-
to:
|
|
1129
|
+
r: import("../../index.js").Hex;
|
|
1130
|
+
s: import("../../index.js").Hex;
|
|
1131
|
+
to: import("abitype").Address | null;
|
|
1132
1132
|
transactionIndex: number | null;
|
|
1133
|
-
typeHex:
|
|
1133
|
+
typeHex: import("../../index.js").Hex | null;
|
|
1134
1134
|
v: bigint;
|
|
1135
1135
|
value: bigint;
|
|
1136
1136
|
yParity: number;
|
|
@@ -1142,88 +1142,88 @@ export declare const celo: {
|
|
|
1142
1142
|
maxFeePerBlobGas?: undefined;
|
|
1143
1143
|
maxFeePerGas: bigint;
|
|
1144
1144
|
maxPriorityFeePerGas: bigint;
|
|
1145
|
-
feeCurrency:
|
|
1145
|
+
feeCurrency: import("abitype").Address | null;
|
|
1146
1146
|
gatewayFee?: undefined;
|
|
1147
1147
|
gatewayFeeRecipient?: undefined;
|
|
1148
1148
|
} | {
|
|
1149
1149
|
blockHash: `0x${string}` | null;
|
|
1150
1150
|
blockNumber: bigint | null;
|
|
1151
|
-
from:
|
|
1151
|
+
from: import("abitype").Address;
|
|
1152
1152
|
gas: bigint;
|
|
1153
|
-
hash:
|
|
1154
|
-
input:
|
|
1153
|
+
hash: import("../../index.js").Hash;
|
|
1154
|
+
input: import("../../index.js").Hex;
|
|
1155
1155
|
nonce: number;
|
|
1156
|
-
r:
|
|
1157
|
-
s:
|
|
1158
|
-
to:
|
|
1156
|
+
r: import("../../index.js").Hex;
|
|
1157
|
+
s: import("../../index.js").Hex;
|
|
1158
|
+
to: import("abitype").Address | null;
|
|
1159
1159
|
transactionIndex: number | null;
|
|
1160
|
-
typeHex:
|
|
1160
|
+
typeHex: import("../../index.js").Hex | null;
|
|
1161
1161
|
v: bigint;
|
|
1162
1162
|
value: bigint;
|
|
1163
1163
|
yParity: number;
|
|
1164
1164
|
accessList: import("../../index.js").AccessList;
|
|
1165
|
-
blobVersionedHashes: readonly
|
|
1165
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
1166
1166
|
chainId: number;
|
|
1167
1167
|
type: "eip4844";
|
|
1168
1168
|
gasPrice?: undefined;
|
|
1169
1169
|
maxFeePerBlobGas: bigint;
|
|
1170
1170
|
maxFeePerGas: bigint;
|
|
1171
1171
|
maxPriorityFeePerGas: bigint;
|
|
1172
|
-
feeCurrency:
|
|
1172
|
+
feeCurrency: import("abitype").Address | null;
|
|
1173
1173
|
gatewayFee?: undefined;
|
|
1174
1174
|
gatewayFeeRecipient?: undefined;
|
|
1175
1175
|
} | {
|
|
1176
1176
|
blockHash: `0x${string}` | null;
|
|
1177
1177
|
blockNumber: bigint | null;
|
|
1178
|
-
from:
|
|
1178
|
+
from: import("abitype").Address;
|
|
1179
1179
|
gas: bigint;
|
|
1180
|
-
hash:
|
|
1181
|
-
input:
|
|
1180
|
+
hash: import("../../index.js").Hash;
|
|
1181
|
+
input: import("../../index.js").Hex;
|
|
1182
1182
|
nonce: number;
|
|
1183
|
-
r:
|
|
1184
|
-
s:
|
|
1185
|
-
to:
|
|
1183
|
+
r: import("../../index.js").Hex;
|
|
1184
|
+
s: import("../../index.js").Hex;
|
|
1185
|
+
to: import("abitype").Address | null;
|
|
1186
1186
|
transactionIndex: number | null;
|
|
1187
|
-
typeHex:
|
|
1187
|
+
typeHex: import("../../index.js").Hex | null;
|
|
1188
1188
|
v: bigint;
|
|
1189
1189
|
value: bigint;
|
|
1190
1190
|
yParity: number;
|
|
1191
1191
|
accessList: import("../../index.js").AccessList;
|
|
1192
|
-
blobVersionedHashes: readonly
|
|
1192
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
1193
1193
|
chainId: number;
|
|
1194
1194
|
type: "cip42";
|
|
1195
1195
|
gasPrice?: undefined;
|
|
1196
1196
|
maxFeePerBlobGas: undefined;
|
|
1197
1197
|
maxFeePerGas: bigint;
|
|
1198
1198
|
maxPriorityFeePerGas: bigint;
|
|
1199
|
-
feeCurrency:
|
|
1199
|
+
feeCurrency: import("abitype").Address | null;
|
|
1200
1200
|
gatewayFee: bigint | null;
|
|
1201
|
-
gatewayFeeRecipient:
|
|
1201
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
1202
1202
|
} | {
|
|
1203
1203
|
blockHash: `0x${string}` | null;
|
|
1204
1204
|
blockNumber: bigint | null;
|
|
1205
|
-
from:
|
|
1205
|
+
from: import("abitype").Address;
|
|
1206
1206
|
gas: bigint;
|
|
1207
|
-
hash:
|
|
1208
|
-
input:
|
|
1207
|
+
hash: import("../../index.js").Hash;
|
|
1208
|
+
input: import("../../index.js").Hex;
|
|
1209
1209
|
nonce: number;
|
|
1210
|
-
r:
|
|
1211
|
-
s:
|
|
1212
|
-
to:
|
|
1210
|
+
r: import("../../index.js").Hex;
|
|
1211
|
+
s: import("../../index.js").Hex;
|
|
1212
|
+
to: import("abitype").Address | null;
|
|
1213
1213
|
transactionIndex: number | null;
|
|
1214
|
-
typeHex:
|
|
1214
|
+
typeHex: import("../../index.js").Hex | null;
|
|
1215
1215
|
v: bigint;
|
|
1216
1216
|
value: bigint;
|
|
1217
1217
|
yParity: number;
|
|
1218
1218
|
accessList: import("../../index.js").AccessList;
|
|
1219
|
-
blobVersionedHashes: readonly
|
|
1219
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
1220
1220
|
chainId: number;
|
|
1221
1221
|
type: "cip64";
|
|
1222
1222
|
gasPrice?: undefined;
|
|
1223
1223
|
maxFeePerBlobGas: undefined;
|
|
1224
1224
|
maxFeePerGas: bigint;
|
|
1225
1225
|
maxPriorityFeePerGas: bigint;
|
|
1226
|
-
feeCurrency:
|
|
1226
|
+
feeCurrency: import("abitype").Address | null;
|
|
1227
1227
|
gatewayFee?: undefined;
|
|
1228
1228
|
gatewayFeeRecipient?: undefined;
|
|
1229
1229
|
}) & {};
|
|
@@ -1232,11 +1232,11 @@ export declare const celo: {
|
|
|
1232
1232
|
readonly transactionRequest: {
|
|
1233
1233
|
exclude: [] | undefined;
|
|
1234
1234
|
format: (args: ({
|
|
1235
|
-
data?:
|
|
1236
|
-
from?:
|
|
1235
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1236
|
+
from?: import("abitype").Address;
|
|
1237
1237
|
gas?: bigint | undefined;
|
|
1238
1238
|
nonce?: number | undefined;
|
|
1239
|
-
to?:
|
|
1239
|
+
to?: import("abitype").Address | null | undefined;
|
|
1240
1240
|
value?: bigint | undefined;
|
|
1241
1241
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1242
1242
|
blobs?: undefined;
|
|
@@ -1249,11 +1249,11 @@ export declare const celo: {
|
|
|
1249
1249
|
kzg?: undefined;
|
|
1250
1250
|
sidecars?: undefined;
|
|
1251
1251
|
} & {
|
|
1252
|
-
data?:
|
|
1253
|
-
from:
|
|
1252
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1253
|
+
from: import("abitype").Address;
|
|
1254
1254
|
gas?: bigint | undefined;
|
|
1255
1255
|
nonce?: number | undefined;
|
|
1256
|
-
to?:
|
|
1256
|
+
to?: import("abitype").Address | null | undefined;
|
|
1257
1257
|
value?: bigint | undefined;
|
|
1258
1258
|
accessList?: undefined;
|
|
1259
1259
|
blobs?: undefined;
|
|
@@ -1266,13 +1266,13 @@ export declare const celo: {
|
|
|
1266
1266
|
kzg?: undefined;
|
|
1267
1267
|
sidecars?: undefined;
|
|
1268
1268
|
} & {
|
|
1269
|
-
feeCurrency?:
|
|
1269
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1270
1270
|
}) | ({
|
|
1271
|
-
data?:
|
|
1272
|
-
from?:
|
|
1271
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1272
|
+
from?: import("abitype").Address;
|
|
1273
1273
|
gas?: bigint | undefined;
|
|
1274
1274
|
nonce?: number | undefined;
|
|
1275
|
-
to?:
|
|
1275
|
+
to?: import("abitype").Address | null | undefined;
|
|
1276
1276
|
value?: bigint | undefined;
|
|
1277
1277
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1278
1278
|
blobs?: undefined;
|
|
@@ -1285,11 +1285,11 @@ export declare const celo: {
|
|
|
1285
1285
|
kzg?: undefined;
|
|
1286
1286
|
sidecars?: undefined;
|
|
1287
1287
|
} & {
|
|
1288
|
-
data?:
|
|
1289
|
-
from:
|
|
1288
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1289
|
+
from: import("abitype").Address;
|
|
1290
1290
|
gas?: bigint | undefined;
|
|
1291
1291
|
nonce?: number | undefined;
|
|
1292
|
-
to?:
|
|
1292
|
+
to?: import("abitype").Address | null | undefined;
|
|
1293
1293
|
value?: bigint | undefined;
|
|
1294
1294
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1295
1295
|
blobs?: undefined;
|
|
@@ -1302,13 +1302,13 @@ export declare const celo: {
|
|
|
1302
1302
|
kzg?: undefined;
|
|
1303
1303
|
sidecars?: undefined;
|
|
1304
1304
|
} & {
|
|
1305
|
-
feeCurrency?:
|
|
1305
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1306
1306
|
}) | ({
|
|
1307
|
-
data?:
|
|
1308
|
-
from?:
|
|
1307
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1308
|
+
from?: import("abitype").Address;
|
|
1309
1309
|
gas?: bigint | undefined;
|
|
1310
1310
|
nonce?: number | undefined;
|
|
1311
|
-
to?:
|
|
1311
|
+
to?: import("abitype").Address | null | undefined;
|
|
1312
1312
|
value?: bigint | undefined;
|
|
1313
1313
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1314
1314
|
blobs?: undefined;
|
|
@@ -1321,11 +1321,11 @@ export declare const celo: {
|
|
|
1321
1321
|
kzg?: undefined;
|
|
1322
1322
|
sidecars?: undefined;
|
|
1323
1323
|
} & {
|
|
1324
|
-
data?:
|
|
1325
|
-
from:
|
|
1324
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1325
|
+
from: import("abitype").Address;
|
|
1326
1326
|
gas?: bigint | undefined;
|
|
1327
1327
|
nonce?: number | undefined;
|
|
1328
|
-
to?:
|
|
1328
|
+
to?: import("abitype").Address | null | undefined;
|
|
1329
1329
|
value?: bigint | undefined;
|
|
1330
1330
|
gasPrice?: undefined;
|
|
1331
1331
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1338,13 +1338,13 @@ export declare const celo: {
|
|
|
1338
1338
|
kzg?: undefined;
|
|
1339
1339
|
sidecars?: undefined;
|
|
1340
1340
|
} & {
|
|
1341
|
-
feeCurrency?:
|
|
1341
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1342
1342
|
}) | ({
|
|
1343
|
-
data?:
|
|
1344
|
-
from?:
|
|
1343
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1344
|
+
from?: import("abitype").Address;
|
|
1345
1345
|
gas?: bigint | undefined;
|
|
1346
1346
|
nonce?: number | undefined;
|
|
1347
|
-
to?:
|
|
1347
|
+
to?: import("abitype").Address | null | undefined;
|
|
1348
1348
|
value?: bigint | undefined;
|
|
1349
1349
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1350
1350
|
blobs?: undefined;
|
|
@@ -1358,14 +1358,14 @@ export declare const celo: {
|
|
|
1358
1358
|
sidecars?: undefined;
|
|
1359
1359
|
} & import("../../index.js").TransactionRequestBase & {
|
|
1360
1360
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1361
|
-
feeCurrency?:
|
|
1361
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1362
1362
|
type?: "cip64" | undefined;
|
|
1363
1363
|
} & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>) | ({
|
|
1364
|
-
data?:
|
|
1365
|
-
from?:
|
|
1364
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1365
|
+
from?: import("abitype").Address;
|
|
1366
1366
|
gas?: bigint | undefined;
|
|
1367
1367
|
nonce?: number | undefined;
|
|
1368
|
-
to?:
|
|
1368
|
+
to?: import("abitype").Address | null | undefined;
|
|
1369
1369
|
value?: bigint | undefined;
|
|
1370
1370
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1371
1371
|
blobs?: undefined;
|
|
@@ -1378,11 +1378,11 @@ export declare const celo: {
|
|
|
1378
1378
|
kzg?: undefined;
|
|
1379
1379
|
sidecars?: undefined;
|
|
1380
1380
|
} & {
|
|
1381
|
-
data?:
|
|
1382
|
-
from:
|
|
1381
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1382
|
+
from: import("abitype").Address;
|
|
1383
1383
|
gas?: bigint | undefined;
|
|
1384
1384
|
nonce?: number | undefined;
|
|
1385
|
-
to?:
|
|
1385
|
+
to?: import("abitype").Address | null | undefined;
|
|
1386
1386
|
value?: bigint | undefined;
|
|
1387
1387
|
accessList?: undefined;
|
|
1388
1388
|
blobs?: undefined;
|
|
@@ -1395,13 +1395,13 @@ export declare const celo: {
|
|
|
1395
1395
|
kzg?: undefined;
|
|
1396
1396
|
sidecars?: undefined;
|
|
1397
1397
|
} & {
|
|
1398
|
-
feeCurrency?:
|
|
1398
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1399
1399
|
}) | ({
|
|
1400
|
-
data?:
|
|
1401
|
-
from?:
|
|
1400
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1401
|
+
from?: import("abitype").Address;
|
|
1402
1402
|
gas?: bigint | undefined;
|
|
1403
1403
|
nonce?: number | undefined;
|
|
1404
|
-
to?:
|
|
1404
|
+
to?: import("abitype").Address | null | undefined;
|
|
1405
1405
|
value?: bigint | undefined;
|
|
1406
1406
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1407
1407
|
blobs?: undefined;
|
|
@@ -1414,11 +1414,11 @@ export declare const celo: {
|
|
|
1414
1414
|
kzg?: undefined;
|
|
1415
1415
|
sidecars?: undefined;
|
|
1416
1416
|
} & {
|
|
1417
|
-
data?:
|
|
1418
|
-
from:
|
|
1417
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1418
|
+
from: import("abitype").Address;
|
|
1419
1419
|
gas?: bigint | undefined;
|
|
1420
1420
|
nonce?: number | undefined;
|
|
1421
|
-
to?:
|
|
1421
|
+
to?: import("abitype").Address | null | undefined;
|
|
1422
1422
|
value?: bigint | undefined;
|
|
1423
1423
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1424
1424
|
blobs?: undefined;
|
|
@@ -1431,13 +1431,13 @@ export declare const celo: {
|
|
|
1431
1431
|
kzg?: undefined;
|
|
1432
1432
|
sidecars?: undefined;
|
|
1433
1433
|
} & {
|
|
1434
|
-
feeCurrency?:
|
|
1434
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1435
1435
|
}) | ({
|
|
1436
|
-
data?:
|
|
1437
|
-
from?:
|
|
1436
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1437
|
+
from?: import("abitype").Address;
|
|
1438
1438
|
gas?: bigint | undefined;
|
|
1439
1439
|
nonce?: number | undefined;
|
|
1440
|
-
to?:
|
|
1440
|
+
to?: import("abitype").Address | null | undefined;
|
|
1441
1441
|
value?: bigint | undefined;
|
|
1442
1442
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1443
1443
|
blobs?: undefined;
|
|
@@ -1450,11 +1450,11 @@ export declare const celo: {
|
|
|
1450
1450
|
kzg?: undefined;
|
|
1451
1451
|
sidecars?: undefined;
|
|
1452
1452
|
} & {
|
|
1453
|
-
data?:
|
|
1454
|
-
from:
|
|
1453
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1454
|
+
from: import("abitype").Address;
|
|
1455
1455
|
gas?: bigint | undefined;
|
|
1456
1456
|
nonce?: number | undefined;
|
|
1457
|
-
to?:
|
|
1457
|
+
to?: import("abitype").Address | null | undefined;
|
|
1458
1458
|
value?: bigint | undefined;
|
|
1459
1459
|
gasPrice?: undefined;
|
|
1460
1460
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1467,13 +1467,13 @@ export declare const celo: {
|
|
|
1467
1467
|
kzg?: undefined;
|
|
1468
1468
|
sidecars?: undefined;
|
|
1469
1469
|
} & {
|
|
1470
|
-
feeCurrency?:
|
|
1470
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1471
1471
|
}) | ({
|
|
1472
|
-
data?:
|
|
1473
|
-
from?:
|
|
1472
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1473
|
+
from?: import("abitype").Address;
|
|
1474
1474
|
gas?: bigint | undefined;
|
|
1475
1475
|
nonce?: number | undefined;
|
|
1476
|
-
to?:
|
|
1476
|
+
to?: import("abitype").Address | null | undefined;
|
|
1477
1477
|
value?: bigint | undefined;
|
|
1478
1478
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1479
1479
|
blobs?: undefined;
|
|
@@ -1487,14 +1487,14 @@ export declare const celo: {
|
|
|
1487
1487
|
sidecars?: undefined;
|
|
1488
1488
|
} & import("../../index.js").TransactionRequestBase & {
|
|
1489
1489
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1490
|
-
feeCurrency?:
|
|
1490
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1491
1491
|
type?: "cip64" | undefined;
|
|
1492
1492
|
} & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>) | ({
|
|
1493
|
-
data?:
|
|
1494
|
-
from?:
|
|
1493
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1494
|
+
from?: import("abitype").Address;
|
|
1495
1495
|
gas?: bigint | undefined;
|
|
1496
1496
|
nonce?: number | undefined;
|
|
1497
|
-
to?:
|
|
1497
|
+
to?: import("abitype").Address | null | undefined;
|
|
1498
1498
|
value?: bigint | undefined;
|
|
1499
1499
|
gasPrice?: bigint | undefined;
|
|
1500
1500
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -1507,11 +1507,11 @@ export declare const celo: {
|
|
|
1507
1507
|
kzg?: undefined;
|
|
1508
1508
|
sidecars?: undefined;
|
|
1509
1509
|
} & {
|
|
1510
|
-
data?:
|
|
1511
|
-
from:
|
|
1510
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1511
|
+
from: import("abitype").Address;
|
|
1512
1512
|
gas?: bigint | undefined;
|
|
1513
1513
|
nonce?: number | undefined;
|
|
1514
|
-
to?:
|
|
1514
|
+
to?: import("abitype").Address | null | undefined;
|
|
1515
1515
|
value?: bigint | undefined;
|
|
1516
1516
|
accessList?: undefined;
|
|
1517
1517
|
blobs?: undefined;
|
|
@@ -1524,13 +1524,13 @@ export declare const celo: {
|
|
|
1524
1524
|
kzg?: undefined;
|
|
1525
1525
|
sidecars?: undefined;
|
|
1526
1526
|
} & {
|
|
1527
|
-
feeCurrency?:
|
|
1527
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1528
1528
|
}) | ({
|
|
1529
|
-
data?:
|
|
1530
|
-
from?:
|
|
1529
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1530
|
+
from?: import("abitype").Address;
|
|
1531
1531
|
gas?: bigint | undefined;
|
|
1532
1532
|
nonce?: number | undefined;
|
|
1533
|
-
to?:
|
|
1533
|
+
to?: import("abitype").Address | null | undefined;
|
|
1534
1534
|
value?: bigint | undefined;
|
|
1535
1535
|
gasPrice?: bigint | undefined;
|
|
1536
1536
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -1543,11 +1543,11 @@ export declare const celo: {
|
|
|
1543
1543
|
kzg?: undefined;
|
|
1544
1544
|
sidecars?: undefined;
|
|
1545
1545
|
} & {
|
|
1546
|
-
data?:
|
|
1547
|
-
from:
|
|
1546
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1547
|
+
from: import("abitype").Address;
|
|
1548
1548
|
gas?: bigint | undefined;
|
|
1549
1549
|
nonce?: number | undefined;
|
|
1550
|
-
to?:
|
|
1550
|
+
to?: import("abitype").Address | null | undefined;
|
|
1551
1551
|
value?: bigint | undefined;
|
|
1552
1552
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1553
1553
|
blobs?: undefined;
|
|
@@ -1560,13 +1560,13 @@ export declare const celo: {
|
|
|
1560
1560
|
kzg?: undefined;
|
|
1561
1561
|
sidecars?: undefined;
|
|
1562
1562
|
} & {
|
|
1563
|
-
feeCurrency?:
|
|
1563
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1564
1564
|
}) | ({
|
|
1565
|
-
data?:
|
|
1566
|
-
from?:
|
|
1565
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1566
|
+
from?: import("abitype").Address;
|
|
1567
1567
|
gas?: bigint | undefined;
|
|
1568
1568
|
nonce?: number | undefined;
|
|
1569
|
-
to?:
|
|
1569
|
+
to?: import("abitype").Address | null | undefined;
|
|
1570
1570
|
value?: bigint | undefined;
|
|
1571
1571
|
gasPrice?: bigint | undefined;
|
|
1572
1572
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -1579,11 +1579,11 @@ export declare const celo: {
|
|
|
1579
1579
|
kzg?: undefined;
|
|
1580
1580
|
sidecars?: undefined;
|
|
1581
1581
|
} & {
|
|
1582
|
-
data?:
|
|
1583
|
-
from:
|
|
1582
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1583
|
+
from: import("abitype").Address;
|
|
1584
1584
|
gas?: bigint | undefined;
|
|
1585
1585
|
nonce?: number | undefined;
|
|
1586
|
-
to?:
|
|
1586
|
+
to?: import("abitype").Address | null | undefined;
|
|
1587
1587
|
value?: bigint | undefined;
|
|
1588
1588
|
gasPrice?: undefined;
|
|
1589
1589
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1596,13 +1596,13 @@ export declare const celo: {
|
|
|
1596
1596
|
kzg?: undefined;
|
|
1597
1597
|
sidecars?: undefined;
|
|
1598
1598
|
} & {
|
|
1599
|
-
feeCurrency?:
|
|
1599
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1600
1600
|
}) | ({
|
|
1601
|
-
data?:
|
|
1602
|
-
from?:
|
|
1601
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1602
|
+
from?: import("abitype").Address;
|
|
1603
1603
|
gas?: bigint | undefined;
|
|
1604
1604
|
nonce?: number | undefined;
|
|
1605
|
-
to?:
|
|
1605
|
+
to?: import("abitype").Address | null | undefined;
|
|
1606
1606
|
value?: bigint | undefined;
|
|
1607
1607
|
gasPrice?: bigint | undefined;
|
|
1608
1608
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -1616,31 +1616,31 @@ export declare const celo: {
|
|
|
1616
1616
|
sidecars?: undefined;
|
|
1617
1617
|
} & import("../../index.js").TransactionRequestBase & {
|
|
1618
1618
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1619
|
-
feeCurrency?:
|
|
1619
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1620
1620
|
type?: "cip64" | undefined;
|
|
1621
1621
|
} & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>) | ({
|
|
1622
|
-
data?:
|
|
1623
|
-
from?:
|
|
1622
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1623
|
+
from?: import("abitype").Address;
|
|
1624
1624
|
gas?: bigint | undefined;
|
|
1625
1625
|
nonce?: number | undefined;
|
|
1626
1626
|
value?: bigint | undefined;
|
|
1627
|
-
to?:
|
|
1627
|
+
to?: import("abitype").Address | null | undefined;
|
|
1628
1628
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1629
1629
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1630
|
-
blobVersionedHashes?: readonly
|
|
1630
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
1631
1631
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
1632
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
1632
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
1633
1633
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
1634
1634
|
gasPrice?: bigint | undefined;
|
|
1635
1635
|
maxFeePerGas?: bigint | undefined;
|
|
1636
1636
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1637
1637
|
maxFeePerBlobGas?: bigint | undefined;
|
|
1638
1638
|
} & {
|
|
1639
|
-
data?:
|
|
1640
|
-
from:
|
|
1639
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1640
|
+
from: import("abitype").Address;
|
|
1641
1641
|
gas?: bigint | undefined;
|
|
1642
1642
|
nonce?: number | undefined;
|
|
1643
|
-
to?:
|
|
1643
|
+
to?: import("abitype").Address | null | undefined;
|
|
1644
1644
|
value?: bigint | undefined;
|
|
1645
1645
|
accessList?: undefined;
|
|
1646
1646
|
blobs?: undefined;
|
|
@@ -1653,30 +1653,30 @@ export declare const celo: {
|
|
|
1653
1653
|
kzg?: undefined;
|
|
1654
1654
|
sidecars?: undefined;
|
|
1655
1655
|
} & {
|
|
1656
|
-
feeCurrency?:
|
|
1656
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1657
1657
|
}) | ({
|
|
1658
|
-
data?:
|
|
1659
|
-
from?:
|
|
1658
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1659
|
+
from?: import("abitype").Address;
|
|
1660
1660
|
gas?: bigint | undefined;
|
|
1661
1661
|
nonce?: number | undefined;
|
|
1662
1662
|
value?: bigint | undefined;
|
|
1663
|
-
to?:
|
|
1663
|
+
to?: import("abitype").Address | null | undefined;
|
|
1664
1664
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1665
1665
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1666
|
-
blobVersionedHashes?: readonly
|
|
1666
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
1667
1667
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
1668
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
1668
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
1669
1669
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
1670
1670
|
gasPrice?: bigint | undefined;
|
|
1671
1671
|
maxFeePerGas?: bigint | undefined;
|
|
1672
1672
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1673
1673
|
maxFeePerBlobGas?: bigint | undefined;
|
|
1674
1674
|
} & {
|
|
1675
|
-
data?:
|
|
1676
|
-
from:
|
|
1675
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1676
|
+
from: import("abitype").Address;
|
|
1677
1677
|
gas?: bigint | undefined;
|
|
1678
1678
|
nonce?: number | undefined;
|
|
1679
|
-
to?:
|
|
1679
|
+
to?: import("abitype").Address | null | undefined;
|
|
1680
1680
|
value?: bigint | undefined;
|
|
1681
1681
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1682
1682
|
blobs?: undefined;
|
|
@@ -1689,30 +1689,30 @@ export declare const celo: {
|
|
|
1689
1689
|
kzg?: undefined;
|
|
1690
1690
|
sidecars?: undefined;
|
|
1691
1691
|
} & {
|
|
1692
|
-
feeCurrency?:
|
|
1692
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1693
1693
|
}) | ({
|
|
1694
|
-
data?:
|
|
1695
|
-
from?:
|
|
1694
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1695
|
+
from?: import("abitype").Address;
|
|
1696
1696
|
gas?: bigint | undefined;
|
|
1697
1697
|
nonce?: number | undefined;
|
|
1698
1698
|
value?: bigint | undefined;
|
|
1699
|
-
to?:
|
|
1699
|
+
to?: import("abitype").Address | null | undefined;
|
|
1700
1700
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1701
1701
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1702
|
-
blobVersionedHashes?: readonly
|
|
1702
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
1703
1703
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
1704
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
1704
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
1705
1705
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
1706
1706
|
gasPrice?: bigint | undefined;
|
|
1707
1707
|
maxFeePerGas?: bigint | undefined;
|
|
1708
1708
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1709
1709
|
maxFeePerBlobGas?: bigint | undefined;
|
|
1710
1710
|
} & {
|
|
1711
|
-
data?:
|
|
1712
|
-
from:
|
|
1711
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1712
|
+
from: import("abitype").Address;
|
|
1713
1713
|
gas?: bigint | undefined;
|
|
1714
1714
|
nonce?: number | undefined;
|
|
1715
|
-
to?:
|
|
1715
|
+
to?: import("abitype").Address | null | undefined;
|
|
1716
1716
|
value?: bigint | undefined;
|
|
1717
1717
|
gasPrice?: undefined;
|
|
1718
1718
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1725,55 +1725,55 @@ export declare const celo: {
|
|
|
1725
1725
|
kzg?: undefined;
|
|
1726
1726
|
sidecars?: undefined;
|
|
1727
1727
|
} & {
|
|
1728
|
-
feeCurrency?:
|
|
1728
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1729
1729
|
}) | ({
|
|
1730
|
-
data?:
|
|
1731
|
-
from?:
|
|
1730
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1731
|
+
from?: import("abitype").Address;
|
|
1732
1732
|
gas?: bigint | undefined;
|
|
1733
1733
|
nonce?: number | undefined;
|
|
1734
1734
|
value?: bigint | undefined;
|
|
1735
|
-
to?:
|
|
1735
|
+
to?: import("abitype").Address | null | undefined;
|
|
1736
1736
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1737
1737
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1738
|
-
blobVersionedHashes?: readonly
|
|
1738
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
1739
1739
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
1740
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
1740
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
1741
1741
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
1742
1742
|
gasPrice?: bigint | undefined;
|
|
1743
1743
|
maxFeePerGas?: bigint | undefined;
|
|
1744
1744
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1745
1745
|
maxFeePerBlobGas?: bigint | undefined;
|
|
1746
1746
|
} & {
|
|
1747
|
-
data?:
|
|
1748
|
-
from:
|
|
1747
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1748
|
+
from: import("abitype").Address;
|
|
1749
1749
|
gas?: bigint | undefined;
|
|
1750
1750
|
nonce?: number | undefined;
|
|
1751
1751
|
value?: bigint | undefined;
|
|
1752
1752
|
to: `0x${string}` | null;
|
|
1753
1753
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1754
|
-
blobs: readonly
|
|
1755
|
-
blobVersionedHashes?: readonly
|
|
1754
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
|
1755
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
1756
1756
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
1757
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
1757
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
1758
1758
|
type?: "eip4844" | undefined;
|
|
1759
1759
|
gasPrice?: undefined;
|
|
1760
1760
|
maxFeePerGas?: bigint | undefined;
|
|
1761
1761
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1762
1762
|
maxFeePerBlobGas: bigint;
|
|
1763
1763
|
} & {
|
|
1764
|
-
feeCurrency?:
|
|
1764
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1765
1765
|
}) | ({
|
|
1766
|
-
data?:
|
|
1767
|
-
from?:
|
|
1766
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1767
|
+
from?: import("abitype").Address;
|
|
1768
1768
|
gas?: bigint | undefined;
|
|
1769
1769
|
nonce?: number | undefined;
|
|
1770
1770
|
value?: bigint | undefined;
|
|
1771
|
-
to?:
|
|
1771
|
+
to?: import("abitype").Address | null | undefined;
|
|
1772
1772
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1773
1773
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1774
|
-
blobVersionedHashes?: readonly
|
|
1774
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
1775
1775
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
1776
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
1776
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
1777
1777
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
1778
1778
|
gasPrice?: bigint | undefined;
|
|
1779
1779
|
maxFeePerGas?: bigint | undefined;
|
|
@@ -1781,14 +1781,14 @@ export declare const celo: {
|
|
|
1781
1781
|
maxFeePerBlobGas?: bigint | undefined;
|
|
1782
1782
|
} & import("../../index.js").TransactionRequestBase & {
|
|
1783
1783
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1784
|
-
feeCurrency?:
|
|
1784
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1785
1785
|
type?: "cip64" | undefined;
|
|
1786
1786
|
} & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>)) => ({
|
|
1787
|
-
data?:
|
|
1788
|
-
from:
|
|
1787
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1788
|
+
from: import("abitype").Address;
|
|
1789
1789
|
gas?: `0x${string}` | undefined;
|
|
1790
1790
|
nonce?: `0x${string}` | undefined;
|
|
1791
|
-
to?:
|
|
1791
|
+
to?: import("abitype").Address | null | undefined;
|
|
1792
1792
|
value?: `0x${string}` | undefined;
|
|
1793
1793
|
accessList?: undefined;
|
|
1794
1794
|
blobs?: undefined;
|
|
@@ -1800,13 +1800,13 @@ export declare const celo: {
|
|
|
1800
1800
|
blobVersionedHashes?: undefined;
|
|
1801
1801
|
kzg?: undefined;
|
|
1802
1802
|
sidecars?: undefined;
|
|
1803
|
-
feeCurrency?:
|
|
1803
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1804
1804
|
} | {
|
|
1805
|
-
data?:
|
|
1806
|
-
from:
|
|
1805
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1806
|
+
from: import("abitype").Address;
|
|
1807
1807
|
gas?: `0x${string}` | undefined;
|
|
1808
1808
|
nonce?: `0x${string}` | undefined;
|
|
1809
|
-
to?:
|
|
1809
|
+
to?: import("abitype").Address | null | undefined;
|
|
1810
1810
|
value?: `0x${string}` | undefined;
|
|
1811
1811
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1812
1812
|
blobs?: undefined;
|
|
@@ -1818,13 +1818,13 @@ export declare const celo: {
|
|
|
1818
1818
|
blobVersionedHashes?: undefined;
|
|
1819
1819
|
kzg?: undefined;
|
|
1820
1820
|
sidecars?: undefined;
|
|
1821
|
-
feeCurrency?:
|
|
1821
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1822
1822
|
} | {
|
|
1823
|
-
data?:
|
|
1824
|
-
from:
|
|
1823
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1824
|
+
from: import("abitype").Address;
|
|
1825
1825
|
gas?: `0x${string}` | undefined;
|
|
1826
1826
|
nonce?: `0x${string}` | undefined;
|
|
1827
|
-
to?:
|
|
1827
|
+
to?: import("abitype").Address | null | undefined;
|
|
1828
1828
|
value?: `0x${string}` | undefined;
|
|
1829
1829
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1830
1830
|
blobs?: undefined;
|
|
@@ -1836,13 +1836,13 @@ export declare const celo: {
|
|
|
1836
1836
|
blobVersionedHashes?: undefined;
|
|
1837
1837
|
kzg?: undefined;
|
|
1838
1838
|
sidecars?: undefined;
|
|
1839
|
-
feeCurrency?:
|
|
1839
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1840
1840
|
} | {
|
|
1841
|
-
data?:
|
|
1842
|
-
from:
|
|
1841
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1842
|
+
from: import("abitype").Address;
|
|
1843
1843
|
gas?: `0x${string}` | undefined;
|
|
1844
1844
|
nonce?: `0x${string}` | undefined;
|
|
1845
|
-
to?:
|
|
1845
|
+
to?: import("abitype").Address | null | undefined;
|
|
1846
1846
|
value?: `0x${string}` | undefined;
|
|
1847
1847
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1848
1848
|
blobs?: undefined;
|
|
@@ -1854,13 +1854,13 @@ export declare const celo: {
|
|
|
1854
1854
|
blobVersionedHashes?: undefined;
|
|
1855
1855
|
kzg?: undefined;
|
|
1856
1856
|
sidecars?: undefined;
|
|
1857
|
-
feeCurrency?:
|
|
1857
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1858
1858
|
} | {
|
|
1859
|
-
data?:
|
|
1860
|
-
from:
|
|
1859
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1860
|
+
from: import("abitype").Address;
|
|
1861
1861
|
gas?: `0x${string}` | undefined;
|
|
1862
1862
|
nonce?: `0x${string}` | undefined;
|
|
1863
|
-
to?:
|
|
1863
|
+
to?: import("abitype").Address | null | undefined;
|
|
1864
1864
|
value?: `0x${string}` | undefined;
|
|
1865
1865
|
accessList?: undefined;
|
|
1866
1866
|
blobs?: undefined;
|
|
@@ -1872,13 +1872,13 @@ export declare const celo: {
|
|
|
1872
1872
|
blobVersionedHashes?: undefined;
|
|
1873
1873
|
kzg?: undefined;
|
|
1874
1874
|
sidecars?: undefined;
|
|
1875
|
-
feeCurrency?:
|
|
1875
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1876
1876
|
} | {
|
|
1877
|
-
data?:
|
|
1878
|
-
from:
|
|
1877
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1878
|
+
from: import("abitype").Address;
|
|
1879
1879
|
gas?: `0x${string}` | undefined;
|
|
1880
1880
|
nonce?: `0x${string}` | undefined;
|
|
1881
|
-
to?:
|
|
1881
|
+
to?: import("abitype").Address | null | undefined;
|
|
1882
1882
|
value?: `0x${string}` | undefined;
|
|
1883
1883
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1884
1884
|
blobs?: undefined;
|
|
@@ -1890,13 +1890,13 @@ export declare const celo: {
|
|
|
1890
1890
|
blobVersionedHashes?: undefined;
|
|
1891
1891
|
kzg?: undefined;
|
|
1892
1892
|
sidecars?: undefined;
|
|
1893
|
-
feeCurrency?:
|
|
1893
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1894
1894
|
} | {
|
|
1895
|
-
data?:
|
|
1896
|
-
from:
|
|
1895
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1896
|
+
from: import("abitype").Address;
|
|
1897
1897
|
gas?: `0x${string}` | undefined;
|
|
1898
1898
|
nonce?: `0x${string}` | undefined;
|
|
1899
|
-
to?:
|
|
1899
|
+
to?: import("abitype").Address | null | undefined;
|
|
1900
1900
|
value?: `0x${string}` | undefined;
|
|
1901
1901
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1902
1902
|
blobs?: undefined;
|
|
@@ -1908,13 +1908,13 @@ export declare const celo: {
|
|
|
1908
1908
|
blobVersionedHashes?: undefined;
|
|
1909
1909
|
kzg?: undefined;
|
|
1910
1910
|
sidecars?: undefined;
|
|
1911
|
-
feeCurrency?:
|
|
1911
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1912
1912
|
} | {
|
|
1913
|
-
data?:
|
|
1914
|
-
from:
|
|
1913
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1914
|
+
from: import("abitype").Address;
|
|
1915
1915
|
gas?: `0x${string}` | undefined;
|
|
1916
1916
|
nonce?: `0x${string}` | undefined;
|
|
1917
|
-
to?:
|
|
1917
|
+
to?: import("abitype").Address | null | undefined;
|
|
1918
1918
|
value?: `0x${string}` | undefined;
|
|
1919
1919
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
1920
1920
|
blobs?: undefined;
|
|
@@ -1926,13 +1926,13 @@ export declare const celo: {
|
|
|
1926
1926
|
blobVersionedHashes?: undefined;
|
|
1927
1927
|
kzg?: undefined;
|
|
1928
1928
|
sidecars?: undefined;
|
|
1929
|
-
feeCurrency?:
|
|
1929
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1930
1930
|
} | {
|
|
1931
|
-
data?:
|
|
1932
|
-
from:
|
|
1931
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1932
|
+
from: import("abitype").Address;
|
|
1933
1933
|
gas?: `0x${string}` | undefined;
|
|
1934
1934
|
nonce?: `0x${string}` | undefined;
|
|
1935
|
-
to?:
|
|
1935
|
+
to?: import("abitype").Address | null | undefined;
|
|
1936
1936
|
value?: `0x${string}` | undefined;
|
|
1937
1937
|
gasPrice?: `0x${string}` | undefined;
|
|
1938
1938
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1944,13 +1944,13 @@ export declare const celo: {
|
|
|
1944
1944
|
blobVersionedHashes?: undefined;
|
|
1945
1945
|
kzg?: undefined;
|
|
1946
1946
|
sidecars?: undefined;
|
|
1947
|
-
feeCurrency?:
|
|
1947
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1948
1948
|
} | {
|
|
1949
|
-
data?:
|
|
1950
|
-
from:
|
|
1949
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1950
|
+
from: import("abitype").Address;
|
|
1951
1951
|
gas?: `0x${string}` | undefined;
|
|
1952
1952
|
nonce?: `0x${string}` | undefined;
|
|
1953
|
-
to?:
|
|
1953
|
+
to?: import("abitype").Address | null | undefined;
|
|
1954
1954
|
value?: `0x${string}` | undefined;
|
|
1955
1955
|
gasPrice?: `0x${string}` | undefined;
|
|
1956
1956
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1962,13 +1962,13 @@ export declare const celo: {
|
|
|
1962
1962
|
blobVersionedHashes?: undefined;
|
|
1963
1963
|
kzg?: undefined;
|
|
1964
1964
|
sidecars?: undefined;
|
|
1965
|
-
feeCurrency?:
|
|
1965
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1966
1966
|
} | {
|
|
1967
|
-
data?:
|
|
1968
|
-
from:
|
|
1967
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1968
|
+
from: import("abitype").Address;
|
|
1969
1969
|
gas?: `0x${string}` | undefined;
|
|
1970
1970
|
nonce?: `0x${string}` | undefined;
|
|
1971
|
-
to?:
|
|
1971
|
+
to?: import("abitype").Address | null | undefined;
|
|
1972
1972
|
value?: `0x${string}` | undefined;
|
|
1973
1973
|
gasPrice?: undefined;
|
|
1974
1974
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1980,13 +1980,13 @@ export declare const celo: {
|
|
|
1980
1980
|
blobVersionedHashes?: undefined;
|
|
1981
1981
|
kzg?: undefined;
|
|
1982
1982
|
sidecars?: undefined;
|
|
1983
|
-
feeCurrency?:
|
|
1983
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
1984
1984
|
} | {
|
|
1985
|
-
data?:
|
|
1986
|
-
from:
|
|
1985
|
+
data?: import("../../index.js").Hex | undefined;
|
|
1986
|
+
from: import("abitype").Address;
|
|
1987
1987
|
gas?: `0x${string}` | undefined;
|
|
1988
1988
|
nonce?: `0x${string}` | undefined;
|
|
1989
|
-
to?:
|
|
1989
|
+
to?: import("abitype").Address | null | undefined;
|
|
1990
1990
|
value?: `0x${string}` | undefined;
|
|
1991
1991
|
gasPrice?: undefined;
|
|
1992
1992
|
maxFeePerBlobGas?: undefined;
|
|
@@ -1998,43 +1998,43 @@ export declare const celo: {
|
|
|
1998
1998
|
blobVersionedHashes?: undefined;
|
|
1999
1999
|
kzg?: undefined;
|
|
2000
2000
|
sidecars?: undefined;
|
|
2001
|
-
feeCurrency?:
|
|
2001
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
2002
2002
|
} | {
|
|
2003
|
-
data?:
|
|
2004
|
-
from:
|
|
2003
|
+
data?: import("../../index.js").Hex | undefined;
|
|
2004
|
+
from: import("abitype").Address;
|
|
2005
2005
|
gas?: `0x${string}` | undefined;
|
|
2006
2006
|
nonce?: `0x${string}` | undefined;
|
|
2007
2007
|
value?: `0x${string}` | undefined;
|
|
2008
2008
|
to: `0x${string}` | null;
|
|
2009
2009
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
2010
|
-
blobs: readonly
|
|
2011
|
-
blobVersionedHashes?: readonly
|
|
2010
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
|
2011
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
2012
2012
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
2013
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
2013
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
2014
2014
|
type?: "0x3" | undefined;
|
|
2015
2015
|
gasPrice?: undefined;
|
|
2016
2016
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2017
2017
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2018
2018
|
maxFeePerBlobGas: `0x${string}`;
|
|
2019
|
-
feeCurrency?:
|
|
2019
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
2020
2020
|
} | {
|
|
2021
|
-
data?:
|
|
2022
|
-
from:
|
|
2021
|
+
data?: import("../../index.js").Hex | undefined;
|
|
2022
|
+
from: import("abitype").Address;
|
|
2023
2023
|
gas?: `0x${string}` | undefined;
|
|
2024
2024
|
nonce?: `0x${string}` | undefined;
|
|
2025
2025
|
value?: `0x${string}` | undefined;
|
|
2026
|
-
to:
|
|
2026
|
+
to: import("abitype").Address | null | undefined;
|
|
2027
2027
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
2028
|
-
blobs: readonly
|
|
2029
|
-
blobVersionedHashes?: readonly
|
|
2028
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
|
2029
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
2030
2030
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
2031
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
2031
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
2032
2032
|
type?: "0x7b" | undefined;
|
|
2033
2033
|
gasPrice?: undefined;
|
|
2034
2034
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2035
2035
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2036
2036
|
maxFeePerBlobGas: undefined;
|
|
2037
|
-
feeCurrency?:
|
|
2037
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
2038
2038
|
}) & {};
|
|
2039
2039
|
type: "transactionRequest";
|
|
2040
2040
|
};
|
|
@@ -2043,37 +2043,37 @@ export declare const celo: {
|
|
|
2043
2043
|
readonly block: {
|
|
2044
2044
|
exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
|
|
2045
2045
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").CeloBlockOverrides & {
|
|
2046
|
-
transactions: readonly
|
|
2046
|
+
transactions: readonly import("../../index.js").Hash[] | readonly import("../index.js").CeloRpcTransaction[];
|
|
2047
2047
|
}>) => {
|
|
2048
2048
|
baseFeePerGas: bigint | null;
|
|
2049
2049
|
blobGasUsed: bigint;
|
|
2050
2050
|
difficulty: bigint;
|
|
2051
2051
|
excessBlobGas: bigint;
|
|
2052
|
-
extraData:
|
|
2052
|
+
extraData: import("../../index.js").Hex;
|
|
2053
2053
|
gasLimit: bigint;
|
|
2054
2054
|
gasUsed: bigint;
|
|
2055
2055
|
hash: `0x${string}` | null;
|
|
2056
2056
|
logsBloom: `0x${string}` | null;
|
|
2057
|
-
miner:
|
|
2058
|
-
mixHash:
|
|
2057
|
+
miner: import("abitype").Address;
|
|
2058
|
+
mixHash: import("../../index.js").Hash;
|
|
2059
2059
|
nonce: `0x${string}` | null;
|
|
2060
2060
|
number: bigint | null;
|
|
2061
|
-
parentHash:
|
|
2062
|
-
receiptsRoot:
|
|
2063
|
-
sealFields:
|
|
2064
|
-
sha3Uncles:
|
|
2061
|
+
parentHash: import("../../index.js").Hash;
|
|
2062
|
+
receiptsRoot: import("../../index.js").Hex;
|
|
2063
|
+
sealFields: import("../../index.js").Hex[];
|
|
2064
|
+
sha3Uncles: import("../../index.js").Hash;
|
|
2065
2065
|
size: bigint;
|
|
2066
|
-
stateRoot:
|
|
2066
|
+
stateRoot: import("../../index.js").Hash;
|
|
2067
2067
|
timestamp: bigint;
|
|
2068
2068
|
totalDifficulty: bigint | null;
|
|
2069
2069
|
transactions: readonly `0x${string}`[] | readonly import("../index.js").CeloTransaction[];
|
|
2070
|
-
transactionsRoot:
|
|
2071
|
-
uncles:
|
|
2070
|
+
transactionsRoot: import("../../index.js").Hash;
|
|
2071
|
+
uncles: import("../../index.js").Hash[];
|
|
2072
2072
|
withdrawals?: import("../../index.js").Withdrawal[] | undefined;
|
|
2073
|
-
withdrawalsRoot?:
|
|
2073
|
+
withdrawalsRoot?: import("../../index.js").Hex | undefined;
|
|
2074
2074
|
randomness: {
|
|
2075
|
-
committed:
|
|
2076
|
-
revealed:
|
|
2075
|
+
committed: import("../../index.js").Hex;
|
|
2076
|
+
revealed: import("../../index.js").Hex;
|
|
2077
2077
|
};
|
|
2078
2078
|
} & {
|
|
2079
2079
|
nonce: never;
|
|
@@ -2088,16 +2088,16 @@ export declare const celo: {
|
|
|
2088
2088
|
exclude: [] | undefined;
|
|
2089
2089
|
format: (args: ({
|
|
2090
2090
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2091
|
-
r?:
|
|
2092
|
-
s?:
|
|
2091
|
+
r?: import("../../index.js").Hex;
|
|
2092
|
+
s?: import("../../index.js").Hex;
|
|
2093
2093
|
v?: `0x${string}`;
|
|
2094
2094
|
yParity?: `0x${string}` | undefined;
|
|
2095
2095
|
gasPrice?: `0x${string}` | undefined;
|
|
2096
2096
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2097
2097
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2098
2098
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2099
|
-
to?:
|
|
2100
|
-
from?:
|
|
2099
|
+
to?: import("abitype").Address | null;
|
|
2100
|
+
from?: import("abitype").Address;
|
|
2101
2101
|
gas?: `0x${string}`;
|
|
2102
2102
|
nonce?: `0x${string}`;
|
|
2103
2103
|
value?: `0x${string}`;
|
|
@@ -2105,22 +2105,22 @@ export declare const celo: {
|
|
|
2105
2105
|
blobVersionedHashes?: undefined;
|
|
2106
2106
|
blockHash?: `0x${string}` | null;
|
|
2107
2107
|
blockNumber?: `0x${string}` | null;
|
|
2108
|
-
hash?:
|
|
2109
|
-
input?:
|
|
2108
|
+
hash?: import("../../index.js").Hash;
|
|
2109
|
+
input?: import("../../index.js").Hex;
|
|
2110
2110
|
transactionIndex?: `0x${string}` | null;
|
|
2111
2111
|
chainId?: `0x${string}` | undefined;
|
|
2112
2112
|
} & {
|
|
2113
2113
|
type: "0x0";
|
|
2114
|
-
r:
|
|
2115
|
-
s:
|
|
2114
|
+
r: import("../../index.js").Hex;
|
|
2115
|
+
s: import("../../index.js").Hex;
|
|
2116
2116
|
v: `0x${string}`;
|
|
2117
2117
|
yParity?: undefined;
|
|
2118
2118
|
gasPrice: `0x${string}`;
|
|
2119
2119
|
maxFeePerBlobGas?: undefined;
|
|
2120
2120
|
maxFeePerGas?: undefined;
|
|
2121
2121
|
maxPriorityFeePerGas?: undefined;
|
|
2122
|
-
to:
|
|
2123
|
-
from:
|
|
2122
|
+
to: import("abitype").Address | null;
|
|
2123
|
+
from: import("abitype").Address;
|
|
2124
2124
|
gas: `0x${string}`;
|
|
2125
2125
|
nonce: `0x${string}`;
|
|
2126
2126
|
value: `0x${string}`;
|
|
@@ -2128,26 +2128,26 @@ export declare const celo: {
|
|
|
2128
2128
|
blobVersionedHashes?: undefined;
|
|
2129
2129
|
blockHash: `0x${string}` | null;
|
|
2130
2130
|
blockNumber: `0x${string}` | null;
|
|
2131
|
-
hash:
|
|
2132
|
-
input:
|
|
2131
|
+
hash: import("../../index.js").Hash;
|
|
2132
|
+
input: import("../../index.js").Hex;
|
|
2133
2133
|
transactionIndex: `0x${string}` | null;
|
|
2134
2134
|
chainId?: `0x${string}` | undefined;
|
|
2135
2135
|
} & {
|
|
2136
|
-
feeCurrency:
|
|
2137
|
-
gatewayFee:
|
|
2138
|
-
gatewayFeeRecipient:
|
|
2136
|
+
feeCurrency: import("abitype").Address | null;
|
|
2137
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2138
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2139
2139
|
}) | ({
|
|
2140
2140
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2141
|
-
r?:
|
|
2142
|
-
s?:
|
|
2141
|
+
r?: import("../../index.js").Hex;
|
|
2142
|
+
s?: import("../../index.js").Hex;
|
|
2143
2143
|
v?: `0x${string}`;
|
|
2144
2144
|
yParity?: `0x${string}` | undefined;
|
|
2145
2145
|
gasPrice?: `0x${string}` | undefined;
|
|
2146
2146
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2147
2147
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2148
2148
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2149
|
-
to?:
|
|
2150
|
-
from?:
|
|
2149
|
+
to?: import("abitype").Address | null;
|
|
2150
|
+
from?: import("abitype").Address;
|
|
2151
2151
|
gas?: `0x${string}`;
|
|
2152
2152
|
nonce?: `0x${string}`;
|
|
2153
2153
|
value?: `0x${string}`;
|
|
@@ -2155,27 +2155,27 @@ export declare const celo: {
|
|
|
2155
2155
|
blobVersionedHashes?: undefined;
|
|
2156
2156
|
blockHash?: `0x${string}` | null;
|
|
2157
2157
|
blockNumber?: `0x${string}` | null;
|
|
2158
|
-
hash?:
|
|
2159
|
-
input?:
|
|
2158
|
+
hash?: import("../../index.js").Hash;
|
|
2159
|
+
input?: import("../../index.js").Hex;
|
|
2160
2160
|
transactionIndex?: `0x${string}` | null;
|
|
2161
2161
|
chainId?: `0x${string}` | undefined;
|
|
2162
2162
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2163
|
-
feeCurrency:
|
|
2164
|
-
gatewayFee:
|
|
2165
|
-
gatewayFeeRecipient:
|
|
2163
|
+
feeCurrency: import("abitype").Address | null;
|
|
2164
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2165
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2166
2166
|
type: "0x7c";
|
|
2167
2167
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2168
2168
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2169
|
-
r?:
|
|
2170
|
-
s?:
|
|
2169
|
+
r?: import("../../index.js").Hex;
|
|
2170
|
+
s?: import("../../index.js").Hex;
|
|
2171
2171
|
v?: `0x${string}`;
|
|
2172
2172
|
yParity?: `0x${string}` | undefined;
|
|
2173
2173
|
gasPrice?: `0x${string}` | undefined;
|
|
2174
2174
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2175
2175
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2176
2176
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2177
|
-
to?:
|
|
2178
|
-
from?:
|
|
2177
|
+
to?: import("abitype").Address | null;
|
|
2178
|
+
from?: import("abitype").Address;
|
|
2179
2179
|
gas?: `0x${string}`;
|
|
2180
2180
|
nonce?: `0x${string}`;
|
|
2181
2181
|
value?: `0x${string}`;
|
|
@@ -2183,26 +2183,26 @@ export declare const celo: {
|
|
|
2183
2183
|
blobVersionedHashes?: undefined;
|
|
2184
2184
|
blockHash?: `0x${string}` | null;
|
|
2185
2185
|
blockNumber?: `0x${string}` | null;
|
|
2186
|
-
hash?:
|
|
2187
|
-
input?:
|
|
2186
|
+
hash?: import("../../index.js").Hash;
|
|
2187
|
+
input?: import("../../index.js").Hex;
|
|
2188
2188
|
transactionIndex?: `0x${string}` | null;
|
|
2189
2189
|
chainId?: `0x${string}` | undefined;
|
|
2190
2190
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2191
|
-
feeCurrency:
|
|
2191
|
+
feeCurrency: import("abitype").Address | null;
|
|
2192
2192
|
gatewayFee?: undefined;
|
|
2193
2193
|
gatewayFeeRecipient?: undefined;
|
|
2194
2194
|
type: "0x7b";
|
|
2195
2195
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2196
2196
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2197
|
-
r?:
|
|
2198
|
-
s?:
|
|
2197
|
+
r?: import("../../index.js").Hex;
|
|
2198
|
+
s?: import("../../index.js").Hex;
|
|
2199
2199
|
v?: `0x${string}`;
|
|
2200
2200
|
gasPrice?: `0x${string}` | undefined;
|
|
2201
2201
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2202
2202
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2203
2203
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2204
|
-
to?:
|
|
2205
|
-
from?:
|
|
2204
|
+
to?: import("abitype").Address | null;
|
|
2205
|
+
from?: import("abitype").Address;
|
|
2206
2206
|
gas?: `0x${string}`;
|
|
2207
2207
|
nonce?: `0x${string}`;
|
|
2208
2208
|
value?: `0x${string}`;
|
|
@@ -2210,23 +2210,23 @@ export declare const celo: {
|
|
|
2210
2210
|
blobVersionedHashes?: undefined;
|
|
2211
2211
|
blockHash?: `0x${string}` | null;
|
|
2212
2212
|
blockNumber?: `0x${string}` | null;
|
|
2213
|
-
hash?:
|
|
2214
|
-
input?:
|
|
2213
|
+
hash?: import("../../index.js").Hash;
|
|
2214
|
+
input?: import("../../index.js").Hex;
|
|
2215
2215
|
transactionIndex?: `0x${string}` | null;
|
|
2216
2216
|
chainId?: `0x${string}` | undefined;
|
|
2217
2217
|
yParity?: `0x${string}` | undefined;
|
|
2218
2218
|
} & {
|
|
2219
2219
|
type: "0x0";
|
|
2220
|
-
r:
|
|
2221
|
-
s:
|
|
2220
|
+
r: import("../../index.js").Hex;
|
|
2221
|
+
s: import("../../index.js").Hex;
|
|
2222
2222
|
v: `0x${string}`;
|
|
2223
2223
|
yParity?: undefined;
|
|
2224
2224
|
gasPrice: `0x${string}`;
|
|
2225
2225
|
maxFeePerBlobGas?: undefined;
|
|
2226
2226
|
maxFeePerGas?: undefined;
|
|
2227
2227
|
maxPriorityFeePerGas?: undefined;
|
|
2228
|
-
to:
|
|
2229
|
-
from:
|
|
2228
|
+
to: import("abitype").Address | null;
|
|
2229
|
+
from: import("abitype").Address;
|
|
2230
2230
|
gas: `0x${string}`;
|
|
2231
2231
|
nonce: `0x${string}`;
|
|
2232
2232
|
value: `0x${string}`;
|
|
@@ -2234,25 +2234,25 @@ export declare const celo: {
|
|
|
2234
2234
|
blobVersionedHashes?: undefined;
|
|
2235
2235
|
blockHash: `0x${string}` | null;
|
|
2236
2236
|
blockNumber: `0x${string}` | null;
|
|
2237
|
-
hash:
|
|
2238
|
-
input:
|
|
2237
|
+
hash: import("../../index.js").Hash;
|
|
2238
|
+
input: import("../../index.js").Hex;
|
|
2239
2239
|
transactionIndex: `0x${string}` | null;
|
|
2240
2240
|
chainId?: `0x${string}` | undefined;
|
|
2241
2241
|
} & {
|
|
2242
|
-
feeCurrency:
|
|
2243
|
-
gatewayFee:
|
|
2244
|
-
gatewayFeeRecipient:
|
|
2242
|
+
feeCurrency: import("abitype").Address | null;
|
|
2243
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2244
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2245
2245
|
}) | ({
|
|
2246
2246
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2247
|
-
r?:
|
|
2248
|
-
s?:
|
|
2247
|
+
r?: import("../../index.js").Hex;
|
|
2248
|
+
s?: import("../../index.js").Hex;
|
|
2249
2249
|
v?: `0x${string}`;
|
|
2250
2250
|
gasPrice?: `0x${string}` | undefined;
|
|
2251
2251
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2252
2252
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2253
2253
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2254
|
-
to?:
|
|
2255
|
-
from?:
|
|
2254
|
+
to?: import("abitype").Address | null;
|
|
2255
|
+
from?: import("abitype").Address;
|
|
2256
2256
|
gas?: `0x${string}`;
|
|
2257
2257
|
nonce?: `0x${string}`;
|
|
2258
2258
|
value?: `0x${string}`;
|
|
@@ -2260,22 +2260,22 @@ export declare const celo: {
|
|
|
2260
2260
|
blobVersionedHashes?: undefined;
|
|
2261
2261
|
blockHash?: `0x${string}` | null;
|
|
2262
2262
|
blockNumber?: `0x${string}` | null;
|
|
2263
|
-
hash?:
|
|
2264
|
-
input?:
|
|
2263
|
+
hash?: import("../../index.js").Hash;
|
|
2264
|
+
input?: import("../../index.js").Hex;
|
|
2265
2265
|
transactionIndex?: `0x${string}` | null;
|
|
2266
2266
|
chainId?: `0x${string}` | undefined;
|
|
2267
2267
|
yParity?: `0x${string}` | undefined;
|
|
2268
2268
|
} & {
|
|
2269
2269
|
type: "0x1";
|
|
2270
|
-
r:
|
|
2271
|
-
s:
|
|
2270
|
+
r: import("../../index.js").Hex;
|
|
2271
|
+
s: import("../../index.js").Hex;
|
|
2272
2272
|
v: `0x${string}`;
|
|
2273
2273
|
gasPrice: `0x${string}`;
|
|
2274
2274
|
maxFeePerBlobGas?: undefined;
|
|
2275
2275
|
maxFeePerGas?: undefined;
|
|
2276
2276
|
maxPriorityFeePerGas?: undefined;
|
|
2277
|
-
to:
|
|
2278
|
-
from:
|
|
2277
|
+
to: import("abitype").Address | null;
|
|
2278
|
+
from: import("abitype").Address;
|
|
2279
2279
|
gas: `0x${string}`;
|
|
2280
2280
|
nonce: `0x${string}`;
|
|
2281
2281
|
value: `0x${string}`;
|
|
@@ -2283,26 +2283,26 @@ export declare const celo: {
|
|
|
2283
2283
|
blobVersionedHashes?: undefined;
|
|
2284
2284
|
blockHash: `0x${string}` | null;
|
|
2285
2285
|
blockNumber: `0x${string}` | null;
|
|
2286
|
-
hash:
|
|
2287
|
-
input:
|
|
2286
|
+
hash: import("../../index.js").Hash;
|
|
2287
|
+
input: import("../../index.js").Hex;
|
|
2288
2288
|
transactionIndex: `0x${string}` | null;
|
|
2289
2289
|
chainId: `0x${string}`;
|
|
2290
2290
|
yParity?: `0x${string}` | undefined;
|
|
2291
2291
|
} & {
|
|
2292
|
-
feeCurrency:
|
|
2293
|
-
gatewayFee:
|
|
2294
|
-
gatewayFeeRecipient:
|
|
2292
|
+
feeCurrency: import("abitype").Address | null;
|
|
2293
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2294
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2295
2295
|
}) | ({
|
|
2296
2296
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2297
|
-
r?:
|
|
2298
|
-
s?:
|
|
2297
|
+
r?: import("../../index.js").Hex;
|
|
2298
|
+
s?: import("../../index.js").Hex;
|
|
2299
2299
|
v?: `0x${string}`;
|
|
2300
2300
|
gasPrice?: `0x${string}` | undefined;
|
|
2301
2301
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2302
2302
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2303
2303
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2304
|
-
to?:
|
|
2305
|
-
from?:
|
|
2304
|
+
to?: import("abitype").Address | null;
|
|
2305
|
+
from?: import("abitype").Address;
|
|
2306
2306
|
gas?: `0x${string}`;
|
|
2307
2307
|
nonce?: `0x${string}`;
|
|
2308
2308
|
value?: `0x${string}`;
|
|
@@ -2310,22 +2310,22 @@ export declare const celo: {
|
|
|
2310
2310
|
blobVersionedHashes?: undefined;
|
|
2311
2311
|
blockHash?: `0x${string}` | null;
|
|
2312
2312
|
blockNumber?: `0x${string}` | null;
|
|
2313
|
-
hash?:
|
|
2314
|
-
input?:
|
|
2313
|
+
hash?: import("../../index.js").Hash;
|
|
2314
|
+
input?: import("../../index.js").Hex;
|
|
2315
2315
|
transactionIndex?: `0x${string}` | null;
|
|
2316
2316
|
chainId?: `0x${string}` | undefined;
|
|
2317
2317
|
yParity?: `0x${string}` | undefined;
|
|
2318
2318
|
} & {
|
|
2319
2319
|
type: "0x2";
|
|
2320
|
-
r:
|
|
2321
|
-
s:
|
|
2320
|
+
r: import("../../index.js").Hex;
|
|
2321
|
+
s: import("../../index.js").Hex;
|
|
2322
2322
|
v: `0x${string}`;
|
|
2323
2323
|
gasPrice?: undefined;
|
|
2324
2324
|
maxFeePerBlobGas?: undefined;
|
|
2325
2325
|
maxFeePerGas: `0x${string}`;
|
|
2326
2326
|
maxPriorityFeePerGas: `0x${string}`;
|
|
2327
|
-
to:
|
|
2328
|
-
from:
|
|
2327
|
+
to: import("abitype").Address | null;
|
|
2328
|
+
from: import("abitype").Address;
|
|
2329
2329
|
gas: `0x${string}`;
|
|
2330
2330
|
nonce: `0x${string}`;
|
|
2331
2331
|
value: `0x${string}`;
|
|
@@ -2333,26 +2333,26 @@ export declare const celo: {
|
|
|
2333
2333
|
blobVersionedHashes?: undefined;
|
|
2334
2334
|
blockHash: `0x${string}` | null;
|
|
2335
2335
|
blockNumber: `0x${string}` | null;
|
|
2336
|
-
hash:
|
|
2337
|
-
input:
|
|
2336
|
+
hash: import("../../index.js").Hash;
|
|
2337
|
+
input: import("../../index.js").Hex;
|
|
2338
2338
|
transactionIndex: `0x${string}` | null;
|
|
2339
2339
|
chainId: `0x${string}`;
|
|
2340
2340
|
yParity?: `0x${string}` | undefined;
|
|
2341
2341
|
} & {
|
|
2342
|
-
feeCurrency:
|
|
2343
|
-
gatewayFee:
|
|
2344
|
-
gatewayFeeRecipient:
|
|
2342
|
+
feeCurrency: import("abitype").Address | null;
|
|
2343
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2344
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2345
2345
|
}) | ({
|
|
2346
2346
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2347
|
-
r?:
|
|
2348
|
-
s?:
|
|
2347
|
+
r?: import("../../index.js").Hex;
|
|
2348
|
+
s?: import("../../index.js").Hex;
|
|
2349
2349
|
v?: `0x${string}`;
|
|
2350
2350
|
gasPrice?: `0x${string}` | undefined;
|
|
2351
2351
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2352
2352
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2353
2353
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2354
|
-
to?:
|
|
2355
|
-
from?:
|
|
2354
|
+
to?: import("abitype").Address | null;
|
|
2355
|
+
from?: import("abitype").Address;
|
|
2356
2356
|
gas?: `0x${string}`;
|
|
2357
2357
|
nonce?: `0x${string}`;
|
|
2358
2358
|
value?: `0x${string}`;
|
|
@@ -2360,27 +2360,27 @@ export declare const celo: {
|
|
|
2360
2360
|
blobVersionedHashes?: undefined;
|
|
2361
2361
|
blockHash?: `0x${string}` | null;
|
|
2362
2362
|
blockNumber?: `0x${string}` | null;
|
|
2363
|
-
hash?:
|
|
2364
|
-
input?:
|
|
2363
|
+
hash?: import("../../index.js").Hash;
|
|
2364
|
+
input?: import("../../index.js").Hex;
|
|
2365
2365
|
transactionIndex?: `0x${string}` | null;
|
|
2366
2366
|
chainId?: `0x${string}` | undefined;
|
|
2367
2367
|
yParity?: `0x${string}` | undefined;
|
|
2368
2368
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2369
|
-
feeCurrency:
|
|
2370
|
-
gatewayFee:
|
|
2371
|
-
gatewayFeeRecipient:
|
|
2369
|
+
feeCurrency: import("abitype").Address | null;
|
|
2370
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2371
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2372
2372
|
type: "0x7c";
|
|
2373
2373
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2374
2374
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2375
|
-
r?:
|
|
2376
|
-
s?:
|
|
2375
|
+
r?: import("../../index.js").Hex;
|
|
2376
|
+
s?: import("../../index.js").Hex;
|
|
2377
2377
|
v?: `0x${string}`;
|
|
2378
2378
|
gasPrice?: `0x${string}` | undefined;
|
|
2379
2379
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2380
2380
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2381
2381
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2382
|
-
to?:
|
|
2383
|
-
from?:
|
|
2382
|
+
to?: import("abitype").Address | null;
|
|
2383
|
+
from?: import("abitype").Address;
|
|
2384
2384
|
gas?: `0x${string}`;
|
|
2385
2385
|
nonce?: `0x${string}`;
|
|
2386
2386
|
value?: `0x${string}`;
|
|
@@ -2388,27 +2388,27 @@ export declare const celo: {
|
|
|
2388
2388
|
blobVersionedHashes?: undefined;
|
|
2389
2389
|
blockHash?: `0x${string}` | null;
|
|
2390
2390
|
blockNumber?: `0x${string}` | null;
|
|
2391
|
-
hash?:
|
|
2392
|
-
input?:
|
|
2391
|
+
hash?: import("../../index.js").Hash;
|
|
2392
|
+
input?: import("../../index.js").Hex;
|
|
2393
2393
|
transactionIndex?: `0x${string}` | null;
|
|
2394
2394
|
chainId?: `0x${string}` | undefined;
|
|
2395
2395
|
yParity?: `0x${string}` | undefined;
|
|
2396
2396
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2397
|
-
feeCurrency:
|
|
2397
|
+
feeCurrency: import("abitype").Address | null;
|
|
2398
2398
|
gatewayFee?: undefined;
|
|
2399
2399
|
gatewayFeeRecipient?: undefined;
|
|
2400
2400
|
type: "0x7b";
|
|
2401
2401
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2402
2402
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2403
|
-
r?:
|
|
2404
|
-
s?:
|
|
2403
|
+
r?: import("../../index.js").Hex;
|
|
2404
|
+
s?: import("../../index.js").Hex;
|
|
2405
2405
|
v?: `0x${string}`;
|
|
2406
2406
|
gasPrice?: `0x${string}` | undefined;
|
|
2407
2407
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2408
2408
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2409
2409
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2410
|
-
to?:
|
|
2411
|
-
from?:
|
|
2410
|
+
to?: import("abitype").Address | null;
|
|
2411
|
+
from?: import("abitype").Address;
|
|
2412
2412
|
gas?: `0x${string}`;
|
|
2413
2413
|
nonce?: `0x${string}`;
|
|
2414
2414
|
value?: `0x${string}`;
|
|
@@ -2416,23 +2416,23 @@ export declare const celo: {
|
|
|
2416
2416
|
blobVersionedHashes?: undefined;
|
|
2417
2417
|
blockHash?: `0x${string}` | null;
|
|
2418
2418
|
blockNumber?: `0x${string}` | null;
|
|
2419
|
-
hash?:
|
|
2420
|
-
input?:
|
|
2419
|
+
hash?: import("../../index.js").Hash;
|
|
2420
|
+
input?: import("../../index.js").Hex;
|
|
2421
2421
|
transactionIndex?: `0x${string}` | null;
|
|
2422
2422
|
chainId?: `0x${string}` | undefined;
|
|
2423
2423
|
yParity?: `0x${string}` | undefined;
|
|
2424
2424
|
} & {
|
|
2425
2425
|
type: "0x0";
|
|
2426
|
-
r:
|
|
2427
|
-
s:
|
|
2426
|
+
r: import("../../index.js").Hex;
|
|
2427
|
+
s: import("../../index.js").Hex;
|
|
2428
2428
|
v: `0x${string}`;
|
|
2429
2429
|
yParity?: undefined;
|
|
2430
2430
|
gasPrice: `0x${string}`;
|
|
2431
2431
|
maxFeePerBlobGas?: undefined;
|
|
2432
2432
|
maxFeePerGas?: undefined;
|
|
2433
2433
|
maxPriorityFeePerGas?: undefined;
|
|
2434
|
-
to:
|
|
2435
|
-
from:
|
|
2434
|
+
to: import("abitype").Address | null;
|
|
2435
|
+
from: import("abitype").Address;
|
|
2436
2436
|
gas: `0x${string}`;
|
|
2437
2437
|
nonce: `0x${string}`;
|
|
2438
2438
|
value: `0x${string}`;
|
|
@@ -2440,25 +2440,25 @@ export declare const celo: {
|
|
|
2440
2440
|
blobVersionedHashes?: undefined;
|
|
2441
2441
|
blockHash: `0x${string}` | null;
|
|
2442
2442
|
blockNumber: `0x${string}` | null;
|
|
2443
|
-
hash:
|
|
2444
|
-
input:
|
|
2443
|
+
hash: import("../../index.js").Hash;
|
|
2444
|
+
input: import("../../index.js").Hex;
|
|
2445
2445
|
transactionIndex: `0x${string}` | null;
|
|
2446
2446
|
chainId?: `0x${string}` | undefined;
|
|
2447
2447
|
} & {
|
|
2448
|
-
feeCurrency:
|
|
2449
|
-
gatewayFee:
|
|
2450
|
-
gatewayFeeRecipient:
|
|
2448
|
+
feeCurrency: import("abitype").Address | null;
|
|
2449
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2450
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2451
2451
|
}) | ({
|
|
2452
2452
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2453
|
-
r?:
|
|
2454
|
-
s?:
|
|
2453
|
+
r?: import("../../index.js").Hex;
|
|
2454
|
+
s?: import("../../index.js").Hex;
|
|
2455
2455
|
v?: `0x${string}`;
|
|
2456
2456
|
gasPrice?: `0x${string}` | undefined;
|
|
2457
2457
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2458
2458
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2459
2459
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2460
|
-
to?:
|
|
2461
|
-
from?:
|
|
2460
|
+
to?: import("abitype").Address | null;
|
|
2461
|
+
from?: import("abitype").Address;
|
|
2462
2462
|
gas?: `0x${string}`;
|
|
2463
2463
|
nonce?: `0x${string}`;
|
|
2464
2464
|
value?: `0x${string}`;
|
|
@@ -2466,22 +2466,22 @@ export declare const celo: {
|
|
|
2466
2466
|
blobVersionedHashes?: undefined;
|
|
2467
2467
|
blockHash?: `0x${string}` | null;
|
|
2468
2468
|
blockNumber?: `0x${string}` | null;
|
|
2469
|
-
hash?:
|
|
2470
|
-
input?:
|
|
2469
|
+
hash?: import("../../index.js").Hash;
|
|
2470
|
+
input?: import("../../index.js").Hex;
|
|
2471
2471
|
transactionIndex?: `0x${string}` | null;
|
|
2472
2472
|
chainId?: `0x${string}` | undefined;
|
|
2473
2473
|
yParity?: `0x${string}` | undefined;
|
|
2474
2474
|
} & {
|
|
2475
2475
|
type: "0x1";
|
|
2476
|
-
r:
|
|
2477
|
-
s:
|
|
2476
|
+
r: import("../../index.js").Hex;
|
|
2477
|
+
s: import("../../index.js").Hex;
|
|
2478
2478
|
v: `0x${string}`;
|
|
2479
2479
|
gasPrice: `0x${string}`;
|
|
2480
2480
|
maxFeePerBlobGas?: undefined;
|
|
2481
2481
|
maxFeePerGas?: undefined;
|
|
2482
2482
|
maxPriorityFeePerGas?: undefined;
|
|
2483
|
-
to:
|
|
2484
|
-
from:
|
|
2483
|
+
to: import("abitype").Address | null;
|
|
2484
|
+
from: import("abitype").Address;
|
|
2485
2485
|
gas: `0x${string}`;
|
|
2486
2486
|
nonce: `0x${string}`;
|
|
2487
2487
|
value: `0x${string}`;
|
|
@@ -2489,26 +2489,26 @@ export declare const celo: {
|
|
|
2489
2489
|
blobVersionedHashes?: undefined;
|
|
2490
2490
|
blockHash: `0x${string}` | null;
|
|
2491
2491
|
blockNumber: `0x${string}` | null;
|
|
2492
|
-
hash:
|
|
2493
|
-
input:
|
|
2492
|
+
hash: import("../../index.js").Hash;
|
|
2493
|
+
input: import("../../index.js").Hex;
|
|
2494
2494
|
transactionIndex: `0x${string}` | null;
|
|
2495
2495
|
chainId: `0x${string}`;
|
|
2496
2496
|
yParity?: `0x${string}` | undefined;
|
|
2497
2497
|
} & {
|
|
2498
|
-
feeCurrency:
|
|
2499
|
-
gatewayFee:
|
|
2500
|
-
gatewayFeeRecipient:
|
|
2498
|
+
feeCurrency: import("abitype").Address | null;
|
|
2499
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2500
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2501
2501
|
}) | ({
|
|
2502
2502
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2503
|
-
r?:
|
|
2504
|
-
s?:
|
|
2503
|
+
r?: import("../../index.js").Hex;
|
|
2504
|
+
s?: import("../../index.js").Hex;
|
|
2505
2505
|
v?: `0x${string}`;
|
|
2506
2506
|
gasPrice?: `0x${string}` | undefined;
|
|
2507
2507
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2508
2508
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2509
2509
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2510
|
-
to?:
|
|
2511
|
-
from?:
|
|
2510
|
+
to?: import("abitype").Address | null;
|
|
2511
|
+
from?: import("abitype").Address;
|
|
2512
2512
|
gas?: `0x${string}`;
|
|
2513
2513
|
nonce?: `0x${string}`;
|
|
2514
2514
|
value?: `0x${string}`;
|
|
@@ -2516,22 +2516,22 @@ export declare const celo: {
|
|
|
2516
2516
|
blobVersionedHashes?: undefined;
|
|
2517
2517
|
blockHash?: `0x${string}` | null;
|
|
2518
2518
|
blockNumber?: `0x${string}` | null;
|
|
2519
|
-
hash?:
|
|
2520
|
-
input?:
|
|
2519
|
+
hash?: import("../../index.js").Hash;
|
|
2520
|
+
input?: import("../../index.js").Hex;
|
|
2521
2521
|
transactionIndex?: `0x${string}` | null;
|
|
2522
2522
|
chainId?: `0x${string}` | undefined;
|
|
2523
2523
|
yParity?: `0x${string}` | undefined;
|
|
2524
2524
|
} & {
|
|
2525
2525
|
type: "0x2";
|
|
2526
|
-
r:
|
|
2527
|
-
s:
|
|
2526
|
+
r: import("../../index.js").Hex;
|
|
2527
|
+
s: import("../../index.js").Hex;
|
|
2528
2528
|
v: `0x${string}`;
|
|
2529
2529
|
gasPrice?: undefined;
|
|
2530
2530
|
maxFeePerBlobGas?: undefined;
|
|
2531
2531
|
maxFeePerGas: `0x${string}`;
|
|
2532
2532
|
maxPriorityFeePerGas: `0x${string}`;
|
|
2533
|
-
to:
|
|
2534
|
-
from:
|
|
2533
|
+
to: import("abitype").Address | null;
|
|
2534
|
+
from: import("abitype").Address;
|
|
2535
2535
|
gas: `0x${string}`;
|
|
2536
2536
|
nonce: `0x${string}`;
|
|
2537
2537
|
value: `0x${string}`;
|
|
@@ -2539,26 +2539,26 @@ export declare const celo: {
|
|
|
2539
2539
|
blobVersionedHashes?: undefined;
|
|
2540
2540
|
blockHash: `0x${string}` | null;
|
|
2541
2541
|
blockNumber: `0x${string}` | null;
|
|
2542
|
-
hash:
|
|
2543
|
-
input:
|
|
2542
|
+
hash: import("../../index.js").Hash;
|
|
2543
|
+
input: import("../../index.js").Hex;
|
|
2544
2544
|
transactionIndex: `0x${string}` | null;
|
|
2545
2545
|
chainId: `0x${string}`;
|
|
2546
2546
|
yParity?: `0x${string}` | undefined;
|
|
2547
2547
|
} & {
|
|
2548
|
-
feeCurrency:
|
|
2549
|
-
gatewayFee:
|
|
2550
|
-
gatewayFeeRecipient:
|
|
2548
|
+
feeCurrency: import("abitype").Address | null;
|
|
2549
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2550
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2551
2551
|
}) | ({
|
|
2552
2552
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2553
|
-
r?:
|
|
2554
|
-
s?:
|
|
2553
|
+
r?: import("../../index.js").Hex;
|
|
2554
|
+
s?: import("../../index.js").Hex;
|
|
2555
2555
|
v?: `0x${string}`;
|
|
2556
2556
|
gasPrice?: `0x${string}` | undefined;
|
|
2557
2557
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2558
2558
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2559
2559
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2560
|
-
to?:
|
|
2561
|
-
from?:
|
|
2560
|
+
to?: import("abitype").Address | null;
|
|
2561
|
+
from?: import("abitype").Address;
|
|
2562
2562
|
gas?: `0x${string}`;
|
|
2563
2563
|
nonce?: `0x${string}`;
|
|
2564
2564
|
value?: `0x${string}`;
|
|
@@ -2566,27 +2566,27 @@ export declare const celo: {
|
|
|
2566
2566
|
blobVersionedHashes?: undefined;
|
|
2567
2567
|
blockHash?: `0x${string}` | null;
|
|
2568
2568
|
blockNumber?: `0x${string}` | null;
|
|
2569
|
-
hash?:
|
|
2570
|
-
input?:
|
|
2569
|
+
hash?: import("../../index.js").Hash;
|
|
2570
|
+
input?: import("../../index.js").Hex;
|
|
2571
2571
|
transactionIndex?: `0x${string}` | null;
|
|
2572
2572
|
chainId?: `0x${string}` | undefined;
|
|
2573
2573
|
yParity?: `0x${string}` | undefined;
|
|
2574
2574
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2575
|
-
feeCurrency:
|
|
2576
|
-
gatewayFee:
|
|
2577
|
-
gatewayFeeRecipient:
|
|
2575
|
+
feeCurrency: import("abitype").Address | null;
|
|
2576
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2577
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2578
2578
|
type: "0x7c";
|
|
2579
2579
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2580
2580
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2581
|
-
r?:
|
|
2582
|
-
s?:
|
|
2581
|
+
r?: import("../../index.js").Hex;
|
|
2582
|
+
s?: import("../../index.js").Hex;
|
|
2583
2583
|
v?: `0x${string}`;
|
|
2584
2584
|
gasPrice?: `0x${string}` | undefined;
|
|
2585
2585
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2586
2586
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2587
2587
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2588
|
-
to?:
|
|
2589
|
-
from?:
|
|
2588
|
+
to?: import("abitype").Address | null;
|
|
2589
|
+
from?: import("abitype").Address;
|
|
2590
2590
|
gas?: `0x${string}`;
|
|
2591
2591
|
nonce?: `0x${string}`;
|
|
2592
2592
|
value?: `0x${string}`;
|
|
@@ -2594,27 +2594,27 @@ export declare const celo: {
|
|
|
2594
2594
|
blobVersionedHashes?: undefined;
|
|
2595
2595
|
blockHash?: `0x${string}` | null;
|
|
2596
2596
|
blockNumber?: `0x${string}` | null;
|
|
2597
|
-
hash?:
|
|
2598
|
-
input?:
|
|
2597
|
+
hash?: import("../../index.js").Hash;
|
|
2598
|
+
input?: import("../../index.js").Hex;
|
|
2599
2599
|
transactionIndex?: `0x${string}` | null;
|
|
2600
2600
|
chainId?: `0x${string}` | undefined;
|
|
2601
2601
|
yParity?: `0x${string}` | undefined;
|
|
2602
2602
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2603
|
-
feeCurrency:
|
|
2603
|
+
feeCurrency: import("abitype").Address | null;
|
|
2604
2604
|
gatewayFee?: undefined;
|
|
2605
2605
|
gatewayFeeRecipient?: undefined;
|
|
2606
2606
|
type: "0x7b";
|
|
2607
2607
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2608
2608
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2609
|
-
r?:
|
|
2610
|
-
s?:
|
|
2609
|
+
r?: import("../../index.js").Hex;
|
|
2610
|
+
s?: import("../../index.js").Hex;
|
|
2611
2611
|
v?: `0x${string}`;
|
|
2612
2612
|
gasPrice?: `0x${string}` | undefined;
|
|
2613
2613
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2614
2614
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2615
2615
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2616
|
-
to?:
|
|
2617
|
-
from?:
|
|
2616
|
+
to?: import("abitype").Address | null;
|
|
2617
|
+
from?: import("abitype").Address;
|
|
2618
2618
|
gas?: `0x${string}`;
|
|
2619
2619
|
nonce?: `0x${string}`;
|
|
2620
2620
|
value?: `0x${string}`;
|
|
@@ -2622,23 +2622,23 @@ export declare const celo: {
|
|
|
2622
2622
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2623
2623
|
blockHash?: `0x${string}` | null;
|
|
2624
2624
|
blockNumber?: `0x${string}` | null;
|
|
2625
|
-
hash?:
|
|
2626
|
-
input?:
|
|
2625
|
+
hash?: import("../../index.js").Hash;
|
|
2626
|
+
input?: import("../../index.js").Hex;
|
|
2627
2627
|
transactionIndex?: `0x${string}` | null;
|
|
2628
2628
|
chainId?: `0x${string}` | undefined;
|
|
2629
2629
|
yParity?: `0x${string}` | undefined;
|
|
2630
2630
|
} & {
|
|
2631
2631
|
type: "0x0";
|
|
2632
|
-
r:
|
|
2633
|
-
s:
|
|
2632
|
+
r: import("../../index.js").Hex;
|
|
2633
|
+
s: import("../../index.js").Hex;
|
|
2634
2634
|
v: `0x${string}`;
|
|
2635
2635
|
yParity?: undefined;
|
|
2636
2636
|
gasPrice: `0x${string}`;
|
|
2637
2637
|
maxFeePerBlobGas?: undefined;
|
|
2638
2638
|
maxFeePerGas?: undefined;
|
|
2639
2639
|
maxPriorityFeePerGas?: undefined;
|
|
2640
|
-
to:
|
|
2641
|
-
from:
|
|
2640
|
+
to: import("abitype").Address | null;
|
|
2641
|
+
from: import("abitype").Address;
|
|
2642
2642
|
gas: `0x${string}`;
|
|
2643
2643
|
nonce: `0x${string}`;
|
|
2644
2644
|
value: `0x${string}`;
|
|
@@ -2646,25 +2646,25 @@ export declare const celo: {
|
|
|
2646
2646
|
blobVersionedHashes?: undefined;
|
|
2647
2647
|
blockHash: `0x${string}` | null;
|
|
2648
2648
|
blockNumber: `0x${string}` | null;
|
|
2649
|
-
hash:
|
|
2650
|
-
input:
|
|
2649
|
+
hash: import("../../index.js").Hash;
|
|
2650
|
+
input: import("../../index.js").Hex;
|
|
2651
2651
|
transactionIndex: `0x${string}` | null;
|
|
2652
2652
|
chainId?: `0x${string}` | undefined;
|
|
2653
2653
|
} & {
|
|
2654
|
-
feeCurrency:
|
|
2655
|
-
gatewayFee:
|
|
2656
|
-
gatewayFeeRecipient:
|
|
2654
|
+
feeCurrency: import("abitype").Address | null;
|
|
2655
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2656
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2657
2657
|
}) | ({
|
|
2658
2658
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2659
|
-
r?:
|
|
2660
|
-
s?:
|
|
2659
|
+
r?: import("../../index.js").Hex;
|
|
2660
|
+
s?: import("../../index.js").Hex;
|
|
2661
2661
|
v?: `0x${string}`;
|
|
2662
2662
|
gasPrice?: `0x${string}` | undefined;
|
|
2663
2663
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2664
2664
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2665
2665
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2666
|
-
to?:
|
|
2667
|
-
from?:
|
|
2666
|
+
to?: import("abitype").Address | null;
|
|
2667
|
+
from?: import("abitype").Address;
|
|
2668
2668
|
gas?: `0x${string}`;
|
|
2669
2669
|
nonce?: `0x${string}`;
|
|
2670
2670
|
value?: `0x${string}`;
|
|
@@ -2672,22 +2672,22 @@ export declare const celo: {
|
|
|
2672
2672
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2673
2673
|
blockHash?: `0x${string}` | null;
|
|
2674
2674
|
blockNumber?: `0x${string}` | null;
|
|
2675
|
-
hash?:
|
|
2676
|
-
input?:
|
|
2675
|
+
hash?: import("../../index.js").Hash;
|
|
2676
|
+
input?: import("../../index.js").Hex;
|
|
2677
2677
|
transactionIndex?: `0x${string}` | null;
|
|
2678
2678
|
chainId?: `0x${string}` | undefined;
|
|
2679
2679
|
yParity?: `0x${string}` | undefined;
|
|
2680
2680
|
} & {
|
|
2681
2681
|
type: "0x1";
|
|
2682
|
-
r:
|
|
2683
|
-
s:
|
|
2682
|
+
r: import("../../index.js").Hex;
|
|
2683
|
+
s: import("../../index.js").Hex;
|
|
2684
2684
|
v: `0x${string}`;
|
|
2685
2685
|
gasPrice: `0x${string}`;
|
|
2686
2686
|
maxFeePerBlobGas?: undefined;
|
|
2687
2687
|
maxFeePerGas?: undefined;
|
|
2688
2688
|
maxPriorityFeePerGas?: undefined;
|
|
2689
|
-
to:
|
|
2690
|
-
from:
|
|
2689
|
+
to: import("abitype").Address | null;
|
|
2690
|
+
from: import("abitype").Address;
|
|
2691
2691
|
gas: `0x${string}`;
|
|
2692
2692
|
nonce: `0x${string}`;
|
|
2693
2693
|
value: `0x${string}`;
|
|
@@ -2695,26 +2695,26 @@ export declare const celo: {
|
|
|
2695
2695
|
blobVersionedHashes?: undefined;
|
|
2696
2696
|
blockHash: `0x${string}` | null;
|
|
2697
2697
|
blockNumber: `0x${string}` | null;
|
|
2698
|
-
hash:
|
|
2699
|
-
input:
|
|
2698
|
+
hash: import("../../index.js").Hash;
|
|
2699
|
+
input: import("../../index.js").Hex;
|
|
2700
2700
|
transactionIndex: `0x${string}` | null;
|
|
2701
2701
|
chainId: `0x${string}`;
|
|
2702
2702
|
yParity?: `0x${string}` | undefined;
|
|
2703
2703
|
} & {
|
|
2704
|
-
feeCurrency:
|
|
2705
|
-
gatewayFee:
|
|
2706
|
-
gatewayFeeRecipient:
|
|
2704
|
+
feeCurrency: import("abitype").Address | null;
|
|
2705
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2706
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2707
2707
|
}) | ({
|
|
2708
2708
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2709
|
-
r?:
|
|
2710
|
-
s?:
|
|
2709
|
+
r?: import("../../index.js").Hex;
|
|
2710
|
+
s?: import("../../index.js").Hex;
|
|
2711
2711
|
v?: `0x${string}`;
|
|
2712
2712
|
gasPrice?: `0x${string}` | undefined;
|
|
2713
2713
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2714
2714
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2715
2715
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2716
|
-
to?:
|
|
2717
|
-
from?:
|
|
2716
|
+
to?: import("abitype").Address | null;
|
|
2717
|
+
from?: import("abitype").Address;
|
|
2718
2718
|
gas?: `0x${string}`;
|
|
2719
2719
|
nonce?: `0x${string}`;
|
|
2720
2720
|
value?: `0x${string}`;
|
|
@@ -2722,22 +2722,22 @@ export declare const celo: {
|
|
|
2722
2722
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2723
2723
|
blockHash?: `0x${string}` | null;
|
|
2724
2724
|
blockNumber?: `0x${string}` | null;
|
|
2725
|
-
hash?:
|
|
2726
|
-
input?:
|
|
2725
|
+
hash?: import("../../index.js").Hash;
|
|
2726
|
+
input?: import("../../index.js").Hex;
|
|
2727
2727
|
transactionIndex?: `0x${string}` | null;
|
|
2728
2728
|
chainId?: `0x${string}` | undefined;
|
|
2729
2729
|
yParity?: `0x${string}` | undefined;
|
|
2730
2730
|
} & {
|
|
2731
2731
|
type: "0x2";
|
|
2732
|
-
r:
|
|
2733
|
-
s:
|
|
2732
|
+
r: import("../../index.js").Hex;
|
|
2733
|
+
s: import("../../index.js").Hex;
|
|
2734
2734
|
v: `0x${string}`;
|
|
2735
2735
|
gasPrice?: undefined;
|
|
2736
2736
|
maxFeePerBlobGas?: undefined;
|
|
2737
2737
|
maxFeePerGas: `0x${string}`;
|
|
2738
2738
|
maxPriorityFeePerGas: `0x${string}`;
|
|
2739
|
-
to:
|
|
2740
|
-
from:
|
|
2739
|
+
to: import("abitype").Address | null;
|
|
2740
|
+
from: import("abitype").Address;
|
|
2741
2741
|
gas: `0x${string}`;
|
|
2742
2742
|
nonce: `0x${string}`;
|
|
2743
2743
|
value: `0x${string}`;
|
|
@@ -2745,26 +2745,26 @@ export declare const celo: {
|
|
|
2745
2745
|
blobVersionedHashes?: undefined;
|
|
2746
2746
|
blockHash: `0x${string}` | null;
|
|
2747
2747
|
blockNumber: `0x${string}` | null;
|
|
2748
|
-
hash:
|
|
2749
|
-
input:
|
|
2748
|
+
hash: import("../../index.js").Hash;
|
|
2749
|
+
input: import("../../index.js").Hex;
|
|
2750
2750
|
transactionIndex: `0x${string}` | null;
|
|
2751
2751
|
chainId: `0x${string}`;
|
|
2752
2752
|
yParity?: `0x${string}` | undefined;
|
|
2753
2753
|
} & {
|
|
2754
|
-
feeCurrency:
|
|
2755
|
-
gatewayFee:
|
|
2756
|
-
gatewayFeeRecipient:
|
|
2754
|
+
feeCurrency: import("abitype").Address | null;
|
|
2755
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2756
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2757
2757
|
}) | ({
|
|
2758
2758
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2759
|
-
r?:
|
|
2760
|
-
s?:
|
|
2759
|
+
r?: import("../../index.js").Hex;
|
|
2760
|
+
s?: import("../../index.js").Hex;
|
|
2761
2761
|
v?: `0x${string}`;
|
|
2762
2762
|
gasPrice?: `0x${string}` | undefined;
|
|
2763
2763
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2764
2764
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2765
2765
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2766
|
-
to?:
|
|
2767
|
-
from?:
|
|
2766
|
+
to?: import("abitype").Address | null;
|
|
2767
|
+
from?: import("abitype").Address;
|
|
2768
2768
|
gas?: `0x${string}`;
|
|
2769
2769
|
nonce?: `0x${string}`;
|
|
2770
2770
|
value?: `0x${string}`;
|
|
@@ -2772,49 +2772,49 @@ export declare const celo: {
|
|
|
2772
2772
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2773
2773
|
blockHash?: `0x${string}` | null;
|
|
2774
2774
|
blockNumber?: `0x${string}` | null;
|
|
2775
|
-
hash?:
|
|
2776
|
-
input?:
|
|
2775
|
+
hash?: import("../../index.js").Hash;
|
|
2776
|
+
input?: import("../../index.js").Hex;
|
|
2777
2777
|
transactionIndex?: `0x${string}` | null;
|
|
2778
2778
|
chainId?: `0x${string}` | undefined;
|
|
2779
2779
|
yParity?: `0x${string}` | undefined;
|
|
2780
2780
|
} & {
|
|
2781
2781
|
type: "0x3";
|
|
2782
|
-
r:
|
|
2783
|
-
s:
|
|
2782
|
+
r: import("../../index.js").Hex;
|
|
2783
|
+
s: import("../../index.js").Hex;
|
|
2784
2784
|
v: `0x${string}`;
|
|
2785
2785
|
gasPrice?: undefined;
|
|
2786
2786
|
maxFeePerBlobGas: `0x${string}`;
|
|
2787
2787
|
maxFeePerGas: `0x${string}`;
|
|
2788
2788
|
maxPriorityFeePerGas: `0x${string}`;
|
|
2789
|
-
to:
|
|
2790
|
-
from:
|
|
2789
|
+
to: import("abitype").Address | null;
|
|
2790
|
+
from: import("abitype").Address;
|
|
2791
2791
|
gas: `0x${string}`;
|
|
2792
2792
|
nonce: `0x${string}`;
|
|
2793
2793
|
value: `0x${string}`;
|
|
2794
2794
|
accessList: import("../../index.js").AccessList;
|
|
2795
|
-
blobVersionedHashes: readonly
|
|
2795
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
2796
2796
|
blockHash: `0x${string}` | null;
|
|
2797
2797
|
blockNumber: `0x${string}` | null;
|
|
2798
|
-
hash:
|
|
2799
|
-
input:
|
|
2798
|
+
hash: import("../../index.js").Hash;
|
|
2799
|
+
input: import("../../index.js").Hex;
|
|
2800
2800
|
transactionIndex: `0x${string}` | null;
|
|
2801
2801
|
chainId: `0x${string}`;
|
|
2802
2802
|
yParity?: `0x${string}` | undefined;
|
|
2803
2803
|
} & {
|
|
2804
|
-
feeCurrency:
|
|
2805
|
-
gatewayFee:
|
|
2806
|
-
gatewayFeeRecipient:
|
|
2804
|
+
feeCurrency: import("abitype").Address | null;
|
|
2805
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2806
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2807
2807
|
}) | ({
|
|
2808
2808
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2809
|
-
r?:
|
|
2810
|
-
s?:
|
|
2809
|
+
r?: import("../../index.js").Hex;
|
|
2810
|
+
s?: import("../../index.js").Hex;
|
|
2811
2811
|
v?: `0x${string}`;
|
|
2812
2812
|
gasPrice?: `0x${string}` | undefined;
|
|
2813
2813
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2814
2814
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2815
2815
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2816
|
-
to?:
|
|
2817
|
-
from?:
|
|
2816
|
+
to?: import("abitype").Address | null;
|
|
2817
|
+
from?: import("abitype").Address;
|
|
2818
2818
|
gas?: `0x${string}`;
|
|
2819
2819
|
nonce?: `0x${string}`;
|
|
2820
2820
|
value?: `0x${string}`;
|
|
@@ -2822,27 +2822,27 @@ export declare const celo: {
|
|
|
2822
2822
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2823
2823
|
blockHash?: `0x${string}` | null;
|
|
2824
2824
|
blockNumber?: `0x${string}` | null;
|
|
2825
|
-
hash?:
|
|
2826
|
-
input?:
|
|
2825
|
+
hash?: import("../../index.js").Hash;
|
|
2826
|
+
input?: import("../../index.js").Hex;
|
|
2827
2827
|
transactionIndex?: `0x${string}` | null;
|
|
2828
2828
|
chainId?: `0x${string}` | undefined;
|
|
2829
2829
|
yParity?: `0x${string}` | undefined;
|
|
2830
2830
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2831
|
-
feeCurrency:
|
|
2832
|
-
gatewayFee:
|
|
2833
|
-
gatewayFeeRecipient:
|
|
2831
|
+
feeCurrency: import("abitype").Address | null;
|
|
2832
|
+
gatewayFee: import("../../index.js").Hex | null;
|
|
2833
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2834
2834
|
type: "0x7c";
|
|
2835
2835
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
|
|
2836
2836
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
|
2837
|
-
r?:
|
|
2838
|
-
s?:
|
|
2837
|
+
r?: import("../../index.js").Hex;
|
|
2838
|
+
s?: import("../../index.js").Hex;
|
|
2839
2839
|
v?: `0x${string}`;
|
|
2840
2840
|
gasPrice?: `0x${string}` | undefined;
|
|
2841
2841
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2842
2842
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2843
2843
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2844
|
-
to?:
|
|
2845
|
-
from?:
|
|
2844
|
+
to?: import("abitype").Address | null;
|
|
2845
|
+
from?: import("abitype").Address;
|
|
2846
2846
|
gas?: `0x${string}`;
|
|
2847
2847
|
nonce?: `0x${string}`;
|
|
2848
2848
|
value?: `0x${string}`;
|
|
@@ -2850,31 +2850,31 @@ export declare const celo: {
|
|
|
2850
2850
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2851
2851
|
blockHash?: `0x${string}` | null;
|
|
2852
2852
|
blockNumber?: `0x${string}` | null;
|
|
2853
|
-
hash?:
|
|
2854
|
-
input?:
|
|
2853
|
+
hash?: import("../../index.js").Hash;
|
|
2854
|
+
input?: import("../../index.js").Hex;
|
|
2855
2855
|
transactionIndex?: `0x${string}` | null;
|
|
2856
2856
|
chainId?: `0x${string}` | undefined;
|
|
2857
2857
|
yParity?: `0x${string}` | undefined;
|
|
2858
2858
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
|
|
2859
|
-
feeCurrency:
|
|
2859
|
+
feeCurrency: import("abitype").Address | null;
|
|
2860
2860
|
gatewayFee?: undefined;
|
|
2861
2861
|
gatewayFeeRecipient?: undefined;
|
|
2862
2862
|
type: "0x7b";
|
|
2863
2863
|
} & import("../../index.js").FeeValuesEIP1559<`0x${string}`>)) => ({
|
|
2864
|
-
r:
|
|
2865
|
-
s:
|
|
2864
|
+
r: import("../../index.js").Hex;
|
|
2865
|
+
s: import("../../index.js").Hex;
|
|
2866
2866
|
v: bigint;
|
|
2867
|
-
to:
|
|
2868
|
-
from:
|
|
2867
|
+
to: import("abitype").Address | null;
|
|
2868
|
+
from: import("abitype").Address;
|
|
2869
2869
|
gas: bigint;
|
|
2870
2870
|
nonce: number;
|
|
2871
2871
|
value: bigint;
|
|
2872
2872
|
blockHash: `0x${string}` | null;
|
|
2873
2873
|
blockNumber: bigint | null;
|
|
2874
|
-
hash:
|
|
2875
|
-
input:
|
|
2874
|
+
hash: import("../../index.js").Hash;
|
|
2875
|
+
input: import("../../index.js").Hex;
|
|
2876
2876
|
transactionIndex: number | null;
|
|
2877
|
-
typeHex:
|
|
2877
|
+
typeHex: import("../../index.js").Hex | null;
|
|
2878
2878
|
accessList?: undefined;
|
|
2879
2879
|
blobVersionedHashes?: undefined;
|
|
2880
2880
|
chainId?: number | undefined;
|
|
@@ -2884,24 +2884,24 @@ export declare const celo: {
|
|
|
2884
2884
|
maxFeePerBlobGas?: undefined;
|
|
2885
2885
|
maxFeePerGas?: undefined;
|
|
2886
2886
|
maxPriorityFeePerGas?: undefined;
|
|
2887
|
-
feeCurrency:
|
|
2887
|
+
feeCurrency: import("abitype").Address | null;
|
|
2888
2888
|
gatewayFee?: undefined;
|
|
2889
2889
|
gatewayFeeRecipient?: undefined;
|
|
2890
2890
|
} | {
|
|
2891
|
-
r:
|
|
2892
|
-
s:
|
|
2891
|
+
r: import("../../index.js").Hex;
|
|
2892
|
+
s: import("../../index.js").Hex;
|
|
2893
2893
|
v: bigint;
|
|
2894
|
-
to:
|
|
2895
|
-
from:
|
|
2894
|
+
to: import("abitype").Address | null;
|
|
2895
|
+
from: import("abitype").Address;
|
|
2896
2896
|
gas: bigint;
|
|
2897
2897
|
nonce: number;
|
|
2898
2898
|
value: bigint;
|
|
2899
2899
|
blockHash: `0x${string}` | null;
|
|
2900
2900
|
blockNumber: bigint | null;
|
|
2901
|
-
hash:
|
|
2902
|
-
input:
|
|
2901
|
+
hash: import("../../index.js").Hash;
|
|
2902
|
+
input: import("../../index.js").Hex;
|
|
2903
2903
|
transactionIndex: number | null;
|
|
2904
|
-
typeHex:
|
|
2904
|
+
typeHex: import("../../index.js").Hex | null;
|
|
2905
2905
|
accessList?: undefined;
|
|
2906
2906
|
blobVersionedHashes?: undefined;
|
|
2907
2907
|
chainId?: number | undefined;
|
|
@@ -2911,24 +2911,24 @@ export declare const celo: {
|
|
|
2911
2911
|
maxFeePerBlobGas?: undefined;
|
|
2912
2912
|
maxFeePerGas: bigint;
|
|
2913
2913
|
maxPriorityFeePerGas: bigint;
|
|
2914
|
-
feeCurrency:
|
|
2914
|
+
feeCurrency: import("abitype").Address | null;
|
|
2915
2915
|
gatewayFee: bigint | null;
|
|
2916
|
-
gatewayFeeRecipient:
|
|
2916
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
2917
2917
|
} | {
|
|
2918
|
-
r:
|
|
2919
|
-
s:
|
|
2918
|
+
r: import("../../index.js").Hex;
|
|
2919
|
+
s: import("../../index.js").Hex;
|
|
2920
2920
|
v: bigint;
|
|
2921
|
-
to:
|
|
2922
|
-
from:
|
|
2921
|
+
to: import("abitype").Address | null;
|
|
2922
|
+
from: import("abitype").Address;
|
|
2923
2923
|
gas: bigint;
|
|
2924
2924
|
nonce: number;
|
|
2925
2925
|
value: bigint;
|
|
2926
2926
|
blockHash: `0x${string}` | null;
|
|
2927
2927
|
blockNumber: bigint | null;
|
|
2928
|
-
hash:
|
|
2929
|
-
input:
|
|
2928
|
+
hash: import("../../index.js").Hash;
|
|
2929
|
+
input: import("../../index.js").Hex;
|
|
2930
2930
|
transactionIndex: number | null;
|
|
2931
|
-
typeHex:
|
|
2931
|
+
typeHex: import("../../index.js").Hex | null;
|
|
2932
2932
|
accessList?: undefined;
|
|
2933
2933
|
blobVersionedHashes?: undefined;
|
|
2934
2934
|
chainId?: number | undefined;
|
|
@@ -2938,22 +2938,22 @@ export declare const celo: {
|
|
|
2938
2938
|
maxFeePerBlobGas?: undefined;
|
|
2939
2939
|
maxFeePerGas: bigint;
|
|
2940
2940
|
maxPriorityFeePerGas: bigint;
|
|
2941
|
-
feeCurrency:
|
|
2941
|
+
feeCurrency: import("abitype").Address | null;
|
|
2942
2942
|
gatewayFee?: undefined;
|
|
2943
2943
|
gatewayFeeRecipient?: undefined;
|
|
2944
2944
|
} | {
|
|
2945
2945
|
blockHash: `0x${string}` | null;
|
|
2946
2946
|
blockNumber: bigint | null;
|
|
2947
|
-
from:
|
|
2947
|
+
from: import("abitype").Address;
|
|
2948
2948
|
gas: bigint;
|
|
2949
|
-
hash:
|
|
2950
|
-
input:
|
|
2949
|
+
hash: import("../../index.js").Hash;
|
|
2950
|
+
input: import("../../index.js").Hex;
|
|
2951
2951
|
nonce: number;
|
|
2952
|
-
r:
|
|
2953
|
-
s:
|
|
2954
|
-
to:
|
|
2952
|
+
r: import("../../index.js").Hex;
|
|
2953
|
+
s: import("../../index.js").Hex;
|
|
2954
|
+
to: import("abitype").Address | null;
|
|
2955
2955
|
transactionIndex: number | null;
|
|
2956
|
-
typeHex:
|
|
2956
|
+
typeHex: import("../../index.js").Hex | null;
|
|
2957
2957
|
v: bigint;
|
|
2958
2958
|
value: bigint;
|
|
2959
2959
|
yParity: number;
|
|
@@ -2965,22 +2965,22 @@ export declare const celo: {
|
|
|
2965
2965
|
maxFeePerBlobGas?: undefined;
|
|
2966
2966
|
maxFeePerGas?: undefined;
|
|
2967
2967
|
maxPriorityFeePerGas?: undefined;
|
|
2968
|
-
feeCurrency:
|
|
2968
|
+
feeCurrency: import("abitype").Address | null;
|
|
2969
2969
|
gatewayFee?: undefined;
|
|
2970
2970
|
gatewayFeeRecipient?: undefined;
|
|
2971
2971
|
} | {
|
|
2972
2972
|
blockHash: `0x${string}` | null;
|
|
2973
2973
|
blockNumber: bigint | null;
|
|
2974
|
-
from:
|
|
2974
|
+
from: import("abitype").Address;
|
|
2975
2975
|
gas: bigint;
|
|
2976
|
-
hash:
|
|
2977
|
-
input:
|
|
2976
|
+
hash: import("../../index.js").Hash;
|
|
2977
|
+
input: import("../../index.js").Hex;
|
|
2978
2978
|
nonce: number;
|
|
2979
|
-
r:
|
|
2980
|
-
s:
|
|
2981
|
-
to:
|
|
2979
|
+
r: import("../../index.js").Hex;
|
|
2980
|
+
s: import("../../index.js").Hex;
|
|
2981
|
+
to: import("abitype").Address | null;
|
|
2982
2982
|
transactionIndex: number | null;
|
|
2983
|
-
typeHex:
|
|
2983
|
+
typeHex: import("../../index.js").Hex | null;
|
|
2984
2984
|
v: bigint;
|
|
2985
2985
|
value: bigint;
|
|
2986
2986
|
yParity: number;
|
|
@@ -2992,22 +2992,22 @@ export declare const celo: {
|
|
|
2992
2992
|
maxFeePerBlobGas?: undefined;
|
|
2993
2993
|
maxFeePerGas: bigint;
|
|
2994
2994
|
maxPriorityFeePerGas: bigint;
|
|
2995
|
-
feeCurrency:
|
|
2995
|
+
feeCurrency: import("abitype").Address | null;
|
|
2996
2996
|
gatewayFee?: undefined;
|
|
2997
2997
|
gatewayFeeRecipient?: undefined;
|
|
2998
2998
|
} | {
|
|
2999
2999
|
blockHash: `0x${string}` | null;
|
|
3000
3000
|
blockNumber: bigint | null;
|
|
3001
|
-
from:
|
|
3001
|
+
from: import("abitype").Address;
|
|
3002
3002
|
gas: bigint;
|
|
3003
|
-
hash:
|
|
3004
|
-
input:
|
|
3003
|
+
hash: import("../../index.js").Hash;
|
|
3004
|
+
input: import("../../index.js").Hex;
|
|
3005
3005
|
nonce: number;
|
|
3006
|
-
r:
|
|
3007
|
-
s:
|
|
3008
|
-
to:
|
|
3006
|
+
r: import("../../index.js").Hex;
|
|
3007
|
+
s: import("../../index.js").Hex;
|
|
3008
|
+
to: import("abitype").Address | null;
|
|
3009
3009
|
transactionIndex: number | null;
|
|
3010
|
-
typeHex:
|
|
3010
|
+
typeHex: import("../../index.js").Hex | null;
|
|
3011
3011
|
v: bigint;
|
|
3012
3012
|
value: bigint;
|
|
3013
3013
|
yParity: number;
|
|
@@ -3019,22 +3019,22 @@ export declare const celo: {
|
|
|
3019
3019
|
maxFeePerBlobGas?: undefined;
|
|
3020
3020
|
maxFeePerGas: bigint;
|
|
3021
3021
|
maxPriorityFeePerGas: bigint;
|
|
3022
|
-
feeCurrency:
|
|
3022
|
+
feeCurrency: import("abitype").Address | null;
|
|
3023
3023
|
gatewayFee: bigint | null;
|
|
3024
|
-
gatewayFeeRecipient:
|
|
3024
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
3025
3025
|
} | {
|
|
3026
3026
|
blockHash: `0x${string}` | null;
|
|
3027
3027
|
blockNumber: bigint | null;
|
|
3028
|
-
from:
|
|
3028
|
+
from: import("abitype").Address;
|
|
3029
3029
|
gas: bigint;
|
|
3030
|
-
hash:
|
|
3031
|
-
input:
|
|
3030
|
+
hash: import("../../index.js").Hash;
|
|
3031
|
+
input: import("../../index.js").Hex;
|
|
3032
3032
|
nonce: number;
|
|
3033
|
-
r:
|
|
3034
|
-
s:
|
|
3035
|
-
to:
|
|
3033
|
+
r: import("../../index.js").Hex;
|
|
3034
|
+
s: import("../../index.js").Hex;
|
|
3035
|
+
to: import("abitype").Address | null;
|
|
3036
3036
|
transactionIndex: number | null;
|
|
3037
|
-
typeHex:
|
|
3037
|
+
typeHex: import("../../index.js").Hex | null;
|
|
3038
3038
|
v: bigint;
|
|
3039
3039
|
value: bigint;
|
|
3040
3040
|
yParity: number;
|
|
@@ -3046,22 +3046,22 @@ export declare const celo: {
|
|
|
3046
3046
|
maxFeePerBlobGas?: undefined;
|
|
3047
3047
|
maxFeePerGas: bigint;
|
|
3048
3048
|
maxPriorityFeePerGas: bigint;
|
|
3049
|
-
feeCurrency:
|
|
3049
|
+
feeCurrency: import("abitype").Address | null;
|
|
3050
3050
|
gatewayFee?: undefined;
|
|
3051
3051
|
gatewayFeeRecipient?: undefined;
|
|
3052
3052
|
} | {
|
|
3053
3053
|
blockHash: `0x${string}` | null;
|
|
3054
3054
|
blockNumber: bigint | null;
|
|
3055
|
-
from:
|
|
3055
|
+
from: import("abitype").Address;
|
|
3056
3056
|
gas: bigint;
|
|
3057
|
-
hash:
|
|
3058
|
-
input:
|
|
3057
|
+
hash: import("../../index.js").Hash;
|
|
3058
|
+
input: import("../../index.js").Hex;
|
|
3059
3059
|
nonce: number;
|
|
3060
|
-
r:
|
|
3061
|
-
s:
|
|
3062
|
-
to:
|
|
3060
|
+
r: import("../../index.js").Hex;
|
|
3061
|
+
s: import("../../index.js").Hex;
|
|
3062
|
+
to: import("abitype").Address | null;
|
|
3063
3063
|
transactionIndex: number | null;
|
|
3064
|
-
typeHex:
|
|
3064
|
+
typeHex: import("../../index.js").Hex | null;
|
|
3065
3065
|
v: bigint;
|
|
3066
3066
|
value: bigint;
|
|
3067
3067
|
yParity: number;
|
|
@@ -3073,22 +3073,22 @@ export declare const celo: {
|
|
|
3073
3073
|
maxFeePerBlobGas?: undefined;
|
|
3074
3074
|
maxFeePerGas: undefined;
|
|
3075
3075
|
maxPriorityFeePerGas: undefined;
|
|
3076
|
-
feeCurrency:
|
|
3076
|
+
feeCurrency: import("abitype").Address | null;
|
|
3077
3077
|
gatewayFee?: undefined;
|
|
3078
3078
|
gatewayFeeRecipient?: undefined;
|
|
3079
3079
|
} | {
|
|
3080
3080
|
blockHash: `0x${string}` | null;
|
|
3081
3081
|
blockNumber: bigint | null;
|
|
3082
|
-
from:
|
|
3082
|
+
from: import("abitype").Address;
|
|
3083
3083
|
gas: bigint;
|
|
3084
|
-
hash:
|
|
3085
|
-
input:
|
|
3084
|
+
hash: import("../../index.js").Hash;
|
|
3085
|
+
input: import("../../index.js").Hex;
|
|
3086
3086
|
nonce: number;
|
|
3087
|
-
r:
|
|
3088
|
-
s:
|
|
3089
|
-
to:
|
|
3087
|
+
r: import("../../index.js").Hex;
|
|
3088
|
+
s: import("../../index.js").Hex;
|
|
3089
|
+
to: import("abitype").Address | null;
|
|
3090
3090
|
transactionIndex: number | null;
|
|
3091
|
-
typeHex:
|
|
3091
|
+
typeHex: import("../../index.js").Hex | null;
|
|
3092
3092
|
v: bigint;
|
|
3093
3093
|
value: bigint;
|
|
3094
3094
|
yParity: number;
|
|
@@ -3100,22 +3100,22 @@ export declare const celo: {
|
|
|
3100
3100
|
maxFeePerBlobGas?: undefined;
|
|
3101
3101
|
maxFeePerGas: bigint;
|
|
3102
3102
|
maxPriorityFeePerGas: bigint;
|
|
3103
|
-
feeCurrency:
|
|
3103
|
+
feeCurrency: import("abitype").Address | null;
|
|
3104
3104
|
gatewayFee?: undefined;
|
|
3105
3105
|
gatewayFeeRecipient?: undefined;
|
|
3106
3106
|
} | {
|
|
3107
3107
|
blockHash: `0x${string}` | null;
|
|
3108
3108
|
blockNumber: bigint | null;
|
|
3109
|
-
from:
|
|
3109
|
+
from: import("abitype").Address;
|
|
3110
3110
|
gas: bigint;
|
|
3111
|
-
hash:
|
|
3112
|
-
input:
|
|
3111
|
+
hash: import("../../index.js").Hash;
|
|
3112
|
+
input: import("../../index.js").Hex;
|
|
3113
3113
|
nonce: number;
|
|
3114
|
-
r:
|
|
3115
|
-
s:
|
|
3116
|
-
to:
|
|
3114
|
+
r: import("../../index.js").Hex;
|
|
3115
|
+
s: import("../../index.js").Hex;
|
|
3116
|
+
to: import("abitype").Address | null;
|
|
3117
3117
|
transactionIndex: number | null;
|
|
3118
|
-
typeHex:
|
|
3118
|
+
typeHex: import("../../index.js").Hex | null;
|
|
3119
3119
|
v: bigint;
|
|
3120
3120
|
value: bigint;
|
|
3121
3121
|
yParity: number;
|
|
@@ -3127,22 +3127,22 @@ export declare const celo: {
|
|
|
3127
3127
|
maxFeePerBlobGas?: undefined;
|
|
3128
3128
|
maxFeePerGas: bigint;
|
|
3129
3129
|
maxPriorityFeePerGas: bigint;
|
|
3130
|
-
feeCurrency:
|
|
3130
|
+
feeCurrency: import("abitype").Address | null;
|
|
3131
3131
|
gatewayFee: bigint | null;
|
|
3132
|
-
gatewayFeeRecipient:
|
|
3132
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
3133
3133
|
} | {
|
|
3134
3134
|
blockHash: `0x${string}` | null;
|
|
3135
3135
|
blockNumber: bigint | null;
|
|
3136
|
-
from:
|
|
3136
|
+
from: import("abitype").Address;
|
|
3137
3137
|
gas: bigint;
|
|
3138
|
-
hash:
|
|
3139
|
-
input:
|
|
3138
|
+
hash: import("../../index.js").Hash;
|
|
3139
|
+
input: import("../../index.js").Hex;
|
|
3140
3140
|
nonce: number;
|
|
3141
|
-
r:
|
|
3142
|
-
s:
|
|
3143
|
-
to:
|
|
3141
|
+
r: import("../../index.js").Hex;
|
|
3142
|
+
s: import("../../index.js").Hex;
|
|
3143
|
+
to: import("abitype").Address | null;
|
|
3144
3144
|
transactionIndex: number | null;
|
|
3145
|
-
typeHex:
|
|
3145
|
+
typeHex: import("../../index.js").Hex | null;
|
|
3146
3146
|
v: bigint;
|
|
3147
3147
|
value: bigint;
|
|
3148
3148
|
yParity: number;
|
|
@@ -3154,88 +3154,88 @@ export declare const celo: {
|
|
|
3154
3154
|
maxFeePerBlobGas?: undefined;
|
|
3155
3155
|
maxFeePerGas: bigint;
|
|
3156
3156
|
maxPriorityFeePerGas: bigint;
|
|
3157
|
-
feeCurrency:
|
|
3157
|
+
feeCurrency: import("abitype").Address | null;
|
|
3158
3158
|
gatewayFee?: undefined;
|
|
3159
3159
|
gatewayFeeRecipient?: undefined;
|
|
3160
3160
|
} | {
|
|
3161
3161
|
blockHash: `0x${string}` | null;
|
|
3162
3162
|
blockNumber: bigint | null;
|
|
3163
|
-
from:
|
|
3163
|
+
from: import("abitype").Address;
|
|
3164
3164
|
gas: bigint;
|
|
3165
|
-
hash:
|
|
3166
|
-
input:
|
|
3165
|
+
hash: import("../../index.js").Hash;
|
|
3166
|
+
input: import("../../index.js").Hex;
|
|
3167
3167
|
nonce: number;
|
|
3168
|
-
r:
|
|
3169
|
-
s:
|
|
3170
|
-
to:
|
|
3168
|
+
r: import("../../index.js").Hex;
|
|
3169
|
+
s: import("../../index.js").Hex;
|
|
3170
|
+
to: import("abitype").Address | null;
|
|
3171
3171
|
transactionIndex: number | null;
|
|
3172
|
-
typeHex:
|
|
3172
|
+
typeHex: import("../../index.js").Hex | null;
|
|
3173
3173
|
v: bigint;
|
|
3174
3174
|
value: bigint;
|
|
3175
3175
|
yParity: number;
|
|
3176
3176
|
accessList: import("../../index.js").AccessList;
|
|
3177
|
-
blobVersionedHashes: readonly
|
|
3177
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
3178
3178
|
chainId: number;
|
|
3179
3179
|
type: "eip4844";
|
|
3180
3180
|
gasPrice?: undefined;
|
|
3181
3181
|
maxFeePerBlobGas: bigint;
|
|
3182
3182
|
maxFeePerGas: bigint;
|
|
3183
3183
|
maxPriorityFeePerGas: bigint;
|
|
3184
|
-
feeCurrency:
|
|
3184
|
+
feeCurrency: import("abitype").Address | null;
|
|
3185
3185
|
gatewayFee?: undefined;
|
|
3186
3186
|
gatewayFeeRecipient?: undefined;
|
|
3187
3187
|
} | {
|
|
3188
3188
|
blockHash: `0x${string}` | null;
|
|
3189
3189
|
blockNumber: bigint | null;
|
|
3190
|
-
from:
|
|
3190
|
+
from: import("abitype").Address;
|
|
3191
3191
|
gas: bigint;
|
|
3192
|
-
hash:
|
|
3193
|
-
input:
|
|
3192
|
+
hash: import("../../index.js").Hash;
|
|
3193
|
+
input: import("../../index.js").Hex;
|
|
3194
3194
|
nonce: number;
|
|
3195
|
-
r:
|
|
3196
|
-
s:
|
|
3197
|
-
to:
|
|
3195
|
+
r: import("../../index.js").Hex;
|
|
3196
|
+
s: import("../../index.js").Hex;
|
|
3197
|
+
to: import("abitype").Address | null;
|
|
3198
3198
|
transactionIndex: number | null;
|
|
3199
|
-
typeHex:
|
|
3199
|
+
typeHex: import("../../index.js").Hex | null;
|
|
3200
3200
|
v: bigint;
|
|
3201
3201
|
value: bigint;
|
|
3202
3202
|
yParity: number;
|
|
3203
3203
|
accessList: import("../../index.js").AccessList;
|
|
3204
|
-
blobVersionedHashes: readonly
|
|
3204
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
3205
3205
|
chainId: number;
|
|
3206
3206
|
type: "cip42";
|
|
3207
3207
|
gasPrice?: undefined;
|
|
3208
3208
|
maxFeePerBlobGas: undefined;
|
|
3209
3209
|
maxFeePerGas: bigint;
|
|
3210
3210
|
maxPriorityFeePerGas: bigint;
|
|
3211
|
-
feeCurrency:
|
|
3211
|
+
feeCurrency: import("abitype").Address | null;
|
|
3212
3212
|
gatewayFee: bigint | null;
|
|
3213
|
-
gatewayFeeRecipient:
|
|
3213
|
+
gatewayFeeRecipient: import("abitype").Address | null;
|
|
3214
3214
|
} | {
|
|
3215
3215
|
blockHash: `0x${string}` | null;
|
|
3216
3216
|
blockNumber: bigint | null;
|
|
3217
|
-
from:
|
|
3217
|
+
from: import("abitype").Address;
|
|
3218
3218
|
gas: bigint;
|
|
3219
|
-
hash:
|
|
3220
|
-
input:
|
|
3219
|
+
hash: import("../../index.js").Hash;
|
|
3220
|
+
input: import("../../index.js").Hex;
|
|
3221
3221
|
nonce: number;
|
|
3222
|
-
r:
|
|
3223
|
-
s:
|
|
3224
|
-
to:
|
|
3222
|
+
r: import("../../index.js").Hex;
|
|
3223
|
+
s: import("../../index.js").Hex;
|
|
3224
|
+
to: import("abitype").Address | null;
|
|
3225
3225
|
transactionIndex: number | null;
|
|
3226
|
-
typeHex:
|
|
3226
|
+
typeHex: import("../../index.js").Hex | null;
|
|
3227
3227
|
v: bigint;
|
|
3228
3228
|
value: bigint;
|
|
3229
3229
|
yParity: number;
|
|
3230
3230
|
accessList: import("../../index.js").AccessList;
|
|
3231
|
-
blobVersionedHashes: readonly
|
|
3231
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
3232
3232
|
chainId: number;
|
|
3233
3233
|
type: "cip64";
|
|
3234
3234
|
gasPrice?: undefined;
|
|
3235
3235
|
maxFeePerBlobGas: undefined;
|
|
3236
3236
|
maxFeePerGas: bigint;
|
|
3237
3237
|
maxPriorityFeePerGas: bigint;
|
|
3238
|
-
feeCurrency:
|
|
3238
|
+
feeCurrency: import("abitype").Address | null;
|
|
3239
3239
|
gatewayFee?: undefined;
|
|
3240
3240
|
gatewayFeeRecipient?: undefined;
|
|
3241
3241
|
}) & {};
|
|
@@ -3244,11 +3244,11 @@ export declare const celo: {
|
|
|
3244
3244
|
readonly transactionRequest: {
|
|
3245
3245
|
exclude: [] | undefined;
|
|
3246
3246
|
format: (args: ({
|
|
3247
|
-
data?:
|
|
3248
|
-
from?:
|
|
3247
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3248
|
+
from?: import("abitype").Address;
|
|
3249
3249
|
gas?: bigint | undefined;
|
|
3250
3250
|
nonce?: number | undefined;
|
|
3251
|
-
to?:
|
|
3251
|
+
to?: import("abitype").Address | null | undefined;
|
|
3252
3252
|
value?: bigint | undefined;
|
|
3253
3253
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3254
3254
|
blobs?: undefined;
|
|
@@ -3261,11 +3261,11 @@ export declare const celo: {
|
|
|
3261
3261
|
kzg?: undefined;
|
|
3262
3262
|
sidecars?: undefined;
|
|
3263
3263
|
} & {
|
|
3264
|
-
data?:
|
|
3265
|
-
from:
|
|
3264
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3265
|
+
from: import("abitype").Address;
|
|
3266
3266
|
gas?: bigint | undefined;
|
|
3267
3267
|
nonce?: number | undefined;
|
|
3268
|
-
to?:
|
|
3268
|
+
to?: import("abitype").Address | null | undefined;
|
|
3269
3269
|
value?: bigint | undefined;
|
|
3270
3270
|
accessList?: undefined;
|
|
3271
3271
|
blobs?: undefined;
|
|
@@ -3278,13 +3278,13 @@ export declare const celo: {
|
|
|
3278
3278
|
kzg?: undefined;
|
|
3279
3279
|
sidecars?: undefined;
|
|
3280
3280
|
} & {
|
|
3281
|
-
feeCurrency?:
|
|
3281
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3282
3282
|
}) | ({
|
|
3283
|
-
data?:
|
|
3284
|
-
from?:
|
|
3283
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3284
|
+
from?: import("abitype").Address;
|
|
3285
3285
|
gas?: bigint | undefined;
|
|
3286
3286
|
nonce?: number | undefined;
|
|
3287
|
-
to?:
|
|
3287
|
+
to?: import("abitype").Address | null | undefined;
|
|
3288
3288
|
value?: bigint | undefined;
|
|
3289
3289
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3290
3290
|
blobs?: undefined;
|
|
@@ -3297,11 +3297,11 @@ export declare const celo: {
|
|
|
3297
3297
|
kzg?: undefined;
|
|
3298
3298
|
sidecars?: undefined;
|
|
3299
3299
|
} & {
|
|
3300
|
-
data?:
|
|
3301
|
-
from:
|
|
3300
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3301
|
+
from: import("abitype").Address;
|
|
3302
3302
|
gas?: bigint | undefined;
|
|
3303
3303
|
nonce?: number | undefined;
|
|
3304
|
-
to?:
|
|
3304
|
+
to?: import("abitype").Address | null | undefined;
|
|
3305
3305
|
value?: bigint | undefined;
|
|
3306
3306
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3307
3307
|
blobs?: undefined;
|
|
@@ -3314,13 +3314,13 @@ export declare const celo: {
|
|
|
3314
3314
|
kzg?: undefined;
|
|
3315
3315
|
sidecars?: undefined;
|
|
3316
3316
|
} & {
|
|
3317
|
-
feeCurrency?:
|
|
3317
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3318
3318
|
}) | ({
|
|
3319
|
-
data?:
|
|
3320
|
-
from?:
|
|
3319
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3320
|
+
from?: import("abitype").Address;
|
|
3321
3321
|
gas?: bigint | undefined;
|
|
3322
3322
|
nonce?: number | undefined;
|
|
3323
|
-
to?:
|
|
3323
|
+
to?: import("abitype").Address | null | undefined;
|
|
3324
3324
|
value?: bigint | undefined;
|
|
3325
3325
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3326
3326
|
blobs?: undefined;
|
|
@@ -3333,11 +3333,11 @@ export declare const celo: {
|
|
|
3333
3333
|
kzg?: undefined;
|
|
3334
3334
|
sidecars?: undefined;
|
|
3335
3335
|
} & {
|
|
3336
|
-
data?:
|
|
3337
|
-
from:
|
|
3336
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3337
|
+
from: import("abitype").Address;
|
|
3338
3338
|
gas?: bigint | undefined;
|
|
3339
3339
|
nonce?: number | undefined;
|
|
3340
|
-
to?:
|
|
3340
|
+
to?: import("abitype").Address | null | undefined;
|
|
3341
3341
|
value?: bigint | undefined;
|
|
3342
3342
|
gasPrice?: undefined;
|
|
3343
3343
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3350,13 +3350,13 @@ export declare const celo: {
|
|
|
3350
3350
|
kzg?: undefined;
|
|
3351
3351
|
sidecars?: undefined;
|
|
3352
3352
|
} & {
|
|
3353
|
-
feeCurrency?:
|
|
3353
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3354
3354
|
}) | ({
|
|
3355
|
-
data?:
|
|
3356
|
-
from?:
|
|
3355
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3356
|
+
from?: import("abitype").Address;
|
|
3357
3357
|
gas?: bigint | undefined;
|
|
3358
3358
|
nonce?: number | undefined;
|
|
3359
|
-
to?:
|
|
3359
|
+
to?: import("abitype").Address | null | undefined;
|
|
3360
3360
|
value?: bigint | undefined;
|
|
3361
3361
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3362
3362
|
blobs?: undefined;
|
|
@@ -3370,14 +3370,14 @@ export declare const celo: {
|
|
|
3370
3370
|
sidecars?: undefined;
|
|
3371
3371
|
} & import("../../index.js").TransactionRequestBase & {
|
|
3372
3372
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3373
|
-
feeCurrency?:
|
|
3373
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3374
3374
|
type?: "cip64" | undefined;
|
|
3375
3375
|
} & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>) | ({
|
|
3376
|
-
data?:
|
|
3377
|
-
from?:
|
|
3376
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3377
|
+
from?: import("abitype").Address;
|
|
3378
3378
|
gas?: bigint | undefined;
|
|
3379
3379
|
nonce?: number | undefined;
|
|
3380
|
-
to?:
|
|
3380
|
+
to?: import("abitype").Address | null | undefined;
|
|
3381
3381
|
value?: bigint | undefined;
|
|
3382
3382
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3383
3383
|
blobs?: undefined;
|
|
@@ -3390,11 +3390,11 @@ export declare const celo: {
|
|
|
3390
3390
|
kzg?: undefined;
|
|
3391
3391
|
sidecars?: undefined;
|
|
3392
3392
|
} & {
|
|
3393
|
-
data?:
|
|
3394
|
-
from:
|
|
3393
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3394
|
+
from: import("abitype").Address;
|
|
3395
3395
|
gas?: bigint | undefined;
|
|
3396
3396
|
nonce?: number | undefined;
|
|
3397
|
-
to?:
|
|
3397
|
+
to?: import("abitype").Address | null | undefined;
|
|
3398
3398
|
value?: bigint | undefined;
|
|
3399
3399
|
accessList?: undefined;
|
|
3400
3400
|
blobs?: undefined;
|
|
@@ -3407,13 +3407,13 @@ export declare const celo: {
|
|
|
3407
3407
|
kzg?: undefined;
|
|
3408
3408
|
sidecars?: undefined;
|
|
3409
3409
|
} & {
|
|
3410
|
-
feeCurrency?:
|
|
3410
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3411
3411
|
}) | ({
|
|
3412
|
-
data?:
|
|
3413
|
-
from?:
|
|
3412
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3413
|
+
from?: import("abitype").Address;
|
|
3414
3414
|
gas?: bigint | undefined;
|
|
3415
3415
|
nonce?: number | undefined;
|
|
3416
|
-
to?:
|
|
3416
|
+
to?: import("abitype").Address | null | undefined;
|
|
3417
3417
|
value?: bigint | undefined;
|
|
3418
3418
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3419
3419
|
blobs?: undefined;
|
|
@@ -3426,11 +3426,11 @@ export declare const celo: {
|
|
|
3426
3426
|
kzg?: undefined;
|
|
3427
3427
|
sidecars?: undefined;
|
|
3428
3428
|
} & {
|
|
3429
|
-
data?:
|
|
3430
|
-
from:
|
|
3429
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3430
|
+
from: import("abitype").Address;
|
|
3431
3431
|
gas?: bigint | undefined;
|
|
3432
3432
|
nonce?: number | undefined;
|
|
3433
|
-
to?:
|
|
3433
|
+
to?: import("abitype").Address | null | undefined;
|
|
3434
3434
|
value?: bigint | undefined;
|
|
3435
3435
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3436
3436
|
blobs?: undefined;
|
|
@@ -3443,13 +3443,13 @@ export declare const celo: {
|
|
|
3443
3443
|
kzg?: undefined;
|
|
3444
3444
|
sidecars?: undefined;
|
|
3445
3445
|
} & {
|
|
3446
|
-
feeCurrency?:
|
|
3446
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3447
3447
|
}) | ({
|
|
3448
|
-
data?:
|
|
3449
|
-
from?:
|
|
3448
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3449
|
+
from?: import("abitype").Address;
|
|
3450
3450
|
gas?: bigint | undefined;
|
|
3451
3451
|
nonce?: number | undefined;
|
|
3452
|
-
to?:
|
|
3452
|
+
to?: import("abitype").Address | null | undefined;
|
|
3453
3453
|
value?: bigint | undefined;
|
|
3454
3454
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3455
3455
|
blobs?: undefined;
|
|
@@ -3462,11 +3462,11 @@ export declare const celo: {
|
|
|
3462
3462
|
kzg?: undefined;
|
|
3463
3463
|
sidecars?: undefined;
|
|
3464
3464
|
} & {
|
|
3465
|
-
data?:
|
|
3466
|
-
from:
|
|
3465
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3466
|
+
from: import("abitype").Address;
|
|
3467
3467
|
gas?: bigint | undefined;
|
|
3468
3468
|
nonce?: number | undefined;
|
|
3469
|
-
to?:
|
|
3469
|
+
to?: import("abitype").Address | null | undefined;
|
|
3470
3470
|
value?: bigint | undefined;
|
|
3471
3471
|
gasPrice?: undefined;
|
|
3472
3472
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3479,13 +3479,13 @@ export declare const celo: {
|
|
|
3479
3479
|
kzg?: undefined;
|
|
3480
3480
|
sidecars?: undefined;
|
|
3481
3481
|
} & {
|
|
3482
|
-
feeCurrency?:
|
|
3482
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3483
3483
|
}) | ({
|
|
3484
|
-
data?:
|
|
3485
|
-
from?:
|
|
3484
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3485
|
+
from?: import("abitype").Address;
|
|
3486
3486
|
gas?: bigint | undefined;
|
|
3487
3487
|
nonce?: number | undefined;
|
|
3488
|
-
to?:
|
|
3488
|
+
to?: import("abitype").Address | null | undefined;
|
|
3489
3489
|
value?: bigint | undefined;
|
|
3490
3490
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3491
3491
|
blobs?: undefined;
|
|
@@ -3499,14 +3499,14 @@ export declare const celo: {
|
|
|
3499
3499
|
sidecars?: undefined;
|
|
3500
3500
|
} & import("../../index.js").TransactionRequestBase & {
|
|
3501
3501
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3502
|
-
feeCurrency?:
|
|
3502
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3503
3503
|
type?: "cip64" | undefined;
|
|
3504
3504
|
} & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>) | ({
|
|
3505
|
-
data?:
|
|
3506
|
-
from?:
|
|
3505
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3506
|
+
from?: import("abitype").Address;
|
|
3507
3507
|
gas?: bigint | undefined;
|
|
3508
3508
|
nonce?: number | undefined;
|
|
3509
|
-
to?:
|
|
3509
|
+
to?: import("abitype").Address | null | undefined;
|
|
3510
3510
|
value?: bigint | undefined;
|
|
3511
3511
|
gasPrice?: bigint | undefined;
|
|
3512
3512
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -3519,11 +3519,11 @@ export declare const celo: {
|
|
|
3519
3519
|
kzg?: undefined;
|
|
3520
3520
|
sidecars?: undefined;
|
|
3521
3521
|
} & {
|
|
3522
|
-
data?:
|
|
3523
|
-
from:
|
|
3522
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3523
|
+
from: import("abitype").Address;
|
|
3524
3524
|
gas?: bigint | undefined;
|
|
3525
3525
|
nonce?: number | undefined;
|
|
3526
|
-
to?:
|
|
3526
|
+
to?: import("abitype").Address | null | undefined;
|
|
3527
3527
|
value?: bigint | undefined;
|
|
3528
3528
|
accessList?: undefined;
|
|
3529
3529
|
blobs?: undefined;
|
|
@@ -3536,13 +3536,13 @@ export declare const celo: {
|
|
|
3536
3536
|
kzg?: undefined;
|
|
3537
3537
|
sidecars?: undefined;
|
|
3538
3538
|
} & {
|
|
3539
|
-
feeCurrency?:
|
|
3539
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3540
3540
|
}) | ({
|
|
3541
|
-
data?:
|
|
3542
|
-
from?:
|
|
3541
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3542
|
+
from?: import("abitype").Address;
|
|
3543
3543
|
gas?: bigint | undefined;
|
|
3544
3544
|
nonce?: number | undefined;
|
|
3545
|
-
to?:
|
|
3545
|
+
to?: import("abitype").Address | null | undefined;
|
|
3546
3546
|
value?: bigint | undefined;
|
|
3547
3547
|
gasPrice?: bigint | undefined;
|
|
3548
3548
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -3555,11 +3555,11 @@ export declare const celo: {
|
|
|
3555
3555
|
kzg?: undefined;
|
|
3556
3556
|
sidecars?: undefined;
|
|
3557
3557
|
} & {
|
|
3558
|
-
data?:
|
|
3559
|
-
from:
|
|
3558
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3559
|
+
from: import("abitype").Address;
|
|
3560
3560
|
gas?: bigint | undefined;
|
|
3561
3561
|
nonce?: number | undefined;
|
|
3562
|
-
to?:
|
|
3562
|
+
to?: import("abitype").Address | null | undefined;
|
|
3563
3563
|
value?: bigint | undefined;
|
|
3564
3564
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3565
3565
|
blobs?: undefined;
|
|
@@ -3572,13 +3572,13 @@ export declare const celo: {
|
|
|
3572
3572
|
kzg?: undefined;
|
|
3573
3573
|
sidecars?: undefined;
|
|
3574
3574
|
} & {
|
|
3575
|
-
feeCurrency?:
|
|
3575
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3576
3576
|
}) | ({
|
|
3577
|
-
data?:
|
|
3578
|
-
from?:
|
|
3577
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3578
|
+
from?: import("abitype").Address;
|
|
3579
3579
|
gas?: bigint | undefined;
|
|
3580
3580
|
nonce?: number | undefined;
|
|
3581
|
-
to?:
|
|
3581
|
+
to?: import("abitype").Address | null | undefined;
|
|
3582
3582
|
value?: bigint | undefined;
|
|
3583
3583
|
gasPrice?: bigint | undefined;
|
|
3584
3584
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -3591,11 +3591,11 @@ export declare const celo: {
|
|
|
3591
3591
|
kzg?: undefined;
|
|
3592
3592
|
sidecars?: undefined;
|
|
3593
3593
|
} & {
|
|
3594
|
-
data?:
|
|
3595
|
-
from:
|
|
3594
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3595
|
+
from: import("abitype").Address;
|
|
3596
3596
|
gas?: bigint | undefined;
|
|
3597
3597
|
nonce?: number | undefined;
|
|
3598
|
-
to?:
|
|
3598
|
+
to?: import("abitype").Address | null | undefined;
|
|
3599
3599
|
value?: bigint | undefined;
|
|
3600
3600
|
gasPrice?: undefined;
|
|
3601
3601
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3608,13 +3608,13 @@ export declare const celo: {
|
|
|
3608
3608
|
kzg?: undefined;
|
|
3609
3609
|
sidecars?: undefined;
|
|
3610
3610
|
} & {
|
|
3611
|
-
feeCurrency?:
|
|
3611
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3612
3612
|
}) | ({
|
|
3613
|
-
data?:
|
|
3614
|
-
from?:
|
|
3613
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3614
|
+
from?: import("abitype").Address;
|
|
3615
3615
|
gas?: bigint | undefined;
|
|
3616
3616
|
nonce?: number | undefined;
|
|
3617
|
-
to?:
|
|
3617
|
+
to?: import("abitype").Address | null | undefined;
|
|
3618
3618
|
value?: bigint | undefined;
|
|
3619
3619
|
gasPrice?: bigint | undefined;
|
|
3620
3620
|
maxFeePerBlobGas?: bigint | undefined;
|
|
@@ -3628,31 +3628,31 @@ export declare const celo: {
|
|
|
3628
3628
|
sidecars?: undefined;
|
|
3629
3629
|
} & import("../../index.js").TransactionRequestBase & {
|
|
3630
3630
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3631
|
-
feeCurrency?:
|
|
3631
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3632
3632
|
type?: "cip64" | undefined;
|
|
3633
3633
|
} & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>) | ({
|
|
3634
|
-
data?:
|
|
3635
|
-
from?:
|
|
3634
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3635
|
+
from?: import("abitype").Address;
|
|
3636
3636
|
gas?: bigint | undefined;
|
|
3637
3637
|
nonce?: number | undefined;
|
|
3638
3638
|
value?: bigint | undefined;
|
|
3639
|
-
to?:
|
|
3639
|
+
to?: import("abitype").Address | null | undefined;
|
|
3640
3640
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3641
3641
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3642
|
-
blobVersionedHashes?: readonly
|
|
3642
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
3643
3643
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
3644
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
3644
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
3645
3645
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
3646
3646
|
gasPrice?: bigint | undefined;
|
|
3647
3647
|
maxFeePerGas?: bigint | undefined;
|
|
3648
3648
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3649
3649
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3650
3650
|
} & {
|
|
3651
|
-
data?:
|
|
3652
|
-
from:
|
|
3651
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3652
|
+
from: import("abitype").Address;
|
|
3653
3653
|
gas?: bigint | undefined;
|
|
3654
3654
|
nonce?: number | undefined;
|
|
3655
|
-
to?:
|
|
3655
|
+
to?: import("abitype").Address | null | undefined;
|
|
3656
3656
|
value?: bigint | undefined;
|
|
3657
3657
|
accessList?: undefined;
|
|
3658
3658
|
blobs?: undefined;
|
|
@@ -3665,30 +3665,30 @@ export declare const celo: {
|
|
|
3665
3665
|
kzg?: undefined;
|
|
3666
3666
|
sidecars?: undefined;
|
|
3667
3667
|
} & {
|
|
3668
|
-
feeCurrency?:
|
|
3668
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3669
3669
|
}) | ({
|
|
3670
|
-
data?:
|
|
3671
|
-
from?:
|
|
3670
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3671
|
+
from?: import("abitype").Address;
|
|
3672
3672
|
gas?: bigint | undefined;
|
|
3673
3673
|
nonce?: number | undefined;
|
|
3674
3674
|
value?: bigint | undefined;
|
|
3675
|
-
to?:
|
|
3675
|
+
to?: import("abitype").Address | null | undefined;
|
|
3676
3676
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3677
3677
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3678
|
-
blobVersionedHashes?: readonly
|
|
3678
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
3679
3679
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
3680
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
3680
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
3681
3681
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
3682
3682
|
gasPrice?: bigint | undefined;
|
|
3683
3683
|
maxFeePerGas?: bigint | undefined;
|
|
3684
3684
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3685
3685
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3686
3686
|
} & {
|
|
3687
|
-
data?:
|
|
3688
|
-
from:
|
|
3687
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3688
|
+
from: import("abitype").Address;
|
|
3689
3689
|
gas?: bigint | undefined;
|
|
3690
3690
|
nonce?: number | undefined;
|
|
3691
|
-
to?:
|
|
3691
|
+
to?: import("abitype").Address | null | undefined;
|
|
3692
3692
|
value?: bigint | undefined;
|
|
3693
3693
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3694
3694
|
blobs?: undefined;
|
|
@@ -3701,30 +3701,30 @@ export declare const celo: {
|
|
|
3701
3701
|
kzg?: undefined;
|
|
3702
3702
|
sidecars?: undefined;
|
|
3703
3703
|
} & {
|
|
3704
|
-
feeCurrency?:
|
|
3704
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3705
3705
|
}) | ({
|
|
3706
|
-
data?:
|
|
3707
|
-
from?:
|
|
3706
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3707
|
+
from?: import("abitype").Address;
|
|
3708
3708
|
gas?: bigint | undefined;
|
|
3709
3709
|
nonce?: number | undefined;
|
|
3710
3710
|
value?: bigint | undefined;
|
|
3711
|
-
to?:
|
|
3711
|
+
to?: import("abitype").Address | null | undefined;
|
|
3712
3712
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3713
3713
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3714
|
-
blobVersionedHashes?: readonly
|
|
3714
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
3715
3715
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
3716
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
3716
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
3717
3717
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
3718
3718
|
gasPrice?: bigint | undefined;
|
|
3719
3719
|
maxFeePerGas?: bigint | undefined;
|
|
3720
3720
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3721
3721
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3722
3722
|
} & {
|
|
3723
|
-
data?:
|
|
3724
|
-
from:
|
|
3723
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3724
|
+
from: import("abitype").Address;
|
|
3725
3725
|
gas?: bigint | undefined;
|
|
3726
3726
|
nonce?: number | undefined;
|
|
3727
|
-
to?:
|
|
3727
|
+
to?: import("abitype").Address | null | undefined;
|
|
3728
3728
|
value?: bigint | undefined;
|
|
3729
3729
|
gasPrice?: undefined;
|
|
3730
3730
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3737,55 +3737,55 @@ export declare const celo: {
|
|
|
3737
3737
|
kzg?: undefined;
|
|
3738
3738
|
sidecars?: undefined;
|
|
3739
3739
|
} & {
|
|
3740
|
-
feeCurrency?:
|
|
3740
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3741
3741
|
}) | ({
|
|
3742
|
-
data?:
|
|
3743
|
-
from?:
|
|
3742
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3743
|
+
from?: import("abitype").Address;
|
|
3744
3744
|
gas?: bigint | undefined;
|
|
3745
3745
|
nonce?: number | undefined;
|
|
3746
3746
|
value?: bigint | undefined;
|
|
3747
|
-
to?:
|
|
3747
|
+
to?: import("abitype").Address | null | undefined;
|
|
3748
3748
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3749
3749
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3750
|
-
blobVersionedHashes?: readonly
|
|
3750
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
3751
3751
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
3752
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
3752
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
3753
3753
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
3754
3754
|
gasPrice?: bigint | undefined;
|
|
3755
3755
|
maxFeePerGas?: bigint | undefined;
|
|
3756
3756
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3757
3757
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3758
3758
|
} & {
|
|
3759
|
-
data?:
|
|
3760
|
-
from:
|
|
3759
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3760
|
+
from: import("abitype").Address;
|
|
3761
3761
|
gas?: bigint | undefined;
|
|
3762
3762
|
nonce?: number | undefined;
|
|
3763
3763
|
value?: bigint | undefined;
|
|
3764
3764
|
to: `0x${string}` | null;
|
|
3765
3765
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3766
|
-
blobs: readonly
|
|
3767
|
-
blobVersionedHashes?: readonly
|
|
3766
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
|
3767
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
3768
3768
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
3769
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
3769
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
3770
3770
|
type?: "eip4844" | undefined;
|
|
3771
3771
|
gasPrice?: undefined;
|
|
3772
3772
|
maxFeePerGas?: bigint | undefined;
|
|
3773
3773
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3774
3774
|
maxFeePerBlobGas: bigint;
|
|
3775
3775
|
} & {
|
|
3776
|
-
feeCurrency?:
|
|
3776
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3777
3777
|
}) | ({
|
|
3778
|
-
data?:
|
|
3779
|
-
from?:
|
|
3778
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3779
|
+
from?: import("abitype").Address;
|
|
3780
3780
|
gas?: bigint | undefined;
|
|
3781
3781
|
nonce?: number | undefined;
|
|
3782
3782
|
value?: bigint | undefined;
|
|
3783
|
-
to?:
|
|
3783
|
+
to?: import("abitype").Address | null | undefined;
|
|
3784
3784
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3785
3785
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3786
|
-
blobVersionedHashes?: readonly
|
|
3786
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
3787
3787
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
3788
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
3788
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
3789
3789
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
|
|
3790
3790
|
gasPrice?: bigint | undefined;
|
|
3791
3791
|
maxFeePerGas?: bigint | undefined;
|
|
@@ -3793,14 +3793,14 @@ export declare const celo: {
|
|
|
3793
3793
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3794
3794
|
} & import("../../index.js").TransactionRequestBase & {
|
|
3795
3795
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3796
|
-
feeCurrency?:
|
|
3796
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3797
3797
|
type?: "cip64" | undefined;
|
|
3798
3798
|
} & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>)) => ({
|
|
3799
|
-
data?:
|
|
3800
|
-
from:
|
|
3799
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3800
|
+
from: import("abitype").Address;
|
|
3801
3801
|
gas?: `0x${string}` | undefined;
|
|
3802
3802
|
nonce?: `0x${string}` | undefined;
|
|
3803
|
-
to?:
|
|
3803
|
+
to?: import("abitype").Address | null | undefined;
|
|
3804
3804
|
value?: `0x${string}` | undefined;
|
|
3805
3805
|
accessList?: undefined;
|
|
3806
3806
|
blobs?: undefined;
|
|
@@ -3812,13 +3812,13 @@ export declare const celo: {
|
|
|
3812
3812
|
blobVersionedHashes?: undefined;
|
|
3813
3813
|
kzg?: undefined;
|
|
3814
3814
|
sidecars?: undefined;
|
|
3815
|
-
feeCurrency?:
|
|
3815
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3816
3816
|
} | {
|
|
3817
|
-
data?:
|
|
3818
|
-
from:
|
|
3817
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3818
|
+
from: import("abitype").Address;
|
|
3819
3819
|
gas?: `0x${string}` | undefined;
|
|
3820
3820
|
nonce?: `0x${string}` | undefined;
|
|
3821
|
-
to?:
|
|
3821
|
+
to?: import("abitype").Address | null | undefined;
|
|
3822
3822
|
value?: `0x${string}` | undefined;
|
|
3823
3823
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3824
3824
|
blobs?: undefined;
|
|
@@ -3830,13 +3830,13 @@ export declare const celo: {
|
|
|
3830
3830
|
blobVersionedHashes?: undefined;
|
|
3831
3831
|
kzg?: undefined;
|
|
3832
3832
|
sidecars?: undefined;
|
|
3833
|
-
feeCurrency?:
|
|
3833
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3834
3834
|
} | {
|
|
3835
|
-
data?:
|
|
3836
|
-
from:
|
|
3835
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3836
|
+
from: import("abitype").Address;
|
|
3837
3837
|
gas?: `0x${string}` | undefined;
|
|
3838
3838
|
nonce?: `0x${string}` | undefined;
|
|
3839
|
-
to?:
|
|
3839
|
+
to?: import("abitype").Address | null | undefined;
|
|
3840
3840
|
value?: `0x${string}` | undefined;
|
|
3841
3841
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3842
3842
|
blobs?: undefined;
|
|
@@ -3848,13 +3848,13 @@ export declare const celo: {
|
|
|
3848
3848
|
blobVersionedHashes?: undefined;
|
|
3849
3849
|
kzg?: undefined;
|
|
3850
3850
|
sidecars?: undefined;
|
|
3851
|
-
feeCurrency?:
|
|
3851
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3852
3852
|
} | {
|
|
3853
|
-
data?:
|
|
3854
|
-
from:
|
|
3853
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3854
|
+
from: import("abitype").Address;
|
|
3855
3855
|
gas?: `0x${string}` | undefined;
|
|
3856
3856
|
nonce?: `0x${string}` | undefined;
|
|
3857
|
-
to?:
|
|
3857
|
+
to?: import("abitype").Address | null | undefined;
|
|
3858
3858
|
value?: `0x${string}` | undefined;
|
|
3859
3859
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3860
3860
|
blobs?: undefined;
|
|
@@ -3866,13 +3866,13 @@ export declare const celo: {
|
|
|
3866
3866
|
blobVersionedHashes?: undefined;
|
|
3867
3867
|
kzg?: undefined;
|
|
3868
3868
|
sidecars?: undefined;
|
|
3869
|
-
feeCurrency?:
|
|
3869
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3870
3870
|
} | {
|
|
3871
|
-
data?:
|
|
3872
|
-
from:
|
|
3871
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3872
|
+
from: import("abitype").Address;
|
|
3873
3873
|
gas?: `0x${string}` | undefined;
|
|
3874
3874
|
nonce?: `0x${string}` | undefined;
|
|
3875
|
-
to?:
|
|
3875
|
+
to?: import("abitype").Address | null | undefined;
|
|
3876
3876
|
value?: `0x${string}` | undefined;
|
|
3877
3877
|
accessList?: undefined;
|
|
3878
3878
|
blobs?: undefined;
|
|
@@ -3884,13 +3884,13 @@ export declare const celo: {
|
|
|
3884
3884
|
blobVersionedHashes?: undefined;
|
|
3885
3885
|
kzg?: undefined;
|
|
3886
3886
|
sidecars?: undefined;
|
|
3887
|
-
feeCurrency?:
|
|
3887
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3888
3888
|
} | {
|
|
3889
|
-
data?:
|
|
3890
|
-
from:
|
|
3889
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3890
|
+
from: import("abitype").Address;
|
|
3891
3891
|
gas?: `0x${string}` | undefined;
|
|
3892
3892
|
nonce?: `0x${string}` | undefined;
|
|
3893
|
-
to?:
|
|
3893
|
+
to?: import("abitype").Address | null | undefined;
|
|
3894
3894
|
value?: `0x${string}` | undefined;
|
|
3895
3895
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3896
3896
|
blobs?: undefined;
|
|
@@ -3902,13 +3902,13 @@ export declare const celo: {
|
|
|
3902
3902
|
blobVersionedHashes?: undefined;
|
|
3903
3903
|
kzg?: undefined;
|
|
3904
3904
|
sidecars?: undefined;
|
|
3905
|
-
feeCurrency?:
|
|
3905
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3906
3906
|
} | {
|
|
3907
|
-
data?:
|
|
3908
|
-
from:
|
|
3907
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3908
|
+
from: import("abitype").Address;
|
|
3909
3909
|
gas?: `0x${string}` | undefined;
|
|
3910
3910
|
nonce?: `0x${string}` | undefined;
|
|
3911
|
-
to?:
|
|
3911
|
+
to?: import("abitype").Address | null | undefined;
|
|
3912
3912
|
value?: `0x${string}` | undefined;
|
|
3913
3913
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3914
3914
|
blobs?: undefined;
|
|
@@ -3920,13 +3920,13 @@ export declare const celo: {
|
|
|
3920
3920
|
blobVersionedHashes?: undefined;
|
|
3921
3921
|
kzg?: undefined;
|
|
3922
3922
|
sidecars?: undefined;
|
|
3923
|
-
feeCurrency?:
|
|
3923
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3924
3924
|
} | {
|
|
3925
|
-
data?:
|
|
3926
|
-
from:
|
|
3925
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3926
|
+
from: import("abitype").Address;
|
|
3927
3927
|
gas?: `0x${string}` | undefined;
|
|
3928
3928
|
nonce?: `0x${string}` | undefined;
|
|
3929
|
-
to?:
|
|
3929
|
+
to?: import("abitype").Address | null | undefined;
|
|
3930
3930
|
value?: `0x${string}` | undefined;
|
|
3931
3931
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
3932
3932
|
blobs?: undefined;
|
|
@@ -3938,13 +3938,13 @@ export declare const celo: {
|
|
|
3938
3938
|
blobVersionedHashes?: undefined;
|
|
3939
3939
|
kzg?: undefined;
|
|
3940
3940
|
sidecars?: undefined;
|
|
3941
|
-
feeCurrency?:
|
|
3941
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3942
3942
|
} | {
|
|
3943
|
-
data?:
|
|
3944
|
-
from:
|
|
3943
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3944
|
+
from: import("abitype").Address;
|
|
3945
3945
|
gas?: `0x${string}` | undefined;
|
|
3946
3946
|
nonce?: `0x${string}` | undefined;
|
|
3947
|
-
to?:
|
|
3947
|
+
to?: import("abitype").Address | null | undefined;
|
|
3948
3948
|
value?: `0x${string}` | undefined;
|
|
3949
3949
|
gasPrice?: `0x${string}` | undefined;
|
|
3950
3950
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3956,13 +3956,13 @@ export declare const celo: {
|
|
|
3956
3956
|
blobVersionedHashes?: undefined;
|
|
3957
3957
|
kzg?: undefined;
|
|
3958
3958
|
sidecars?: undefined;
|
|
3959
|
-
feeCurrency?:
|
|
3959
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3960
3960
|
} | {
|
|
3961
|
-
data?:
|
|
3962
|
-
from:
|
|
3961
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3962
|
+
from: import("abitype").Address;
|
|
3963
3963
|
gas?: `0x${string}` | undefined;
|
|
3964
3964
|
nonce?: `0x${string}` | undefined;
|
|
3965
|
-
to?:
|
|
3965
|
+
to?: import("abitype").Address | null | undefined;
|
|
3966
3966
|
value?: `0x${string}` | undefined;
|
|
3967
3967
|
gasPrice?: `0x${string}` | undefined;
|
|
3968
3968
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3974,13 +3974,13 @@ export declare const celo: {
|
|
|
3974
3974
|
blobVersionedHashes?: undefined;
|
|
3975
3975
|
kzg?: undefined;
|
|
3976
3976
|
sidecars?: undefined;
|
|
3977
|
-
feeCurrency?:
|
|
3977
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3978
3978
|
} | {
|
|
3979
|
-
data?:
|
|
3980
|
-
from:
|
|
3979
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3980
|
+
from: import("abitype").Address;
|
|
3981
3981
|
gas?: `0x${string}` | undefined;
|
|
3982
3982
|
nonce?: `0x${string}` | undefined;
|
|
3983
|
-
to?:
|
|
3983
|
+
to?: import("abitype").Address | null | undefined;
|
|
3984
3984
|
value?: `0x${string}` | undefined;
|
|
3985
3985
|
gasPrice?: undefined;
|
|
3986
3986
|
maxFeePerBlobGas?: undefined;
|
|
@@ -3992,13 +3992,13 @@ export declare const celo: {
|
|
|
3992
3992
|
blobVersionedHashes?: undefined;
|
|
3993
3993
|
kzg?: undefined;
|
|
3994
3994
|
sidecars?: undefined;
|
|
3995
|
-
feeCurrency?:
|
|
3995
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
3996
3996
|
} | {
|
|
3997
|
-
data?:
|
|
3998
|
-
from:
|
|
3997
|
+
data?: import("../../index.js").Hex | undefined;
|
|
3998
|
+
from: import("abitype").Address;
|
|
3999
3999
|
gas?: `0x${string}` | undefined;
|
|
4000
4000
|
nonce?: `0x${string}` | undefined;
|
|
4001
|
-
to?:
|
|
4001
|
+
to?: import("abitype").Address | null | undefined;
|
|
4002
4002
|
value?: `0x${string}` | undefined;
|
|
4003
4003
|
gasPrice?: undefined;
|
|
4004
4004
|
maxFeePerBlobGas?: undefined;
|
|
@@ -4010,43 +4010,43 @@ export declare const celo: {
|
|
|
4010
4010
|
blobVersionedHashes?: undefined;
|
|
4011
4011
|
kzg?: undefined;
|
|
4012
4012
|
sidecars?: undefined;
|
|
4013
|
-
feeCurrency?:
|
|
4013
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
4014
4014
|
} | {
|
|
4015
|
-
data?:
|
|
4016
|
-
from:
|
|
4015
|
+
data?: import("../../index.js").Hex | undefined;
|
|
4016
|
+
from: import("abitype").Address;
|
|
4017
4017
|
gas?: `0x${string}` | undefined;
|
|
4018
4018
|
nonce?: `0x${string}` | undefined;
|
|
4019
4019
|
value?: `0x${string}` | undefined;
|
|
4020
4020
|
to: `0x${string}` | null;
|
|
4021
4021
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
4022
|
-
blobs: readonly
|
|
4023
|
-
blobVersionedHashes?: readonly
|
|
4022
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
|
4023
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
4024
4024
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
4025
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
4025
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
4026
4026
|
type?: "0x3" | undefined;
|
|
4027
4027
|
gasPrice?: undefined;
|
|
4028
4028
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
4029
4029
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
4030
4030
|
maxFeePerBlobGas: `0x${string}`;
|
|
4031
|
-
feeCurrency?:
|
|
4031
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
4032
4032
|
} | {
|
|
4033
|
-
data?:
|
|
4034
|
-
from:
|
|
4033
|
+
data?: import("../../index.js").Hex | undefined;
|
|
4034
|
+
from: import("abitype").Address;
|
|
4035
4035
|
gas?: `0x${string}` | undefined;
|
|
4036
4036
|
nonce?: `0x${string}` | undefined;
|
|
4037
4037
|
value?: `0x${string}` | undefined;
|
|
4038
|
-
to:
|
|
4038
|
+
to: import("abitype").Address | null | undefined;
|
|
4039
4039
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
4040
|
-
blobs: readonly
|
|
4041
|
-
blobVersionedHashes?: readonly
|
|
4040
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
|
4041
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
|
4042
4042
|
kzg?: import("../../index.js").Kzg | undefined;
|
|
4043
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
|
4043
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
|
4044
4044
|
type?: "0x7b" | undefined;
|
|
4045
4045
|
gasPrice?: undefined;
|
|
4046
4046
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
4047
4047
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
4048
4048
|
maxFeePerBlobGas: undefined;
|
|
4049
|
-
feeCurrency?:
|
|
4049
|
+
feeCurrency?: import("abitype").Address | undefined;
|
|
4050
4050
|
}) & {};
|
|
4051
4051
|
type: "transactionRequest";
|
|
4052
4052
|
};
|