neoneo-go/interop/runtime/runtime.go

7 lines
145 B
Go
Raw Normal View History

package runtime
// CheckWitness verifies if the given hash is the invoker of the contract.
func CheckWitness(hash []byte) bool {
return true
}