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> |
| Create |
class Create : TypeOnlyCommandData, Commands |
| Issue |
class Issue : TypeOnlyCommandData, Commands |
| Move |
class Move : TypeOnlyCommandData, Commands |
| Move |
class Move : TypeOnlyCommandData, Commands |
| Redeem |
class Redeem : TypeOnlyCommandData, Commands |
| Redeem |
class Redeem : TypeOnlyCommandData, Commands |