UNPKG

bitpay-sdk

Version:

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

12 lines (11 loc) 259 B
import { z } from 'zod'; export declare const ledgerInterfaceSchema: z.ZodObject<{ currency: z.ZodString; balance: z.ZodNumber; }, "strip", z.ZodTypeAny, { currency: string; balance: number; }, { currency: string; balance: number; }>;