Signature
Trait functions
next
Adds an input value to the circuit instance.Arguments
value- The value to add as input, must be convertible to circuit input value
Returns
A newAddInputResult that can be used to add more inputs or finalize
pub trait AddInputResultTrait
value - The value to add as input, must be convertible to circuit input valueAddInputResult that can be used to add more inputs or finalize
fn next, +Drop>(
self: AddInputResult, value: Value,
) -> AddInputResult
fn done(self: AddInputResult) -> CircuitData
Was this page helpful?