corda / net.corda.core.crypto / NullKeys

NullKeys

object NullKeys

Types

NullPublicKey

object NullPublicKey : PublicKey, Comparable<PublicKey>

Properties

NULL_PARTY

val NULL_PARTY: AnonymousParty

NULL_SIGNATURE

val NULL_SIGNATURE: TransactionSignature

A signature with a key and value of zero. Useful when you want a signature object that you know won't ever be used.

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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