forked from TrueCloudLab/neoneo-go
6b21ad9922
Everywhere including examples, external interop APIs, bindings generators code and in other valuable places. A couple of `interface{}` usages are intentionally left in the CHANGELOG.md, documentation and tests. |
||
---|---|---|
.. | ||
go.mod | ||
go.sum | ||
oracle.go | ||
oracle.manifest.json | ||
oracle.nef | ||
oracle.yml | ||
README.md |
Oracle helper contract
Oracle helper contract NEF and manifest files are generated automatically by
TestGenerateHelperContracts
and are used in tests. Do not modify these files manually.
To regenerate these files:
- Open
TestGenerateHelperContracts
and setsaveState
flag totrue
. - Run
TestGenerateHelperContracts
. - Set
saveState
back tofalse
.