Documentation ¶
Index ¶
- Constants
- Variables
- func NewDepositValidatorRewardsPoolCmd(valCodec, ac address.Codec) *cobra.Command
- func NewFundCommunityPoolCmd(ac address.Codec) *cobra.Command
- func NewSetWithdrawAddrCmd(ac address.Codec) *cobra.Command
- func NewTxCmd(valAc, ac address.Codec) *cobra.Command
- func NewWithdrawAllRewardsCmd(valCodec, ac address.Codec) *cobra.Command
- func NewWithdrawRewardsCmd(valCodec, ac address.Codec) *cobra.Command
Constants ¶
View Source
const (
MaxMessagesPerTxDefault = 0
)
Variables ¶
View Source
var ( FlagCommission = "commission" FlagMaxMessagesPerTx = "max-msgs" )
Transaction flags for the x/distribution module
Functions ¶
func NewDepositValidatorRewardsPoolCmd ¶ added in v0.50.1
NewDepositValidatorRewardsPoolCmd returns a CLI command handler for creating a MsgDepositValidatorRewardsPool transaction.
func NewFundCommunityPoolCmd ¶
NewFundCommunityPoolCmd returns a CLI command handler for creating a MsgFundCommunityPool transaction.
func NewSetWithdrawAddrCmd ¶
NewSetWithdrawAddrCmd returns a CLI command handler for creating a MsgSetWithdrawAddress transaction.
func NewTxCmd ¶
NewTxCmd returns a root CLI command handler for all x/distribution transaction commands.
func NewWithdrawAllRewardsCmd ¶
NewWithdrawAllRewardsCmd returns a CLI command handler for creating a MsgWithdrawDelegatorReward transaction.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.