Takes a bech32 address and returns a normalized (i.e. lower case) representation of it.
The input is validated along the way, which makes this significantly safer than using address.toLowerCase().
address.toLowerCase()
Generated using TypeDoc
Takes a bech32 address and returns a normalized (i.e. lower case) representation of it.
The input is validated along the way, which makes this significantly safer than using
address.toLowerCase()
.