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 contract's state object(s). |
Move |
data class Move : Move, Commands
A command stating that money has been moved, optionally to fulfil another contract. |
Move |
data class Move : Move, Commands
A command stating that money has been moved, optionally to fulfil another contract. |
Move |
data class Move : Commands, Move
A command stating that a debt has been moved, optionally to fulfil another contract. |
Move |
data class Move : Move, Commands |