Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard
const val LENGTH: Int = 32
Link copied to clipboard
const val LONG_STRING_LENGTH: Int = 64
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Convenience method for creating an AccountAddress from all known inputs.

Link copied to clipboard

NOTE: This function has relaxed parsing behavior. For strict behavior, please use the [fromStringStrict] function. Where possible use fromStringStrict rather than this function, [fromString] is only provided for backwards compatibility.

Link copied to clipboard

NOTE: This function has strict parsing behavior. For relaxed behavior, please use the [fromString] function.

Link copied to clipboard
fun isValid(input: String, strict: Boolean = false): Boolean

Check if the string is a valid AccountAddress.