peerplays_migrated/libraries/chain/include/graphene/chain/protocol
2016-09-01 14:28:46 -04:00
..
account.hpp Update documentation of updating active key to match implementation #556 2016-02-15 22:48:47 -05: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 Merge branch '496-cleanup-license-header' into develop 2016-01-07 13:38:52 -05:00
authority.hpp Implement buyback accounts #538 2016-02-11 04:59:28 -05: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
block.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
chain_parameters.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05: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
ext.hpp Default initialize output in extension<T>'s from_variant and stream extraction #594 2016-02-23 12:00:40 -05: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 Initial data structures for creating/joining tournaments 2016-09-01 14:28:46 -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 Refactored chain library 2015-07-08 16:39:23 -04:00
rock_paper_scissors.hpp Initial data structures for creating/joining tournaments 2016-09-01 14:28:46 -04:00
special_authority.hpp Implement top_n special authority #516 2016-01-27 10:30:32 -05:00
tournament.hpp Initial data structures for creating/joining tournaments 2016-09-01 14:28:46 -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 Initial data structures for creating/joining tournaments 2016-09-01 14:28:46 -04:00
vesting.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
vote.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
withdraw_permission.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
witness.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05: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.