Type Alias hedera::ScheduleSignTransaction

source ·
pub type ScheduleSignTransaction = Transaction<ScheduleSignTransactionData>;
Expand description

Adds zero or more signing keys to a schedule.

Aliased Type§

struct ScheduleSignTransaction { /* private fields */ }

Implementations§

source§

impl ScheduleSignTransaction

source

pub fn get_schedule_id(&self) -> Option<ScheduleId>

Returns the schedule to add signing keys to.

source

pub fn schedule_id(&mut self, id: ScheduleId) -> &mut Self

Sets the schedule to add signing keys to.