Custom Predicates
You can create your own predicates for reusability and better readability:
The output value of theowner
method is stored in the OwnerAddress
variable. To expose this value outside of your predicate, we just need to add it as an input.
Last updated