Type Alias hedera::ScheduleInfoQuery

source ·
pub type ScheduleInfoQuery = Query<ScheduleInfoQueryData>;
Expand description

Get all the information about a schedule.

Aliased Type§

struct ScheduleInfoQuery { /* private fields */ }

Implementations§

source§

impl ScheduleInfoQuery

source

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

Returns the schedule ID for which information is requested.

source

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

Sets the schedule ID for which information is requested.