Robert Jaros
12/14/2022, 4:57 PMInputHandler
class even when there are no inputs in my contract?Casey Brooks
12/14/2022, 5:09 PMinputHandler { }
for this purpose.
The same is true for the EventHandlers. It’s required to provide one to `BasicViewModel`’s constructor, and you should attach one dynamically for other classes, but there’s an eventHandler { }
extension function for this too.