TxClient..::..Broadcast<(Of <(<'T>)>)> Method (MsgBase, TxOptions)

Used to send a single transactions / messages.

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

Syntax


public Task<SingleSecretTx<T>> Broadcast<T>(
	MsgBase message,
	TxOptions txOptions
)

Type Parameters

T

Parameters

message
Type: SecretNET.Tx..::..MsgBase
The message.
txOptions
Type: SecretNET.Tx..::..TxOptions
The tx options.

Return Value

SingleSecretTx<T>.