(output: Self::Output)
| 41 | } |
| 42 | |
| 43 | fn encode(output: Self::Output) -> tonic::Result<proto::blockchain::BlockNumber> { |
| 44 | Ok(output) |
| 45 | } |
| 46 | |
| 47 | async fn handle(&self, (batch, inputs): Self::Input) -> tonic::Result<Self::Output> { |
| 48 | self.block_producer |
nothing calls this directly
no outgoing calls
no test coverage detected