Skip to content

Instantly share code, notes, and snippets.

@KardanovIR
Created May 8, 2020 09:56
Show Gist options
  • Save KardanovIR/ecb526f06daaf541359a797b0666d375 to your computer and use it in GitHub Desktop.
Save KardanovIR/ecb526f06daaf541359a797b0666d375 to your computer and use it in GitHub Desktop.
@Callable(i)
func foo() = {
[StringEntry("foo", "bar")]
}
@Verifier(tx)
func verify = {
match (tx){
case i: InvokeScriptTransaction => true
case _ => false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment