Skip to main content
The result of filling an input in the circuit instance’s data. This enum represents the state of input filling process, indicating whether all inputs have been provided or more are needed.

Signature

Variants

Done

All inputs have been filled and the circuit data is complete.

Signature

More

More inputs are needed to complete the circuit instance’s data.

Signature