UNPKG

@keplr-ewallet/ewallet-sdk-eth

Version:
4 lines (3 loc) 170 B
import type { Hex } from "viem"; import type { EthEWallet } from "../eth_ewallet"; export declare function personalSign(this: EthEWallet, message: string): Promise<Hex>;