UNPKG

@keplr-ewallet/ewallet-sdk-eth

Version:
4 lines (3 loc) 203 B
import { EWalletEIP1193Provider } from "../provider"; import type { EthEWalletInterface } from "../types"; export declare function getEthereumProvider(this: EthEWalletInterface): EWalletEIP1193Provider;