pub type CryptoVerifyObjectRequest = CryptoVerifyObjectOutputRequest;Aliased Type§
pub struct CryptoVerifyObjectRequest {
pub common: CryptoOutputRequestCommon,
pub sign_type: VerifySignType,
pub object: NONObjectInfo,
pub sign_object: VerifyObjectType,
}Fields§
§common: CryptoOutputRequestCommon§sign_type: VerifySignType§object: NONObjectInfo§sign_object: VerifyObjectType