Uses of Class
io.mokamint.application.api.UnknownGroupIdException

  • Uses of UnknownGroupIdException in io.mokamint.application.api

    Modifier and Type
    Method
    Description
    void
    Application.abortBlock(int groupId)
    The node calls this method to abort the execution of the group of transactions identified by id.
    void
    Application.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 by id.
    void
    Application.deliverTransaction(int groupId, Transaction transaction)
    Delivers another transaction inside the group execution identified by id.
    byte[]
    Application.endBlock(int groupId, io.mokamint.nonce.api.Deadline deadline)
    The node calls this method when a group execution of transactions ends.