MCPcopy Create free account
hub / github.com/0xMiden/node / encode

Method encode

crates/rpc/src/tests.rs:515–517  ·  view source on GitHub ↗
(output: Self::Output)

Source from the content-addressed store, hash-verified

513 }
514
515 fn encode(output: Self::Output) -> tonic::Result<proto::rpc::GetNetworkNoteStatusResponse> {
516 Ok(output)
517 }
518
519 async fn handle(&self, _input: Self::Input) -> tonic::Result<Self::Output> {
520 Ok(self.response.clone())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected