Type Alias RootStateGetCurrentRootResponse

Source
pub type RootStateGetCurrentRootResponse = RootStateGetCurrentRootOutputResponse;

Aliased Type§

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

Fields§

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