Documentation ¶
Index ¶
- Constants
- Variables
- func NewDepositValidatorRewardsPoolCmd() *cobra.Command
- func NewFundCommunityPoolCmd() *cobra.Command
- func NewSetWithdrawAddrCmd(ac address.Codec) *cobra.Command
- func NewTxCmd(ac address.Codec) *cobra.Command
- func NewWithdrawAllRewardsCmd() *cobra.Command
- func NewWithdrawRewardsCmd() *cobra.Command
Constants ¶
const (
MaxMessagesPerTxDefault = 0
)
Variables ¶
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.
func NewWithdrawRewardsCmd ¶
NewWithdrawRewardsCmd returns a CLI command handler for creating a MsgWithdrawDelegatorReward transaction.
Types ¶
This section is empty.