[#105] *: Add doc.go files for each contract

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
enable-notary-in-public-chains
Alex Vanin 2021-07-04 14:08:37 +03:00 committed by Alex Vanin
parent 8b7d08cb08
commit b6b3f17cd1
10 changed files with 20 additions and 0 deletions

2
alphabet/doc.go 100644
View File

@ -0,0 +1,2 @@
// Alphabet contract description.
package alphabet

2
audit/doc.go 100644
View File

@ -0,0 +1,2 @@
// Audit contract description.
package audit

2
balance/doc.go 100644
View File

@ -0,0 +1,2 @@
// Balance contract description.
package balance

2
container/doc.go 100644
View File

@ -0,0 +1,2 @@
// Container contract description.
package container

2
neofs/doc.go 100644
View File

@ -0,0 +1,2 @@
// NeoFS contract description.
package neofs

2
neofsid/doc.go 100644
View File

@ -0,0 +1,2 @@
// NeoFSID contract description.
package neofsid

2
netmap/doc.go 100644
View File

@ -0,0 +1,2 @@
// Netmap contract description.
package netmap

View File

@ -0,0 +1,2 @@
// Processing contract description.
package processing

2
proxy/doc.go 100644
View File

@ -0,0 +1,2 @@
// Proxy contract description.
package proxy

View File

@ -0,0 +1,2 @@
// Reputaiton contract description.
package reputation