Add a generalized "Blockchain" interface
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
use std::collections::BTreeMap;
|
||||
use std::convert::{From, TryInto};
|
||||
use std::ops::Bound::{Excluded, Included};
|
||||
|
||||
use serde::Serialize;
|
||||
|
||||
use bitcoin::consensus::encode::{deserialize, serialize};
|
||||
use bitcoin::hash_types::Txid;
|
||||
use bitcoin::util::bip32::{ChildNumber, DerivationPath};
|
||||
|
||||
Reference in New Issue
Block a user