Ceremony

Trait Ceremony 

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

Trait for ceremony marker structs

Required Associated Types§

Source

type SignedExtensions: DeserializeOwned + Debug + Default

The type of the extension outputs of the ceremony

Implementors§