UNPKG

bitpay-sdk

Version:

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

5 lines (4 loc) 178 B
export declare class BitPayResponseParser { getJsonDataFromJsonResponse(responseObj: object): Promise<string | undefined>; static jsonToBoolean(json: string): boolean; }