peerplays_migrated/libraries/chain/include/graphene/chain/protocol
2016-02-15 15:33:21 -05:00
..
account.hpp Implement buyback accounts #538 2016-02-11 04:59:28 -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 Implement top_n special authority #516 2016-01-27 10:30:32 -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 Implement FBA fee routing for STEALTH #563 2016-02-15 15:33:21 -05: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
special_authority.hpp Implement top_n special authority #516 2016-01-27 10:30:32 -05: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 Implement FBA fee routing for STEALTH #563 2016-02-15 15:33:21 -05: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.