- The ID of a Scheduled Transaction has
transactionValidStartandaccountIDsinherited from theScheduleCreatetransaction that created it. That is to say that they are equal - The scheduled property is true for Scheduled Transactions
transactionValidStart,accountIDand scheduled properties should be omitted
| Field | Type | Description |
|---|---|---|
transactionValidStart | Timestamp | The transaction is invalid if consensusTimestamp < transactionID.transactionStartValid |
accountID | AccountID | The Account ID that paid for this transaction |
scheduled | bool | Whether the Transaction is of type Scheduled or no |
nonce | int32 | The identifier for an internal transaction that was spawned as part of handling a user transaction. (These internal transactions share the transactionValidStart and accountID of the user transaction, so a nonce is necessary to give them a unique TransactionID.)
|