minimal state backend trait

make state module public
This commit is contained in:
Robert Habermeier
2017-02-21 12:35:21 +01:00
parent ac9716a5ce
commit 1fba73c15e
11 changed files with 167 additions and 117 deletions

View File

@@ -24,7 +24,7 @@ use executive::Executive;
use trace::{NoopTracer, NoopVMTracer};
use action_params::{ActionValue, ActionParams};
use types::executed::CallType;
use state::{State, Substate};
use state::{Backend, State, Substate};
use env_info::EnvInfo;
use pod_state::*;
use account_db::*;