MCPcopy
hub / github.com/BlueWallet/BlueWallet / onChangeText

Function onChangeText

screen/lnd/ScanLNDInvoice.tsx:371–375  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

369 }, [navigate, onBarScanned, route.params?.onBarScanned, setParams]);
370
371 const onChangeText = (text: string): void => {
372 const trimmedText = text.trim();
373 setDestination(trimmedText);
374 processTextForInvoice(trimmedText);
375 };
376
377 if (wallet === undefined || !wallet) {
378 return (

Callers 3

AddressInputScanButtonFunction · 0.85
AmountInputFunction · 0.85
PasswordInput.tsxFile · 0.85

Calls 1

processTextForInvoiceFunction · 0.85

Tested by

no test coverage detected