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