com.r3corda.core.contracts / verifyMoveCommands

verifyMoveCommands

inline fun <reified T : CommandData> verifyMoveCommands(inputs: List<OwnableState>, tx: TransactionForVerification): 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