UNPKG

bitpay-sdk

Version:

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

6 lines (5 loc) 219 B
export interface BitPayLogger { logRequest(method: string, endpoint: string, json: string | null): void; logResponse(method: string, endpoint: string, json: string): void; logError(message: string): void; }