com.hedera.node.app.service.schedule.impl.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of app-service-schedule-impl Show documentation
Show all versions of app-service-schedule-impl Show documentation
Default Hedera Schedule Service Implementation
The newest version!
/**
* The Hedera implementation of the Hedera Node Schedule Service (as defined in
* {@code com.hedera.node.app.service.schedule}).
* The Schedule Service implements the handlers needed to support the following transactions:
*
* - Schedule Create
* - Schedule Sign
* - Schedule Delete
* - Query Schedule Get Info
*
* Together, these form the full set of operations required to schedule an Hedera transaction in advance,
* gather signatures for that transaction, monitor the state of the scheduled transaction, and possibly
* delete (i.e. cancel) that transaction. Execution is handled via the internal scheduled execution
* within the node workflows.
*/
package com.hedera.node.app.service.schedule.impl;