Type Alias CryptoRequestCommon

Source
pub type CryptoRequestCommon = CryptoOutputRequestCommon;

Aliased Type§

struct CryptoRequestCommon {
    pub req_path: Option<String>,
    pub dec_id: Option<ObjectId>,
    pub target: Option<ObjectId>,
    pub flags: u32,
}

Fields§

§req_path: Option<String>§dec_id: Option<ObjectId>§target: Option<ObjectId>§flags: u32