UNPKG

@web3-onboard/wagmi

Version:

Module to configure, connect and return web3-onboard wallets as wagmi wallets and wagmi-config to be used with wagmi-core methods

4 lines (3 loc) 191 B
import type { WagmiInitOptions } from './types'; import { ValidateReturn } from '@web3-onboard/common'; export declare const validateWagmiInit: (request: WagmiInitOptions) => ValidateReturn;