Refactor to return results by value, add wallet list_unspent and related types

This commit is contained in:
Steve Myers
2021-06-30 17:44:46 -07:00
parent 59fe24818a
commit 060e54a718
7 changed files with 188 additions and 104 deletions

View File

@@ -3,6 +3,7 @@
mod blockchain;
mod database;
mod error;
mod types;
mod wallet;
/// The following test function is necessary for the header generation.