package util // FromAddress is an utility function that converts an NEO address to its hash. func FromAddress(address string) []byte { return nil }