Skip to main content

PotentiallyPruned

Trait PotentiallyPruned 

Source
pub trait PotentiallyPruned: Sealed {
    type RingSignatures: PotentiallyPrunedRingSignatures;
    type RctProofs: PotentiallyPrunedRctProofs;
}
Expand description

A trait representing either pruned or not pruned proofs.

Required Associated Types§

Source

type RingSignatures: PotentiallyPrunedRingSignatures

Potentially-pruned ring signatures.

Source

type RctProofs: PotentiallyPrunedRctProofs

Potentially-pruned RingCT proofs.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§