UNPKG

bitpay-sdk

Version:

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

10 lines (9 loc) 201 B
export interface LedgerInterface { currency: string; balance: number; } export declare class Ledger implements LedgerInterface { currency: string; balance: number; constructor(); }