Trait sapling_crypto::builder::InProgressSignatures
source · pub trait InProgressSignatures: Debug {
type AuthSig: Clone + Debug;
}Expand description
Marker trait representing bundle signatures in the process of being created.