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) 155 B
import * as z from 'zod'; export declare const OriginSchema: z.ZodEffects<z.ZodString, string, string>; export type Origin = z.infer<typeof OriginSchema>;