UNPKG

@etherspot/remote-signer

Version:

Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler

6 lines (4 loc) 225 B
declare function parseJson<T>(raw: string, defaultValue?: T): T; declare function stringifyJson<T>(value: T, space?: number): string; declare function isUrl(url: string): boolean; export { isUrl, parseJson, stringifyJson };