UNPKG

@rsksmart/rif-storage-pinning

Version:

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

5 lines (4 loc) 156 B
import type { AppOptions } from './definitions'; export declare function initApp(offerId: string, options: AppOptions): Promise<{ stop: () => void; }>;