sol
sol copied to clipboard
Graceful Errors
There are a few TODOs in the code that are essentially unwrapping Option::None. Would be great to either get detailed errors on any fields RPC didn't send (rare case), some sensible default value, or omission of these null fields. I think the first option is probably best.