Skip to content

Instantly share code, notes, and snippets.

@katelynsills
Created November 5, 2019 20:04
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 katelynsills/1548cdd5744baab12297036d5b06a3b1 to your computer and use it in GitHub Desktop.
Save katelynsills/1548cdd5744baab12297036d5b06a3b1 to your computer and use it in GitHub Desktop.
offerRules
const offerRules = harden({
payoutRules: [
{
kind: 'want',
units: tickets(1),
},
{
kind: 'offer',
units: dollars(10),
},
],
exitRule: {
kind: 'onDemand',
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment