pub trait Ceremony {
    type SignedExtensions: DeserializeOwned + Debug + Default;
}
Expand description

Trait for ceremony marker structs

Required Associated Types

The type of the extension outputs of the ceremony

Implementors