Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.starknet.io/llms.txt

Use this file to discover all available pages before exploring further.

Signature

pub trait CircuitInputs

Trait functions

new_inputs

Initializes a new circuit instance with inputs. This function creates a new input accumulator for the circuit, which can then be used to add input values sequentially.

Signature

fn new_inputs, +Drop>(
    self: CES,
) -> AddInputResult

Returns

An AddInputResult that can be used to add input values to the circuit