forked from TrueCloudLab/neoneo-go
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{}) {
|
|
}
|