peerplays_migrated/libraries/protocol/include/graphene/protocol
Nathan Hourt 1c0de74aa7
General fixes
Fix warnings, build issues, unused code, etc.
2020-08-23 14:51:45 -05:00
..
account.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
address.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
affiliate.hpp General fixes 2020-08-23 14:51:45 -05:00
assert.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
asset.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
asset_ops.hpp General fixes 2020-08-23 14:51:45 -05:00
authority.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
balance.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
base.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
betting_market.hpp General fixes 2020-08-23 14:51:45 -05:00
block.hpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
buyback.hpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
chain_parameters.hpp General fixes 2020-08-23 14:51:45 -05:00
committee_member.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
confidential.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
config.hpp General fixes 2020-08-23 14:51:45 -05:00
custom.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
custom_account_authority.hpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
custom_permission.hpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
event.hpp General fixes 2020-08-23 14:51:45 -05:00
event_group.hpp General fixes 2020-08-23 14:51:45 -05:00
exceptions.hpp General fixes 2020-08-23 14:51:45 -05:00
ext.hpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
fba.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
fee_schedule.hpp General fixes 2020-08-23 14:51:45 -05:00
lottery_ops.hpp General fixes 2020-08-23 14:51:45 -05:00
market.hpp General fixes 2020-08-23 14:51:45 -05:00
memo.hpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
nft_ops.hpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
object_id.hpp Wrap overlength line 2020-08-23 14:37:02 -05:00
offer.hpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
operations.hpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
proposal.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
protocol.hpp General fixes 2020-08-23 14:51:45 -05:00
pts_address.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
README.md Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
rock_paper_scissors.hpp General fixes 2020-08-23 14:51:45 -05:00
special_authority.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
sport.hpp General fixes 2020-08-23 14:51:45 -05:00
tournament.hpp General fixes 2020-08-23 14:51:45 -05:00
transaction.hpp General fixes 2020-08-23 14:51:45 -05:00
transfer.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
types.hpp General fixes 2020-08-23 14:51:45 -05:00
vesting.hpp General fixes 2020-08-23 14:51:45 -05:00
vote.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
withdraw_permission.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
witness.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -05:00
worker.hpp Externalized serialization in protocol library 2020-08-23 14:43:21 -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.