Scorum
chain_properties.hpp
Go to the documentation of this file.
1 #pragma once
4 
5 namespace scorum {
6 namespace protocol {
7 
14 {
22 
27  uint32_t maximum_block_size = SCORUM_MIN_BLOCK_SIZE_LIMIT * 2;
28 
29  void validate() const
30  {
32  FC_ASSERT(maximum_block_size >= SCORUM_MIN_BLOCK_SIZE_LIMIT);
33  }
34 };
35 }
36 }
37 
38 FC_REFLECT(scorum::protocol::chain_properties, (account_creation_fee)(maximum_block_size))
#define SCORUM_MIN_ACCOUNT_CREATION_FEE
Definition: config.hpp:114
FC_REFLECT(appender_args,(appender)(stream)) FC_REFLECT_DERIVED(file_appender_args
Definition: asset.cpp:15