Added examples folder

Imported from CityOfZion/neo-storm (77d0e5949470b2648acd37c71116f4469197772b).
This commit is contained in:
Anthony De Meulemeester 2018-08-20 10:59:35 +02:00 committed by Roman Khimov
parent 1927bc54d5
commit 86715511d0
3 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,6 @@
package runtime
// CheckWitness verifies if the given hash is the invoker of the contract.
func CheckWitness(hash []byte) bool {
return true
}