1 2 3 4 5 6 7 8 9 10 11
use crate::dto::prelude::*; /// /// CreateCertificateResult /// #[derive(CandidType, Clone, Debug, Deserialize, Eq, PartialEq, Serialize)] pub struct CreateCertificateResult { pub method: String, pub blob_hash: String, }