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
/
blockchain
/
snapshot.d.ts
5 lines
•
284 B
TypeScript
View Raw
1
2
3
4
5
import
{
ContractAddresses
}
from
'./deploy'
;
export
declare
function
hasSnapshot
(
):
boolean
;
export
declare
function
applySnapshot
(
):
Promise
<
ContractAddresses
>;
export
declare
function
saveSnapshot
(
addresses
:
ContractAddresses
):
Promise
<
void
>;
//# sourceMappingURL=snapshot.d.ts.map