MCPcopy
hub / github.com/BlueWallet/BlueWallet / setIsLoading

Function setIsLoading

screen/wallets/Add.tsx:301–303  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

299 }, []);
300
301 const setIsLoading = (value: boolean) => {
302 dispatch({ type: 'SET_LOADING', payload: value });
303 };
304
305 const setWalletBaseURI = (value: string) => {
306 dispatch({ type: 'SET_WALLET_BASE_URI', payload: value });

Callers 15

WalletXpubFunction · 0.70
WalletsAddFunction · 0.70
createWalletFunction · 0.70
createLightningWalletFunction · 0.70
createLightningArkWalletFunction · 0.70
WalletTransactionsFunction · 0.70
SelectWalletFunction · 0.70
onCreateFunction · 0.70
WalletsAddMultisigStep2Function · 0.70
onSaveFunction · 0.70
WalletDetailsFunction · 0.70

Calls 1

dispatchFunction · 0.85

Tested by

no test coverage detected