MCPcopy
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

importGeneratorFunction · 0.50

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected