Type Alias CryptoSignObjectInputResponse

Source
pub type CryptoSignObjectInputResponse = CryptoSignObjectOutputResponse;

Aliased Type§

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

Fields§

§result: SignObjectResult§object: Option<NONObjectInfo>

Trait Implementations§