StakingTx..::..Delegate Method

MsgDelegate defines an SDK message for performing a delegation of coins from a delegator to a validator.

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

Syntax


public Task<SingleSecretTx<MsgDelegateResponse>> Delegate(
	MsgDelegate msg,
	TxOptions txOptions
)

Parameters

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

Return Value