Schedule Service
ScheduleService
Hedera protobuf reference describing the ScheduleService gRPC definition and its endpoints for creating, signing, deleting, and querying scheduled transactions.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Hedera protobuf reference describing the ScheduleService gRPC definition and its endpoints for creating, signing, deleting, and querying scheduled transactions.
| RPC | Request | Response | Comments |
|---|---|---|---|
createSchedule | Transaction | TransactionResponse | Creates a new Schedule by submitting the transaction |
signSchedule | Transaction | TransactionResponse | Signs a new Schedule by submitting the transaction |
deleteSchedule | Transaction | TransactionResponse | Deletes a new Schedule by submitting the transaction |
getScheduleInfo | Query | Response | Retrieves the metadata of a schedule entity |
Was this page helpful?