UNPKG

@keplr-ewallet/ewallet-sdk-eth

Version:
4 lines (3 loc) 205 B
import { type EWalletEIP1193Provider } from "../provider"; import type { EthEWallet } from "../eth_ewallet"; export declare function getEthereumProvider(this: EthEWallet): Promise<EWalletEIP1193Provider>;