getHashAlgorithm

abstract fun getHashAlgorithm(): Algorithm?

Hash algorithm override for this transaction data.

By default Algorithm.SHA256 is used, but transaction data can specify a list of the desired algorithms.

Return

the first supported algorithm in the list specified by the transaction data.