You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to lowercase an address I have in a Hex.Hex variable. Using the standard String.prototype.toLowerCase the type degrades to a string. A function Hex.toLowerCase(hex: Hex.Hex): Hex.Hex would help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to lowercase an address I have in a
Hex.Hex
variable. Using the standardString.prototype.toLowerCase
the type degrades to astring
. A functionHex.toLowerCase(hex: Hex.Hex): Hex.Hex
would help.Beta Was this translation helpful? Give feedback.
All reactions