moved BlockId and TransactionId to blockchain.rs

This commit is contained in:
debris
2016-02-10 15:06:13 +01:00
parent 75b54cc277
commit dc8fa4ebfd
5 changed files with 22 additions and 20 deletions

View File

@@ -22,6 +22,7 @@ use util::uint::*;
use util::sha3::*;
use ethcore::client::*;
use ethcore::views::*;
use ethcore::blockchain::{BlockId, TransactionId};
use v1::traits::{Eth, EthFilter};
use v1::types::{Block, BlockTransactions, BlockNumber, Bytes, SyncStatus, Transaction, OptionalValue, Index};