UNPKG

bitpay-sdk

Version:

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

10 lines (9 loc) 166 B
export declare class PrivateKey { private readonly value; constructor(value: string); /** * * @returns string */ getValue(): string; }