UNPKG

@keplr-ewallet/ewallet-sdk-eth

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