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.

Implementors§