mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-06 19:41:17 +00:00
8 lines
117 B
Go
8 lines
117 B
Go
package testdata
|
|
|
|
func Verify() bool {
|
|
return true
|
|
}
|
|
|
|
func OnPayment(from []byte, amount int, data interface{}) {
|
|
}
|