ScheduleSign

Adds zero or more signing keys to a schedule. If the resulting set of signing keys satisfy the scheduled transaction's signing requirements, it will be executed immediately after the triggering ScheduleSign.

Upon SUCCESS, the receipt includes the scheduledTransactionID to use to query for the record of the scheduled transaction's execution (if it occurs).

Other notable response codes include INVALID_SCHEDULE_ID, SCHEDULE_WAS_DELETED, INVALID_ACCOUNT_ID, UNRESOLVABLE_REQUIRED_SIGNERS, SOME_SIGNATURES_WERE_INVALID, and NO_NEW_VALID_SIGNATURES. For more information please see the section of this documentation on the ResponseCode enum.

ScheduleSignTransactionBody

FieldTypeDescription

scheduleID

The ID of the Scheduled Entity

Last updated