pub type CryptoSignObjectResponse = CryptoSignObjectOutputResponse;Aliased Type§
pub struct CryptoSignObjectResponse {
pub result: SignObjectResult,
pub object: Option<NONObjectInfo>,
}Fields§
§result: SignObjectResult§object: Option<NONObjectInfo>