#235 FC_REFLECT_DERIVED for event_object
This commit is contained in:
parent
3f205a5722
commit
cca322573b
1 changed files with 7 additions and 1 deletions
|
|
@ -88,7 +88,13 @@ typedef multi_index_container<
|
||||||
typedef generic_index<event_object, event_object_multi_index_type> event_object_index;
|
typedef generic_index<event_object, event_object_multi_index_type> event_object_index;
|
||||||
} } // graphene::chain
|
} } // graphene::chain
|
||||||
|
|
||||||
FC_REFLECT(graphene::chain::event_object, (name)(season)(start_time)(event_group_id)(at_least_one_betting_market_group_settled)(scores))
|
FC_REFLECT_DERIVED(graphene::chain::event_object, (graphene::db::object),
|
||||||
|
(name)
|
||||||
|
(season)
|
||||||
|
(start_time)
|
||||||
|
(event_group_id)
|
||||||
|
(at_least_one_betting_market_group_settled)
|
||||||
|
(scores))
|
||||||
|
|
||||||
GRAPHENE_EXTERNAL_SERIALIZATION( extern, graphene::chain::event_object )
|
GRAPHENE_EXTERNAL_SERIALIZATION( extern, graphene::chain::event_object )
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue