@ducatus/ducatus-wallet-service-rev
Version:
A service for Mutisig HD Bitcoin Wallets
16 lines • 463 B
TypeScript
import moment from 'moment';
import * as mongodb from 'mongodb';
export declare class Stats {
network: string;
coin: string;
from: moment.MomentFormatSpecification;
to: moment.MomentFormatSpecification;
db: mongodb.Db;
constructor(opts: any);
run(cb: any): void;
_getStats(cb: any): void;
_getNewWallets(cb: any): void;
_getFiatRates(cb: any): void;
_getTxProposals(cb: any): void;
}
//# sourceMappingURL=stats.d.ts.map