UNPKG

bitpay-sdk

Version:

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

6 lines (5 loc) 119 B
export interface RefundInfo { supportRequest: string; currency: string; amounts: Record<string, number>; }