com.r3corda.core.contracts / verifyMoveCommand

verifyMoveCommand

inline fun <reified T : CommandData> verifyMoveCommand(inputs: List<OwnableState>, tx: TransactionForContract): Unit
inline fun <reified T : CommandData> verifyMoveCommand(inputs: List<OwnableState>, commands: List<AuthenticatedObject<CommandData>>): Unit

Simple functionality for verifying a move command. Verifies that each input has a signature from its owning key.

Parameters

T - the type of the move command