glow icon indicating copy to clipboard operation
glow copied to clipboard

Private interaction parameters

Open kwannoel opened this issue 3 years ago • 2 comments

In GitLab by @fahree on Nov 20, 2020, 03:34

null

kwannoel avatar Sep 22 '21 04:09 kwannoel

In GitLab by @fahree on Nov 20, 2020, 03:34

assigned to @AlexKnauth

kwannoel avatar Sep 22 '21 04:09 kwannoel

In GitLab by @fahree on Nov 20, 2020, 03:41

At some point in the future, we may want to include private parameters in an interaction, that only one party knows about. This in many cases can happily replace uses of input, as in:

@interaction([A, B])
let rockPaperScissors = (wagerAmount, @A handA, @B handB) => ...

kwannoel avatar Sep 22 '21 04:09 kwannoel