DistributionTx..::..WithdrawDelegatorReward Method

MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator from a single validator.

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

Syntax


public Task<SingleSecretTx<MsgWithdrawDelegatorRewardResponse>> WithdrawDelegatorReward(
	MsgWithdrawDelegatorReward msg,
	TxOptions txOptions
)

Parameters

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

Return Value