Implementing RPC

This commit is contained in:
Tomasz Drwięga
2016-11-30 17:05:31 +01:00
parent 1d76bb7048
commit dcb7e1e638
4 changed files with 31 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ extern crate ethstore;
mod util;
use ethstore::{SecretStore, EthStore, SimpleSecretStore};
use ethstore::{EthStore, SimpleSecretStore};
use ethstore::ethkey::{Random, Generator, Secret, KeyPair, verify_address};
use ethstore::dir::DiskDirectory;
use util::TransientDir;