getSHA256Hash

open fun getSHA256Hash(privateKey: String): String

Returns the SHA-256 hashed value of the supplied private key.

Return

SHA-256 hash.

Parameters

privateKey

Private key.