peerplays_migrated/libraries/chain/include/graphene/chain/protocol
2017-07-24 20:59:47 +02:00
..
account.hpp Merge branch 'rock-paper-scissors' of https://bitbucket.org/peerplaysblockchain/peerplays-graphene into betting-merge 2017-07-13 16:07:30 +02:00
address.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
assert.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
asset.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
asset_ops.hpp Cherry-picked commit 26f4718. 2017-07-06 19:53:14 +02: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 [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
betting_market.hpp added betting_market_group_update_operation betting_market_update_operation 2017-07-24 20:59:47 +02:00
block.hpp Restore secret hashes from witnesses -- this is a selective restore of the parts of commits 59a3ca32b7 and c2e5432a30 that generated the secret hashes (it omits the changes to the witness scheduling algorithm) 2016-09-10 15:28:09 -04:00
buyback.hpp Implement buyback accounts #538 2016-02-11 04:59:28 -05:00
chain_parameters.hpp Merge branch 'rock-paper-scissors' of https://bitbucket.org/peerplaysblockchain/peerplays-graphene into betting-merge 2017-07-13 16:07:30 +02:00
committee_member.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
confidential.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05: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 extended event_update_operation 2017-07-21 13:42:15 +02:00
event_group.hpp extended event_group_update_operation 2017-07-20 21:01:10 +02:00
ext.hpp Rebased "ext.hpp: Fix extension unpacking #599" to fix revert #637 2016-03-25 20:15:17 -04:00
fba.hpp Implement FBA fee routing for STEALTH #563 2016-02-15 15:33:21 -05:00
fee_schedule.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
market.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
memo.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
operations.hpp added betting_market_group_update_operation betting_market_update_operation 2017-07-24 20:59:47 +02: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 Refactored chain library 2015-07-08 16:39:23 -04:00
rock_paper_scissors.hpp Merge branch 'rock-paper-scissors' of https://bitbucket.org/peerplaysblockchain/peerplays-graphene into betting-merge 2017-07-13 16:07:30 +02:00
special_authority.hpp Implement top_n special authority #516 2016-01-27 10:30:32 -05:00
sport.hpp added sport_update_operation 2017-07-19 13:05:28 +02:00
tournament.hpp [DLN] change parameters to tournament_leave_operation to specify the account canceling the registration instead of the payer. The canceling acount must be either the payer or the player. Don't allow a player to leave a tournament once registration has been closed. Require player to be authorized for the asset being paid as tournament prize winnings during tournament_join_operation. Tests still need to be made for these changes. 2017-04-10 23:29:02 -04:00
transaction.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
transfer.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
types.hpp Merge branch 'rock-paper-scissors' of https://bitbucket.org/peerplaysblockchain/peerplays-graphene into betting-merge 2017-07-13 16:07:30 +02:00
vesting.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
vote.hpp Fixing double declared enumerated types with FC_REFLECT_TYPENAME FC_REFLECT_ENUM 2017-07-12 12:28:59 +02:00
withdraw_permission.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
witness.hpp fixed update witness operation - added new_initial_secret 2017-05-27 20:11:46 +02:00
worker.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05: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.