peerplays_migrated/libraries/chain/include/graphene/chain/protocol
2019-10-02 09:31:37 +03:00
..
account.hpp Implemented item 1 2018-10-10 14:24:42 +02:00
address.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
affiliate.hpp Implemented affiliate payouts 2018-10-10 14:25:56 +02: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 Updated gitmodules, changes to allow voting on lottery fee 2019-10-02 09:24:30 +03: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 Updating licensing 2018-10-09 11:33:31 -03: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 fixed returntype in chain_parameters.hpp 2019-10-02 09:31:37 +03: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 Updating licensing 2018-10-09 11:33:31 -03:00
event_group.hpp Merge remote-tracking branch 'origin/sport_n_events_api_extension_release' into beatrice 2018-10-11 14:08:23 +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
lottery_ops.hpp minor logic changes. added db_api and cli_wallet methods 2019-10-01 19:13:27 +03: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 lottery end implemented 2019-10-01 18:39:14 +03: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 Merge remote-tracking branch 'origin/sport_n_events_api_extension_release' into beatrice 2018-10-11 14:08:23 +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 added missing , in types.hpp 2019-10-02 09:27:30 +03:00
vesting.hpp Revert "GPOS protocol" 2019-10-01 22:57:58 +03: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.