• 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().

    Parameters

    • address: string

    Returns string

Generated using TypeDoc