// BLOCK PROVER ERROR
// ================================================================================================
/// Represents errors that can occur during block proving.
////// NOTE: Block proving is not yet implemented. This is a placeholder enum.
#[derive(Debug, thiserror::Error)]pubenumBlockProverError{}