Add kotlin BlockchainConfig and DatabaseConfig

This commit is contained in:
Steve Myers
2021-06-25 23:40:38 -07:00
parent 13e7217ffd
commit 91ae8dd537
6 changed files with 154 additions and 18 deletions

View File

@@ -1,5 +1,7 @@
#![deny(unsafe_code)] /* No `unsafe` needed! */
mod blockchain;
mod database;
mod error;
mod wallet;