package
2.2.0+incompatible
Repository: https://github.com/ununifi/chain.git
Documentation: pkg.go.dev

# Functions

DefaultGenesis returns the default Capability genesis state.
No description provided by the author
DefaultParams returns default params for incentive module.
GetTotalVestingPeriodLength returns the summed length of all vesting periods.
No description provided by the author
NewCdpMintingClaim returns a new CdpMintingClaim.
NewGenesisAccumulationTime returns a new GenesisAccumulationTime.
NewGenesisState returns a new genesis state.
NewMsgClaimCdpMintingReward returns a new MsgClaimCdpMintingReward.
No description provided by the author
NewMultiplier returns a new Multiplier.
NewMultiRewardIndex returns a new MultiRewardIndex.
NewMultiRewardPeriod returns a new MultiRewardPeriod.
NewParams returns a new params object.
NewPeriod returns a new vesting period.
No description provided by the author
NewRewardIndex returns a new RewardIndex.
NewRewardPeriod returns a new RewardPeriod.
ParamKeyTable Key declaration for parameters.
No description provided by the author
No description provided by the author
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author

# Constants

Events emitted by the incentive module.
Events emitted by the incentive module.
Events emitted by the incentive module.
Events emitted by the incentive module.
Events emitted by the incentive module.
Events emitted by the incentive module.
No description provided by the author
No description provided by the author
No description provided by the author
DefaultIndex is the default capability global index.
Events emitted by the incentive module.
Events emitted by the incentive module.
Events emitted by the incentive module.
Events emitted by the incentive module.
No description provided by the author
Valid reward multipliers.
Valid reward multipliers.
MemStoreKey defines the in-memory store key.
ModuleName defines the module name.
No description provided by the author
No description provided by the author
QuerierRoute defines the module's query routing key.
RouterKey is the message route for slashing.
Valid reward multipliers.
StoreKey defines the primary module store key.

# Variables

Parameter keys and default values.
Parameter keys and default values.
Parameter keys and default values.
Parameter keys and default values.
Parameter keys and default values.
Parameter keys and default values.
Parameter keys and default values.
Parameter keys and default values.
Parameter keys and default values.
x/incentive module sentinel errors.
x/incentive module sentinel errors.
x/incentive module sentinel errors.
x/incentive module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
x/incentive module sentinel errors.
x/incentive module sentinel errors.
x/incentive module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
x/incentive module sentinel errors.
x/incentive module sentinel errors.
x/incentive module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
x/incentive module sentinel errors.
Parameter keys and default values.
Parameter keys and default values.
Parameter keys and default values.
Parameter keys and default values.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GenesisState defines the incentive module's genesis state.
No description provided by the author
No description provided by the author
No description provided by the author
MultiRewardIndex stores reward accumulation information on multiple reward types.
MultiRewardPeriod supports multiple reward types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

AccountKeeper expected interface for the account keeper (noalias).
No description provided by the author
CdpKeeper defines the expected interface for the pricefeed (noalias).
Claim is an interface for handling common claim actions.
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.

# Type aliases

CdpMintingClaims slice of CdpMintingClaim.
Claims is a slice of Claim.
GenesisAccumulationTimes slice of GenesisAccumulationTime.
MultiplierName name for valid multiplier.
Multipliers slice of Multiplier.
MultiRewardIndexes slice of MultiRewardIndex.
MultiRewardPeriods array of MultiRewardPeriod.
RewardIndexes slice of RewardIndex.
RewardPeriods array of RewardPeriod.