import type { Chain as core_Chain, Client as core_Client, FallbackTransport, HttpTransport, PublicActions } from 'viem'; import type { TempoActions } from 'viem/tempo'; import { tempoMainnet } from 'viem/tempo/chains'; import type * as z from 'zod/mini'; import type * as Auth from './Auth.js'; import * as Credential from './Credential.js'; import type * as Schema from './Schema.js'; /** Known Tempo chains keyed by id, for metadata lookups. */ export declare const chains: ({ blockExplorers: { readonly default: { readonly name: "Tempo Explorer"; readonly url: "https://explore.testnet.tempo.xyz"; }; }; blockTime: 1000; contracts?: { [x: string]: import("viem").ChainContract | { [sourceId: number]: import("viem").ChainContract | undefined; } | undefined; ensRegistry?: import("viem").ChainContract | undefined; ensUniversalResolver?: import("viem").ChainContract | undefined; multicall3?: import("viem").ChainContract | undefined; erc6492Verifier?: import("viem").ChainContract | undefined; } | undefined; ensTlds?: readonly string[] | undefined; id: 42431; name: "Tempo Testnet (Moderato)"; nativeCurrency: { readonly name: "USD"; readonly symbol: "USD"; readonly decimals: 6; }; experimental_preconfirmationTime?: number | undefined | undefined; rpcUrls: { readonly default: { readonly http: readonly ["https://rpc.moderato.tempo.xyz"]; readonly webSocket: readonly ["wss://rpc.moderato.tempo.xyz"]; }; }; sourceId?: number | undefined | undefined; supportsTransactionReplacementDetection?: boolean | undefined | undefined; testnet: true; custom?: Record | undefined; extendSchema: { feeToken?: import("viem/chains").TokenIdOrAddress | undefined; hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined; }; fees?: import("viem").ChainFees | undefined; formatters: { readonly transaction: { exclude: never[] | undefined; format: (args: import("viem/tempo").z_TransactionRpc, action?: string | undefined) => ({ r: import("viem").Hex; s: import("viem").Hex; v: bigint; to: import("viem").Address | null; from: import("viem").Address; gas: bigint; nonce: number; value: bigint; blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; hash: import("viem").Hash; input: import("viem").Hex; transactionIndex: number | null; typeHex: import("viem").Hex | null; accessList?: undefined | undefined; authorizationList?: undefined | undefined; blobVersionedHashes?: undefined | undefined; chainId?: number | undefined; yParity?: undefined | undefined; type: "legacy"; gasPrice: bigint; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList?: undefined | undefined; blobVersionedHashes?: undefined | undefined; chainId: number; type: "eip2930"; gasPrice: bigint; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList?: undefined | undefined; blobVersionedHashes?: undefined | undefined; chainId: number; type: "eip1559"; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList?: undefined | undefined; blobVersionedHashes: readonly import("viem").Hex[]; chainId: number; type: "eip4844"; gasPrice?: undefined | undefined; maxFeePerBlobGas: bigint; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList: import("viem").SignedAuthorizationList; blobVersionedHashes?: undefined | undefined; chainId: number; type: "eip7702"; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { from: import("viem").Address; gas: bigint; nonce: number; blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; hash: import("viem").Hash; transactionIndex: number | null; typeHex: import("viem").Hex | null; r?: `0x${string}` | undefined; s?: `0x${string}` | undefined; v?: bigint | undefined; yParity?: number | undefined; accessList: import("viem").AccessList; authorizationList?: readonly { address: import("viem/chains").Address; chainId: number; nonce: bigint; signature: import("viem/chains").SignatureEnvelope; }[] | undefined; calls: readonly import("viem/chains").Call[]; chainId: number; feeToken?: `0x${string}` | undefined; feePayerSignature?: import("viem").Signature | undefined; keyAuthorization?: import("viem/chains").Signed | null | undefined; nonceKey?: bigint | undefined; signature: import("viem/chains").SignatureEnvelope; type: "tempo"; validBefore?: number | undefined; validAfter?: number | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; to?: undefined; value?: undefined; blobVersionedHashes?: undefined; input?: undefined; }) & {}; type: "transaction"; }; readonly transactionReceipt: { exclude: [] | undefined; format: (args: import("viem/tempo").z_TransactionReceiptRpc, action?: string | undefined) => { blobGasPrice?: bigint | undefined; blobGasUsed?: bigint | undefined; blockHash: import("viem").Hash; blockNumber: bigint; blockTimestamp?: bigint | undefined; contractAddress: import("viem").Address | null | undefined; cumulativeGasUsed: bigint; effectiveGasPrice: bigint; from: import("viem").Address; gasUsed: bigint; logs: import("viem").Log[]; logsBloom: import("viem").Hex; root?: `0x${string}` | undefined; status: "success" | "reverted"; to: import("viem").Address | null; transactionHash: import("viem").Hash; transactionIndex: number; type: import("viem/tempo").z_TransactionType; feePayer?: `0x${string}` | undefined; feeToken?: `0x${string}` | undefined; } & {}; type: "transactionReceipt"; }; readonly transactionRequest: { exclude: [] | undefined; format: (args: import("viem/tempo").z_TransactionRequest, action?: string | undefined) => ({ data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x0" | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; accessList?: undefined; sidecars?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x1" | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; accessList?: import("viem").AccessList | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x2" | undefined; value?: `0x${string}` | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { type?: "0x3" | undefined; data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; value?: `0x${string}` | undefined; to: `0x${string}` | null; gasPrice?: undefined | undefined; maxFeePerBlobGas?: `0x${string}` | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined; blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined; blobVersionedHashes: readonly import("viem").Hex[]; kzg?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { type?: "0x3" | undefined; data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; value?: `0x${string}` | undefined; to: `0x${string}` | null; gasPrice?: undefined | undefined; maxFeePerBlobGas?: `0x${string}` | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined; blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[]; blobVersionedHashes?: readonly `0x${string}`[] | undefined; kzg?: import("viem").Kzg | undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { type?: "0x4" | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; value?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; authorizationList?: import("viem").RpcAuthorizationList | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x76" | undefined; value?: `0x${string}` | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; calls?: readonly import("viem/chains").Call<`0x${string}`, import("viem/chains").Address>[] | undefined; capabilities?: { [x: string]: any; } | undefined; feePayer?: true | import("viem").Account | undefined; feeToken?: bigint | import("viem/chains").Address | undefined; keyAuthorization?: import("viem/chains").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined; multisig?: { salt?: `0x${string}` | undefined; threshold: `0x${string}`; owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[]; } | undefined; multisigInit?: { salt: import("ox/Hex").Hex; threshold: number; owners: readonly { owner: import("viem").Address; weight: number; }[]; } | undefined | undefined; multisigSignatureCount?: number | undefined | undefined; nonceKey?: `0x${string}` | "expiring" | undefined; signatures?: readonly `0x${string}`[] | undefined; validBefore?: `0x${string}` | undefined; validAfter?: `0x${string}` | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; authorizationList?: undefined; }) & {}; type: "transactionRequest"; }; }; prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { client, phase }: { client: import("viem").Client; phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters"; }) => Promise, { readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"]; }]; serializers: { readonly transaction: import("viem").SerializeTransactionFn; }; verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise; readonly hardfork: "t5"; extend: (extended: extended_1) => import("viem").Assign, { readonly id: 42431; readonly hardfork: "t5"; readonly blockExplorers: { readonly default: { readonly name: "Tempo Explorer"; readonly url: "https://explore.testnet.tempo.xyz"; }; }; readonly name: "Tempo Testnet (Moderato)"; readonly nativeCurrency: { readonly name: "USD"; readonly symbol: "USD"; readonly decimals: 6; }; readonly rpcUrls: { readonly default: { readonly http: readonly ["https://rpc.moderato.tempo.xyz"]; readonly webSocket: readonly ["wss://rpc.moderato.tempo.xyz"]; }; }; readonly testnet: true; readonly blockTime: 1000; readonly extendSchema: { feeToken?: import("viem/chains").TokenIdOrAddress | undefined; hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined; }; readonly formatters: { readonly transaction: { exclude: never[] | undefined; format: (args: import("viem/tempo").z_TransactionRpc, action?: string | undefined) => ({ r: import("viem").Hex; s: import("viem").Hex; v: bigint; to: import("viem").Address | null; from: import("viem").Address; gas: bigint; nonce: number; value: bigint; blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; hash: import("viem").Hash; input: import("viem").Hex; transactionIndex: number | null; typeHex: import("viem").Hex | null; accessList?: undefined | undefined; authorizationList?: undefined | undefined; blobVersionedHashes?: undefined | undefined; chainId?: number | undefined; yParity?: undefined | undefined; type: "legacy"; gasPrice: bigint; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList?: undefined | undefined; blobVersionedHashes?: undefined | undefined; chainId: number; type: "eip2930"; gasPrice: bigint; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList?: undefined | undefined; blobVersionedHashes?: undefined | undefined; chainId: number; type: "eip1559"; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList?: undefined | undefined; blobVersionedHashes: readonly import("viem").Hex[]; chainId: number; type: "eip4844"; gasPrice?: undefined | undefined; maxFeePerBlobGas: bigint; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList: import("viem").SignedAuthorizationList; blobVersionedHashes?: undefined | undefined; chainId: number; type: "eip7702"; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { from: import("viem").Address; gas: bigint; nonce: number; blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; hash: import("viem").Hash; transactionIndex: number | null; typeHex: import("viem").Hex | null; r?: `0x${string}` | undefined; s?: `0x${string}` | undefined; v?: bigint | undefined; yParity?: number | undefined; accessList: import("viem").AccessList; authorizationList?: readonly { address: import("viem/chains").Address; chainId: number; nonce: bigint; signature: import("viem/chains").SignatureEnvelope; }[] | undefined; calls: readonly import("viem/chains").Call[]; chainId: number; feeToken?: `0x${string}` | undefined; feePayerSignature?: import("viem").Signature | undefined; keyAuthorization?: import("viem/chains").Signed | null | undefined; nonceKey?: bigint | undefined; signature: import("viem/chains").SignatureEnvelope; type: "tempo"; validBefore?: number | undefined; validAfter?: number | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; to?: undefined; value?: undefined; blobVersionedHashes?: undefined; input?: undefined; }) & {}; type: "transaction"; }; readonly transactionReceipt: { exclude: [] | undefined; format: (args: import("viem/tempo").z_TransactionReceiptRpc, action?: string | undefined) => { blobGasPrice?: bigint | undefined; blobGasUsed?: bigint | undefined; blockHash: import("viem").Hash; blockNumber: bigint; blockTimestamp?: bigint | undefined; contractAddress: import("viem").Address | null | undefined; cumulativeGasUsed: bigint; effectiveGasPrice: bigint; from: import("viem").Address; gasUsed: bigint; logs: import("viem").Log[]; logsBloom: import("viem").Hex; root?: `0x${string}` | undefined; status: "success" | "reverted"; to: import("viem").Address | null; transactionHash: import("viem").Hash; transactionIndex: number; type: import("viem/tempo").z_TransactionType; feePayer?: `0x${string}` | undefined; feeToken?: `0x${string}` | undefined; } & {}; type: "transactionReceipt"; }; readonly transactionRequest: { exclude: [] | undefined; format: (args: import("viem/tempo").z_TransactionRequest, action?: string | undefined) => ({ data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x0" | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; accessList?: undefined; sidecars?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x1" | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; accessList?: import("viem").AccessList | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x2" | undefined; value?: `0x${string}` | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { type?: "0x3" | undefined; data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; value?: `0x${string}` | undefined; to: `0x${string}` | null; gasPrice?: undefined | undefined; maxFeePerBlobGas?: `0x${string}` | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined; blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined; blobVersionedHashes: readonly import("viem").Hex[]; kzg?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { type?: "0x3" | undefined; data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; value?: `0x${string}` | undefined; to: `0x${string}` | null; gasPrice?: undefined | undefined; maxFeePerBlobGas?: `0x${string}` | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined; blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[]; blobVersionedHashes?: readonly `0x${string}`[] | undefined; kzg?: import("viem").Kzg | undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { type?: "0x4" | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; value?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; authorizationList?: import("viem").RpcAuthorizationList | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x76" | undefined; value?: `0x${string}` | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; calls?: readonly import("viem/chains").Call<`0x${string}`, import("viem/chains").Address>[] | undefined; capabilities?: { [x: string]: any; } | undefined; feePayer?: true | import("viem").Account | undefined; feeToken?: bigint | import("viem/chains").Address | undefined; keyAuthorization?: import("viem/chains").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined; multisig?: { salt?: `0x${string}` | undefined; threshold: `0x${string}`; owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[]; } | undefined; multisigInit?: { salt: import("ox/Hex").Hex; threshold: number; owners: readonly { owner: import("viem").Address; weight: number; }[]; } | undefined | undefined; multisigSignatureCount?: number | undefined | undefined; nonceKey?: `0x${string}` | "expiring" | undefined; signatures?: readonly `0x${string}`[] | undefined; validBefore?: `0x${string}` | undefined; validAfter?: `0x${string}` | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; authorizationList?: undefined; }) & {}; type: "transactionRequest"; }; }; readonly prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { client, phase }: { client: import("viem").Client; phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters"; }) => Promise, { readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"]; }]; readonly serializers: { readonly transaction: import("viem").SerializeTransactionFn; }; readonly verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise; }>, extended_1>; } | { blockExplorers: { readonly default: { readonly name: "Tempo Explorer"; readonly url: "https://explore.tempo.xyz"; }; }; blockTime: 1000; contracts?: { [x: string]: import("viem").ChainContract | { [sourceId: number]: import("viem").ChainContract | undefined; } | undefined; ensRegistry?: import("viem").ChainContract | undefined; ensUniversalResolver?: import("viem").ChainContract | undefined; multicall3?: import("viem").ChainContract | undefined; erc6492Verifier?: import("viem").ChainContract | undefined; } | undefined; ensTlds?: readonly string[] | undefined; id: 4217; name: "Tempo Mainnet"; nativeCurrency: { readonly name: "USD"; readonly symbol: "USD"; readonly decimals: 6; }; experimental_preconfirmationTime?: number | undefined | undefined; rpcUrls: { readonly default: { readonly http: readonly ["https://rpc.tempo.xyz"]; readonly webSocket: readonly ["wss://rpc.tempo.xyz"]; }; }; sourceId?: number | undefined | undefined; supportsTransactionReplacementDetection?: boolean | undefined | undefined; testnet?: boolean | undefined | undefined; custom?: Record | undefined; extendSchema: { feeToken?: import("viem/chains").TokenIdOrAddress | undefined; hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined; }; fees?: import("viem").ChainFees | undefined; formatters: { readonly transaction: { exclude: never[] | undefined; format: (args: import("viem/tempo").z_TransactionRpc, action?: string | undefined) => ({ r: import("viem").Hex; s: import("viem").Hex; v: bigint; to: import("viem").Address | null; from: import("viem").Address; gas: bigint; nonce: number; value: bigint; blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; hash: import("viem").Hash; input: import("viem").Hex; transactionIndex: number | null; typeHex: import("viem").Hex | null; accessList?: undefined | undefined; authorizationList?: undefined | undefined; blobVersionedHashes?: undefined | undefined; chainId?: number | undefined; yParity?: undefined | undefined; type: "legacy"; gasPrice: bigint; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList?: undefined | undefined; blobVersionedHashes?: undefined | undefined; chainId: number; type: "eip2930"; gasPrice: bigint; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList?: undefined | undefined; blobVersionedHashes?: undefined | undefined; chainId: number; type: "eip1559"; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList?: undefined | undefined; blobVersionedHashes: readonly import("viem").Hex[]; chainId: number; type: "eip4844"; gasPrice?: undefined | undefined; maxFeePerBlobGas: bigint; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList: import("viem").SignedAuthorizationList; blobVersionedHashes?: undefined | undefined; chainId: number; type: "eip7702"; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { from: import("viem").Address; gas: bigint; nonce: number; blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; hash: import("viem").Hash; transactionIndex: number | null; typeHex: import("viem").Hex | null; r?: `0x${string}` | undefined; s?: `0x${string}` | undefined; v?: bigint | undefined; yParity?: number | undefined; accessList: import("viem").AccessList; authorizationList?: readonly { address: import("viem/chains").Address; chainId: number; nonce: bigint; signature: import("viem/chains").SignatureEnvelope; }[] | undefined; calls: readonly import("viem/chains").Call[]; chainId: number; feeToken?: `0x${string}` | undefined; feePayerSignature?: import("viem").Signature | undefined; keyAuthorization?: import("viem/chains").Signed | null | undefined; nonceKey?: bigint | undefined; signature: import("viem/chains").SignatureEnvelope; type: "tempo"; validBefore?: number | undefined; validAfter?: number | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; to?: undefined; value?: undefined; blobVersionedHashes?: undefined; input?: undefined; }) & {}; type: "transaction"; }; readonly transactionReceipt: { exclude: [] | undefined; format: (args: import("viem/tempo").z_TransactionReceiptRpc, action?: string | undefined) => { blobGasPrice?: bigint | undefined; blobGasUsed?: bigint | undefined; blockHash: import("viem").Hash; blockNumber: bigint; blockTimestamp?: bigint | undefined; contractAddress: import("viem").Address | null | undefined; cumulativeGasUsed: bigint; effectiveGasPrice: bigint; from: import("viem").Address; gasUsed: bigint; logs: import("viem").Log[]; logsBloom: import("viem").Hex; root?: `0x${string}` | undefined; status: "success" | "reverted"; to: import("viem").Address | null; transactionHash: import("viem").Hash; transactionIndex: number; type: import("viem/tempo").z_TransactionType; feePayer?: `0x${string}` | undefined; feeToken?: `0x${string}` | undefined; } & {}; type: "transactionReceipt"; }; readonly transactionRequest: { exclude: [] | undefined; format: (args: import("viem/tempo").z_TransactionRequest, action?: string | undefined) => ({ data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x0" | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; accessList?: undefined; sidecars?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x1" | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; accessList?: import("viem").AccessList | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x2" | undefined; value?: `0x${string}` | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { type?: "0x3" | undefined; data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; value?: `0x${string}` | undefined; to: `0x${string}` | null; gasPrice?: undefined | undefined; maxFeePerBlobGas?: `0x${string}` | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined; blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined; blobVersionedHashes: readonly import("viem").Hex[]; kzg?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { type?: "0x3" | undefined; data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; value?: `0x${string}` | undefined; to: `0x${string}` | null; gasPrice?: undefined | undefined; maxFeePerBlobGas?: `0x${string}` | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined; blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[]; blobVersionedHashes?: readonly `0x${string}`[] | undefined; kzg?: import("viem").Kzg | undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { type?: "0x4" | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; value?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; authorizationList?: import("viem").RpcAuthorizationList | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x76" | undefined; value?: `0x${string}` | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; calls?: readonly import("viem/chains").Call<`0x${string}`, import("viem/chains").Address>[] | undefined; capabilities?: { [x: string]: any; } | undefined; feePayer?: true | import("viem").Account | undefined; feeToken?: bigint | import("viem/chains").Address | undefined; keyAuthorization?: import("viem/chains").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined; multisig?: { salt?: `0x${string}` | undefined; threshold: `0x${string}`; owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[]; } | undefined; multisigInit?: { salt: import("ox/Hex").Hex; threshold: number; owners: readonly { owner: import("viem").Address; weight: number; }[]; } | undefined | undefined; multisigSignatureCount?: number | undefined | undefined; nonceKey?: `0x${string}` | "expiring" | undefined; signatures?: readonly `0x${string}`[] | undefined; validBefore?: `0x${string}` | undefined; validAfter?: `0x${string}` | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; authorizationList?: undefined; }) & {}; type: "transactionRequest"; }; }; prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { client, phase }: { client: import("viem").Client; phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters"; }) => Promise, { readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"]; }]; serializers: { readonly transaction: import("viem").SerializeTransactionFn; }; verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise; extend: (extended: extended_1) => import("viem").Assign, { readonly id: 4217; readonly blockExplorers: { readonly default: { readonly name: "Tempo Explorer"; readonly url: "https://explore.tempo.xyz"; }; }; readonly name: "Tempo Mainnet"; readonly nativeCurrency: { readonly name: "USD"; readonly symbol: "USD"; readonly decimals: 6; }; readonly rpcUrls: { readonly default: { readonly http: readonly ["https://rpc.tempo.xyz"]; readonly webSocket: readonly ["wss://rpc.tempo.xyz"]; }; }; readonly blockTime: 1000; readonly extendSchema: { feeToken?: import("viem/chains").TokenIdOrAddress | undefined; hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined; }; readonly formatters: { readonly transaction: { exclude: never[] | undefined; format: (args: import("viem/tempo").z_TransactionRpc, action?: string | undefined) => ({ r: import("viem").Hex; s: import("viem").Hex; v: bigint; to: import("viem").Address | null; from: import("viem").Address; gas: bigint; nonce: number; value: bigint; blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; hash: import("viem").Hash; input: import("viem").Hex; transactionIndex: number | null; typeHex: import("viem").Hex | null; accessList?: undefined | undefined; authorizationList?: undefined | undefined; blobVersionedHashes?: undefined | undefined; chainId?: number | undefined; yParity?: undefined | undefined; type: "legacy"; gasPrice: bigint; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList?: undefined | undefined; blobVersionedHashes?: undefined | undefined; chainId: number; type: "eip2930"; gasPrice: bigint; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList?: undefined | undefined; blobVersionedHashes?: undefined | undefined; chainId: number; type: "eip1559"; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList?: undefined | undefined; blobVersionedHashes: readonly import("viem").Hex[]; chainId: number; type: "eip4844"; gasPrice?: undefined | undefined; maxFeePerBlobGas: bigint; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; from: import("viem").Address; gas: bigint; hash: import("viem").Hash; input: import("viem").Hex; nonce: number; r: import("viem").Hex; s: import("viem").Hex; to: import("viem").Address | null; transactionIndex: number | null; typeHex: import("viem").Hex | null; v: bigint; value: bigint; yParity: number; accessList: import("viem").AccessList; authorizationList: import("viem").SignedAuthorizationList; blobVersionedHashes?: undefined | undefined; chainId: number; type: "eip7702"; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature?: undefined; calls?: undefined; feePayerSignature?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; validBefore?: undefined; } | { from: import("viem").Address; gas: bigint; nonce: number; blockHash: `0x${string}` | null; blockNumber: bigint | null; blockTimestamp?: bigint | undefined; hash: import("viem").Hash; transactionIndex: number | null; typeHex: import("viem").Hex | null; r?: `0x${string}` | undefined; s?: `0x${string}` | undefined; v?: bigint | undefined; yParity?: number | undefined; accessList: import("viem").AccessList; authorizationList?: readonly { address: import("viem/chains").Address; chainId: number; nonce: bigint; signature: import("viem/chains").SignatureEnvelope; }[] | undefined; calls: readonly import("viem/chains").Call[]; chainId: number; feeToken?: `0x${string}` | undefined; feePayerSignature?: import("viem").Signature | undefined; keyAuthorization?: import("viem/chains").Signed | null | undefined; nonceKey?: bigint | undefined; signature: import("viem/chains").SignatureEnvelope; type: "tempo"; validBefore?: number | undefined; validAfter?: number | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; to?: undefined; value?: undefined; blobVersionedHashes?: undefined; input?: undefined; }) & {}; type: "transaction"; }; readonly transactionReceipt: { exclude: [] | undefined; format: (args: import("viem/tempo").z_TransactionReceiptRpc, action?: string | undefined) => { blobGasPrice?: bigint | undefined; blobGasUsed?: bigint | undefined; blockHash: import("viem").Hash; blockNumber: bigint; blockTimestamp?: bigint | undefined; contractAddress: import("viem").Address | null | undefined; cumulativeGasUsed: bigint; effectiveGasPrice: bigint; from: import("viem").Address; gasUsed: bigint; logs: import("viem").Log[]; logsBloom: import("viem").Hex; root?: `0x${string}` | undefined; status: "success" | "reverted"; to: import("viem").Address | null; transactionHash: import("viem").Hash; transactionIndex: number; type: import("viem/tempo").z_TransactionType; feePayer?: `0x${string}` | undefined; feeToken?: `0x${string}` | undefined; } & {}; type: "transactionReceipt"; }; readonly transactionRequest: { exclude: [] | undefined; format: (args: import("viem/tempo").z_TransactionRequest, action?: string | undefined) => ({ data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x0" | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; accessList?: undefined; sidecars?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x1" | undefined; value?: `0x${string}` | undefined; gasPrice?: `0x${string}` | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: undefined | undefined; maxPriorityFeePerGas?: undefined | undefined; accessList?: import("viem").AccessList | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x2" | undefined; value?: `0x${string}` | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { type?: "0x3" | undefined; data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; value?: `0x${string}` | undefined; to: `0x${string}` | null; gasPrice?: undefined | undefined; maxFeePerBlobGas?: `0x${string}` | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined; blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined; blobVersionedHashes: readonly import("viem").Hex[]; kzg?: undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { type?: "0x3" | undefined; data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; value?: `0x${string}` | undefined; to: `0x${string}` | null; gasPrice?: undefined | undefined; maxFeePerBlobGas?: `0x${string}` | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined; blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[]; blobVersionedHashes?: readonly `0x${string}`[] | undefined; kzg?: import("viem").Kzg | undefined; authorizationList?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { type?: "0x4" | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; value?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; authorizationList?: import("viem").RpcAuthorizationList | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; calls?: undefined; capabilities?: undefined; feePayer?: undefined; nonceKey?: undefined; keyAuthorization?: undefined; feeToken?: undefined; validAfter?: undefined; signatures?: undefined; validBefore?: undefined; multisig?: undefined; multisigInit?: undefined; multisigSignatureCount?: undefined; } | { data?: `0x${string}` | undefined; from?: `0x${string}` | undefined; gas?: `0x${string}` | undefined; nonce?: `0x${string}` | undefined; to?: `0x${string}` | null | undefined; type?: "0x76" | undefined; value?: `0x${string}` | undefined; gasPrice?: undefined | undefined; maxFeePerBlobGas?: undefined | undefined; maxFeePerGas?: `0x${string}` | undefined; maxPriorityFeePerGas?: `0x${string}` | undefined; accessList?: import("viem").AccessList | undefined; calls?: readonly import("viem/chains").Call<`0x${string}`, import("viem/chains").Address>[] | undefined; capabilities?: { [x: string]: any; } | undefined; feePayer?: true | import("viem").Account | undefined; feeToken?: bigint | import("viem/chains").Address | undefined; keyAuthorization?: import("viem/chains").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined; multisig?: { salt?: `0x${string}` | undefined; threshold: `0x${string}`; owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[]; } | undefined; multisigInit?: { salt: import("ox/Hex").Hex; threshold: number; owners: readonly { owner: import("viem").Address; weight: number; }[]; } | undefined | undefined; multisigSignatureCount?: number | undefined | undefined; nonceKey?: `0x${string}` | "expiring" | undefined; signatures?: readonly `0x${string}`[] | undefined; validBefore?: `0x${string}` | undefined; validAfter?: `0x${string}` | undefined; blobs?: undefined; blobVersionedHashes?: undefined; kzg?: undefined; sidecars?: undefined; authorizationList?: undefined; }) & {}; type: "transactionRequest"; }; }; readonly prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { client, phase }: { client: import("viem").Client; phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters"; }) => Promise, { readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"]; }]; readonly serializers: { readonly transaction: import("viem").SerializeTransactionFn; }; readonly verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise; }>, extended_1>; })[]; /** Tempo chain ids keyed by network. */ export declare const chainId: { readonly mainnet: 4217; readonly testnet: 42431; }; /** Default Tempo chain id. */ export declare const defaultChainId: 4217; /** Whether a chain id is Tempo mainnet. */ export declare function isMainnet(id: number): boolean; /** Default Tempo RPC URLs keyed by chain id. */ export declare const url: Record; /** Tempo chain id. */ export type ChainId = z.output; /** Tempo chain metadata with a configurable chain id. */ export type Chain = Omit & { id: ChainId; }; /** Gets a Tempo viem client for a chain id. */ export type GetClient = (chainId?: ChainId) => getClient.ReturnType; /** Shared, per-chain, or dynamically resolved RPC URLs. */ export type UrlResolver = string | Record | ((chainId: ChainId) => string | undefined); /** Headers required when connecting to a Zone upstream. */ export type ZoneHeaders = Record; /** Creates a generic EVM client with ordered RPC endpoint fallback. */ export declare function createEvmClient(options: createEvmClient.Options): createEvmClient.ReturnType; export declare namespace createEvmClient { /** Generic EVM RPC client configuration. */ type Options = { /** Fetch implementation used for RPC requests. */ fetch: typeof globalThis.fetch; /** Optional request cancellation signal. */ signal?: AbortSignal | undefined; /** Ordered RPC endpoint URLs. */ urls: readonly string[]; }; /** Generic EVM client with fallback transport. */ type ReturnType = core_Client; } /** Returns chain ids declared by a static chain-id-to-URL map. */ export declare function configuredChainIds(value: UrlResolver | undefined): number[]; /** * Resolves the effective RPC config for a single request. * * Accepts either a static config object or a per-request resolver function. The * resolver receives a {@link resolveRpc.Context} (`chainId` plus the request * `principal`), so callers can route traffic per caller — e.g. send anonymous * (`principal.type === 'public'`) traffic to a separate, no-auth upstream. A * `null` principal denotes a trusted, non-request caller (the scheduled * webhook poller). A missing `url` falls back to the built-in public host map * ({@link url}); missing `auth` means no Authorization header is sent. * * Memoization is keyed on the resolved output (see {@link createGetClient} and * {@link Tidx.createGetClient}), not the context, so a resolver may branch on * any principal field without unbounded client cardinality: callers that * resolve to the same upstream share a client. Pass the result to * {@link getClient} (or let `getClient` resolve for you) to build a client. */ export declare function resolveRpc(rpc: getClient.Rpc | undefined, context: resolveRpc.Context): resolveRpc.Resolved; export declare namespace resolveRpc { /** RPC resolution context. */ type Context = { /** Tempo chain id. */ chainId: ChainId; /** * Request principal, or `null` for a trusted non-request caller (the * scheduled webhook poller). Anonymous and MPP-paid public requests carry a * `type: 'public'` principal; authenticated requests a `type: 'api_key'` one. */ principal: Auth.Principal | null; /** Zone chain selected for this request, when applicable. */ zone?: core_Chain | undefined; }; /** Resolved RPC config for a single request. */ type Resolved = { /** Basic auth credentials, or undefined to send no Basic auth. */ basicAuth?: string | undefined; /** Bearer auth credential, or undefined to send no Bearer auth. */ bearerAuth?: string | undefined; /** Public Zone RPC URL that accepts a caller-provided authorization token. */ publicZoneUrl?: string | undefined; /** Headers sent to Zone RPC upstreams. */ zoneHeaders?: ZoneHeaders | undefined; /** * Resolved RPC URL, or `undefined` when neither a configured `rpc` nor the * built-in {@link url} map covers the chain (e.g. an unconfigured localnet). * A `undefined` URL falls through to viem's chain default transport. */ url: string | undefined; }; } export declare function getClient(options: getClient.Options): getClient.ReturnType; /** Builds a memoized Tempo client resolver. */ export declare function createGetClient(options?: createGetClient.Options): createGetClient.ReturnType; export declare namespace createGetClient { /** Options for building a memoized Tempo client resolver. */ type Options = { /** Tempo chain id used when a caller omits one. */ defaultChainId?: ChainId | undefined; /** Tempo RPC options applied to every constructed client. */ rpc?: getClient.Rpc | undefined; /** Zone chains whose internal RPC URLs serve as per-chain defaults. */ zones?: readonly core_Chain[] | undefined; }; /** Memoized Tempo client resolver. */ type ReturnType = (chainId?: ChainId, principal?: Auth.Principal | null) => getClient.ReturnType; } export declare namespace getClient { /** Tempo viem client with public and Tempo action helpers. */ type ReturnType = core_Client, 'token'> & TempoActions>; /** Options for getting a Tempo viem client. */ type Options = { /** Tempo chain id. */ chainId?: ChainId | undefined; /** Request principal, or `null`/omitted for a trusted non-request caller. */ principal?: Auth.Principal | null | undefined; /** Tempo RPC options. */ rpc?: Rpc | undefined; /** Zone chain metadata used for RPC URL resolution. */ zone?: core_Chain | undefined; /** Zone authorization token forwarded to the RPC node. */ zoneToken?: string | undefined; }; /** * Tempo RPC options: either a static config, or a per-request resolver * function that receives a {@link resolveRpc.Context} and returns the config to * use (e.g. routing anonymous callers to a public, no-auth RPC). */ type Rpc = { /** Shared or per-chain RPC credentials. Values containing `:` use Basic auth; others use Bearer auth. */ auth?: Credential.ChainCredential | undefined; /** Resolves the public Zone RPC URL used with caller-provided authorization. */ publicZoneUrl?: UrlResolver | undefined; /** Headers sent to Zone RPC upstreams. */ zoneHeaders?: ZoneHeaders | undefined; /** Resolves the RPC URL for a Tempo chain id. */ url?: UrlResolver | undefined; } | ((context: resolveRpc.Context) => { /** Shared or per-chain RPC credentials, or undefined for none. */ auth?: Credential.ChainCredential | undefined; /** Public Zone RPC URL used with caller-provided authorization. */ publicZoneUrl?: string | undefined; /** Headers sent to Zone RPC upstreams. */ zoneHeaders?: ZoneHeaders | undefined; /** RPC URL to use; falls back to the built-in public host when omitted. */ url?: string | undefined; }); } /** Resolves a shared or per-chain URL for one chain id. */ export declare function resolveUrl(value: UrlResolver | undefined, chainId: ChainId): string | undefined; //# sourceMappingURL=Viem.d.ts.map