Skip to main content

GetMmpStateResponse

Type Alias GetMmpStateResponse 

Source
pub type GetMmpStateResponse = MmpStateResult;

Aliased Type§

pub struct GetMmpStateResponse {
    pub result: Option<Vec<MmpStateItem>>,
}

Fields§

§result: Option<Vec<MmpStateItem>>