Type Alias RootStateGetCurrentRootInputResponse

Source
pub type RootStateGetCurrentRootInputResponse = RootStateGetCurrentRootOutputResponse;

Aliased Type§

struct RootStateGetCurrentRootInputResponse {
    pub root: ObjectId,
    pub revision: u64,
    pub dec_root: Option<ObjectId>,
}

Fields§

§root: ObjectId§revision: u64§dec_root: Option<ObjectId>