Function toAddressOrUndefined
- toAddressOrUndefined(rawAddress): Address | 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.
Convert a raw address to Address or undefined.