(output: Self::Output)
| 18 | } |
| 19 | |
| 20 | fn encode(output: Self::Output) -> tonic::Result<proto::rpc::MaybeNoteScript> { |
| 21 | Ok(proto::rpc::MaybeNoteScript { script: output.map(Into::into) }) |
| 22 | } |
| 23 | |
| 24 | #[miden_instrument( |
| 25 | target = COMPONENT, |
nothing calls this directly
no outgoing calls
no test coverage detected