corda / net.corda.core.contracts / TypeOnlyCommandData

TypeOnlyCommandData

abstract class TypeOnlyCommandData : CommandData

Commands that inherit from this are intended to have no data items: it's only their presence that matters.

Constructors

<init>

TypeOnlyCommandData()

Commands that inherit from this are intended to have no data items: it's only their presence that matters.

Functions

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): <ERROR CLASS>

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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

Inheritors

Issue

class Issue : TypeOnlyCommandData, Commands

Issue

class Issue : TypeOnlyCommandData

Allows new cash states to be issued into existence.

Issue

class Issue : TypeOnlyCommandData

Allows new obligation states to be issued into existence.

Move

class Move : TypeOnlyCommandData, Commands

Redeem

class Redeem : TypeOnlyCommandData, Commands