TxClient..::..Broadcast Method (array<IMessage>[]()[][], TxOptions)
Used to send a complex transactions, which contains a list of messages. The messages are executed in sequence, and the transaction succeeds if all messages succeed.
Namespace:
SecretNET.TxAssembly: SecretNET (in SecretNET.dll)
Syntax
Parameters
- messages
- Type: array<IMessage>[]()[][]
The messages.
- txOptions
- Type: SecretNET.Tx..::..TxOptions
The tx options.