Returns all transactions that match a query.
Namespace:
SecretNET.Query
Assembly:
SecretNET (in SecretNET.dll)
public Task<SecretTx[]> TxsQuery(
string query,
bool tryToDecrypt
)
Parameters
- query
- Type: String
The query.
- 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
SecretTx[].