forest
                                
                                
                                
                                    forest copied to clipboard
                            
                            
                            
                        Fix API Implementation Types Mismatches
Task summary
In the Forest API Implementation report, there's a couple types that could benefit from the newtype pattern, and others are just encoded differently. Ideally all params and result types match Lotus's, such that the API report lists no more mismatches.
Also, ideally, we get this taken care of before publishing the RPC client library crate in #1070.
Specification reference
- https://github.com/ChainSafe/forest/blob/main/API_IMPLEMENTATION.md
 
Other information and links