← Code LabReact Native0/50 solved · 0%
Web3 integration · medium

31. Formatting a signed transaction hash

Prepare a tx hash for display after signing.

Write `displayTxHash(hash)` ensuring it has a `0x` prefix (add if missing) and is lowercase.
Required in your answer: toLowerCasestartsWith