mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-02 19:45:50 +00:00
6 lines
155 B
Go
6 lines
155 B
Go
|
/*
|
||
|
Package standard contains interfaces for well-defined standards
|
||
|
and function for checking if arbitrary manifest complies with them.
|
||
|
*/
|
||
|
package standard
|