neoneo-go/cli/testdata/verify.go

9 lines
117 B
Go
Raw Normal View History

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