UNPKG

bitpay-sdk

Version:

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

6 lines (5 loc) 155 B
import { z } from 'zod'; export declare const ledgerInterfaceSchema: z.ZodObject<{ currency: z.ZodString; balance: z.ZodNumber; }, z.core.$strip>;