@keplr-ewallet/ewallet-sdk-eth
Version:
4 lines (3 loc) • 304 B
TypeScript
import type { TypedDataDefinition } from "viem";
export declare function parseTypedData<T>(text: string, reviver?: (this: any, key: string, value: any) => any): T;
export declare function parseTypedDataDefinition(text: string, reviver?: (this: any, key: string, value: any) => any): TypedDataDefinition;