scheduleID | ScheduleID | The id of the schedule |
creatorAccountID | AccountID | The id of the account responsible for the service fee of the scheduled transaction |
payerAccountIDAccountID | AccountID | The account which is going to pay for the execution of the scheduled transaction |
scheduledTransactionBody | SchedulableTransactionBody | The scheduled transaction |
signers | KeyList | The Ed25519 keys the network deems to have signed the scheduled transaction |
adminKey | Key | The key used to delete the schedule from state |
memo | string | The publicly visible memo of the schedule |
expirationTime | TimeStamp | The epoch second at which the schedule will expire |
scheduledTransactionID | TransactionID | The transaction id that will be used in the record of the scheduled transaction (if it executes) |
ledger_id | bytes | The ledger ID the response was returned from; please see HIP-198 for the network-specific IDs |
oneof data : | | |
deletion_time | TimeStamp | If the schedule has been deleted, the consensus time when this occurred |
execution_time | TimeStamp | If the schedule has been executed, the consensus time when this occurred |