All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.node.app.service.schedule.impl.package-info Maven / Gradle / Ivy

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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy