corda / net.corda.core.contracts / CommandData

CommandData

interface CommandData

Marker interface for classes that represent commands

Inheritors

Fix

A Fix represents a named interest rate, on a given day, for a given duration. It can be embedded in a tx.

data class Fix : CommandData

MoveCommand

A common move command for contract states which can change owner.

interface MoveCommand : CommandData

NetCommand

A common netting command for contracts whose states can be netted.

interface NetCommand : CommandData

TypeOnlyCommandData

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

abstract class TypeOnlyCommandData : CommandData