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
Trait functions
eval
Evaluates the circuit with the given modulus.Arguments
modulus- The modulus to use for arithmetic operations
Returns
Result containing either the circuit outputs or a failure indicationSignature
eval_ex
Evaluates the circuit with an explicit descriptor and modulus.Arguments
descriptor- The circuit descriptormodulus- The modulus to use for arithmetic operations