corda / net.corda.core.contracts / MoveCommand

MoveCommand

interface MoveCommand : CommandData

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

Properties

contract

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).

abstract val contract: Class<out Contract>?