-
Is there a way to write a funciton schema that checks for a java type? eg.
Where |
Beta Was this translation helpful? Give feedback.
Answered by
ikitommi
Feb 18, 2023
Replies: 1 comment
-
For just validation, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tillaert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For just validation, you can use
:fn
, which takes any predicate function, e.g.[:fn (partial instance? org.hyperledger.fabric.shim.ChaincodeStub)]
.