UNPKG

@keplr-ewallet/ewallet-sdk-eth

Version:
4 lines (3 loc) 163 B
import { type Hex } from "viem"; import type { EthEWalletInterface } from "../types"; export declare function getAddress(this: EthEWalletInterface): Promise<Hex>;