Type Alias RootStateGetCurrentRootRequest

Source
pub type RootStateGetCurrentRootRequest = RootStateGetCurrentRootOutputRequest;

Aliased Type§

struct RootStateGetCurrentRootRequest {
    pub common: RootStateOutputRequestCommon,
    pub root_type: RootStateRootType,
}

Fields§

§common: RootStateOutputRequestCommon§root_type: RootStateRootType