MCPcopy Index your code
hub / github.com/BlueWallet/BlueWallet / handleDecryptStorage

Function handleDecryptStorage

screen/settings/EncryptStorage.tsx:94–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 );
93
94 const handleDecryptStorage = async () => {
95 dispatch({ type: ActionType.SetModalType, payload: MODAL_TYPES.ENTER_PASSWORD });
96 navigation.navigate('PromptPasswordConfirmationSheet', {
97 modalType: MODAL_TYPES.ENTER_PASSWORD,
98 returnTo: 'EncryptStorage',
99 });
100 };
101
102 const onEncryptStorageSwitch = async (value: boolean) => {
103 dispatch({ type: ActionType.SetCurrentLoadingSwitch, payload: 'encrypt' });

Callers

nothing calls this directly

Calls 1

dispatchFunction · 0.85

Tested by

no test coverage detected