Type alias ListTransactionsResults

ListTransactionsResults: ListOperationResult<Transaction>

The result object for list transaction APIs.

  • On Success, contains the list of requested transactions.
  • On partial success, contains the list of transactions that were fetched and unsealed successfully as well as the list of transactions that could not be unsealed successfully and the error indicating why unsealing failed. An transactions may fail to unseal if the client version is not up to date or the required cryptographic key is missing from the client device.
  • On failure, contains an error object indicating why the list operation failed. success, contains the list of transactions

Generated using TypeDoc