neoneo-go/cli/testdata/verify.go

9 lines
122 B
Go
Raw Normal View History

package testdata
func Verify() bool {
return true
}
2020-11-19 15:01:42 +00:00
func OnNEP17Payment(from []byte, amount int, data interface{}) {
2020-11-19 15:01:42 +00:00
}