Type Definition ethcore::error::ImportResult
[−]
[src]
type ImportResult = Result<H256, Error>;
Result of import block operation.
type ImportResult = Result<H256, Error>;
Result of import block operation.