(request: proto::rpc::SyncTransactionsRequest)
| 22 | type Output = proto::rpc::SyncTransactionsResponse; |
| 23 | |
| 24 | fn decode(request: proto::rpc::SyncTransactionsRequest) -> tonic::Result<Self::Input> { |
| 25 | Ok(request) |
| 26 | } |
| 27 | |
| 28 | fn encode(output: Self::Output) -> tonic::Result<proto::rpc::SyncTransactionsResponse> { |
| 29 | Ok(output) |
nothing calls this directly
no outgoing calls
no test coverage detected