DistributionTx..::..SetWithdrawAddress Method

MsgSetWithdrawAddress sets the withdraw address for a delegator (or validator self-delegation).

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

Syntax


public Task<SingleSecretTx<MsgSetWithdrawAddressResponse>> SetWithdrawAddress(
	MsgSetWithdrawAddress msg,
	TxOptions txOptions
)

Parameters

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

Return Value