#include "command_service.hpp"
◆ ~CommandService()
| virtual iroha::torii::CommandService::~CommandService |
( |
| ) |
|
|
virtualdefault |
◆ getStatus()
Request to retrieve a status of any particular transaction
- Parameters
-
| request | - TxStatusRequest object which identifies transaction uniquely |
- Returns
- response which contains a current state of requested transaction
Implemented in iroha::torii::CommandServiceImpl.
◆ getStatusStream()
Streaming call which will repeatedly send all statuses of requested transaction from its status at the moment of receiving this request to the some final transaction status (which cannot change anymore)
- Parameters
-
| request- | TxStatusRequest object which identifies transaction uniquely |
- Returns
- observable with transaction statuses
Implemented in iroha::torii::CommandServiceImpl.
◆ handleTransactionBatch()
The documentation for this class was generated from the following file: