InProgressSignatures

Trait InProgressSignatures 

Source
pub trait InProgressSignatures: Debug {
    type AuthSig: Clone + Debug;
}
Expand description

Marker trait representing bundle signatures in the process of being created.

Required Associated Types§

Source

type AuthSig: Clone + Debug

The authorization type of a Sapling spend or output in the process of being authorized.

Implementors§