2020-09-02 09:20:42 +00:00
|
|
|
package testdata
|
|
|
|
|
2021-03-02 12:43:09 +00:00
|
|
|
import "github.com/nspcc-dev/neo-go/pkg/interop"
|
|
|
|
|
2020-09-02 09:20:42 +00:00
|
|
|
func Verify() bool {
|
|
|
|
return true
|
|
|
|
}
|
2020-11-19 15:01:42 +00:00
|
|
|
|
2021-03-02 12:43:09 +00:00
|
|
|
func OnNEP17Payment(from interop.Hash160, amount int, data interface{}) {
|
2020-11-19 15:01:42 +00:00
|
|
|
}
|