corda / net.corda.core.crypto / SecureHash / prefixChars

prefixChars

fun prefixChars(prefixLen: Int = 6): String

Returns the first prefixLen hexadecimal digits of the SecureHash value.

Parameters

prefixLen - The number of characters in the prefix.