peerplays_migrated/libraries/chain/include/graphene/chain/protocol
2015-07-30 12:38:59 -04:00
..
account.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
address.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
assert.hpp Issue #157 - TAPOS Refinements 2015-07-14 17:28:26 -04:00
asset.hpp whitespace fixes 2015-07-22 16:01:13 -04:00
asset_ops.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
authority.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
balance.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
base.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
block.hpp Rename delegate_signature->witness_signature #147 2015-07-09 18:11:52 -04:00
chain_parameters.hpp Implement skip_slots 2015-07-28 11:58:22 -04:00
committee_member.hpp Rename bad references to delegate -> committee member; #147 2015-07-13 16:08:17 -04:00
confidential.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
config.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
custom.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
fee_schedule.hpp whitespace fixes 2015-07-22 16:01:13 -04:00
market.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
memo.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
operations.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
proposal.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
protocol.hpp Progress on #144 - refactoring fee schedule 2015-07-08 18:45:53 -04:00
README.md Refactored chain library 2015-07-08 16:39:23 -04:00
transaction.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
transfer.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
types.hpp types.hpp: Move voting stuff to separate header 2015-07-23 13:37:06 -04:00
vesting.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
vote.hpp types.hpp: Move voting stuff to separate header 2015-07-23 13:37:06 -04:00
withdraw_permission.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
witness.hpp Move witness pay to VBO, update test #142 2015-07-15 12:36:26 -04:00
worker.hpp Merge branch 'master' into fee_refactor 2015-07-09 08:43:45 -04: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.