pub trait Ceremony {
type SignedExtensions: DeserializeOwned + Debug + Default;
}Expand description
Trait for ceremony marker structs
Required Associated Types§
Sourcetype SignedExtensions: DeserializeOwned + Debug + Default
type SignedExtensions: DeserializeOwned + Debug + Default
The type of the extension outputs of the ceremony