pub trait CoreBlockWrapperExt: CoreBlockWrapper {
    fn genesis(timestamp: BlockTs) -> Block
    where
        Self: Sized
, { ... } }

Provided Methods

Implementors