Sign a scheduled transaction
A transaction that appends signatures to a scheduled transaction. You will need to know the schedule ID to reference the scheduled transaction to submit signatures. A record will be generated for each ScheduleSign transaction that is successful and the scheduled entity will subsequently update with the public keys that have signed the scheduled transaction. To view the keys that have signed the scheduled transaction, you can query the network for the schedule info. Once a scheduled transaction receives the last required signature, the scheduled transaction executes.
Transaction Signing Requirements
The key of the account paying for the transaction
Transaction Properties
Schedule ID
The ID of the scheduled transaction to submit the signature for
Methods
setScheduleId(<scheduleId>)
ScheduleId
Required
clearScheduleId(<scheduleId>)
ScheduleId
Optional
getScheduleId()
ScheduleId
Optional
Last updated