Skip to content

Instantly share code, notes, and snippets.

@nemanja-da
Created March 23, 2021 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemanja-da/f277963efc7c707c1477cc312caea6c4 to your computer and use it in GitHub Desktop.
Save nemanja-da/f277963efc7c707c1477cc312caea6c4 to your computer and use it in GitHub Desktop.
template CurrentPrice
with
itemName: Text
price : Int
operator : Party
reader : Party
where
signatory operator
observer reader
key (operator, itemName) : (Party, Text)
maintainer key._1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment