Type Alias O2mApiDefaultStack

Source
pub type O2mApiDefaultStack = O2mApiService<ProvenanceService, ComplianceService>;
Expand description

Standard O2M API service stack with default component configuration.

Combines provenance and compliance services for administrative operations. Does not include sequencer as O2M operations are typically read-heavy and don’t require flow coordination.

Aliased Type§

pub struct O2mApiDefaultStack { /* private fields */ }