ScheduleGetInfo
Gets information about a schedule in the network's action queue. Responds with INVALID_SCHEDULE_ID if the requested schedule doesn't exist.
Field | Type | Description |
---|---|---|
header | Standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither). | |
scheduleID | The ID of the Scheduled Entity |
Information summarizing schedule state.
Field | Type | Description |
---|---|---|
scheduleID | The id of the schedule | |
creatorAccountID | The id of the account responsible for the service fee of the scheduled transaction | |
payerAccountIDAccountID | The account which is going to pay for the execution of the scheduled transaction | |
scheduledTransactionBody | The scheduled transaction | |
signers | The Ed25519 keys the network deems to have signed the scheduled transaction | |
adminKey | The key used to delete the schedule from state | |
memo | string | The publicly visible memo of the schedule |
expirationTime | The epoch second at which the schedule will expire | |
scheduledTransactionID | The transaction id that will be used in the record of the scheduled transaction (if it executes) | |
ledger_id | bytes | |
oneof data : | | |
deletion_time | If the schedule has been deleted, the consensus time when this occurred | |
execution_time | If the schedule has been executed, the consensus time when this occurred |
Response wrapper for the ScheduleInfo.
Field | Type | Description |
---|---|---|
header | Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither. | |
scheduleInfo | The information requested about this schedule instance |
Last modified 8mo ago