Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the incentive Msg service.
ClaimUSDXMintingReward is a message type used to claim USDX minting rewards
MsgClaimUSDXMintingReward message type used to claim USDX minting rewards
MsgClaimUSDXMintingRewardResponse defines the Msg/ClaimUSDXMintingReward response type.
(message has no fields)
ClaimHardReward is a message type used to claim Hard liquidity provider rewards
MsgClaimHardReward message type used to claim Hard liquidity provider rewards
MsgClaimHardRewardResponse defines the Msg/ClaimHardReward response type.
(message has no fields)
ClaimDelegatorReward is a message type used to claim delegator rewards
MsgClaimDelegatorReward message type used to claim delegator rewards
MsgClaimDelegatorRewardResponse defines the Msg/ClaimDelegatorReward response type.
(message has no fields)
ClaimSwapReward is a message type used to claim swap rewards
MsgClaimSwapReward message type used to claim delegator rewards
MsgClaimSwapRewardResponse defines the Msg/ClaimSwapReward response type.
(message has no fields)
ClaimSavingsReward is a message type used to claim savings rewards
MsgClaimSavingsReward message type used to claim savings rewards
MsgClaimSavingsRewardResponse defines the Msg/ClaimSavingsReward response type.
(message has no fields)
ClaimEarnReward is a message type used to claim earn rewards
MsgClaimEarnReward message type used to claim earn rewards
MsgClaimEarnRewardResponse defines the Msg/ClaimEarnReward response type.
(message has no fields)
Query defines the gRPC querier service for incentive module.
Params queries module params.
QueryParamsRequest is the request type for the Query/Params RPC method.
(message has no fields)
QueryParamsResponse is the response type for the Query/Params RPC method.
Rewards queries reward information for a given user.
QueryRewardsRequest is the request type for the Query/Rewards RPC method.
owner is the address of the user to query rewards for.
reward_type is the type of reward to query rewards for, e.g. hard, earn, swap.
unsynchronized is a flag to query rewards that are not simulated for reward synchronized for the current block.
QueryRewardsResponse is the response type for the Query/Rewards RPC method.
Rewards queries the reward factors.
QueryRewardFactorsRequest is the request type for the Query/RewardFactors RPC method.
(message has no fields)
QueryRewardFactorsResponse is the response type for the Query/RewardFactors RPC method.
Apy queries incentive reward apy for a reward.
QueryApysRequest is the request type for the Query/Apys RPC method.
(message has no fields)
QueryApysResponse is the response type for the Query/Apys RPC method.
AccumulationTime stores the previous reward distribution time and its corresponding collateral type
Used in:
Apy contains the calculated APY for a given collateral type at a specific instant in time.
Used in:
BaseClaim is a claim with a single reward coin types
Used in:
BaseMultiClaim is a claim with multiple reward coin types
Used in:
, , , ,DelegatorClaim stores delegation rewards that can be claimed by owner
Used in:
,EarnClaim stores the earn rewards that can be claimed by owner
Used in:
,GenesisRewardState groups together the global state for a particular reward so it can be exported in genesis.
Used in:
GenesisState is the state that must be provided at genesis.
HardLiquidityProviderClaim stores the hard liquidity provider rewards that can be claimed by owner
Used in:
,MultiRewardIndex stores reward accumulation information on multiple reward types
Used in:
, , , , , , ,MultiRewardIndexesProto defines a Protobuf wrapper around a MultiRewardIndexes slice
MultiRewardPeriod supports multiple reward types
Used in:
Multiplier amount the claim rewards get increased by, along with how long the claim rewards are locked
Used in:
MultipliersPerDenom is a map of denoms to a set of multipliers
Used in:
Params
Used in:
,RewardIndex stores reward accumulation information
Used in:
, , ,RewardIndexesProto defines a Protobuf wrapper around a RewardIndexes slice
RewardPeriod stores the state of an ongoing reward
Used in:
SavingsClaim stores the savings rewards that can be claimed by owner
Used in:
,Selection is a pair of denom and multiplier name. It holds the choice of multiplier a user makes when they claim a denom.
Used in:
, , , ,SwapClaim stores the swap rewards that can be claimed by owner
Used in:
,USDXMintingClaim is for USDX minting rewards
Used in:
,