use substreams_ethereum::pb::eth::v2::Block; #[substreams::handlers::map] fn map_block_full(blk: Block) -> Result { Ok(blk) }