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