UNPKG

bitpay-sdk

Version:

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

10 lines (9 loc) 217 B
export interface InvoiceTransaction { amount: number; confirmations?: number; time?: string; receivedTime?: string; txid?: string; exRates?: Record<string, number>; outputIndex?: number; }