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. |
| TypeOnlyCommandData |
abstract class TypeOnlyCommandData : CommandDataCommands that inherit from this are intended to have no data items: its only their presence that matters. |