O2mApiDefaultStack

Type Alias O2mApiDefaultStack 

Source
pub type O2mApiDefaultStack<M> = O2mApiService<ProvenanceService, ComplianceService, ConsentService, M>;
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<M> { /* private fields */ }