Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct { distribution.Keeper // contains filtered or unexported fields }
Keeper wraps the distribution keeper to customize fee allocation mechanism
func NewKeeper ¶
func NewKeeper( k distribution.Keeper, ak types.AccountKeeper, bk types.BankKeeper, sk types.StakingKeeper, feeCollectorName string, ) Keeper
func (Keeper) AllocateTokens ¶
AllocateTokens modifies the fee distribution by: - Allocating the community tax portion to the community pool - Burning all remaining tokens instead of distributing to validators
Click to show internal directories.
Click to hide internal directories.