UNPKG

@reservoir0x/relay-sdk

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

5 lines 323 B
import type { AdaptedWallet } from '../types/index.js'; import type { WalletClient } from 'viem'; export declare function isViemWalletClient(wallet: WalletClient | AdaptedWallet): wallet is WalletClient; export declare const adaptViemWallet: (wallet: WalletClient) => AdaptedWallet; //# sourceMappingURL=viemWallet.d.ts.map