package testdata func Verify() bool { return true } func OnPayment(from []byte, amount int, data interface{}) { }