pub trait PredefinedBlocks: Send + Sync { // Required method fn get_block(&self, height: &BlockHeight) -> Result<Option<Block>>; }