neoneo-go/pkg/encoding/bigint/doc.go
Roman Khimov b56e028733 *: add more package-specific documentation
For the most important packages at least.
2021-03-19 16:18:45 +03:00

4 lines
102 B
Go

/*
Package bigint implements Neo-specific big.Int (de)serialization to/from []byte.
*/
package bigint