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

Method encode

crates/rpc/src/server/api/sync_nullifiers.rs:26–28  ·  view source on GitHub ↗
(output: Self::Output)

Source from the content-addressed store, hash-verified

24 }
25
26 fn encode(output: Self::Output) -> tonic::Result<proto::rpc::SyncNullifiersResponse> {
27 Ok(output)
28 }
29
30 #[miden_instrument(
31 target = COMPONENT,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected