cosmos-sdk/x/distribution/doc.go

7 lines
279 B
Go

/*
Package distribution implements a Cosmos SDK module, that provides an implementation
of the F1 fee distribution algorithm. It handles reward tracking, allocation, and
distribution. Please refer to the specification under /spec for further information.
*/
package distribution