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
refactor(api, blocking)!: add new trait Client, apply to blocking
- add new APIs: `TransactionApi`, `AddressesApi`, `BlocksApi` and
`FeeEstimatesApi`
- add new `trait Client` with minimal HTTP behaviors: `request`, `send`
and `deserialize_{decodable|json|str}` methods.
- apply new APIs to `BlockingClient`, create new `handler` to build
request and send with minreq HTTP client.
0 commit comments