forked from TrueCloudLab/neoneo-go
6c0faa4ea3
We need to define network fee for each of cosigners, and the only way to do it is to access the cosigner's script.
10 lines
181 B
Go
10 lines
181 B
Go
package testdata
|
|
|
|
import "github.com/nspcc-dev/neo-go/pkg/interop"
|
|
|
|
func Verify() bool {
|
|
return true
|
|
}
|
|
|
|
func OnNEP17Payment(from interop.Hash160, amount int, data interface{}) {
|
|
}
|