DistributionTx..::..WithdrawValidatorCommission Method

MsgWithdrawValidatorCommission withdraws the full commission to the validator address.

Namespace:  SecretNET.Tx
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public Task<SingleSecretTx<MsgWithdrawValidatorCommissionResponse>> WithdrawValidatorCommission(
	MsgWithdrawValidatorCommission msg,
	TxOptions txOptions
)

Parameters

msg
Type: MsgWithdrawValidatorCommission
txOptions
Type: SecretNET.Tx..::..TxOptions

Return Value