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