UNPKG

bitpay-sdk

Version:

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

8 lines (7 loc) 231 B
import { z } from 'zod'; export declare const payoutTransactionInterfaceSchema: z.ZodObject<{ txid: z.ZodString; amount: z.ZodNumber; date: z.ZodString; confirmations: z.ZodOptional<z.ZodNumber>; }, z.core.$strip>;