UNPKG

bitpay-sdk

Version:

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

14 lines (13 loc) 207 B
export declare class PosToken { private readonly value; /** * * @param value */ constructor(value: string); /** * * @returns string */ getValue(): string; }