Skip to content

Instantly share code, notes, and snippets.

@stechu
Last active February 21, 2020 21:49
Show Gist options
  • Save stechu/bde30b83b3a013386c9b7e4055532ee8 to your computer and use it in GitHub Desktop.
Save stechu/bde30b83b3a013386c9b7e4055532ee8 to your computer and use it in GitHub Desktop.
periodic_pay_close = And(Txn.close_remainder_to() == tmpl_rcv,
Txn.receiver() == Global.zero_address(),
Txn.first_valid() >= tmpl_timeout,
Txn.amount() == Int(0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment