Key for latest attestation of a domain
(domain: &str)
| 334 | |
| 335 | /// Key for latest attestation of a domain |
| 336 | pub fn cert_attestation_latest(domain: &str) -> String { |
| 337 | format!("{CERT_PREFIX}{domain}/attestation/latest") |
| 338 | } |
| 339 | |
| 340 | /// Key for historical attestation of a domain |
| 341 | pub fn cert_attestation_history(domain: &str, timestamp: u64) -> String { |
no outgoing calls
no test coverage detected