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

Required Methods§

source

fn n_last_block_time(&self) -> Option<OffsetDateTime>

Implementors§