peerplays_migrated/libraries/chain/include/graphene/chain/protocol
2019-10-08 17:59:28 +02:00
..
account.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
address.hpp Revert "[SON-107] Merge develop branch to SONs-base (#166)" 2019-10-08 15:44:13 +02:00
affiliate.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
assert.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
asset.hpp inital 2017-05-25 12:13:59 +03:00
asset_ops.hpp 5050 fee update and compilation error fix 2019-08-21 13:13:46 +00:00
authority.hpp Merge branch 'rock-paper-scissors' of https://bitbucket.org/peerplaysblockchain/peerplays-graphene into betting-merge 2017-07-13 16:07:30 +02:00
balance.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
base.hpp inital 2017-05-25 12:13:59 +03:00
betting_market.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
block.hpp inital 2017-05-25 12:13:59 +03:00
buyback.hpp inital 2017-05-25 12:13:59 +03:00
chain_parameters.hpp Merge branch 'develop' into feature/SONs-base 2019-10-08 17:59:28 +02:00
committee_member.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
confidential.hpp inital 2017-05-25 12:13:59 +03:00
config.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
custom.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
event.hpp Updating licensing 2018-10-09 11:33:31 -03:00
event_group.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
ext.hpp Revert "[SON-107] Merge develop branch to SONs-base (#166)" 2019-10-08 15:44:13 +02:00
fba.hpp Implement FBA fee routing for STEALTH #563 2016-02-15 15:33:21 -05:00
fee_schedule.hpp Revert "Merge branch 'master' into beatrice" 2019-04-12 12:53:09 -03:00
lottery_ops.hpp Revert "[SON-107] Merge develop branch to SONs-base (#166)" 2019-10-08 15:44:13 +02:00
market.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
memo.hpp inital 2017-05-25 12:13:59 +03:00
operations.hpp Added new lottery_asset_create_operation 2019-08-09 13:01:57 -04:00
proposal.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
protocol.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
README.md inital 2017-05-25 12:13:59 +03:00
rock_paper_scissors.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
special_authority.hpp Implement top_n special authority #516 2016-01-27 10:30:32 -05:00
sport.hpp Merge remote-tracking branch 'origin/sport_n_events_api_extension_release' into beatrice 2018-10-11 14:08:23 +02:00
tournament.hpp inital 2017-05-25 12:13:59 +03:00
transaction.hpp Revert "[SON-107] Merge develop branch to SONs-base (#166)" 2019-10-08 15:44:13 +02:00
transfer.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
types.hpp Merge pull request #714 from pmconrad/json_fix 2019-08-28 15:42:21 +02:00
vesting.hpp Revert "[SON-107] Merge develop branch to SONs-base (#166)" 2019-10-08 15:44:13 +02:00
vote.hpp Merge pull request #714 from pmconrad/json_fix 2019-08-28 15:42:21 +02:00
withdraw_permission.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
witness.hpp Update max core supply in genesis, properly track total supply for vesting balances in bts accounts and other changes 2017-06-06 11:17:04 +03:00
worker.hpp inital 2017-05-25 12:13:59 +03:00

Protocol Definition

The classes declared in these headers provide the complete definition of the Graphene protocol and are organized according to feature. Nothing in this directory should depend upon anything other than fc or other types defined in the protocol directory.

To be more specific, implementation details such as the objects defined in the object database should not be required here.