UNPKG

@ethersphere/bee-factory

Version:

Local Ethereum Swarm development stack

7 lines 210 B
export interface StartOptions { tag: string; fresh: boolean; blockTime: number | undefined; } export declare function start(options: StartOptions): Promise<void>; //# sourceMappingURL=start.d.ts.map