(output: Self::Output)
| 18 | } |
| 19 | |
| 20 | fn encode(output: Self::Output) -> tonic::Result<proto::blockchain::BlockNumber> { |
| 21 | Ok(output) |
| 22 | } |
| 23 | |
| 24 | async fn handle(&self, tx: Self::Input) -> tonic::Result<Self::Output> { |
| 25 | self.block_producer |
nothing calls this directly
no outgoing calls
no test coverage detected