peerplays_migrated/libraries/chain/include/graphene/chain
2017-07-06 11:57:45 -04:00
..
protocol Remove competitor and market options objects from the blockchain 2017-07-06 11:57:45 -04:00
account_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
account_object.hpp Account history: option to prune old data (#292) 2017-06-02 16:16:34 +00:00
assert_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
asset_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
asset_object.hpp added list of assets created by account output to get_full_accounts api function 2017-02-02 18:20:21 -03:00
balance_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
balance_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
betting_market_evaluator.hpp Start implementing bettimg_market_resolve op 2017-03-23 19:35:10 -04:00
betting_market_object.hpp Remove competitor and market options objects from the blockchain 2017-07-06 11:57:45 -04:00
block_database.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
block_summary_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
budget_record_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
buyback.hpp Implement buyback accounts #538 2016-02-11 04:59:28 -05:00
buyback_object.hpp buyback_object.hpp: Don't FC_REFLECT buyback_object, FC_REFLECT_DERIVED it instead #538 #575 2016-02-14 17:26:35 -05:00
chain_property_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
committee_member_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
committee_member_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
confidential_evaluator.hpp Merge branches '492-bugfix-close-logic', '550-cleanup-remove-evaluation-observer' and '581-cleanup-object-operators' into develop 2016-02-15 16:01:27 -05:00
confidential_object.hpp confidential_object.hpp: Move confidential objects into own header #466 2016-01-08 13:06:14 -05:00
config.hpp Merge commit 'c777a88649d50edf6c5e4a8c3b13dda88a66e9d0' into betting 2017-06-20 18:15:43 -04:00
custom_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
database.hpp Merge commit '9466d2096a370e15aff70842b48feeca4a941e5c' into betting 2017-06-21 14:54:05 -04:00
db_with.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
evaluator.hpp Fix gcc/clang builds broken by d3c6cbf4de (breaking circular dependency) 2016-02-22 19:34:16 -05:00
event_evaluator.hpp Remove competitor and market options objects from the blockchain 2017-07-06 11:57:45 -04:00
event_group_evaluator.hpp Implement the apparently-unused feature allowing later operations in a transaction to 2017-03-16 18:38:35 -04:00
event_group_object.hpp [DLN] implement list_event_groups(sport_id) 2017-03-19 20:40:17 -04:00
event_object.hpp Remove competitor and market options objects from the blockchain 2017-07-06 11:57:45 -04:00
exceptions.hpp Implement buyback accounts #538 2016-02-11 04:59:28 -05:00
fba_accumulator_id.hpp Implement FBA fee routing for STEALTH #563 2016-02-15 15:33:21 -05:00
fba_object.hpp Implement FBA fee routing for STEALTH #563 2016-02-15 15:33:21 -05:00
fork_database.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
genesis_state.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
get_config.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
global_betting_statistics_object.hpp added global_betting_statistics implementation object. Object is created, but nothing talks to it yet. 2017-03-23 00:36:18 -04:00
global_property_object.hpp Merge many bugfix branches into develop 2016-02-09 10:57:21 -05:00
immutable_chain_parameters.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
internal_exceptions.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
is_authorized_asset.hpp Implement buyback accounts #538 2016-02-11 04:59:28 -05:00
market_evaluator.hpp fix build errors and warnings 2016-02-15 16:01:13 -05:00
market_object.hpp add get_market() function to call_order_object 2017-03-22 20:14:53 +00:00
node_property_object.hpp Implement debug_node target #606 2016-03-15 13:36:29 -04:00
operation_history_object.hpp Account history: option to prune old data (#292) 2017-06-02 16:16:34 +00:00
proposal_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
proposal_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
pts_address.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
special_authority.hpp Implement top_n special authority #516 2016-01-27 10:30:32 -05:00
special_authority_object.hpp Implement top_n special authority #516 2016-01-27 10:30:32 -05:00
sport_evaluator.hpp Initial work on creating blockchain objects for sports betting 2017-03-15 17:04:27 -04:00
sport_object.hpp Initial work on creating blockchain objects for sports betting 2017-03-15 17:04:27 -04:00
transaction_evaluation_state.hpp Merge remote-tracking branch 'graphene/549-fork-cancel-order' into bitshares 2016-02-16 11:29:32 -05:00
transaction_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
transfer_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
vesting_balance_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
vesting_balance_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
vote_count.hpp Implement FBA fee routing for STEALTH #563 2016-02-15 15:33:21 -05:00
withdraw_permission_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
withdraw_permission_object.hpp Clean up some non-determisitic behavior, maybe fix #485 2016-02-11 13:02:11 -05:00
witness_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
witness_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
witness_schedule_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
worker_evaluator.hpp worker_object.hpp: Move worker objects into own header #466 2016-01-08 11:42:35 -05:00
worker_object.hpp worker_object.hpp: Move worker objects into own header #466 2016-01-08 11:42:35 -05:00