Queries..::..GetTxsEvent Method

Returns all transactions that matches the specified events (GetTxsEventRequest.Events).

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

Syntax


public Task<SecretTx[]> GetTxsEvent(
	GetTxsEventRequest request,
	bool tryToDecrypt
)

Parameters

request
Type: GetTxsEventRequest
The request.
tryToDecrypt
Type: Boolean
if set to true the client tries to decrypt the tx data (works only if the tx was created in the same session / client instance or if the same CreateClientOptions.EncryptionSeed is used).

Return Value

GetTxsEventResponse.