pub trait GenesisProtocolState<T> {
    fn berkeley() -> &'static T;
}
Expand description

Trait for genesis protocol state

Required Methods

genesis protocol state on berkeley net

Implementations on Foreign Types

Implementors