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