neo-go/pkg/smartcontract/manifest/standard/doc.go
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

5 lines
155 B
Go

/*
Package standard contains interfaces for well-defined standards
and function for checking if arbitrary manifest complies with them.
*/
package standard