Trait ssi_claims::AttachProof
source · pub trait AttachProof<T> {
type Attached;
// Required method
fn attach_to(self, claims: T) -> Self::Attached;
}
Expand description
Proof bundling trait.
Provides a method to bundle the set of claims with a proof.