verify Move Command
inline fun <T : MoveCommand> verifyMoveCommand(inputs: List<OwnableState>, commands: List<CommandWithParties<CommandData>>): MoveCommand
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.