UNPKG

@web3-onboard/enkrypt

Version:

Enkrypt 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

9 lines (8 loc) 209 B
import type { ExternalProvider } from '@ethersproject/providers'; export interface CustomWindow extends Window { enkrypt: { providers: { ethereum: ExternalProvider; }; }; }