glow
glow copied to clipboard
Private interaction parameters
In GitLab by @fahree on Nov 20, 2020, 03:34
null
In GitLab by @fahree on Nov 20, 2020, 03:34
assigned to @AlexKnauth
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) => ...