> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ScheduleID

> ScheduleID is the Hedera protobuf identifier for a scheduled transaction, addressed by its shard, realm, and schedule number on the network.

A unique identifier for a Schedule.

| Field         | Type  | yDescription                   |
| ------------- | ----- | ------------------------------ |
| `shardNum`    | int64 | The shard number (nonnegative) |
| `realmNum`    | int64 | The realm number (nonnegative) |
| `scheduleNum` | int64 | A nonnegative schedule number  |
