You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// SetWithdrawAddressMsg is translated to a [MsgSetWithdrawAddress](https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto#L29-L37).
2
+
// `delegator_address` is automatically filled with the current contract's address.
3
+
typeSetWithdrawAddressMsgstruct {
4
+
// Address contains the `delegator_address` of a MsgSetWithdrawAddress
5
+
Addressstring`json:"address"`
6
+
}
7
+
8
+
// WithdrawDelegatorRewardMsg is translated to a [MsgWithdrawDelegatorReward](https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto#L42-L50).
9
+
// `delegator_address` is automatically filled with the current contract's address.
10
+
typeWithdrawDelegatorRewardMsgstruct {
11
+
// Validator contains `validator_address` of a MsgWithdrawDelegatorReward
12
+
Validatorstring`json:"validator"`
13
+
}
14
+
15
+
// FundCommunityPoolMsg is translated to a [MsgFundCommunityPool](https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto#LL69C1-L76C2).
16
+
// `depositor` is automatically filled with the current contract's address
17
+
typeFundCommunityPoolMsgstruct {
18
+
// Amount is the list of coins to be send to the community pool
0 commit comments