279b769fa3
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.
5 lines
155 B
Go
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
|