Skip to main content

InProgressSignatures

Trait InProgressSignatures 

Source
pub trait InProgressSignatures: Debug {
    type SpendAuth: Debug;
}
Expand description

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

Required Associated Types§

Source

type SpendAuth: Debug

The authorization type of an Orchard action in the process of being authorized.

Implementors§