interface CommandDataMarker interface for classes that represent commands
| Commands |
interface Commands : CommandData |
| Commands |
interface Commands : CommandData |
| Commands |
interface Commands : CommandData |
| Commands |
interface Commands : CommandData |
| Commands |
interface Commands : CommandData |
| Fix |
data class Fix : CommandDataA Fix represents a named interest rate, on a given day, for a given duration. It can be embedded in a tx. |
| IssueCommand |
interface IssueCommand : CommandDataA common issue command, to enforce that issue commands have a nonce value. |
| MoveCommand |
interface MoveCommand : CommandDataA common move command for contracts which can change owner. |
| TimestampCommand |
data class TimestampCommand : CommandDataIf present in a transaction, contains a time that was verified by the timestamping authority/authorities whose public keys are identified in the containing Command object. The true time must be between (after, before). |
| TypeOnlyCommandData |
abstract class TypeOnlyCommandData : CommandDataCommands that inherit from this are intended to have no data items: its only their presence that matters. |