Type Alias CryptoSignObjectResponse

Source
pub type CryptoSignObjectResponse = CryptoSignObjectOutputResponse;

Aliased Type§

struct CryptoSignObjectResponse {
    pub result: SignObjectResult,
    pub object: Option<NONObjectInfo>,
}

Fields§

§result: SignObjectResult§object: Option<NONObjectInfo>