Adds a ScheduledTransaction to the list of multiple transactions.
The Scheduled transaction object.
The index of dependent transactions that must be executed before this one. Use the constant NO_CHILD_INDEX
if there are no dependencies.
The number of successful preceding transactions required before this one can be executed.
void;
MultipleTransactions is used to create a list of transactions that will be executed in a specific order. *