Type Alias ExecuteOutput

Source
pub type ExecuteOutput = RequestIdResponse;

Aliased Type§

pub struct ExecuteOutput {
    pub request_id: u32,
}

Fields§

§request_id: u32