Validate_errors.Block
type Mavryk_protocol_environment_alpha.Error_monad.error +=
| Not_enough_attestations of {
}
| Inconsistent_validation_passes_in_block of {
}
| Invalid_payload_hash of {
expected : Block_payload_hash.t;
provided : Block_payload_hash.t;
}
| Locked_round_after_block_round of {
locked_round : Alpha_context.Round.t;
round : Alpha_context.Round.t;
}
| Insufficient_locked_round_evidence of {
}