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