Skip to content

Commit 431c72c

Browse files
committed
refactor(async)!: add AsyncEsploraClient trait
1 parent fc9c2d4 commit 431c72c

File tree

3 files changed

+223
-142
lines changed

3 files changed

+223
-142
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ log = { version = "^0.4" }
2323
minreq = { version = "2.11.0", features = ["json-using-serde"], optional = true }
2424
reqwest = { version = "0.11", features = ["json"], default-features = false, optional = true }
2525
serde = { version = "1.0", features = ["derive"] }
26+
async-trait = { version = "0.1.81"}
27+
2628

2729
[dev-dependencies]
2830
electrsd = { version = "0.28.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_25_0"] }

0 commit comments

Comments
 (0)