#include "mutable_factory.hpp"
◆ ~MutableFactory()
| virtual iroha::ametsuchi::MutableFactory::~MutableFactory |
( |
| ) |
|
|
virtualdefault |
◆ commit()
◆ commitPrepared()
Try to apply prepared block to Ametsuchi.
- Parameters
-
| block | The previously prepared block that will be committed now. |
- Returns
- Result of committing the prepared block.
Implemented in iroha::ametsuchi::StorageImpl.
◆ createMutableStorage()
Creates a mutable storage from the current state. Mutable storage is the only way to commit the block to the ledger.
- Returns
- Created mutable storage
Implemented in iroha::ametsuchi::StorageImpl.
◆ preparedCommitEnabled()
| virtual bool iroha::ametsuchi::MutableFactory::preparedCommitEnabled |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: