Function toAddressOrUndefined

  • Convert a raw address to Address or undefined.

    Parameters

    • rawAddress: undefined | string

    Returns Address | undefined

    • The converted address if the given string is not undefined.
    • undefined if the given string is undefined.

Generated using TypeDoc