input
For displaying an input, you can use the
input()
predicate:
input_id
must be:
unique
in snake_case OR camelCase
Supported input types are:
address
bytes32
eth
text
Input values are automatically saved in the Input State. You can access them at any time using the get() predicate:
Last updated