abstract class TypeOnlyCommandData : CommandDataCommands that inherit from this are intended to have no data items: its only their presence that matters.
| <init> |
TypeOnlyCommandData()Commands that inherit from this are intended to have no data items: its only their presence that matters. |
| equals |
open fun equals(other: Any?): Boolean |
| hashCode |
open fun hashCode(): <ERROR CLASS> |
| Agree |
class Agree : TypeOnlyCommandData, Commands |
| Create |
class Create : TypeOnlyCommandData, Commands |
| Mature |
class Mature : TypeOnlyCommandData, Commands |
| Move |
class Move : TypeOnlyCommandData, Commands |
| Move |
class Move : TypeOnlyCommandData, Commands |
| Move |
class Move : TypeOnlyCommandData, Commands |
| Pay |
class Pay : TypeOnlyCommandData, Commands |