neo-go/cli/testdata/verify.go
2020-11-24 13:08:23 +03:00

8 lines
117 B
Go

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