Commit 30ad18f
committed
refactor(api, blocking)!: add new
- 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.trait Client, apply to blocking1 parent 53db518 commit 30ad18f
4 files changed
+550
-205
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments