re-export AccountProvider trait

This commit is contained in:
Robert Habermeier 2016-05-25 12:44:27 +02:00
parent cf18c4bb0a
commit 688790f13f

View File

@ -21,4 +21,5 @@ pub mod store;
mod geth_import;
mod test_account_provider;
pub use self::store::AccountProvider;
pub use self::test_account_provider::{TestAccount, TestAccountProvider};