pub trait Proof: StrictEncode + StrictDecode + Clone + Eq + Debug { }
Expand description

Marker trait for variates of LNPBP-4 commitment proofs, which differ by the amount of concealed information.

Implementors