We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d9e85 commit b983b00Copy full SHA for b983b00
pyinjective/composer.py
@@ -881,6 +881,14 @@ def MsgWithdrawDelegatorReward(
881
delegator_address=delegator_address, validator_address=validator_address
882
)
883
884
+ def MsgWithdrawValidatorCommission(
885
+ self, validator_address: str
886
+ ):
887
+
888
+ return cosmos_distribution_tx_pb.MsgWithdrawValidatorCommission(
889
+ validator_address=validator_address
890
+ )
891
892
def MsgVote(
893
self,
894
proposal_id: str,
0 commit comments