peerplays_migrated/libraries/chain/include/graphene/chain/protocol
2015-09-28 15:46:37 -04:00
..
account.hpp Clean up uninitialized integers 2015-09-28 12:15:17 -04:00
address.hpp fix warnings 2015-09-11 08:53:50 -04:00
assert.hpp Issue #157 - TAPOS Refinements 2015-07-14 17:28:26 -04:00
asset.hpp Compute scaled precision at compile time, use in tests (fixes failures by prev commit) 2015-08-11 15:04:48 -04:00
asset_ops.hpp Implement virtual op for settlement cancel #250 2015-09-17 15:46:15 -04:00
authority.hpp adding API call to get potential address sigs: Fix #337 2015-09-23 18:22:38 -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 Remove block randomness and rewrite witness scheduling 2015-08-26 15:36:27 -04:00
chain_parameters.hpp Remove maximum_expiration for good, fix #308 [HARDFORK] 2015-09-16 10:18:54 -04:00
committee_member.hpp Implement committee_member_update operation #258 2015-08-26 17:42:50 -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 Clean up uninitialized integers 2015-09-28 12:15:17 -04:00
fee_schedule.hpp Resolve #161: Fix account creation fee scaling 2015-08-10 16:39:09 -04:00
market.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
memo.hpp Clean up uninitialized integers 2015-09-28 12:15:17 -04:00
operations.hpp Implement virtual op for settlement cancel #250 2015-09-17 15:46:15 -04:00
proposal.hpp cli_wallet: Implement propose_parameter_change to more easily make proposals 2015-08-25 18:02:52 -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 Get rid of chain ID global, move chain_id_type to types.hpp 2015-08-06 12:56:40 -04:00
transfer.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
types.hpp Provide objects to trace budget computations 2015-09-28 15:46:37 -04:00
vesting.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
vote.hpp adding api to query vote objects by id 2015-08-13 09:22:05 -04:00
withdraw_permission.hpp Clean up uninitialized integers 2015-09-28 12:15:17 -04:00
witness.hpp Remove secret hashes from witnesses 2015-08-26 17:43:00 -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.