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>

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

TypeOnlyCommandData()

Functions

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int