UNPKG

bitpay-sdk

Version:

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

14 lines (13 loc) 470 B
import BitPayException from './BitPayException'; export declare class BitPayApiException extends BitPayException { readonly name: string; readonly code: string | null; /** * Construct the BitPayException. * * @param message string [optional] The Exception message to throw. * @param code string [optional] The Exception code to throw. */ constructor(message: string, code: string | null); } export default BitPayApiException;