Skip to content

Instantly share code, notes, and snippets.

@KardanovIR
Last active May 8, 2020 17:01
Show Gist options
  • Save KardanovIR/95ba77d3d230d66d8802cebe0b2cdb56 to your computer and use it in GitHub Desktop.
Save KardanovIR/95ba77d3d230d66d8802cebe0b2cdb56 to your computer and use it in GitHub Desktop.
{-# STDLIB_VERSION 3 #-}
{-# CONTENT_TYPE EXPRESSION #-}
{-# SCRIPT_TYPE ACCOUNT #-}
match (tx) {
case t:TransferTransaction => false
case _ => true # NEVER DO THIS!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment