neoneo-go/pkg/smartcontract/manifest
Evgenii Stratonikov 279b769fa3 manifest: support interface checking
There are some standards (NEP5, etc.) which impose
some restrictions on what methods and events a contract
must contain and their signatures. This commit supports
checking if arbitrary manifest complies with the standard.
2020-11-26 12:50:29 +03:00
..
standard manifest: support interface checking 2020-11-26 12:50:29 +03:00
container.go manifest: simplify marshaling 2020-11-13 21:46:26 +03:00
container_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
manifest.go manifest: support interface checking 2020-11-26 12:50:29 +03:00
manifest_test.go manifest: include contract Name 2020-11-24 11:23:44 +03:00
method.go *: fix misspellings found in Go Report Card 2020-08-14 12:16:24 +03:00
permission.go smartcontract: add smartcontract manifest 2020-04-16 14:05:32 +03:00
permission_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00