openvm_native_circuit

Type Alias NativeLoadStoreAir

Source
pub type NativeLoadStoreAir<const NUM_CELLS: usize> = VmAirWrapper<NativeLoadStoreAdapterAir<NUM_CELLS>, NativeLoadStoreCoreAir<NUM_CELLS>>;

Aliased Type§

struct NativeLoadStoreAir<const NUM_CELLS: usize> {
    pub adapter: NativeLoadStoreAdapterAir<NUM_CELLS>,
    pub core: NativeLoadStoreCoreAir<NUM_CELLS>,
}

Fields§

§adapter: NativeLoadStoreAdapterAir<NUM_CELLS>§core: NativeLoadStoreCoreAir<NUM_CELLS>