pub trait GenesisBlock {
    fn genesis(timestamp: i64) -> Block { ... }
}

Provided Methods

Implementors