Skip to main content

TypeScript shape

type BarCommitmentLevel =
  | 'Processed'
  | 'Confirmed';
Processed
enum
Bar produced from a transaction the validator has executed but the cluster has not yet voted on (Solana). Lowest latency, may revert.
Confirmed
enum
Bar produced from a transaction that has been confirmed (≥ 2/3 stake vote on Solana, canonical-chain block on EVM).