pub fn set(
conn: &Connection,
disposal: &EventId,
attestation: &str,
attested_at: &str,
) -> Result<(), CliError>Expand description
Record a narrow attestation for disposal (upsert — replaces any prior value).
attestation is a caller-supplied opaque string (e.g. JSON-encoded LotSelection) that
binds the exact lot picks the user attested; attested_at is an ISO-8601 date string.