-
Notifications
You must be signed in to change notification settings - Fork 45
Typed request/response #46
Copy link
Copy link
Open
Labels
Description
Looking at [this example](https://github.com/near/near-jsonrpc-client-rs/blob/master/examples/contract_view_method.rs) I wonder if we can have an updated interface, where if a CallFunction was used as a request, then the response is a CallResult and it is not required to match against QueryResponseKind.
Reactions are currently unavailable