Rv32HintStoreChip

Type Alias Rv32HintStoreChip 

Source
pub type Rv32HintStoreChip<F> = VmChipWrapper<F, Rv32HintStoreFiller>;

Aliased Type§

pub struct Rv32HintStoreChip<F> {
    pub inner: Rv32HintStoreFiller,
    pub mem_helper: SharedMemoryHelper<F>,
}

Fields§

§inner: Rv32HintStoreFiller§mem_helper: SharedMemoryHelper<F>