ids move
This commit is contained in:
parent
7d27aceee4
commit
271d3f3e57
@ -18,13 +18,12 @@
|
|||||||
|
|
||||||
mod client;
|
mod client;
|
||||||
mod config;
|
mod config;
|
||||||
mod ids;
|
|
||||||
mod test_client;
|
mod test_client;
|
||||||
mod trace;
|
mod trace;
|
||||||
|
|
||||||
pub use self::client::*;
|
pub use self::client::*;
|
||||||
pub use self::config::{ClientConfig, BlockQueueConfig, BlockChainConfig, Switch};
|
pub use self::config::{ClientConfig, BlockQueueConfig, BlockChainConfig, Switch};
|
||||||
pub use self::ids::{BlockId, TransactionId, UncleId, TraceId};
|
pub use types::ids::*;
|
||||||
pub use self::test_client::{TestBlockChainClient, EachBlockWith};
|
pub use self::test_client::{TestBlockChainClient, EachBlockWith};
|
||||||
pub use self::trace::Filter as TraceFilter;
|
pub use self::trace::Filter as TraceFilter;
|
||||||
pub use executive::{Executed, Executive, TransactOptions};
|
pub use executive::{Executed, Executive, TransactOptions};
|
||||||
|
@ -17,3 +17,4 @@
|
|||||||
//! Types used in the public api
|
//! Types used in the public api
|
||||||
|
|
||||||
pub mod transaction;
|
pub mod transaction;
|
||||||
|
pub mod ids;
|
||||||
|
Loading…
Reference in New Issue
Block a user