Skip to main content

Module log_submit

Module log_submit 

Source
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§

LogSubmissionBundle
Result of submitting an attestation to a transparency log.

Enums§

LogSubmitError
Errors from the log submission workflow.

Functions§

submit_attestation_to_log
Submit an attestation to a transparency log and verify the response.