Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BlueWallet/BlueWallet
/ onPassword
Function
onPassword
tests/integration/import.test.ts:59–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
};
58
59
const
onPassword: TOnPassword =
async
() => {
60
history.push({ action:
'password'
, data: password! });
61
state.password = password;
62
return
password!;
63
};
64
65
return
{
66
state,
Callers
1
importGenerator
Function · 0.50
Calls
1
push
Method · 0.45
Tested by
no test coverage detected