UNPKG

@rsksmart/rif-storage-pinning

Version:

Application for providing your storage space to other to use in exchange of RIF Tokens

4 lines (3 loc) 164 B
import { Logger } from './definitions'; export declare function formatLogMessage(info: any): string; export declare function loggingFactory(name?: string): Logger;