mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 23:30:36 +00:00
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
|