hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
mst_time_provider.hpp
Go to the documentation of this file.
1
6
#ifndef IROHA_MST_TIME_PROVIDER_HPP
7
#define IROHA_MST_TIME_PROVIDER_HPP
8
9
#include "
multi_sig_transactions/mst_types.hpp
"
10
11
namespace
iroha
{
12
16
class
MstTimeProvider
{
17
public
:
18
virtual
~MstTimeProvider
() =
default
;
23
virtual
TimeType
getCurrentTime
()
const
= 0;
24
};
25
}
// namespace iroha
26
27
#endif // IROHA_MST_TIME_PROVIDER_HPP
iroha::MstTimeProvider
Definition:
mst_time_provider.hpp:16
iroha::MstTimeProvider::getCurrentTime
virtual TimeType getCurrentTime() const =0
iroha
Definition:
block_query.hpp:15
iroha::TimeType
shared_model::interface::types::TimestampType TimeType
Definition:
mst_types.hpp:25
iroha::MstTimeProvider::~MstTimeProvider
virtual ~MstTimeProvider()=default
mst_types.hpp
irohad
multi_sig_transactions
mst_time_provider.hpp
Generated by
1.8.13