corda / net.corda.core.transactions / NetworkParametersHash

NetworkParametersHash

data class NetworkParametersHash

Wrapper over SecureHash to be used when filtering network parameters hash.

Constructors

<init>

NetworkParametersHash(hash: SecureHash)

Wrapper over SecureHash to be used when filtering network parameters hash.

Properties

hash

val hash: SecureHash

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.