[descriptor] Improve the descriptor macro, add traits for key and descriptor types

This commit is contained in:
Alekos Filini
2020-09-18 16:31:03 +02:00
parent 9832ecb660
commit 751a553925
7 changed files with 368 additions and 103 deletions

View File

@@ -75,6 +75,7 @@ pub mod database;
pub mod descriptor;
#[cfg(feature = "test-md-docs")]
mod doctest;
pub mod keys;
pub(crate) mod psbt;
pub(crate) mod types;
pub mod wallet;