#include "temporary_wsv.hpp"


Classes | |
| struct | SavepointWrapper |
Public Member Functions | |
| virtual expected::Result< void, validation::CommandError > | apply (const shared_model::interface::Transaction &transaction)=0 |
| virtual std::unique_ptr< TemporaryWsv::SavepointWrapper > | createSavepoint (const std::string &name)=0 |
| virtual | ~TemporaryWsv ()=default |
Temporary world state view Allows to query the temporary world state view
|
virtualdefault |
|
pure virtual |
Applies a transaction to current state
| transaction | Transaction to be applied |
Implemented in iroha::ametsuchi::TemporaryWsvImpl.

|
pure virtual |
Create a savepoint for wsv state
| name | of savepoint to be created |
Implemented in iroha::ametsuchi::TemporaryWsvImpl.
