ScheduleInfoQuery is a consensus node query that returns information about the current state of a schedule transaction on a Hedera network.
Schedule Info Response
Recommend Using Mirror Node REST API
For obtaining schedule information and historical data, consider using the Mirror Node REST API endpoint Get Schedule by ID which offers several advantages:- Cost-effective and scalable: Mirror node providers offer paid plans with a large number of queries included. The Hedera-hosted mirror node offers free queries with specific throttles for testing. While some SDK queries are currently free, these are subject to change in the future.
- Performance: Mirror nodes don’t burden consensus nodes, allowing them to focus on processing transactions and providing efficient access to historical data without impacting network performance.
- Historical data: Mirror nodes store complete transaction history, records, and events - ideal for analytics, auditing, and monitoring past activity.
- The transaction fee payer account key is required to sign
Methods
| Method | Type | Requirement |
|---|---|---|
setScheduleId(<scheduleId>) | ScheduleId | Required |
<ScheduleInfo>.scheduleId | ScheduleId | Optional |
<ScheduleInfo>.scheduledTransactionId | TransactionId | Optional |
<ScheduleInfo>.creatorAccountId | AccountId | Optional |
<ScheduleInfo>.payerAccountId | AccountId | Optional |
<ScheduleInfo>.adminKey | Key | Optional |
<ScheduleInfo>.signatories | Key | Optional |
<ScheduleInfo>.deletedAt | Instant | Optional |
<ScheduleInfo>.expirationAt | Instant | Optional |
<ScheduleInfo>.memo | String | Optional |
<ScheduleInfo>.waitForExpiry | boolean | Optional |