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