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

Method encode

crates/rpc/src/server/api/sync_notes.rs:21–23  ·  view source on GitHub ↗
(output: Self::Output)

Source from the content-addressed store, hash-verified

19 }
20
21 fn encode(output: Self::Output) -> tonic::Result<proto::rpc::SyncNotesResponse> {
22 Ok(output)
23 }
24
25 #[miden_instrument(
26 target = COMPONENT,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected