[][src]Type Definition exonum::blockchain::ExecutionResult

type ExecutionResult = Result<(), ExecutionError>;

Returns a result of the Transaction execute method. This result may be either an empty unit type, in case of success, or an ExecutionError, if execution has failed. Errors consist of an error code and an optional description.