pub type ExecutionResult = Result<Box<Executed>, ExecutionError>;
Expand description

Transaction execution result.