UNPKG
@ethersphere/bee-factory
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
Local Ethereum Swarm development stack
github.com/ethersphere/bee-factory
@ethersphere/bee-factory
/
dist
/
commands
/
start.d.ts
7 lines
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
StartOptions
{
tag
:
string
;
fresh
:
boolean
;
blockTime
:
number
|
undefined
; }
export
declare
function
start
(
options
:
StartOptions
):
Promise
<
void
>;
//# sourceMappingURL=start.d.ts.map