Schedule Service
ScheduleService
ScheduleService protobuf gRPC definition exposing the Hedera Schedule Service RPC methods for create, sign, delete, and getInfo operations.
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.
ScheduleService protobuf gRPC definition exposing the Hedera Schedule Service RPC methods for create, sign, delete, and getInfo operations.
| 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?