StakingTx..::..CreateValidator Method

MsgCreateValidator defines an SDK message for creating a new validator.

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

Syntax


public Task<SingleSecretTx<MsgCreateValidatorResponse>> CreateValidator(
	MsgCreateValidator msg,
	TxOptions txOptions
)

Parameters

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

Return Value