UNPKG

bitpay-sdk

Version:

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

7 lines (6 loc) 235 B
import { z } from 'zod'; export declare const minerFeesItemSchema: z.ZodObject<{ satoshisPerByte: z.ZodOptional<z.ZodNumber>; totalFee: z.ZodOptional<z.ZodNumber>; fiatAmount: z.ZodOptional<z.ZodNumber>; }, z.core.$strip>;