UNPKG

@oko-wallet/oko-sdk-eth

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