You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Motivation**
Creating a `RpcRequest` required ~6 lines of duplicated code in each
method.
We were also matching on `Result` instead of using the `?` operator.
**Description**
- Adds a `RpcRequest::new()` method.
- Improves error handling.
Closes None
0 commit comments