pub type PublicInput = GenericPublicInput<CircuitField>;
Expand description
Concrete for circuit’s public input
Aliased Type§
struct PublicInput {
pub lc_state: GenericLightClientState<Fp<MontBackend<FrConfig, 4>, 4>>,
pub voting_st_state: GenericStakeTableState<Fp<MontBackend<FrConfig, 4>, 4>>,
pub next_st_state: GenericStakeTableState<Fp<MontBackend<FrConfig, 4>, 4>>,
}
Fields§
§lc_state: GenericLightClientState<Fp<MontBackend<FrConfig, 4>, 4>>
§voting_st_state: GenericStakeTableState<Fp<MontBackend<FrConfig, 4>, 4>>
§next_st_state: GenericStakeTableState<Fp<MontBackend<FrConfig, 4>, 4>>