peerplays_migrated/libraries/chain/include/graphene/chain/protocol
2015-10-12 13:48:40 -04:00
..
account.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
address.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
assert.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
asset.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
asset_ops.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
authority.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
balance.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
base.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
block.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
chain_parameters.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
committee_member.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
confidential.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
config.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
custom.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
fee_schedule.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
market.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
memo.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
operations.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
proposal.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
protocol.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
README.md Refactored chain library 2015-07-08 16:39:23 -04:00
transaction.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
transfer.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
types.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
vesting.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
vote.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
withdraw_permission.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
witness.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
worker.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -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.