UNPKG

@keplr-ewallet/ewallet-sdk-eth

Version:
4 lines (3 loc) 306 B
import type { TypedDataDefinition } from "viem"; export declare const parseTypedData: <T>(text: string, reviver?: (this: any, key: string, value: any) => any) => T; export declare const parseTypedDataDefinition: (text: string, reviver?: (this: any, key: string, value: any) => any) => TypedDataDefinition;