UNPKG

@qso-soft/shared

Version:

Shared library for QSO-soft

8 lines (7 loc) 289 B
import { Chain, HttpTransport, PrivateKeyAccount, WalletClient as WalletClientViem } from 'viem'; export declare const ethNativeCurrency: { name: string; symbol: string; decimals: number; }; export type WalletClient = WalletClientViem<HttpTransport, Chain, PrivateKeyAccount>;