paritytech / jsonrpsee

Rust JSON-RPC library on top of async/await
MIT License
598 stars 155 forks source link

chore: remove anyhow dependency in types #1398

Closed mattsse closed 3 weeks ago

mattsse commented 3 weeks ago

invalid_params accepts ToString and anyhow to_string returns the original message.