Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xMiden/node
/ encode
Method
encode
crates/rpc/src/server/api/status.rs:18–20 ·
view source on GitHub ↗
(output: Self::Output)
Source
from the content-addressed store, hash-verified
16
}
17
18
fn encode(output: Self::Output) -> tonic::Result<proto::rpc::RpcStatus> {
19
Ok(output)
20
}
21
22
#[miden_instrument(
23
target = COMPONENT,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected