Skip to content

Instantly share code, notes, and snippets.

@da-blog
Created July 31, 2023 19:13
Show Gist options
  • Save da-blog/3f55ecd36df03fb7b92a8d72b6a33b41 to your computer and use it in GitHub Desktop.
Save da-blog/3f55ecd36df03fb7b92a8d72b6a33b41 to your computer and use it in GitHub Desktop.
template CurrentPrice
with
itemName: Text
price : Int
operator : Party
where
signatory operator
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