|
/*
|
|
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
|