UNPKG

@keplr-ewallet/ewallet-sdk-eth

Version:
5 lines (4 loc) 229 B
import { type Hex } from "viem"; import type { EWalletAccount } from "../types"; import type { EthEWallet } from "../eth_ewallet"; export declare function toViemAccount(this: EthEWallet): Promise<EWalletAccount<"ewallet", Hex>>;