Expand description
SDK workflow for submitting attestations to a transparency log.
This module provides submit_attestation_to_log, the async workflow
that takes a signed attestation and submits it to whichever transparency
log backend is configured. The function does NOT retry on rate limits —
the caller (CLI) owns retry policy.
Structs§
- LogSubmission
Bundle - Result of submitting an attestation to a transparency log.
Enums§
- LogSubmit
Error - Errors from the log submission workflow.
Functions§
- submit_
attestation_ to_ log - Submit an attestation to a transparency log and verify the response.