Skip to content

Instantly share code, notes, and snippets.

@KardanovIR
Created May 8, 2020 09:54
Show Gist options
  • Save KardanovIR/8800ce5bd34b790bcdf64910ca72151a to your computer and use it in GitHub Desktop.
Save KardanovIR/8800ce5bd34b790bcdf64910ca72151a 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 _ => sigVerify(tx.bodyBytes, tx.proofs[0], tx.senderPublikey)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment