pub fn process_commit_validation_result<H, N>(
    validation_result: CommitValidationResult<H, N>,
    callback: Callback<CommitProcessingOutcome>
)
Expand description

Runs the callback with the appropriate CommitProcessingOutcome based on the given CommitValidationResult. Outcome is bad if ghost is undefined, good otherwise.