openvm_native_circuit

Type Alias NativeJalAir

Source
pub type NativeJalAir = VmAirWrapper<JalNativeAdapterAir, JalCoreAir>;

Aliased Type§

struct NativeJalAir {
    pub adapter: JalNativeAdapterAir,
    pub core: JalCoreAir,
}

Fields§

§adapter: JalNativeAdapterAir§core: JalCoreAir