UNPKG

@bancor/carbon-sdk

Version:

The SDK is a READ-ONLY tool, intended to facilitate working with Carbon contracts. It's a convenient wrapper around our matching algorithm, allowing programs and users get a ready to use transaction data that will allow them to manage strategies and fulfi

8 lines 217 B
export declare class Logger { private _prefix; constructor(file: string); error(...args: any[]): void; log(...args: any[]): void; debug(...args: any[]): void; } //# sourceMappingURL=logger.d.ts.map