*: add more package-specific documentation

For the most important packages at least.
This commit is contained in:
Roman Khimov 2021-03-19 12:11:48 +03:00
parent c1b2a79cfe
commit b56e028733
27 changed files with 129 additions and 1 deletions

View file

@ -0,0 +1,4 @@
/*
Package address implements conversion of script hash to/from Neo address.
*/
package address

View file

@ -0,0 +1,4 @@
/*
Package bigint implements Neo-specific big.Int (de)serialization to/from []byte.
*/
package bigint

View file

@ -0,0 +1,4 @@
/*
Package fixedn implements fixed point integers with arbitrary precision.
*/
package fixedn