Class ScheduleDeleteTransaction


public final class ScheduleDeleteTransaction extends Transaction<ScheduleDeleteTransaction>
Mark a schedule in the network state as deleted. This transaction MUST be signed by the `adminKey` for the identified schedule.
If a schedule does not have `adminKey` set or if `adminKey` is an empty `KeyList`, that schedule SHALL be immutable and MUST NOT be deleted.
A deleted schedule SHALL not be executed.
A deleted schedule MUST NOT be the subject of a subsequent `scheduleSign` transaction. ### Block Stream Effects None