compiler: update x/tools package
Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
e7a0ecb349
commit
9871dc8f5a
22 changed files with 235 additions and 140 deletions
3
pkg/rpc/server/testdata/invoke/invoke.yml
vendored
Normal file
3
pkg/rpc/server/testdata/invoke/invoke.yml
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
name: ContractForInvokescriptTest
|
||||
permissions:
|
||||
- methods: ['transfer']
|
|
@ -1,4 +1,4 @@
|
|||
package testdata
|
||||
package invoke
|
||||
|
||||
import "github.com/nspcc-dev/neo-go/pkg/interop/runtime"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package testdata
|
||||
package verify
|
||||
|
||||
import (
|
||||
"github.com/nspcc-dev/neo-go/pkg/interop/runtime"
|
|
@ -1,4 +1,4 @@
|
|||
package testdata
|
||||
package verify_args
|
||||
|
||||
// Verify is a verification contract method which takes several arguments.
|
||||
func Verify(argString string, argInt int, argBool bool) bool {
|
Loading…
Add table
Add a link
Reference in a new issue