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