hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
startup_params.hpp
Go to the documentation of this file.
1
6
#ifndef IROHA_STARTUP_PARAMS_HPP
7
#define IROHA_STARTUP_PARAMS_HPP
8
9
namespace
iroha
{
11
enum class
StartupWsvDataPolicy
{
12
kReuse
,
13
kDrop
,
14
};
15
}
// namespace iroha
16
17
#endif
iroha::StartupWsvDataPolicy::kReuse
try to reuse existing data in the
iroha
Definition:
block_query.hpp:15
iroha::StartupWsvDataPolicy
StartupWsvDataPolicy
Policy regarging possible existing WSV data at startup.
Definition:
startup_params.hpp:11
iroha::StartupWsvDataPolicy::kDrop
drop any existing state data
irohad
main
startup_params.hpp
Generated by
1.8.13