Skip to main content

batch_phase

Function batch_phase 

Source
fn batch_phase(batch: &SafeBatch) -> Result<Phase>
Expand description

Identify the phase of a single-transaction batch.

Fails unless batch.transactions.len() == 1.