Skip to main content

EngineDeviceCtx

Type Alias EngineDeviceCtx 

Source
pub type EngineDeviceCtx<E> = <<E as StarkEngine>::PD as ProverDevice<<E as StarkEngine>::PB, <E as StarkEngine>::TS>>::DeviceCtx;
Expand description

Convenience alias for the device context type of a StarkEngine.