pub trait NLastBlockTime {
    fn n_last_block_time(&self) -> Option<OffsetDateTime>;
}

Required Methods§

Implementors§