pub trait BaseSignatureCreator: Checker + CreateSig + CreateSchnorrSig + Send + Sync { }
Expand description

| Interface for signature creators. |

Implementors§