Function validateAddress

  • Checks if the given address is valid.

    Returns

    'true' if the address is valid, 'false' otherwise.

    Parameters

    • address: string

      the string address to validate.

    Returns bool

Generated using TypeDoc