How to use validate()
with AdvanceOrder[]
?
#611
Unanswered
valerioleo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Advanced orders are validated against the zone with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As per title, I am curious on how to (possibly) validate
AdvancedOrder
s instead of justOrder
s.I have a smart contract that is creating orders and storing them via
validate()
function, but they need to include someextraData
field that will be used by the Zone to validate the execution.Using the
zoneHash
field would not be possible as data needs to be received in clear by the Zone.Beta Was this translation helpful? Give feedback.
All reactions