isValid

open fun isValid(string: String, coin: CoinType): Boolean

Determines if the string is a valid Any address.

Return

bool indicating if the address is valid.

Parameters

string

address to validate.

coin

coin type of the address.