UNPKG

@dfinity/oisy-wallet-signer

Version:

A library designed to facilitate communication between a dApp and the OISY Wallet on the Internet Computer.

4 lines (3 loc) 127 B
import type * as z from 'zod'; export declare const OriginSchema: z.ZodURL; export type Origin = z.infer<typeof OriginSchema>;