MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / resetState

Function resetState

app/core/Engine.ts:1780–1783  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1778 return instance.hasFunds();
1779 },
1780 resetState() {
1781 assertEngineExists(instance);
1782 return instance.resetState();
1783 },
1784 destroyEngine() {
1785 instance?.destroyEngineInstance();
1786 instance = null;

Callers

nothing calls this directly

Calls 1

assertEngineExistsFunction · 0.85

Tested by

no test coverage detected