Function extractNonBech32Characters

  • Returns an array of the non-Bech32 characters in the provided string; if all characters are valid, an empty array is returned.

    Parameters

    • maybeBech32: string

      the string to test

    Returns string[]

Generated using TypeDoc