UNPKG

bitpay-sdk

Version:

Complete version of the NodeJS library for the new cryptographically secure BitPay API

15 lines (14 loc) 295 B
import { z } from 'zod'; export declare const rateInterfaceSchema: z.ZodObject<{ name: z.ZodString; code: z.ZodString; rate: z.ZodNumber; }, "strip", z.ZodTypeAny, { code: string; name: string; rate: number; }, { code: string; name: string; rate: number; }>;