neoneo-go/pkg/smartcontract/manifest
Evgenii Stratonikov 685d44dbc1 *: support _initialize method in contracts
Invoke `_initialize` method on every call if present.
In NEO3 there is no entrypoint and methods are invoked by offset,
thus `Main` function is no longer required.
We still have special `Main` method in tests to simplify them.
2020-07-27 13:00:35 +03:00
..
container.go smartcontract: add smartcontract manifest 2020-04-16 14:05:32 +03:00
container_test.go smartcontract: add smartcontract manifest 2020-04-16 14:05:32 +03:00
manifest.go *: support _initialize method in contracts 2020-07-27 13:00:35 +03:00
manifest_test.go manifest: remove EntryPoint from manifest 2020-07-27 11:08:01 +03:00
method.go manifest: add Offset in method descriptor 2020-07-27 11:08:01 +03:00
permission.go smartcontract: add smartcontract manifest 2020-04-16 14:05:32 +03:00
permission_test.go smartcontract: add smartcontract manifest 2020-04-16 14:05:32 +03:00