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

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

val NULL_SIGNATURE: TransactionSignature