neo-go/cli/testdata/verify.go
2021-02-05 16:09:51 +03:00

8 lines
122 B
Go

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