forked from TrueCloudLab/neoneo-go
b56e028733
For the most important packages at least.
7 lines
175 B
Go
7 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
|