terra_sdk.core.distribution.msgs
Distribution module message types.
MsgSetWithdrawAddress Objects
_2@attr.s_2class MsgSetWithdrawAddress(Msg)
Modify Withdraw Address of a delegator.
Arguments:
delegator_address- delegatorwithdraw_address- new withdraw address
MsgWithdrawDelegatorReward Objects
_2@attr.s_2class MsgWithdrawDelegatorReward(Msg)
Withdraw rewards for a delegation specified by a (delegator, validator) pair.
Arguments:
delegator_address- delegatorvalidator_address- validator
MsgWithdrawValidatorCommission Objects
_2@attr.s_2class MsgWithdrawValidatorCommission(Msg)
Withdraw rewards accrued for a validator gained through commissions.
Arguments:
validator_address- validator operator address
MsgFundCommunityPool Objects
_2@attr.s_2class MsgFundCommunityPool(Msg)
Deposit assets to the Community Pool.
Arguments:
depositorAccAddress - senderamountCoins - amount to fund community pool with