mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-08 09:10:30 +00:00
Added examples folder
Imported from CityOfZion/neo-storm (77d0e5949470b2648acd37c71116f4469197772b).
This commit is contained in:
parent
1927bc54d5
commit
86715511d0
3 changed files with 29 additions and 0 deletions
6
interop/runtime/runtime.go
Normal file
6
interop/runtime/runtime.go
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue