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