26 namespace graphene {
namespace protocol {
28 fee_schedule fee_schedule::get_default_impl()
31 const auto count = fee_parameters::count();
32 result.parameters.reserve(count);
33 for(
size_t i = 0; i < count; ++i )
37 result.parameters.insert(x);
44 static const auto result = get_default_impl();
52 template<
typename ParamType>
55 memset( (
char*)&op, 0,
sizeof(op) );