]> Untitled Git - bdk/commit
Add a generalized "Blockchain" interface
authorAlekos Filini <alekos.filini@gmail.com>
Sun, 3 May 2020 14:15:11 +0000 (16:15 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Sun, 3 May 2020 16:16:11 +0000 (18:16 +0200)
commit75a9c30c9aa93acf3f8abd9865857d3f614599d1
treed1b3b4dce591f586e8cd035b071f17529cf96c05
parent0988c8b8d54ea76330d8409ed3a2c02d6b565386
Add a generalized "Blockchain" interface
Cargo.toml
examples/repl.rs
src/blockchain/electrum.rs [new file with mode: 0644]
src/blockchain/mod.rs [new file with mode: 0644]
src/database/memory.rs
src/database/mod.rs
src/error.rs
src/lib.rs
src/wallet/mod.rs
src/wallet/offline_stream.rs