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

Method encode

crates/rpc/src/server/api/submit_auth_tx.rs:20–22  ·  view source on GitHub ↗
(output: Self::Output)

Source from the content-addressed store, hash-verified

18 }
19
20 fn encode(output: Self::Output) -> tonic::Result<proto::blockchain::BlockNumber> {
21 Ok(output)
22 }
23
24 async fn handle(&self, tx: Self::Input) -> tonic::Result<Self::Output> {
25 self.block_producer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected