Skip to main content

OwnedCommitment

Type Alias OwnedCommitment 

Source
type OwnedCommitment<S> = (Arc<SsaReconstructor<S>>, SsaId<<S as PixSpec>::Pseudonym>);
Expand description

What an SsaCommitmentGuard needs to release its SSA: where it is registered, and which one.