Type Definition ethcore::state::ApplyResult
source · [−]pub type ApplyResult<T, V> = Result<ApplyOutcome<T, V>, Error>;
Expand description
Result type for the execution (“application”) of a transaction.
pub type ApplyResult<T, V> = Result<ApplyOutcome<T, V>, Error>;
Result type for the execution (“application”) of a transaction.