interface Move : MoveCommand, Commands| contractHash |
abstract val contractHash: SecureHash?Contract code the moved state(s) are for the attention of, for example to indicate that the states are moved in order to settle an obligation contracts state object(s). |
| Move |
data class Move : Move, CommandsA command stating that money has been moved, optionally to fulfil another contract. |
| Move |
data class Move : Commands, MoveA command stating that a debt has been moved, optionally to fulfil another contract. |