pub trait SetNLastBlockTime { // Required method fn set_n_last_block_time(&mut self, x: Option<OffsetDateTime>); }