Skip to content

Normalize them Addresses

Latest
Compare
Choose a tag to compare
@cmditch cmditch released this 23 Mar 22:59
· 71 commits to master since this release

All addresses are stored in lowercase form. If you want to see it as a checksummed address, use Eth.Utils.addressToChecksumString.
Eth.Utils.addressFromString still checks for EIP-55 compliance if input is mixed case.