Uses of Class
io.mokamint.application.api.UnknownGroupIdException
-
Uses of UnknownGroupIdException in io.mokamint.application.api
Methods in io.mokamint.application.api that throw UnknownGroupIdExceptionModifier and TypeMethodDescriptionvoidApplication.abortBlock(int groupId) The node calls this method to abort the execution of the group of transactions identified byid.voidApplication.commitBlock(int groupId) The node calls this method to commit the state resulting at the end of the execution of the group of transactions identified byid.voidApplication.deliverTransaction(int groupId, Transaction transaction) Delivers another transaction inside the group execution identified byid.byte[]The node calls this method when a group execution of transactions ends.