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