forked from TrueCloudLab/neoneo-go
8 lines
175 B
Go
8 lines
175 B
Go
|
/*
|
||
|
Package interop contains implementations of Neo interop functions.
|
||
|
|
||
|
This is not the package you use from smart contracts, refer to pkg/interop
|
||
|
for that.
|
||
|
*/
|
||
|
package interop
|