a442e1530d
Follow neo-project/neo#2287.
8 lines
122 B
Go
8 lines
122 B
Go
package testdata
|
|
|
|
func Verify() bool {
|
|
return true
|
|
}
|
|
|
|
func OnNEP17Payment(from []byte, amount int, data interface{}) {
|
|
}
|