UNPKG

@subwallet-connect/taho

Version:

Taho SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern ja

5 lines (4 loc) 144 B
import type { ExternalProvider } from '@ethersproject/providers'; export interface CustomWindow extends Window { tally: ExternalProvider; }