master 29c316e376f1 cached
524 files
6.1 MB
1.6M tokens
3356 symbols
1 requests
Download .txt
Showing preview only (6,452K chars total). Download the full file or copy to clipboard to get everything.
Repository: bitshares-cnvote/newbitshares-core
Branch: master
Commit: 29c316e376f1
Files: 524
Total size: 6.1 MB

Directory structure:
gitextract_hkq0wvyr/

├── .gitattributes
├── .github/
│   └── ISSUE_TEMPLATE/
│       ├── bug_report.md
│       ├── build_error.md
│       └── feature_request.md
├── .gitignore
├── .gitmodules
├── .mailmap
├── .travis.yml
├── CMakeLists.txt
├── CONTRIBUTORS.txt
├── Dockerfile
├── Doxyfile
├── LICENSE.txt
├── README-docker.md
├── README.md
├── docker/
│   ├── bitsharesentry.sh
│   ├── default_config.ini
│   └── default_logging.ini
├── libraries/
│   ├── CMakeLists.txt
│   ├── README.md
│   ├── app/
│   │   ├── CMakeLists.txt
│   │   ├── api.cpp
│   │   ├── api_objects.cpp
│   │   ├── application.cpp
│   │   ├── application_impl.hxx
│   │   ├── config_util.cpp
│   │   ├── database_api.cpp
│   │   ├── database_api_impl.hxx
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── app/
│   │   │           ├── api.hpp
│   │   │           ├── api_access.hpp
│   │   │           ├── api_objects.hpp
│   │   │           ├── application.hpp
│   │   │           ├── config_util.hpp
│   │   │           ├── database_api.hpp
│   │   │           ├── plugin.hpp
│   │   │           └── util.hpp
│   │   ├── plugin.cpp
│   │   └── util.cpp
│   ├── chain/
│   │   ├── CMakeLists.txt
│   │   ├── account_evaluator.cpp
│   │   ├── account_object.cpp
│   │   ├── assert_evaluator.cpp
│   │   ├── asset_evaluator.cpp
│   │   ├── asset_object.cpp
│   │   ├── balance_evaluator.cpp
│   │   ├── block_database.cpp
│   │   ├── buyback.cpp
│   │   ├── committee_member_evaluator.cpp
│   │   ├── confidential_evaluator.cpp
│   │   ├── custom_authority_evaluator.cpp
│   │   ├── database.cpp
│   │   ├── db_balance.cpp
│   │   ├── db_block.cpp
│   │   ├── db_debug.cpp
│   │   ├── db_getter.cpp
│   │   ├── db_init.cpp
│   │   ├── db_maint.cpp
│   │   ├── db_management.cpp
│   │   ├── db_market.cpp
│   │   ├── db_notify.cpp
│   │   ├── db_update.cpp
│   │   ├── db_witness_schedule.cpp
│   │   ├── evaluator.cpp
│   │   ├── exceptions.cpp
│   │   ├── fba_object.cpp
│   │   ├── fork_database.cpp
│   │   ├── genesis_state.cpp
│   │   ├── get_config.cpp
│   │   ├── hardfork.d/
│   │   │   ├── 000-200-preamble.hf
│   │   │   ├── 385.hf
│   │   │   ├── 436.hf
│   │   │   ├── 445.hf
│   │   │   ├── 453.hf
│   │   │   ├── 480.hf
│   │   │   ├── 483.hf
│   │   │   ├── 533.hf
│   │   │   ├── 555.hf
│   │   │   ├── 563.hf
│   │   │   ├── 607.hf
│   │   │   ├── 613.hf
│   │   │   ├── 615.hf
│   │   │   ├── BSIP_40.hf
│   │   │   ├── BSIP_48_75.hf
│   │   │   ├── BSIP_77.hf
│   │   │   ├── BSIP_81.hf
│   │   │   ├── BSIP_85.hf
│   │   │   ├── BSIP_86.hf
│   │   │   ├── CORE_1270.hf
│   │   │   ├── CORE_1465.hf
│   │   │   ├── CORE_1479.hf
│   │   │   ├── CORE_1573.hf
│   │   │   ├── CORE_1669.hf
│   │   │   ├── CORE_1692.hf
│   │   │   ├── CORE_1774.hf
│   │   │   ├── CORE_1780.hf
│   │   │   ├── CORE_1800.hf
│   │   │   ├── CORE_184.hf
│   │   │   ├── CORE_199.hf
│   │   │   ├── CORE_2022_1.hf
│   │   │   ├── CORE_210.hf
│   │   │   ├── CORE_2103.hf
│   │   │   ├── CORE_2103F.hf
│   │   │   ├── CORE_214.hf
│   │   │   ├── CORE_216.hf
│   │   │   ├── CORE_338.hf
│   │   │   ├── CORE_342.hf
│   │   │   ├── CORE_343.hf
│   │   │   ├── CORE_429.hf
│   │   │   ├── CORE_453.hf
│   │   │   ├── CORE_460.hf
│   │   │   ├── CORE_518.hf
│   │   │   ├── CORE_583.hf
│   │   │   ├── CORE_584.hf
│   │   │   ├── CORE_604.hf
│   │   │   ├── CORE_606.hf
│   │   │   ├── CORE_625.hf
│   │   │   ├── CORE_834.hf
│   │   │   ├── CORE_868_890.hf
│   │   │   ├── CORE_922_931.hf
│   │   │   ├── CORE_935.hf
│   │   │   ├── CORE_BSIP64.hf
│   │   │   ├── CORE_BSIP74.hf
│   │   │   ├── CORE_BSIP87.hf
│   │   │   ├── CORE_BSIP_87_74_COLLATFEE.hf
│   │   │   ├── LIQUIDITY_POOL.hf
│   │   │   ├── core-143.hf
│   │   │   └── core-1468.hf
│   │   ├── htlc_evaluator.cpp
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── chain/
│   │   │           ├── account_evaluator.hpp
│   │   │           ├── account_object.hpp
│   │   │           ├── assert_evaluator.hpp
│   │   │           ├── asset_evaluator.hpp
│   │   │           ├── asset_object.hpp
│   │   │           ├── balance_evaluator.hpp
│   │   │           ├── balance_object.hpp
│   │   │           ├── block_database.hpp
│   │   │           ├── block_summary_object.hpp
│   │   │           ├── budget_record_object.hpp
│   │   │           ├── buyback.hpp
│   │   │           ├── buyback_object.hpp
│   │   │           ├── chain_property_object.hpp
│   │   │           ├── committee_member_evaluator.hpp
│   │   │           ├── committee_member_object.hpp
│   │   │           ├── confidential_evaluator.hpp
│   │   │           ├── confidential_object.hpp
│   │   │           ├── config.hpp
│   │   │           ├── custom_authority_evaluator.hpp
│   │   │           ├── custom_authority_object.hpp
│   │   │           ├── custom_evaluator.hpp
│   │   │           ├── database.hpp
│   │   │           ├── db_with.hpp
│   │   │           ├── evaluator.hpp
│   │   │           ├── exceptions.hpp
│   │   │           ├── fba_accumulator_id.hpp
│   │   │           ├── fba_object.hpp
│   │   │           ├── fork_database.hpp
│   │   │           ├── genesis_state.hpp
│   │   │           ├── get_config.hpp
│   │   │           ├── global_property_object.hpp
│   │   │           ├── hardfork_visitor.hpp
│   │   │           ├── htlc_evaluator.hpp
│   │   │           ├── htlc_object.hpp
│   │   │           ├── immutable_chain_parameters.hpp
│   │   │           ├── impacted.hpp
│   │   │           ├── internal_exceptions.hpp
│   │   │           ├── is_authorized_asset.hpp
│   │   │           ├── liquidity_pool_evaluator.hpp
│   │   │           ├── liquidity_pool_object.hpp
│   │   │           ├── market_evaluator.hpp
│   │   │           ├── market_object.hpp
│   │   │           ├── node_property_object.hpp
│   │   │           ├── operation_history_object.hpp
│   │   │           ├── proposal_evaluator.hpp
│   │   │           ├── proposal_object.hpp
│   │   │           ├── special_authority_evaluation.hpp
│   │   │           ├── special_authority_object.hpp
│   │   │           ├── ticket_evaluator.hpp
│   │   │           ├── ticket_object.hpp
│   │   │           ├── transaction_evaluation_state.hpp
│   │   │           ├── transaction_history_object.hpp
│   │   │           ├── transfer_evaluator.hpp
│   │   │           ├── types.hpp
│   │   │           ├── vesting_balance_evaluator.hpp
│   │   │           ├── vesting_balance_object.hpp
│   │   │           ├── vote_count.hpp
│   │   │           ├── withdraw_permission_evaluator.hpp
│   │   │           ├── withdraw_permission_object.hpp
│   │   │           ├── witness_evaluator.hpp
│   │   │           ├── witness_object.hpp
│   │   │           ├── witness_schedule_object.hpp
│   │   │           ├── worker_evaluator.hpp
│   │   │           └── worker_object.hpp
│   │   ├── is_authorized_asset.cpp
│   │   ├── liquidity_pool_evaluator.cpp
│   │   ├── market_evaluator.cpp
│   │   ├── market_object.cpp
│   │   ├── proposal_evaluator.cpp
│   │   ├── proposal_object.cpp
│   │   ├── small_objects.cpp
│   │   ├── special_authority_evaluation.cpp
│   │   ├── ticket_evaluator.cpp
│   │   ├── ticket_object.cpp
│   │   ├── transfer_evaluator.cpp
│   │   ├── vesting_balance_evaluator.cpp
│   │   ├── vesting_balance_object.cpp
│   │   ├── withdraw_permission_evaluator.cpp
│   │   ├── witness_evaluator.cpp
│   │   └── worker_evaluator.cpp
│   ├── db/
│   │   ├── CMakeLists.txt
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── db/
│   │   │           ├── generic_index.hpp
│   │   │           ├── index.hpp
│   │   │           ├── object.hpp
│   │   │           ├── object_database.hpp
│   │   │           ├── simple_index.hpp
│   │   │           └── undo_database.hpp
│   │   ├── index.cpp
│   │   ├── object_database.cpp
│   │   └── undo_database.cpp
│   ├── egenesis/
│   │   ├── CMakeLists.txt
│   │   ├── README-dev.md
│   │   ├── egenesis_brief.cpp.tmpl
│   │   ├── egenesis_full.cpp.tmpl
│   │   ├── egenesis_none.cpp
│   │   ├── genesis-dev.json
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── egenesis/
│   │   │           └── egenesis.hpp
│   │   ├── nbstest-genesis.json
│   │   ├── seed-nodes.txt
│   │   └── test.json
│   ├── net/
│   │   ├── CMakeLists.txt
│   │   ├── core_messages.cpp
│   │   ├── exceptions.cpp
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── net/
│   │   │           ├── config.hpp
│   │   │           ├── core_messages.hpp
│   │   │           ├── exceptions.hpp
│   │   │           ├── message.hpp
│   │   │           ├── message_oriented_connection.hpp
│   │   │           ├── node.hpp
│   │   │           ├── peer_connection.hpp
│   │   │           ├── peer_database.hpp
│   │   │           └── stcp_socket.hpp
│   │   ├── message.cpp
│   │   ├── message_oriented_connection.cpp
│   │   ├── node.cpp
│   │   ├── node_impl.hxx
│   │   ├── peer_connection.cpp
│   │   ├── peer_database.cpp
│   │   └── stcp_socket.cpp
│   ├── plugins/
│   │   ├── CMakeLists.txt
│   │   ├── README.md
│   │   ├── account_history/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── account_history_plugin.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── account_history/
│   │   │               └── account_history_plugin.hpp
│   │   ├── api_helper_indexes/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── api_helper_indexes.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── api_helper_indexes/
│   │   │               └── api_helper_indexes.hpp
│   │   ├── custom_operations/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── custom_evaluators.cpp
│   │   │   ├── custom_operations.cpp
│   │   │   ├── custom_operations_plugin.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── custom_operations/
│   │   │               ├── custom_evaluators.hpp
│   │   │               ├── custom_objects.hpp
│   │   │               ├── custom_operations.hpp
│   │   │               └── custom_operations_plugin.hpp
│   │   ├── debug_witness/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── debug_api.cpp
│   │   │   ├── debug_witness.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── debug_witness/
│   │   │               ├── debug_api.hpp
│   │   │               └── debug_witness.hpp
│   │   ├── delayed_node/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── delayed_node_plugin.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── delayed_node/
│   │   │               └── delayed_node_plugin.hpp
│   │   ├── elasticsearch/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── elasticsearch_plugin.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── elasticsearch/
│   │   │               └── elasticsearch_plugin.hpp
│   │   ├── es_objects/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── es_objects.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── es_objects/
│   │   │               └── es_objects.hpp
│   │   ├── grouped_orders/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── grouped_orders_plugin.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── grouped_orders/
│   │   │               └── grouped_orders_plugin.hpp
│   │   ├── make_new_plugin.sh
│   │   ├── market_history/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── include/
│   │   │   │   └── graphene/
│   │   │   │       └── market_history/
│   │   │   │           └── market_history_plugin.hpp
│   │   │   └── market_history_plugin.cpp
│   │   ├── snapshot/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── include/
│   │   │   │   └── graphene/
│   │   │   │       └── snapshot/
│   │   │   │           └── snapshot.hpp
│   │   │   └── snapshot.cpp
│   │   ├── template_plugin/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── include/
│   │   │   │   └── graphene/
│   │   │   │       └── template_plugin/
│   │   │   │           └── template_plugin.hpp
│   │   │   └── template_plugin.cpp
│   │   └── witness/
│   │       ├── CMakeLists.txt
│   │       ├── include/
│   │       │   └── graphene/
│   │       │       └── witness/
│   │       │           └── witness.hpp
│   │       └── witness.cpp
│   ├── protocol/
│   │   ├── CMakeLists.txt
│   │   ├── account.cpp
│   │   ├── address.cpp
│   │   ├── assert.cpp
│   │   ├── asset.cpp
│   │   ├── asset_ops.cpp
│   │   ├── authority.cpp
│   │   ├── block.cpp
│   │   ├── chain_parameters.cpp
│   │   ├── committee_member.cpp
│   │   ├── confidential.cpp
│   │   ├── custom.cpp
│   │   ├── custom_authorities/
│   │   │   ├── BOOST_LICENSE_1_0.txt
│   │   │   ├── create_predicate_fwd.hxx
│   │   │   ├── create_predicate_fwd_1.cpp
│   │   │   ├── create_predicate_fwd_2.cpp
│   │   │   ├── create_predicate_fwd_3.cpp
│   │   │   ├── list_1.cpp
│   │   │   ├── list_10.cpp
│   │   │   ├── list_11.cpp
│   │   │   ├── list_12.cpp
│   │   │   ├── list_2.cpp
│   │   │   ├── list_3.cpp
│   │   │   ├── list_4.cpp
│   │   │   ├── list_5.cpp
│   │   │   ├── list_6.cpp
│   │   │   ├── list_7.cpp
│   │   │   ├── list_8.cpp
│   │   │   ├── list_9.cpp
│   │   │   ├── restriction_predicate.cpp
│   │   │   ├── restriction_predicate.hxx
│   │   │   ├── safe_compare.hpp
│   │   │   └── sliced_lists.hxx
│   │   ├── custom_authority.cpp
│   │   ├── fee_schedule.cpp
│   │   ├── fee_schedule_calc.cpp
│   │   ├── htlc.cpp
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── protocol/
│   │   │           ├── README.md
│   │   │           ├── account.hpp
│   │   │           ├── address.hpp
│   │   │           ├── assert.hpp
│   │   │           ├── asset.hpp
│   │   │           ├── asset_ops.hpp
│   │   │           ├── authority.hpp
│   │   │           ├── balance.hpp
│   │   │           ├── base.hpp
│   │   │           ├── block.hpp
│   │   │           ├── buyback.hpp
│   │   │           ├── chain_parameters.hpp
│   │   │           ├── committee_member.hpp
│   │   │           ├── confidential.hpp
│   │   │           ├── config.hpp
│   │   │           ├── custom.hpp
│   │   │           ├── custom_authority.hpp
│   │   │           ├── exceptions.hpp
│   │   │           ├── ext.hpp
│   │   │           ├── fba.hpp
│   │   │           ├── fee_schedule.hpp
│   │   │           ├── htlc.hpp
│   │   │           ├── liquidity_pool.hpp
│   │   │           ├── market.hpp
│   │   │           ├── memo.hpp
│   │   │           ├── object_id.hpp
│   │   │           ├── operations.hpp
│   │   │           ├── proposal.hpp
│   │   │           ├── pts_address.hpp
│   │   │           ├── restriction.hpp
│   │   │           ├── restriction_predicate.hpp
│   │   │           ├── special_authority.hpp
│   │   │           ├── ticket.hpp
│   │   │           ├── transaction.hpp
│   │   │           ├── transfer.hpp
│   │   │           ├── types.hpp
│   │   │           ├── vesting.hpp
│   │   │           ├── vote.hpp
│   │   │           ├── withdraw_permission.hpp
│   │   │           ├── witness.hpp
│   │   │           └── worker.hpp
│   │   ├── liquidity_pool.cpp
│   │   ├── market.cpp
│   │   ├── memo.cpp
│   │   ├── operations.cpp
│   │   ├── proposal.cpp
│   │   ├── pts_address.cpp
│   │   ├── restriction.cpp
│   │   ├── small_ops.cpp
│   │   ├── special_authority.cpp
│   │   ├── ticket.cpp
│   │   ├── transaction.cpp
│   │   ├── transfer.cpp
│   │   ├── types.cpp
│   │   ├── vote.cpp
│   │   ├── withdraw_permission.cpp
│   │   ├── witness.cpp
│   │   └── worker.cpp
│   ├── utilities/
│   │   ├── CMakeLists.txt
│   │   ├── elasticsearch.cpp
│   │   ├── git_revision.cpp.in
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── utilities/
│   │   │           ├── elasticsearch.hpp
│   │   │           ├── git_revision.hpp
│   │   │           ├── key_conversion.hpp
│   │   │           ├── padding_ostream.hpp
│   │   │           ├── string_escape.hpp
│   │   │           ├── tempdir.hpp
│   │   │           └── words.hpp
│   │   ├── key_conversion.cpp
│   │   ├── string_escape.cpp
│   │   ├── tempdir.cpp
│   │   └── words.cpp
│   └── wallet/
│       ├── CMakeLists.txt
│       ├── Doxyfile.in
│       ├── api_documentation_standin.cpp
│       ├── generate_api_documentation.pl
│       ├── include/
│       │   └── graphene/
│       │       └── wallet/
│       │           ├── api_documentation.hpp
│       │           ├── reflect_util.hpp
│       │           ├── wallet.hpp
│       │           └── wallet_structs.hpp
│       ├── operation_printer.cpp
│       ├── operation_printer.hpp
│       ├── reflect_util.cpp
│       ├── wallet.cpp
│       ├── wallet_account.cpp
│       ├── wallet_api_impl.cpp
│       ├── wallet_api_impl.hpp
│       ├── wallet_asset.cpp
│       ├── wallet_builder.cpp
│       ├── wallet_debug.cpp
│       ├── wallet_network.cpp
│       ├── wallet_results.cpp
│       ├── wallet_sign.cpp
│       ├── wallet_transfer.cpp
│       └── wallet_voting.cpp
├── programs/
│   ├── CMakeLists.txt
│   ├── README.md
│   ├── build_helpers/
│   │   ├── CMakeLists.txt
│   │   ├── build_and_test
│   │   ├── build_for_cache
│   │   ├── buildstep
│   │   ├── check_reflect.py
│   │   ├── make_with_sonar
│   │   ├── member_enumerator.cpp
│   │   ├── scan_with_sonar_step_1
│   │   ├── scan_with_sonar_step_2
│   │   ├── scan_with_sonar_step_3
│   │   └── set_sonar_branch
│   ├── cli_wallet/
│   │   ├── CMakeLists.txt
│   │   └── main.cpp
│   ├── genesis_util/
│   │   ├── CMakeLists.txt
│   │   ├── apply_patch.py
│   │   ├── canonical_format.py
│   │   ├── change_asset_symbol.py
│   │   ├── change_bitasset_owners.py
│   │   ├── change_key_prefix.py
│   │   ├── convert_address.cpp
│   │   ├── create_bloom_filter.py
│   │   ├── generate_account_patch.py
│   │   ├── generate_init_config.py
│   │   ├── generate_init_patch.py
│   │   ├── genesis_update.cpp
│   │   ├── get_dev_key.cpp
│   │   ├── prefix_accounts.py
│   │   ├── python_format.py
│   │   ├── remove.py
│   │   ├── sort_objects.py
│   │   ├── unprefix_asset_owners.py
│   │   ├── unprefix_names.py
│   │   └── upgrade_members.py
│   ├── js_operation_serializer/
│   │   ├── CMakeLists.txt
│   │   └── main.cpp
│   ├── network_mapper/
│   │   ├── CMakeLists.txt
│   │   └── network_mapper.cpp
│   ├── size_checker/
│   │   ├── CMakeLists.txt
│   │   └── main.cpp
│   └── witness_node/
│       ├── CMakeLists.txt
│       ├── main.cpp
│       └── saltpass.py
├── sonar-project.properties
└── tests/
    ├── CMakeLists.txt
    ├── app/
    │   └── main.cpp
    ├── benchmarks/
    │   ├── genesis_allocation.cpp
    │   └── main.cpp
    ├── cli/
    │   └── main.cpp
    ├── common/
    │   ├── database_fixture.cpp
    │   ├── database_fixture.hpp
    │   └── genesis_file_util.hpp
    ├── elasticsearch/
    │   └── main.cpp
    ├── generate_empty_blocks/
    │   ├── CMakeLists.txt
    │   └── main.cpp
    ├── intense/
    │   └── api_stress.py
    ├── performance/
    │   ├── README.md
    │   ├── market_fee_sharing_tests.cpp
    │   └── performance_tests.cpp
    └── tests/
        ├── api_limit_tests.cpp
        ├── app_util_tests.cpp
        ├── asset_api_tests.cpp
        ├── asset_tests.cpp
        ├── authority_tests.cpp
        ├── basic_tests.cpp
        ├── bitasset_tests.cpp
        ├── block_tests.cpp
        ├── bsip48_75_tests.cpp
        ├── bsip85_tests.cpp
        ├── bsip86_tests.cpp
        ├── call_order_tests.cpp
        ├── confidential_tests.cpp
        ├── custom_authority_tests.cpp
        ├── custom_operations.cpp
        ├── database_api_tests.cpp
        ├── database_tests.cpp
        ├── fee_tests.cpp
        ├── force_settle_fee_tests.cpp
        ├── grouped_orders_api_tests.cpp
        ├── history_api_tests.cpp
        ├── htlc_tests.cpp
        ├── main.cpp
        ├── margin_call_fee_tests.cpp
        ├── market_fee_sharing_tests.cpp
        ├── market_rounding_tests.cpp
        ├── market_tests.cpp
        ├── network_broadcast_api_tests.cpp
        ├── operation_tests.cpp
        ├── operation_tests2.cpp
        ├── pob_tests.cpp
        ├── serialization_tests.cpp
        ├── settle_tests.cpp
        ├── simple_maker_taker_fee_tests.cpp
        ├── smartcoin_tests.cpp
        ├── swan_tests.cpp
        ├── uia_tests.cpp
        ├── voting_tests.cpp
        └── wallet_tests.cpp

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitattributes
================================================
# Set the default behavior of genesis.json, in case core.autocrlf is set incorrectly
genesis.json eol=lf


================================================
FILE: .github/ISSUE_TEMPLATE/bug_report.md
================================================
---
name: Bug Report
about: Create a detailed report about a deficiency in the BitShares Core implementation.

---

**Instructions**
Please include a detailed Title above. Next, please complete the following sections below:
* Bug Description
* Impacts
* Steps To Reproduce
* Expected Behavior
* Screenshots (optional)
* Host Environment (optional)
* Additional Context (optional)

Finally, press the 'Submit new issue' button. The Core Team will evaluate and prioritize your Bug Report for future development. 

**Bug Description**
A clear and concise description of what the bug is.

**Impacts**
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
- [ ] API (the application programming interface)
- [ ] Build (the build process or something prior to compiled code)
- [ ] CLI (the command line wallet)
- [ ] Deployment (the deployment process after building such as Docker, Travis, etc.)
- [ ] DEX (the Decentralized EXchange, market engine, etc.)
- [ ] P2P (the peer-to-peer network for transaction/block propagation)
- [ ] Performance (system or user efficiency, etc.)
- [ ] Protocol (the blockchain logic, consensus, validation, etc.)
- [ ] Security (the security of system or user data, etc.)
- [ ] UX (the User Experience)
- [ ] Other (please add below)

**Steps To Reproduce**
Steps to reproduce the behavior (example outlined below):
1. Execute API call '...'
2. Using JSON payload '...'
3. Received response '...'
4. See error in screenshot

**Expected Behavior**
A clear and concise description of what you expected to happen.

**Screenshots (optional)**
If applicable, add screenshots to help explain process flow and behavior.

**Host Environment**
Please provide details about the host environment. Much of this information can be found running: `witness_node --version`. 
 - Host OS:             [e.g. Ubuntu 18.04 LTS]
 - Host Physical RAM    [e.g. 4GB]
 - BitShares Version:   [e.g. 2.0.180425]
 - OpenSSL Version:     [e.g. 1.1.0g]
 - Boost Version:       [e.g. 1.65.1]
 
**Additional Context (optional)**
Add any other context about the problem here.

## CORE TEAM TASK LIST
- [ ] Evaluate / Prioritize Bug Report
- [ ] Refine User Stories / Requirements
- [ ] Define Test Cases
- [ ] Design / Develop Solution
- [ ] Perform QA/Testing
- [ ] Update Documentation


================================================
FILE: .github/ISSUE_TEMPLATE/build_error.md
================================================
---
name: Build Error
about: Create a detailed report about an error encountered during the BitShares Core build process.

---

**Instructions**
Please include a detailed Title above. Next, please complete the following sections below:
* Build Error
* Build Environment
* Steps To Reproduce
* Console Logs (optional)

Finally, press the 'Submit new issue' button. The Core Team will evaluate and prioritize your Bug Report for future development. 

**Build Error Description**
A clear and concise description of what the build error is.

**Build Environment**
Details about the build environment, including the relevant required libraries. Much of this information can be found in the `CMakeFiles/CMakeOutput.log`. 
 - Host OS:             [e.g. Ubuntu 18.04 LTS]
 - Host Physical RAM    [e.g. 4GB]
 - Source Branch/Tag:   [e.g. master or 2.0.180425]
 - OpenSSL Version:     [e.g. 1.1.0g]
 - Boost Version:       [e.g. 1.65.1]
 - C++ Compiler:        [e.g. gcc version 4.8.5]

**Steps To Reproduce**
Steps to reproduce the behavior (example outlined below):
1. Using installation guide from this URL...
2. This is my complete build script...
3. It fails at this step with the following output...
4. See the error in the console log below...

**Console Logs (optional)**
Please provide the full console log, including all commands entered and their output. This will allow detailed troubleshooting.

## CORE TEAM TASK LIST
- [ ] Evaluate `Build Error`
- [ ] Provide build guidance
- [ ] <OR> Create `Bug Report`


================================================
FILE: .github/ISSUE_TEMPLATE/feature_request.md
================================================
---
name: Feature Request
about: Suggest an idea for the BitShares Core Team to evaluate and prioritize for development.

---

**Instructions**
Please include a detailed Title above. Next, please complete the following sections below:
* User Story
* Impacts
* Additional Context (optional)

Finally, press the 'Submit new issue' button. The Core Team will evaluate and prioritize your Feature Request for future development. 

**User Story**
Please tell us about your feature request using the User Story format:
As a `<persona>` I want `<some functionality>` so that `<some benefit is realized>`.

At minimum, please define the `<who>`, `<what>` and `<why>` for your feature request. The `<who>` may be the system software, a component thereof, the end user, etc.; please be specific describing the context. The `<what>` details the solution your feature will provide; please describe the process flow for the functionality. The `<why>` details the benefits the feature will deliver; consider referencing alternative implementations for context.

**Impacts**
Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.
- [ ] API (the application programming interface)
- [ ] Build (the build process or something prior to compiled code)
- [ ] CLI (the command line wallet)
- [ ] Deployment (the deployment process after building such as Docker, Travis, etc.)
- [ ] DEX (the Decentralized EXchange, market engine, etc.)
- [ ] P2P (the peer-to-peer network for transaction/block propagation)
- [ ] Performance (system or user efficiency, etc.)
- [ ] Protocol (the blockchain logic, consensus, validation, etc.)
- [ ] Security (the security of system or user data, etc.)
- [ ] UX (the User Experience)
- [ ] Other (please add below)

**Additional Context (optional)**
Add any other context about your request here.

## CORE TEAM TASK LIST
- [ ] Evaluate / Prioritize Feature Request
- [ ] Refine User Stories / Requirements
- [ ] Define Test Cases
- [ ] Design / Develop Solution
- [ ] Perform QA/Testing
- [ ] Update Documentation


================================================
FILE: .gitignore
================================================
*.a
*.sw*

*.cmake
CMakeCache.txt
CMakeFiles
Makefile
compile_commands.json
moc_*
*.moc

genesis.json
hardfork.hpp

build/

libraries/utilities/git_revision.cpp

libraries/wallet/Doxyfile
libraries/wallet/api_documentation.cpp
libraries/wallet/doxygen

programs/cli_wallet/cli_wallet
programs/js_operation_serializer/js_operation_serializer
programs/witness_node/witness_node

tests/app_test
tests/chain_bench
tests/chain_test
tests/intense_test
tests/performance_test

doxygen

wallet.json
witness_node_data_dir

*.wallet

programs/witness_node/object_database/*

object_database/*

*.pyc
*.pyo


================================================
FILE: .gitmodules
================================================
[submodule "docs"]
    path = docs
    url = https://github.com/bitshares/bitshares-core.wiki.git
    ignore = dirty
[submodule "libraries/fc"]
    path = libraries/fc
    url = https://github.com/bitshares/bitshares-fc.git
    ignore = dirty


================================================
FILE: .mailmap
================================================
Alfredo Garcia <oxarbitrage@gmail.com> <oxarbitrage@gmail.com>
Alfredo Garcia <oxarbitrage@gmail.com> <root@NC-PH-1346-07.web-hosting.com>
Christopher Sanborn <23085117+christophersanborn@users.noreply.github.com>
Chronos <chronos.crypto@gmail.com>
Daniel Larimer <bytemaster@users.noreply.github.com> <dan.larimer@block.one>
Daniel Larimer <bytemaster@users.noreply.github.com> <dan@bitshares.org>
Daniel Larimer <bytemaster@users.noreply.github.com> <dan@invictus-innovations.com>
Daniel Larimer <bytemaster@users.noreply.github.com> <dlarimer@invictus-innovations.com>
Eric Frias <efrias@syncad.com>
Fabian Schuh <Fabian@chainsquad.com> <mail@xeroc.org>
Fabian Schuh <Fabian@chainsquad.com> <xeroc@chainsquad.com>
John M. Jones <jmjatlanta@gmail.com>
Ken Code <ken@BitShares-Munich.de>
Matias Romeo <matias.romeo@gmail.com>
Nathan Hourt <themodprobe@protonmail.com> <nat.hourt@gmail.com>
Nathan Hourt <themodprobe@protonmail.com> <nathan@followmyvote.com>
OpenLedger <service.github@openledger.info> <service.github@openledger.info>
OpenLedger <service.github@openledger.info> <42674402+OpenLedgerApp@users.noreply.github.com>
Peter Conrad <conrad@quisquis.de> <cyrano@quisquis.de>
Peter Conrad <conrad@quisquis.de> <github.com@quisquis.de>
Qi Xing <cwyyprog@163.com> <cwyyprog@163.com>
Roelandp <dnaleor@gmail.com>
Ryan R. Fox <ryan@ryanrfox.com> <ryan@ryanrfox.com>
Ryan R. Fox <ryan@ryanrfox.com> <ryanRfox@users.noreply.github.com>
Sigve Kvalsvik <bitsharesblocks@gmail.com> <sigvekvalsvik@gmail.com>
Valentine Zavgorodnev <i@valzav.com>
Valera Cogut <info@valeracogut.com> <valerakogut@gmail.com>
Vikram Rajkumar <vikramrajkumar@users.noreply.github.com> <vikram@bitshares.org>
Vikram Rajkumar <vikramrajkumar@users.noreply.github.com> <vikram@soledger.com>
William <tmfc@homtail.com> <jinwei@gmail.com>
William <tmfc@homtail.com> <tmfc@homtail.com>
Xiaodong Li <mantianyu@gmail.com> <cifer-lee@users.noreply.github.com>
Xiaodong Li <mantianyu@gmail.com> <mantianyu@gmail.com>
Xiaodong Li <mantianyu@gmail.com> <maintianyu@gmail.com>
Xiaodong Li <mantianyu@gmail.com> <lixiaodongcifer@didichuxing.com>
abitmore <abitmore@users.noreply.github.com>
albert <393259066@qq.com> <393259066@qq.com>
albert <393259066@qq.com> <zhuliting@gxb.io>
bitcube <root@seed.cubeconnex.com>
btcinshares <btcinshares@protonmail.com> <33876675+btcinshares@users.noreply.github.com>
crazybits <crazybit.github@gmail.com> <crazybit.github@gmail.com>
crazybits <crazybit.github@gmail.com> <crazybits@users.noreply.github.com>


================================================
FILE: .travis.yml
================================================
language: c++

cache:
  ccache: true
  directories:
  - sonar_cache

git:
  depth: 1

dist: xenial

sudo: true

install:
 - sudo apt-get install --allow-unauthenticated libboost-thread-dev libboost-iostreams-dev libboost-date-time-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-chrono-dev libboost-test-dev libboost-context-dev libboost-regex-dev libboost-coroutine-dev cmake parallel

addons:
  sonarcloud:
    organization: "flwyiq7go36p6lipr64tbesy5jayad3q"
    token:
      secure: "Ik4xQhs9imtsFIC1SMAPmdLId9lVadY/4PEgo5tM4M5cQRvyt4xeuMMV+CRIT6tGEEqF71ea74qVJTxT7qinWZ3kmHliFjbqDxk1FbjCpK6NGQDyTdfWMVJFIlk7WefvtGAwFBkf6pSTs553bKNNM0HbBYQGKe08waLwv7R+lOmVjTTKIRF/cCVw+C5QQZdXFnUMTg+mRuUqGk4WvNNPmcBfkX0ekHPrXwAD5ATVS1q0iloA0nzHq8CPNmPE+IyXdPw0EBp+fl3cL9MgrlwRbELxrnCKFy+ObdjhDj7z3FDIxDe+03gVlgd+6Fame+9EJCeeeNLF4G4qNR1sLEvHRqVz12/NYnRU9hQL0c/jJtiUquOJA5+HqrhhB9XUZjS1xbHV3aIU5PR0bdDP6MKatvIVwRhwxwhaDXh7VSimis8eL+LvXT7EO+rGjco0c17RuzZpFCsKmXCej4Q8iDBMdOIWwe2WuWi8zb6MFvnLyK2EcM53hAn2yMwU+nprbpHwzU5oJTFZLD+J78zCSGk7uu7vsF+EEnheMwfqafP9MpMEXGXaXZiq7QKy3KvxQTg+1ozPIu+fgxvY0xdyrjJHOSJlrvXN7osjD4IDTs6D5cLAZ04WGIKsulZDr7ZN5n3gmA9h4cfhJsIEia0uQzLmWnfF6RksxWElK1i1+xmse7E="

env:
  global:
    - CCACHE_COMPRESS=exists_means_true
    - CCACHE_MAXSIZE=1Gi
    - CCACHE_SLOPPINESS=include_file_ctime,include_file_mtime,time_macros

jobs:
  include:
    - stage: build for cache
      script: ./programs/build_helpers/build_for_cache
    - stage: build and test
      script: ./programs/build_helpers/build_and_test
    - stage: scan with sonar, step 1
      script: ./programs/build_helpers/scan_with_sonar_step_1
    - stage: scan with sonar, step 2
      script: ./programs/build_helpers/scan_with_sonar_step_2
    - stage: scan with sonar, step 3
      script: ./programs/build_helpers/scan_with_sonar_step_3


================================================
FILE: CMakeLists.txt
================================================
# Defines BitShares library target.
cmake_minimum_required( VERSION 3.2 FATAL_ERROR )
project( BitShares LANGUAGES CXX C)

set( BLOCKCHAIN_NAME "BitShares" )

set( CLI_CLIENT_EXECUTABLE_NAME graphene_client )
set( GUI_CLIENT_EXECUTABLE_NAME BitShares )
set( CUSTOM_URL_SCHEME "gcs" )
set( INSTALLER_APP_ID "68ad7005-8eee-49c9-95ce-9eed97e5b347" )

set( CMAKE_CXX_STANDARD 14 )
set( CMAKE_CXX_STANDARD_REQUIRED ON )

if( "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" OR
    "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" )
  set( CMAKE_CXX_EXTENSIONS ON ) # for __int128 support
else()
  set( CMAKE_CXX_EXTENSIONS OFF )
endif()

# http://stackoverflow.com/a/18369825
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
    if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
        message(FATAL_ERROR "GCC version must be at least 4.8!")
    endif()
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
    if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.3)
        message(FATAL_ERROR "Clang version must be at least 3.3!")
    endif()
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
    if ("${CMAKE_CXX_COMPILER_VERSION}" VERSION_LESS "19.0")
      message(FATAL_ERROR "MSVC version must be at least 19.0 (Visual Studio 2015 Update 1)!")
    endif()

    # allow MSVC VS2015 with Update 1, other 2015 versions are not supported
    if ("${CMAKE_CXX_COMPILER_VERSION}" VERSION_EQUAL "19.0")
        if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL "19.0.23506.0")
            message(FATAL_ERROR "Your version ${CMAKE_CXX_COMPILER_VERSION} of MSVC is not supported, use version 19.0.23506.0 (Visual Studio 2015 Update 1)!")
        endif()
    endif()
endif()

list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules" )

include(CheckCCompilerFlag)
include(Utils)

# function to help with cUrl
macro(FIND_CURL)
   if (NOT WIN32 AND NOT APPLE AND CURL_STATICLIB)
      find_package(OpenSSL REQUIRED)
      set (OLD_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES})
      set (CMAKE_FIND_LIBRARY_SUFFIXES .a)
      find_package(CURL REQUIRED)
      list(APPEND CURL_LIBRARIES ${OPENSSL_LIBRARIES} ${BOOST_THREAD_LIBRARY} ${CMAKE_DL_LIBS})
      set (CMAKE_FIND_LIBRARY_SUFFIXES ${OLD_SUFFIXES})
   else (NOT WIN32 AND NOT APPLE AND CURL_STATICLIB)
      find_package(CURL REQUIRED)
   endif (NOT WIN32 AND NOT APPLE AND CURL_STATICLIB)

   if( WIN32 )
     if ( MSVC )
       list( APPEND CURL_LIBRARIES Wldap32 )
     endif( MSVC )

     if( MINGW )
       # MinGW requires a specific order of included libraries ( CURL before ZLib )
       find_package( ZLIB REQUIRED )
       list( APPEND CURL_LIBRARIES ${ZLIB_LIBRARY} pthread )
     endif( MINGW )

     list( APPEND CURL_LIBRARIES ${PLATFORM_SPECIFIC_LIBS} )
   endif( WIN32 )
endmacro()

# Save the old value of CMAKE_REQUIRED_FLAGS
set( TEMP_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} )

# Fortify source
if (CMAKE_COMPILER_IS_GNUCXX)
	if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
		message (STATUS "Setting optimizations for clang++")
		set(CMAKE_CXX_FLAGS_RELEASE "-D_FORTIFY_SOURCE=2 -O3 -DNDEBUG=1")
		set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-D_FORTIFY_SOURCE=2 -O3 -DNDEBUG=1 -g")

		# check and add data execution prevention
		message (STATUS "Enabling data execution prevention")
		add_linker_flag("-fsanitize=safe-stack")

		# check and add Stack-based buffer overrun detection
		set(CMAKE_REQUIRED_FLAGS "-fstack-protector")
		check_c_compiler_flag("" HAVE_STACKPROTECTOR)
		if(HAVE_STACKPROTECTOR)
			message (STATUS "Enabling stack-based buffer overrun detection")
			add_flag_append(CMAKE_C_FLAGS "-fstack-protector")
			add_flag_append(CMAKE_CXX_FLAGS "-fstack-protector")
		endif()
	else ()
		message (STATUS "Setting optimizations for g++")
		set(CMAKE_CXX_FLAGS_RELEASE "-D_FORTIFY_SOURCE=2 -O3 -DNDEBUG=1")
		set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-D_FORTIFY_SOURCE=2 -O3 -DNDEBUG=1 -g")

		# check and add data execution prevention
		set(CMAKE_REQUIRED_FLAGS "-Wl,-znoexecstack")
		check_c_compiler_flag("" HAVE_NOEXECSTACK)
		if(HAVE_NOEXECSTACK)
			message (STATUS "Enabling data execution prevention")
			add_linker_flag("-znoexecstack")
		endif()

		# check and add Stack-based buffer overrun detection
		set(CMAKE_REQUIRED_FLAGS "-fstack-protector-strong")
		check_c_compiler_flag("" HAVE_STACKPROTECTOR)
		if(HAVE_STACKPROTECTOR)
			message (STATUS "Enabling stack-based buffer overrun detection")
			add_flag_append(CMAKE_C_FLAGS "-fstack-protector-strong")
			add_flag_append(CMAKE_CXX_FLAGS "-fstack-protector-strong")
		endif()

	endif ()
endif ()

# check for Data relocation and Protection (RELRO)
set(CMAKE_REQUIRED_FLAGS "-Wl,-zrelro,-znow")
check_c_compiler_flag("" HAVE_RELROFULL)
if(HAVE_RELROFULL)
	message (STATUS "Enabling full data relocation and protection")
	add_linker_flag("-zrelro")
	add_linker_flag("-znow")
else()
	#if full relro is not available, try partial relro
	set(CMAKE_REQUIRED_FLAGS "-Wl,-zrelro")
	check_c_compiler_flag("" HAVE_RELROPARTIAL)
	if(HAVE_RELROPARTIAL)
		message (STATUS "Enabling partial data relocation and protection")
		add_linker_flag("-zrelro")
	endif()
endif()

set(CMAKE_REQUIRED_FLAGS ${TEMP_REQUIRED_FLAGS} )

# position independent executetable (PIE)
# position independent code (PIC)
if (NOT MSVC)
    add_definitions (-fPIC)
endif(NOT MSVC)

set(CMAKE_EXPORT_COMPILE_COMMANDS "ON")
set( GRAPHENE_EGENESIS_JSON "${CMAKE_CURRENT_SOURCE_DIR}/libraries/egenesis/genesis.json"
     CACHE STRING "Path to embedded genesis file" )

if (USE_PCH)
  include (cotire)
endif(USE_PCH)

option(USE_PROFILER "Build with GPROF support(Linux)." OFF)

# Use Boost config file from fc
set(Boost_DIR "${CMAKE_CURRENT_SOURCE_DIR}/libraries/fc/CMakeModules/Boost")

list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/libraries/fc/GitVersionGen" )
include( GetGitRevisionDescription )
get_git_head_revision( GIT_REFSPEC GIT_SHA2 )

SET(BOOST_COMPONENTS)
LIST(APPEND BOOST_COMPONENTS thread
                             iostreams
                             date_time
                             system
                             filesystem
                             program_options
                             chrono
                             unit_test_framework
                             context
                             coroutine
                             regex)
# boost::endian is also required, but FindBoost can't handle header-only libs
SET( Boost_USE_STATIC_LIBS ON CACHE STRING "ON or OFF" )

IF(WIN32)
   if($ENV{BOOST_ROOT})
       SET(BOOST_ROOT $ENV{BOOST_ROOT})
   endif($ENV{BOOST_ROOT})
  set(Boost_USE_MULTITHREADED ON)
  set(BOOST_ALL_DYN_LINK OFF) # force dynamic linking for all libraries
  add_definitions("-DCURL_STATICLIB")
  list(APPEND PLATFORM_SPECIFIC_LIBS ws2_32 crypt32 mswsock userenv )
ELSE( WIN32 )
   IF( APPLE )
      set( CMAKE_THREAD_LIBS_INIT "-lpthread" )
      set( CMAKE_HAVE_THREADS_LIBRARY 1 )
      set( CMAKE_USE_WIN32_THREADS_INIT 0 )
      set( CMAKE_USE_PTHREADS_INIT 1 )
      set( THREADS_PREFER_PTHREAD_FLAG ON )
   ENDIF( APPLE )
ENDIF(WIN32)

FIND_PACKAGE(Boost CONFIG REQUIRED COMPONENTS ${BOOST_COMPONENTS})

# enforce more strict compiler warnings and errors
add_compiler_flag_if_available("-Wall")
add_compiler_flag_if_available("-Wclobbered")
add_compiler_flag_if_available("-Wempty-body")
add_compiler_flag_if_available("-Wformat-security")
add_compiler_flag_if_available("-Wignored-qualifiers")
add_compiler_flag_if_available("-Wimplicit-fallthrough=5")
add_compiler_flag_if_available("-Wmissing-field-initializers")
add_compiler_flag_if_available("-Wpointer-arith")
add_compiler_flag_if_available("-Wshift-negative-value")
add_compiler_flag_if_available("-Wtype-limits")
add_compiler_flag_if_available("-Wunused-but-set-parameter")

if( WIN32 )

    message( STATUS "Configuring BitShares on WIN32")

    if ( MINGW )
        message( STATUS "Windows build using MinGW" )
        set( FULL_STATIC_BUILD TRUE )
    else( MINGW )
        set( ZLIB_LIBRARIES "" )
    endif( MINGW )

    SET( DEFAULT_EXECUTABLE_INSTALL_DIR bin/ )

    if( MSVC )
        add_definitions(-DWIN32_LEAN_AND_MEAN)
        #looks like this flag can have different default on some machines.
        SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /SAFESEH:NO")
        SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SAFESEH:NO")

        # Probably cmake has a bug and vcxproj generated for executable in Debug conf. has disabled debug info
        set(CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG} /DEBUG")
    endif ( MSVC )

else( WIN32 ) # Apple AND Linux

    if( APPLE )
        # Apple Specific Options Here
        message( STATUS "Configuring BitShares on OS X" )
        set( CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -stdlib=libc++ -Wall" )
    else( APPLE )
        if ( "${CMAKE_SYSTEM_NAME}" STREQUAL "OpenBSD" )
            # OpenBSD Specific Options
            message( STATUS "Configuring BitShares on OpenBSD" )
        else()
            # Linux Specific Options Here
            message( STATUS "Configuring BitShares on Linux" )
            set( rt_library rt )
        endif()
        # Common Linux & OpenBSD Options
        set( CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall" )
        if(USE_PROFILER)
            set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pg" )
        endif( USE_PROFILER )
        set( pthread_library pthread)
        if ( NOT DEFINED crypto_library )
          # I'm not sure why this is here, I guess someone has openssl and can't detect it with find_package()?
          # if you have a normal install, you can define crypto_library to the empty string to avoid a build error
          set( crypto_library crypto)
        endif ()
    endif( APPLE )

    if( "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" )
        set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-builtin-memcmp" )
    elseif( "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" )
        if( CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 4.0.0 OR CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.0.0 )
            set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-invalid-partial-specialization" )
        endif()
    endif()

    if( "${CMAKE_GENERATOR}" STREQUAL "Ninja" )
        if( "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" )
            set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fcolor-diagnostics" )
        endif()
    endif()

    # based on http://www.delorie.com/gnu/docs/gdb/gdb_70.html
    # uncomment this line to tell GDB about macros (slows compile times)
    # set( CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -gdwarf-2 -g3" )

endif( WIN32 )

if ( NOT MSVC AND FULL_STATIC_BUILD )
    set( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static -static-libstdc++ -static-libgcc" )
endif ( NOT MSVC AND FULL_STATIC_BUILD )

set(ENABLE_COVERAGE_TESTING FALSE CACHE BOOL "Build BitShares for code coverage analysis")

if(ENABLE_COVERAGE_TESTING)
    SET(CMAKE_CXX_FLAGS "--coverage ${CMAKE_CXX_FLAGS}")
endif()

add_subdirectory( libraries )
add_subdirectory( programs )
add_subdirectory( tests )


if (ENABLE_INSTALLER)

set(VERSION_MAJOR 0)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)


include(InstallRequiredSystemLibraries)

set(CPACK_OUTPUT_FILE_PREFIX ${CMAKE_BINARY_DIR}/packages)
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/install)

SET(CPACK_PACKAGE_DIRECTORY "${CMAKE_INSTALL_PREFIX}")
set(CPACK_PACKAGE_NAME "graphene")
set(CPACK_PACKAGE_VENDOR "Cryptonomex, Inc.")
set(CPACK_PACKAGE_VERSION_MAJOR "${VERSION_MAJOR}")
set(CPACK_PACKAGE_VERSION_MINOR "${VERSION_MINOR}")
set(CPACK_PACKAGE_VERSION_PATCH "${VERSION_PATCH}")
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_PACKAGE_DESCRIPTION "A client for the BitShares network")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A client for the BitShares network")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "BitShares ${CPACK_PACKAGE_VERSION}")

if(WIN32)
 SET(CPACK_GENERATOR "ZIP;NSIS")
 set(CPACK_PACKAGE_NAME "BitShares") # override above
 set(CPACK_NSIS_EXECUTABLES_DIRECTORY .)
 set(CPACK_NSIS_PACKAGE_NAME "BitShares v${CPACK_PACKAGE_VERSION}")
 set(CPACK_NSIS_DISPLAY_NAME "${CPACK_NSIS_PACKAGE_NAME}")
 set(CPACK_NSIS_DEFINES "  !define MUI_STARTMENUPAGE_DEFAULTFOLDER \\\"BitShares\\\"")
 # it seems like windows zip files usually don't have a single directory inside them, unix tgz frequently do
 SET(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 0)

endif(WIN32)

if(APPLE)
  set(CPACK_GENERATOR "DragNDrop")
endif()

if(LINUX)
  # Linux gets a .tgz
  SET(CPACK_GENERATOR "TGZ")
  SET(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 1)
endif(LINUX)

 include(CPack)
endif(ENABLE_INSTALLER)

MESSAGE( STATUS "" )
MESSAGE( STATUS "PROFILER: ${USE_PROFILER}" )
MESSAGE( STATUS "" )


================================================
FILE: CONTRIBUTORS.txt
================================================
Contributors to this repository, in descending order by number of commits. Update with
  head -5 CONTRIBUTORS.txt >contrib.tmp && git shortlog -s -e -n | cut -f 2 >>contrib.tmp && mv contrib.tmp CONTRIBUTORS.txt

==============================================================================

abitmore <abitmore@users.noreply.github.com>
Alfredo Garcia <oxarbitrage@gmail.com>
theoreticalbts <theoreticalbts@users.noreply.github.com>
John M. Jones <jmjatlanta@gmail.com>
Peter Conrad <conrad@quisquis.de>
Daniel Larimer <bytemaster@users.noreply.github.com>
Nathan Hourt <themodprobe@protonmail.com>
Vikram Rajkumar <vikramrajkumar@users.noreply.github.com>
Eric Frias <efrias@syncad.com>
Valera Cogut <info@valeracogut.com>
Michel Santos <MichelSantos@users.noreply.github.com>
Xiaodong Li <mantianyu@gmail.com>
Fabian Schuh <Fabian@chainsquad.com>
manikey123 <mansiimohan@gmail.com>
Christopher Sanborn <23085117+christophersanborn@users.noreply.github.com>
crypto-ape <43807588+crypto-ape@users.noreply.github.com>
lubos.ilcik <lubos.ilcik@touch4it.com>
Matias Romeo <matias.romeo@gmail.com>
OpenLedger <service.github@openledger.info>
Sigve Kvalsvik <bitsharesblocks@gmail.com>
albert <393259066@qq.com>
Ryan R. Fox <ryan@ryanrfox.com>
Valentine Zavgorodnev <i@valzav.com>
Michael Vandeberg <vandeberg@cryptonomex.com>
James Calfee <james@jcalfee.info>
Alexey Frolov <alexey.frolov@aetsoft.by>
takaaki7 <nakama67006700@gmail.com>
Nicolas Wack <wackou@gmail.com>
Taconator <TheTaconator@users.noreply.github.com>
Qi Xing <cwyyprog@163.com>
Anton Autushka <a.autushka@aetsoft.by>
Chronos <chronos.crypto@gmail.com>
Wei Yang <richard.weiyang@gmail.com>
Zapata <marco.tessari@gmail.com>
btcinshares <btcinshares@protonmail.com>
crazybits <crazybit.github@gmail.com>
Anzhy Cherrnyavski <a.chernyavski@pixelplex.io>
Tiago Peralta <tperalta82@gmail.com>
ioBanker <37595908+ioBanker@users.noreply.github.com>
Michael Vandeberg <vandeberg@steemit.com>
SahkanDesertHawk <panasiuki@gmail.com>
Scott Howard <showard314@gmail.com>
Tydus <Tydus@Tydus.org>
William <tmfc@homtail.com>
d.yakovitsky <d.yakovitsky@aetsoft.by>
ddylko <ddylko@ddylkoPC>
iHashFury <iPerky@users.noreply.github.com>
necklace <necklace@163.com>
xuquan316 <xuquan316@vip.qq.com>
Bartek Wrona <wrona@syncad.com>
BhuzOr <giaquinta.adriano@gmail.com>
Blockchain Projects BV <info@blockchainprojectsbv.com>
Bruce Steedman <MatzFan@users.noreply.github.com>
Charles Cooper <cooper.charles.m@gmail.com>
Erkan Yilmaz <erkan77@gmail.com>
Haruka Ma <mrx@hcc.im>
Jaewoo Cho <clayop@gmail.com>
Jose Marcial Vieira Bisneto <marcial.vieirab@gmail.com>
Jozef Knaperek <jknaperek@gmail.com>
Karl Semich <0xloem@gmail.com>
Ken Code <ken@BitShares-Munich.de>
Krzysztof Szumny <krzysztof.szumny@stxnext.pl>
Paul Brossier <piem@piem.org>
Roelandp <dnaleor@gmail.com>
Thomas Freedman <thom@ozarkholler.com>
Troglodactyl <troglodactyl@gmail.com>
VoR0220 <catalanor0220@gmail.com>
alt <pch957@163.com>
bangzi1001 <36911788+bangzi1001@users.noreply.github.com>
bitcube <root@seed.cubeconnex.com>
lafona <lafona@protonmail.com>
liondani <liondani@gmx.com>
lososeg <ya.lososeg@gmail.com>


================================================
FILE: Dockerfile
================================================
FROM phusion/baseimage:0.11
MAINTAINER The bitshares decentralized organisation

ENV LANG=en_US.UTF-8
RUN \
    apt-get update -y && \
    apt-get install -y \
      g++ \
      autoconf \
      cmake \
      git \
      libbz2-dev \
      libcurl4-openssl-dev \
      libssl-dev \
      libncurses-dev \
      libboost-thread-dev \
      libboost-iostreams-dev \
      libboost-date-time-dev \
      libboost-system-dev \
      libboost-filesystem-dev \
      libboost-program-options-dev \
      libboost-chrono-dev \
      libboost-test-dev \
      libboost-context-dev \
      libboost-regex-dev \
      libboost-coroutine-dev \
      libtool \
      doxygen \
      ca-certificates \
      fish \
    && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ADD . /bitshares-core
WORKDIR /bitshares-core

# Compile
RUN \
    ( git submodule sync --recursive || \
      find `pwd`  -type f -name .git | \
	while read f; do \
	  rel="$(echo "${f#$PWD/}" | sed 's=[^/]*/=../=g')"; \
	  sed -i "s=: .*/.git/=: $rel/=" "$f"; \
	done && \
      git submodule sync --recursive ) && \
    git submodule update --init --recursive && \
    cmake \
        -DCMAKE_BUILD_TYPE=Release \
	-DGRAPHENE_DISABLE_UNITY_BUILD=ON \
        . && \
    make witness_node cli_wallet get_dev_key && \
    install -s programs/witness_node/witness_node programs/genesis_util/get_dev_key programs/cli_wallet/cli_wallet /usr/local/bin && \
    #
    # Obtain version
    mkdir /etc/bitshares && \
    git rev-parse --short HEAD > /etc/bitshares/version && \
    cd / && \
    rm -rf /bitshares-core

# Home directory $HOME
WORKDIR /
RUN useradd -s /bin/bash -m -d /var/lib/bitshares bitshares
ENV HOME /var/lib/bitshares
RUN chown bitshares:bitshares -R /var/lib/bitshares

# Volume
VOLUME ["/var/lib/bitshares", "/etc/bitshares"]

# rpc service:
EXPOSE 8090
# p2p service:
EXPOSE 1776

# default exec/config files
ADD docker/default_config.ini /etc/bitshares/config.ini
ADD docker/default_logging.ini /etc/bitshares/logging.ini
ADD docker/bitsharesentry.sh /usr/local/bin/bitsharesentry.sh
RUN chmod a+x /usr/local/bin/bitsharesentry.sh

# Make Docker send SIGINT instead of SIGTERM to the daemon
STOPSIGNAL SIGINT

# default execute entry
CMD ["/usr/local/bin/bitsharesentry.sh"]


================================================
FILE: Doxyfile
================================================
# Doxyfile 1.8.9.1

# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# All text after a double hash (##) is considered a comment and is placed in
# front of the TAG it is preceding.
#
# All text after a single hash (#) is considered a comment and will be ignored.
# The format is:
# TAG = value [value, ...]
# For lists, items can also be appended using:
# TAG += value [value, ...]
# Values that contain spaces should be placed between quotes (\" \").

#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------

# This tag specifies the encoding used for all characters in the config file
# that follow. The default is UTF-8 which is also the encoding used for all text
# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
# for the list of possible encodings.
# The default value is: UTF-8.

DOXYFILE_ENCODING      = UTF-8

# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
# double-quotes, unless you are using Doxywizard) that should identify the
# project for which the documentation is generated. This name is used in the
# title of most generated pages and in a few other places.
# The default value is: My Project.

PROJECT_NAME           = "BitShares-Core"

# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER         = "4.0.0"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.

PROJECT_BRIEF          = "BitShares blockchain implementation and command-line interface software"

# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.

PROJECT_LOGO           =

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY       = doxygen

# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
# will distribute the generated files over these directories. Enabling this
# option can be useful when feeding doxygen a huge amount of source files, where
# putting all generated files in the same directory would otherwise causes
# performance problems for the file system.
# The default value is: NO.

CREATE_SUBDIRS         = NO

# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
# characters to appear in the names of generated files. If set to NO, non-ASCII
# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
# U+3044.
# The default value is: NO.

ALLOW_UNICODE_NAMES    = NO

# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
# information to generate all constant output in the proper language.
# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
# Ukrainian and Vietnamese.
# The default value is: English.

OUTPUT_LANGUAGE        = English

# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
# descriptions after the members that are listed in the file and class
# documentation (similar to Javadoc). Set to NO to disable this.
# The default value is: YES.

BRIEF_MEMBER_DESC      = YES

# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
# description of a member or function before the detailed description
#
# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
# brief descriptions will be completely suppressed.
# The default value is: YES.

REPEAT_BRIEF           = YES

# This tag implements a quasi-intelligent brief description abbreviator that is
# used to form the text in various listings. Each string in this list, if found
# as the leading text of the brief description, will be stripped from the text
# and the result, after processing the whole list, is used as the annotated
# text. Otherwise, the brief description is used as-is. If left blank, the
# following values are used ($name is automatically replaced with the name of
# the entity):The $name class, The $name widget, The $name file, is, provides,
# specifies, contains, represents, a, an and the.

ABBREVIATE_BRIEF       =

# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
# doxygen will generate a detailed section even if there is only a brief
# description.
# The default value is: NO.

ALWAYS_DETAILED_SEC    = NO

# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
# inherited members of a class in the documentation of that class as if those
# members were ordinary class members. Constructors, destructors and assignment
# operators of the base classes will not be shown.
# The default value is: NO.

INLINE_INHERITED_MEMB  = NO

# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
# before files name in the file list and in the header files. If set to NO the
# shortest path that makes the file name unique will be used
# The default value is: YES.

FULL_PATH_NAMES        = YES

# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
# Stripping is only done if one of the specified strings matches the left-hand
# part of the path. The tag can be used to show relative paths in the file list.
# If left blank the directory from which doxygen is run is used as the path to
# strip.
#
# Note that you can specify absolute paths here, but also relative paths, which
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.

STRIP_FROM_PATH        =

# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
# header file to include in order to use a class. If left blank only the name of
# the header file containing the class definition is used. Otherwise one should
# specify the list of include paths that are normally passed to the compiler
# using the -I flag.

STRIP_FROM_INC_PATH    =

# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
# less readable) file names. This can be useful is your file systems doesn't
# support long names like on DOS, Mac, or CD-ROM.
# The default value is: NO.

SHORT_NAMES            = NO

# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
# first line (until the first dot) of a Javadoc-style comment as the brief
# description. If set to NO, the Javadoc-style will behave just like regular Qt-
# style comments (thus requiring an explicit @brief command for a brief
# description.)
# The default value is: NO.

JAVADOC_AUTOBRIEF      = NO

# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# line (until the first dot) of a Qt-style comment as the brief description. If
# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
# requiring an explicit \brief command for a brief description.)
# The default value is: NO.

QT_AUTOBRIEF           = NO

# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
# a brief description. This used to be the default behavior. The new default is
# to treat a multi-line C++ comment block as a detailed description. Set this
# tag to YES if you prefer the old behavior instead.
#
# Note that setting this tag to YES also means that rational rose comments are
# not recognized any more.
# The default value is: NO.

MULTILINE_CPP_IS_BRIEF = NO

# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
# documentation from any documented member that it re-implements.
# The default value is: YES.

INHERIT_DOCS           = YES

# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
# page for each member. If set to NO, the documentation of a member will be part
# of the file/class/namespace that contains it.
# The default value is: NO.

SEPARATE_MEMBER_PAGES  = NO

# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
# uses this value to replace tabs by spaces in code fragments.
# Minimum value: 1, maximum value: 16, default value: 4.

TAB_SIZE               = 4

# This tag can be used to specify a number of aliases that act as commands in
# the documentation. An alias has the form:
# name=value
# For example adding
# "sideeffect=@par Side Effects:\n"
# will allow you to put the command \sideeffect (or @sideeffect) in the
# documentation, which will result in a user-defined paragraph with heading
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.

ALIASES                =

# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
# will allow you to use the command class in the itcl::class meaning.

TCL_SUBST              =

# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For
# instance, some of the names that are used will be different. The list of all
# members will be omitted, etc.
# The default value is: NO.

OPTIMIZE_OUTPUT_FOR_C  = NO

# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
# Python sources only. Doxygen will then generate output that is more tailored
# for that language. For instance, namespaces will be presented as packages,
# qualified scopes will look different, etc.
# The default value is: NO.

OPTIMIZE_OUTPUT_JAVA   = NO

# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
# sources. Doxygen will then generate output that is tailored for Fortran.
# The default value is: NO.

OPTIMIZE_FOR_FORTRAN   = NO

# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
# sources. Doxygen will then generate output that is tailored for VHDL.
# The default value is: NO.

OPTIMIZE_OUTPUT_VHDL   = NO

# Doxygen selects the parser to use depending on the extension of the files it
# parses. With this tag you can assign which parser to use for a given
# extension. Doxygen has a built-in mapping, but you can override or extend it
# using this tag. The format is ext=language, where ext is a file extension, and
# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
# Fortran. In the later case the parser tries to guess whether the code is fixed
# or free formatted code, this is the default for Fortran type files), VHDL. For
# instance to make doxygen treat .inc files as Fortran files (default is PHP),
# and .f files as C (default is Fortran), use: inc=Fortran f=C.
#
# Note: For files without extension you can use no_extension as a placeholder.
#
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
# the files are not read by doxygen.

EXTENSION_MAPPING      =

# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
# according to the Markdown format, which allows for more readable
# documentation. See http://daringfireball.net/projects/markdown/ for details.
# The output of markdown processing is further processed by doxygen, so you can
# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
# case of backward compatibilities issues.
# The default value is: YES.

MARKDOWN_SUPPORT       = YES

# When enabled doxygen tries to link words that correspond to documented
# classes, or namespaces to their corresponding documentation. Such a link can
# be prevented in individual cases by putting a % sign in front of the word or
# globally by setting AUTOLINK_SUPPORT to NO.
# The default value is: YES.

AUTOLINK_SUPPORT       = YES

# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
# to include (a tag file for) the STL sources as input, then you should set this
# tag to YES in order to let doxygen match functions declarations and
# definitions whose arguments contain STL classes (e.g. func(std::string);
# versus func(std::string) {}). This also make the inheritance and collaboration
# diagrams that involve STL classes more complete and accurate.
# The default value is: NO.

BUILTIN_STL_SUPPORT    = NO

# If you use Microsoft's C++/CLI language, you should set this option to YES to
# enable parsing support.
# The default value is: NO.

CPP_CLI_SUPPORT        = NO

# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
# will parse them like normal C++ but will assume all classes use public instead
# of private inheritance when no explicit protection keyword is present.
# The default value is: NO.

SIP_SUPPORT            = NO

# For Microsoft's IDL there are propget and propput attributes to indicate
# getter and setter methods for a property. Setting this option to YES will make
# doxygen to replace the get and set methods by a property in the documentation.
# This will only work if the methods are indeed getting or setting a simple
# type. If this is not the case, or you want to show the methods anyway, you
# should set this option to NO.
# The default value is: YES.

IDL_PROPERTY_SUPPORT   = YES

# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
# tag is set to YES then doxygen will reuse the documentation of the first
# member in the group (if any) for the other members of the group. By default
# all members of a group must be documented explicitly.
# The default value is: NO.

DISTRIBUTE_GROUP_DOC   = NO

# Set the SUBGROUPING tag to YES to allow class member groups of the same type
# (for instance a group of public functions) to be put as a subgroup of that
# type (e.g. under the Public Functions section). Set it to NO to prevent
# subgrouping. Alternatively, this can be done per class using the
# \nosubgrouping command.
# The default value is: YES.

SUBGROUPING            = YES

# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
# are shown inside the group in which they are included (e.g. using \ingroup)
# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
# and RTF).
#
# Note that this feature does not work in combination with
# SEPARATE_MEMBER_PAGES.
# The default value is: NO.

INLINE_GROUPED_CLASSES = NO

# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
# with only public data fields or simple typedef fields will be shown inline in
# the documentation of the scope in which they are defined (i.e. file,
# namespace, or group documentation), provided this scope is documented. If set
# to NO, structs, classes, and unions are shown on a separate page (for HTML and
# Man pages) or section (for LaTeX and RTF).
# The default value is: NO.

INLINE_SIMPLE_STRUCTS  = NO

# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
# enum is documented as struct, union, or enum with the name of the typedef. So
# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
# with name TypeT. When disabled the typedef will appear as a member of a file,
# namespace, or class. And the struct will be named TypeS. This can typically be
# useful for C code in case the coding convention dictates that all compound
# types are typedef'ed and only the typedef is referenced, never the tag name.
# The default value is: NO.

TYPEDEF_HIDES_STRUCT   = NO

# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
# cache is used to resolve symbols given their name and scope. Since this can be
# an expensive process and often the same symbol appears multiple times in the
# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
# doxygen will become slower. If the cache is too large, memory is wasted. The
# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
# symbols. At the end of a run doxygen will report the cache usage and suggest
# the optimal cache size from a speed point of view.
# Minimum value: 0, maximum value: 9, default value: 0.

LOOKUP_CACHE_SIZE      = 0

#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------

# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
# documentation are documented, even if no documentation was available. Private
# class members and static file members will be hidden unless the
# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
# Note: This will also disable the warnings about undocumented members that are
# normally produced when WARNINGS is set to YES.
# The default value is: NO.

EXTRACT_ALL            = YES

# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
# The default value is: NO.

EXTRACT_PRIVATE        = NO

# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# scope will be included in the documentation.
# The default value is: NO.

EXTRACT_PACKAGE        = NO

# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
# included in the documentation.
# The default value is: NO.

EXTRACT_STATIC         = NO

# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,
# only classes defined in header files are included. Does not have any effect
# for Java sources.
# The default value is: YES.

EXTRACT_LOCAL_CLASSES  = YES

# This flag is only useful for Objective-C code. If set to YES, local methods,
# which are defined in the implementation section but not in the interface are
# included in the documentation. If set to NO, only methods in the interface are
# included.
# The default value is: NO.

EXTRACT_LOCAL_METHODS  = NO

# If this flag is set to YES, the members of anonymous namespaces will be
# extracted and appear in the documentation as a namespace called
# 'anonymous_namespace{file}', where file will be replaced with the base name of
# the file that contains the anonymous namespace. By default anonymous namespace
# are hidden.
# The default value is: NO.

EXTRACT_ANON_NSPACES   = NO

# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
# undocumented members inside documented classes or files. If set to NO these
# members will be included in the various overviews, but no documentation
# section is generated. This option has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.

HIDE_UNDOC_MEMBERS     = NO

# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy. If set
# to NO, these classes will be included in the various overviews. This option
# has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.

HIDE_UNDOC_CLASSES     = NO

# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
# (class|struct|union) declarations. If set to NO, these declarations will be
# included in the documentation.
# The default value is: NO.

HIDE_FRIEND_COMPOUNDS  = NO

# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
# documentation blocks found inside the body of a function. If set to NO, these
# blocks will be appended to the function's detailed documentation block.
# The default value is: NO.

HIDE_IN_BODY_DOCS      = NO

# The INTERNAL_DOCS tag determines if documentation that is typed after a
# \internal command is included. If the tag is set to NO then the documentation
# will be excluded. Set it to YES to include the internal documentation.
# The default value is: NO.

INTERNAL_DOCS          = NO

# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
# names in lower-case letters. If set to YES, upper-case letters are also
# allowed. This is useful if you have classes or files whose names only differ
# in case and if your file system supports case sensitive file names. Windows
# and Mac users are advised to set this option to NO.
# The default value is: system dependent.

CASE_SENSE_NAMES       = NO

# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
# their full class and namespace scopes in the documentation. If set to YES, the
# scope will be hidden.
# The default value is: NO.

HIDE_SCOPE_NAMES       = NO

# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
# append additional text to a page's title, such as Class Reference. If set to
# YES the compound reference will be hidden.
# The default value is: NO.

HIDE_COMPOUND_REFERENCE= NO

# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
# the files that are included by a file in the documentation of that file.
# The default value is: YES.

SHOW_INCLUDE_FILES     = YES

# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
# grouped member an include statement to the documentation, telling the reader
# which file to include in order to use the member.
# The default value is: NO.

SHOW_GROUPED_MEMB_INC  = NO

# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
# files with double quotes in the documentation rather than with sharp brackets.
# The default value is: NO.

FORCE_LOCAL_INCLUDES   = NO

# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
# documentation for inline members.
# The default value is: YES.

INLINE_INFO            = YES

# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
# (detailed) documentation of file and class members alphabetically by member
# name. If set to NO, the members will appear in declaration order.
# The default value is: YES.

SORT_MEMBER_DOCS       = YES

# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
# descriptions of file, namespace and class members alphabetically by member
# name. If set to NO, the members will appear in declaration order. Note that
# this will also influence the order of the classes in the class list.
# The default value is: NO.

SORT_BRIEF_DOCS        = NO

# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
# (brief and detailed) documentation of class members so that constructors and
# destructors are listed first. If set to NO the constructors will appear in the
# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
# member documentation.
# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
# detailed member documentation.
# The default value is: NO.

SORT_MEMBERS_CTORS_1ST = NO

# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
# of group names into alphabetical order. If set to NO the group names will
# appear in their defined order.
# The default value is: NO.

SORT_GROUP_NAMES       = NO

# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
# fully-qualified names, including namespaces. If set to NO, the class list will
# be sorted only by class name, not including the namespace part.
# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
# Note: This option applies only to the class list, not to the alphabetical
# list.
# The default value is: NO.

SORT_BY_SCOPE_NAME     = NO

# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
# type resolution of all parameters of a function it will reject a match between
# the prototype and the implementation of a member function even if there is
# only one candidate or it is obvious which candidate to choose by doing a
# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
# accept a match between prototype and implementation in such cases.
# The default value is: NO.

STRICT_PROTO_MATCHING  = NO

# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
# list. This list is created by putting \todo commands in the documentation.
# The default value is: YES.

GENERATE_TODOLIST      = YES

# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
# list. This list is created by putting \test commands in the documentation.
# The default value is: YES.

GENERATE_TESTLIST      = YES

# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
# list. This list is created by putting \bug commands in the documentation.
# The default value is: YES.

GENERATE_BUGLIST       = YES

# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
# the deprecated list. This list is created by putting \deprecated commands in
# the documentation.
# The default value is: YES.

GENERATE_DEPRECATEDLIST= YES

# The ENABLED_SECTIONS tag can be used to enable conditional documentation
# sections, marked by \if <section_label> ... \endif and \cond <section_label>
# ... \endcond blocks.

ENABLED_SECTIONS       =

# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
# initial value of a variable or macro / define can have for it to appear in the
# documentation. If the initializer consists of more lines than specified here
# it will be hidden. Use a value of 0 to hide initializers completely. The
# appearance of the value of individual variables and macros / defines can be
# controlled using \showinitializer or \hideinitializer command in the
# documentation regardless of this setting.
# Minimum value: 0, maximum value: 10000, default value: 30.

MAX_INITIALIZER_LINES  = 30

# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
# the bottom of the documentation of classes and structs. If set to YES, the
# list will mention the files that were used to generate the documentation.
# The default value is: YES.

SHOW_USED_FILES        = YES

# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
# will remove the Files entry from the Quick Index and from the Folder Tree View
# (if specified).
# The default value is: YES.

SHOW_FILES             = YES

# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
# page. This will remove the Namespaces entry from the Quick Index and from the
# Folder Tree View (if specified).
# The default value is: YES.

SHOW_NAMESPACES        = YES

# The FILE_VERSION_FILTER tag can be used to specify a program or script that
# doxygen should invoke to get the current version for each file (typically from
# the version control system). Doxygen will invoke the program by executing (via
# popen()) the command command input-file, where command is the value of the
# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
# by doxygen. Whatever the program writes to standard output is used as the file
# version. For an example see the documentation.

FILE_VERSION_FILTER    =

# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
# by doxygen. The layout file controls the global structure of the generated
# output files in an output format independent way. To create the layout file
# that represents doxygen's defaults, run doxygen with the -l option. You can
# optionally specify a file name after the option, if omitted DoxygenLayout.xml
# will be used as the name of the layout file.
#
# Note that if you run doxygen from a directory containing a file called
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.

LAYOUT_FILE            =

# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
# extension is automatically appended if omitted. This requires the bibtex tool
# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
# For LaTeX the style of the bibliography can be controlled using
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
# search path. See also \cite for info how to create references.

CITE_BIB_FILES         =

#---------------------------------------------------------------------------
# Configuration options related to warning and progress messages
#---------------------------------------------------------------------------

# The QUIET tag can be used to turn on/off the messages that are generated to
# standard output by doxygen. If QUIET is set to YES this implies that the
# messages are off.
# The default value is: NO.

QUIET                  = NO

# The WARNINGS tag can be used to turn on/off the warning messages that are
# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
# this implies that the warnings are on.
#
# Tip: Turn warnings on while writing the documentation.
# The default value is: YES.

WARNINGS               = YES

# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
# will automatically be disabled.
# The default value is: YES.

WARN_IF_UNDOCUMENTED   = YES

# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
# potential errors in the documentation, such as not documenting some parameters
# in a documented function, or documenting parameters that don't exist or using
# markup commands wrongly.
# The default value is: YES.

WARN_IF_DOC_ERROR      = YES

# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
# are documented, but have no documentation for their parameters or return
# value. If set to NO, doxygen will only warn about wrong or incomplete
# parameter documentation, but not about the absence of documentation.
# The default value is: NO.

WARN_NO_PARAMDOC       = NO

# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which
# will be replaced by the file and line number from which the warning originated
# and the warning text. Optionally the format may contain $version, which will
# be replaced by the version of the file (if it could be obtained via
# FILE_VERSION_FILTER)
# The default value is: $file:$line: $text.

WARN_FORMAT            = "$file:$line: $text"

# The WARN_LOGFILE tag can be used to specify a file to which warning and error
# messages should be written. If left blank the output is written to standard
# error (stderr).

WARN_LOGFILE           =

#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------

# The INPUT tag is used to specify the files and/or directories that contain
# documented source files. You may enter file names like myfile.cpp or
# directories like /usr/src/myproject. Separate the files or directories with
# spaces.
# Note: If this tag is empty the current directory is searched.

INPUT                  = README.md doc/main.dox libraries/chain libraries/db libraries/app libraries/wallet libraries/protocol libraries/net libraries/plugins libraries/fc libraries/utilities libraries/egenesis

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
# documentation (see: http://www.gnu.org/software/libiconv) for the list of
# possible encodings.
# The default value is: UTF-8.

INPUT_ENCODING         = UTF-8

# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
# *.h) to filter out the source-files in the directories. If left blank the
# following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii,
# *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
# *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
# *.qsf, *.as and *.js.

FILE_PATTERNS          = *.cpp *.hpp *.hxx

# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
# The default value is: NO.

RECURSIVE              = YES

# The EXCLUDE tag can be used to specify files and/or directories that should be
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
#
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE                = libraries/fc/vendor/editline libraries/fc/vendor/secp256k1-zkp libraries/fc/vendor/websocketpp

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
# from the input.
# The default value is: NO.

EXCLUDE_SYMLINKS       = NO

# If the value of the INPUT tag contains directories, you can use the
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
#
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*

EXCLUDE_PATTERNS       =

# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
# output. The symbol name can be a fully qualified name, a word, or if the
# wildcard * is used, a substring. Examples: ANamespace, AClass,
# AClass::ANamespace, ANamespace::*Test
#
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*

EXCLUDE_SYMBOLS        = boost

# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# that contain example code fragments that are included (see the \include
# command).

EXAMPLE_PATH           =

# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
# *.h) to filter out the source-files in the directories. If left blank all
# files are included.

EXAMPLE_PATTERNS       =

# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# searched for input files to be used with the \include or \dontinclude commands
# irrespective of the value of the RECURSIVE tag.
# The default value is: NO.

EXAMPLE_RECURSIVE      = NO

# The IMAGE_PATH tag can be used to specify one or more files or directories
# that contain images that are to be included in the documentation (see the
# \image command).

IMAGE_PATH             =

# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
# by executing (via popen()) the command:
#
# <filter> <input-file>
#
# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
# name of an input file. Doxygen will then use the output that the filter
# program writes to standard output. If FILTER_PATTERNS is specified, this tag
# will be ignored.
#
# Note that the filter must not add or remove lines; it is applied before the
# code is scanned, but not when the output code is generated. If lines are added
# or removed, the anchors will not be placed correctly.

INPUT_FILTER           =

# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis. Doxygen will compare the file name with each pattern and apply the
# filter if there is a match. The filters are a list of the form: pattern=filter
# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
# patterns match the file name, INPUT_FILTER is applied.

FILTER_PATTERNS        =

# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# INPUT_FILTER) will also be used to filter the input files that are used for
# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
# The default value is: NO.

FILTER_SOURCE_FILES    = NO

# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
# it is also possible to disable source filtering for a specific pattern using
# *.ext= (so without naming a filter).
# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.

FILTER_SOURCE_PATTERNS =

# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
# is part of the input, its contents will be placed on the main page
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.

USE_MDFILE_AS_MAINPAGE = "README.md"

#---------------------------------------------------------------------------
# Configuration options related to source browsing
#---------------------------------------------------------------------------

# If the SOURCE_BROWSER tag is set to YES then a list of source files will be
# generated. Documented entities will be cross-referenced with these sources.
#
# Note: To get rid of all source code in the generated output, make sure that
# also VERBATIM_HEADERS is set to NO.
# The default value is: NO.

SOURCE_BROWSER         = YES

# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
# The default value is: NO.

INLINE_SOURCES         = NO

# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
# special comment blocks from generated source code fragments. Normal C, C++ and
# Fortran comments will always remain visible.
# The default value is: YES.

STRIP_CODE_COMMENTS    = YES

# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
# function all documented functions referencing it will be listed.
# The default value is: NO.

REFERENCED_BY_RELATION = NO

# If the REFERENCES_RELATION tag is set to YES then for each documented function
# all documented entities called/used by that function will be listed.
# The default value is: NO.

REFERENCES_RELATION    = NO

# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
# link to the documentation.
# The default value is: YES.

REFERENCES_LINK_SOURCE = YES

# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
# source code will show a tooltip with additional information such as prototype,
# brief description and links to the definition and documentation. Since this
# will make the HTML file larger and loading of large files a bit slower, you
# can opt to disable this feature.
# The default value is: YES.
# This tag requires that the tag SOURCE_BROWSER is set to YES.

SOURCE_TOOLTIPS        = YES

# If the USE_HTAGS tag is set to YES then the references to source code will
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
# source browser. The htags tool is part of GNU's global source tagging system
# (see http://www.gnu.org/software/global/global.html). You will need version
# 4.8.6 or higher.
#
# To use it do the following:
# - Install the latest version of global
# - Enable SOURCE_BROWSER and USE_HTAGS in the config file
# - Make sure the INPUT points to the root of the source tree
# - Run doxygen as normal
#
# Doxygen will invoke htags (and that will in turn invoke gtags), so these
# tools must be available from the command line (i.e. in the search path).
#
# The result: instead of the source browser generated by doxygen, the links to
# source code will now point to the output of htags.
# The default value is: NO.
# This tag requires that the tag SOURCE_BROWSER is set to YES.

USE_HTAGS              = NO

# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
# verbatim copy of the header file for each class for which an include is
# specified. Set to NO to disable this.
# See also: Section \class.
# The default value is: YES.

VERBATIM_HEADERS       = YES

#---------------------------------------------------------------------------
# Configuration options related to the alphabetical class index
#---------------------------------------------------------------------------

# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
# compounds will be generated. Enable this if the project contains a lot of
# classes, structs, unions or interfaces.
# The default value is: YES.

ALPHABETICAL_INDEX     = YES

# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
# which the alphabetical index list will be split.
# Minimum value: 1, maximum value: 20, default value: 5.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.

COLS_IN_ALPHA_INDEX    = 5

# In case all classes in a project start with a common prefix, all classes will
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
# can be used to specify a prefix (or a list of prefixes) that should be ignored
# while generating the index headers.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.

IGNORE_PREFIX          =

#---------------------------------------------------------------------------
# Configuration options related to the HTML output
#---------------------------------------------------------------------------

# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
# The default value is: YES.

GENERATE_HTML          = YES

# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_OUTPUT            = html

# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).
# The default value is: .html.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_FILE_EXTENSION    = .html

# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
# each generated HTML page. If the tag is left blank doxygen will generate a
# standard header.
#
# To get valid HTML the header file that includes any scripts and style sheets
# that doxygen needs, which is dependent on the configuration options used (e.g.
# the setting GENERATE_TREEVIEW). It is highly recommended to start with a
# default header using
# doxygen -w html new_header.html new_footer.html new_stylesheet.css
# YourConfigFile
# and then modify the file new_header.html. See also section "Doxygen usage"
# for information on how to generate the default header that doxygen normally
# uses.
# Note: The header is subject to change so you typically have to regenerate the
# default header when upgrading to a newer version of doxygen. For a description
# of the possible markers and block names see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_HEADER            =

# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
# generated HTML page. If the tag is left blank doxygen will generate a standard
# footer. See HTML_HEADER for more information on how to generate a default
# footer and what special commands can be used inside the footer. See also
# section "Doxygen usage" for information on how to generate the default footer
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_FOOTER            =

# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
# sheet that is used by each HTML page. It can be used to fine-tune the look of
# the HTML output. If left blank doxygen will generate a default style sheet.
# See also section "Doxygen usage" for information on how to generate the style
# sheet that doxygen normally uses.
# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
# it is more robust and this tag (HTML_STYLESHEET) will in the future become
# obsolete.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_STYLESHEET        =

# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# cascading style sheets that are included after the standard style sheets
# created by doxygen. Using this option one can overrule certain style aspects.
# This is preferred over using HTML_STYLESHEET since it does not replace the
# standard style sheet and is therefore more robust against future updates.
# Doxygen will copy the style sheet files to the output directory.
# Note: The order of the extra style sheet files is of importance (e.g. the last
# style sheet in the list overrules the setting of the previous ones in the
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_STYLESHEET  =

# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
# that these files will be copied to the base HTML output directory. Use the
# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_FILES       =

# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
# this color. Hue is specified as an angle on a colorwheel, see
# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
# purple, and 360 is red again.
# Minimum value: 0, maximum value: 359, default value: 220.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_COLORSTYLE_HUE    = 220

# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
# in the HTML output. For a value of 0 the output will use grayscales only. A
# value of 255 will produce the most vivid colors.
# Minimum value: 0, maximum value: 255, default value: 100.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_COLORSTYLE_SAT    = 100

# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
# luminance component of the colors in the HTML output. Values below 100
# gradually make the output lighter, whereas values above 100 make the output
# darker. The value divided by 100 is the actual gamma applied, so 80 represents
# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
# change the gamma.
# Minimum value: 40, maximum value: 240, default value: 80.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_COLORSTYLE_GAMMA  = 80

# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
# page will contain the date and time when the page was generated. Setting this
# to NO can help when comparing the output of multiple runs.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_TIMESTAMP         = YES

# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
# page has loaded.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_DYNAMIC_SECTIONS  = NO

# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
# shown in the various tree structured indices initially; the user can expand
# and collapse entries dynamically later on. Doxygen will expand the tree to
# such a level that at most the specified number of entries are visible (unless
# a fully collapsed tree already exceeds this amount). So setting the number of
# entries 1 will produce a full collapsed tree by default. 0 is a special value
# representing an infinite number of entries and will result in a full expanded
# tree by default.
# Minimum value: 0, maximum value: 9999, default value: 100.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_INDEX_NUM_ENTRIES = 100

# If the GENERATE_DOCSET tag is set to YES, additional index files will be
# generated that can be used as input for Apple's Xcode 3 integrated development
# environment (see: http://developer.apple.com/tools/xcode/), introduced with
# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
# Makefile in the HTML output directory. Running make will produce the docset in
# that directory and running make install will install the docset in
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
# for more information.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_DOCSET        = NO

# This tag determines the name of the docset feed. A documentation feed provides
# an umbrella under which multiple documentation sets from a single provider
# (such as a company or product suite) can be grouped.
# The default value is: Doxygen generated docs.
# This tag requires that the tag GENERATE_DOCSET is set to YES.

DOCSET_FEEDNAME        = "Doxygen generated docs"

# This tag specifies a string that should uniquely identify the documentation
# set bundle. This should be a reverse domain-name style string, e.g.
# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_DOCSET is set to YES.

DOCSET_BUNDLE_ID       = org.doxygen.Project

# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
# the documentation publisher. This should be a reverse domain-name style
# string, e.g. com.mycompany.MyDocSet.documentation.
# The default value is: org.doxygen.Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.

DOCSET_PUBLISHER_ID    = org.doxygen.Publisher

# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
# The default value is: Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.

DOCSET_PUBLISHER_NAME  = Publisher

# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
# Windows.
#
# The HTML Help Workshop contains a compiler that can convert all HTML output
# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
# files are now used as the Windows 98 help format, and will replace the old
# Windows help format (.hlp) on all Windows platforms in the future. Compressed
# HTML files also contain an index, a table of contents, and you can search for
# words in the documentation. The HTML workshop also contains a viewer for
# compressed HTML files.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_HTMLHELP      = NO

# The CHM_FILE tag can be used to specify the file name of the resulting .chm
# file. You can add a path in front of the file if the result should not be
# written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

CHM_FILE               =

# The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
# doxygen will try to run the HTML help compiler on the generated index.hhp.
# The file has to be specified with full path.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

HHC_LOCATION           =

# The GENERATE_CHI flag controls if a separate .chi index file is generated
# (YES) or that it should be included in the master .chm file (NO).
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

GENERATE_CHI           = NO

# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
# and project file content.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

CHM_INDEX_ENCODING     =

# The BINARY_TOC flag controls whether a binary table of contents is generated
# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
# enables the Previous and Next buttons.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

BINARY_TOC             = NO

# The TOC_EXPAND flag can be set to YES to add extra items for group members to
# the table of contents of the HTML help documentation and to the tree view.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

TOC_EXPAND             = NO

# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
# (.qch) of the generated HTML documentation.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_QHP           = NO

# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
# the file name of the resulting .qch file. The path specified is relative to
# the HTML output folder.
# This tag requires that the tag GENERATE_QHP is set to YES.

QCH_FILE               =

# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
# Project output. For more information please see Qt Help Project / Namespace
# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_QHP is set to YES.

QHP_NAMESPACE          = org.doxygen.Project

# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
# Help Project output. For more information please see Qt Help Project / Virtual
# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
# folders).
# The default value is: doc.
# This tag requires that the tag GENERATE_QHP is set to YES.

QHP_VIRTUAL_FOLDER     = doc

# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
# filter to add. For more information please see Qt Help Project / Custom
# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
# filters).
# This tag requires that the tag GENERATE_QHP is set to YES.

QHP_CUST_FILTER_NAME   =

# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
# custom filter to add. For more information please see Qt Help Project / Custom
# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
# filters).
# This tag requires that the tag GENERATE_QHP is set to YES.

QHP_CUST_FILTER_ATTRS  =

# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
# project's filter section matches. Qt Help Project / Filter Attributes (see:
# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
# This tag requires that the tag GENERATE_QHP is set to YES.

QHP_SECT_FILTER_ATTRS  =

# The QHG_LOCATION tag can be used to specify the location of Qt's
# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
# generated .qhp file.
# This tag requires that the tag GENERATE_QHP is set to YES.

QHG_LOCATION           =

# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
# generated, together with the HTML files, they form an Eclipse help plugin. To
# install this plugin and make it available under the help contents menu in
# Eclipse, the contents of the directory containing the HTML and XML files needs
# to be copied into the plugins directory of eclipse. The name of the directory
# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
# After copying Eclipse needs to be restarted before the help appears.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_ECLIPSEHELP   = NO

# A unique identifier for the Eclipse help plugin. When installing the plugin
# the directory name containing the HTML and XML files should also have this
# name. Each documentation set should have its own identifier.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.

ECLIPSE_DOC_ID         = org.doxygen.Project

# If you want full control over the layout of the generated HTML pages it might
# be necessary to disable the index and replace it with your own. The
# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
# of each HTML page. A value of NO enables the index and the value YES disables
# it. Since the tabs in the index contain the same information as the navigation
# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

DISABLE_INDEX          = NO

# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
# structure should be generated to display hierarchical information. If the tag
# value is set to YES, a side panel will be generated containing a tree-like
# index structure (just like the one that is generated for HTML Help). For this
# to work a browser that supports JavaScript, DHTML, CSS and frames is required
# (i.e. any modern browser). Windows users are probably better off using the
# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
# further fine-tune the look of the index. As an example, the default style
# sheet generated by doxygen has an example that shows how to put an image at
# the root of the tree instead of the PROJECT_NAME. Since the tree basically has
# the same information as the tab index, you could consider setting
# DISABLE_INDEX to YES when enabling this option.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_TREEVIEW      = NO

# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.
#
# Note that a value of 0 will completely suppress the enum values from appearing
# in the overview section.
# Minimum value: 0, maximum value: 20, default value: 4.
# This tag requires that the tag GENERATE_HTML is set to YES.

ENUM_VALUES_PER_LINE   = 4

# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
# to set the initial width (in pixels) of the frame in which the tree is shown.
# Minimum value: 0, maximum value: 1500, default value: 250.
# This tag requires that the tag GENERATE_HTML is set to YES.

TREEVIEW_WIDTH         = 250

# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
# external symbols imported via tag files in a separate window.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

EXT_LINKS_IN_WINDOW    = NO

# Use this tag to change the font size of LaTeX formulas included as images in
# the HTML documentation. When you change the font size after a successful
# doxygen run you need to manually remove any form_*.png images from the HTML
# output directory to force them to be regenerated.
# Minimum value: 8, maximum value: 50, default value: 10.
# This tag requires that the tag GENERATE_HTML is set to YES.

FORMULA_FONTSIZE       = 10

# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are not
# supported properly for IE 6.0, but are supported on all modern browsers.
#
# Note that when changing this option you need to delete any form_*.png files in
# the HTML output directory before the changes have effect.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.

FORMULA_TRANSPARENT    = YES

# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
# http://www.mathjax.org) which uses client side Javascript for the rendering
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
# installed or if you want to formulas look prettier in the HTML output. When
# enabled you may also need to install MathJax separately and configure the path
# to it using the MATHJAX_RELPATH option.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

USE_MATHJAX            = NO

# When MathJax is enabled you can set the default output format to be used for
# the MathJax output. See the MathJax site (see:
# http://docs.mathjax.org/en/latest/output.html) for more details.
# Possible values are: HTML-CSS (which is slower, but has the best
# compatibility), NativeMML (i.e. MathML) and SVG.
# The default value is: HTML-CSS.
# This tag requires that the tag USE_MATHJAX is set to YES.

MATHJAX_FORMAT         = HTML-CSS

# When MathJax is enabled you need to specify the location relative to the HTML
# output directory using the MATHJAX_RELPATH option. The destination directory
# should contain the MathJax.js script. For instance, if the mathjax directory
# is located at the same level as the HTML output directory, then
# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
# Content Delivery Network so you can quickly see the result without installing
# MathJax. However, it is strongly recommended to install a local copy of
# MathJax from http://www.mathjax.org before deployment.
# The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES.

MATHJAX_RELPATH        = http://cdn.mathjax.org/mathjax/latest

# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example
# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
# This tag requires that the tag USE_MATHJAX is set to YES.

MATHJAX_EXTENSIONS     =

# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
# of code that will be used on startup of the MathJax code. See the MathJax site
# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
# example see the documentation.
# This tag requires that the tag USE_MATHJAX is set to YES.

MATHJAX_CODEFILE       =

# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
# the HTML output. The underlying search engine uses javascript and DHTML and
# should work on any modern browser. Note that when using HTML help
# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
# there is already a search function so this one should typically be disabled.
# For large projects the javascript based search engine can be slow, then
# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
# search using the keyboard; to jump to the search box use <access key> + S
# (what the <access key> is depends on the OS and browser, but it is typically
# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
# key> to jump into the search results window, the results can be navigated
# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
# the search. The filter options can be selected when the cursor is inside the
# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
# to select a filter and <Enter> or <escape> to activate or cancel the filter
# option.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.

SEARCHENGINE           = YES

# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a web server instead of a web client using Javascript. There
# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
# setting. When disabled, doxygen will generate a PHP script for searching and
# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
# and searching needs to be provided by external tools. See the section
# "External Indexing and Searching" for details.
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.

SERVER_BASED_SEARCH    = NO

# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
# script for searching. Instead the search results are written to an XML file
# which needs to be processed by an external indexer. Doxygen will invoke an
# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
# search results.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
# Xapian (see: http://xapian.org/).
#
# See the section "External Indexing and Searching" for details.
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.

EXTERNAL_SEARCH        = NO

# The SEARCHENGINE_URL should point to a search engine hosted by a web server
# which will return the search results when EXTERNAL_SEARCH is enabled.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
# Xapian (see: http://xapian.org/). See the section "External Indexing and
# Searching" for details.
# This tag requires that the tag SEARCHENGINE is set to YES.

SEARCHENGINE_URL       =

# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
# search data is written to a file for indexing by an external tool. With the
# SEARCHDATA_FILE tag the name of this file can be specified.
# The default file is: searchdata.xml.
# This tag requires that the tag SEARCHENGINE is set to YES.

SEARCHDATA_FILE        = searchdata.xml

# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
# projects and redirect the results back to the right project.
# This tag requires that the tag SEARCHENGINE is set to YES.

EXTERNAL_SEARCH_ID     =

# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
# projects other than the one defined by this configuration file, but that are
# all added to the same external search index. Each project needs to have a
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
# to a relative location where the documentation can be found. The format is:
# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
# This tag requires that the tag SEARCHENGINE is set to YES.

EXTRA_SEARCH_MAPPINGS  =

#---------------------------------------------------------------------------
# Configuration options related to the LaTeX output
#---------------------------------------------------------------------------

# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.

GENERATE_LATEX         = YES

# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_OUTPUT           = latex

# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked.
#
# Note that when enabling USE_PDFLATEX this option is only used for generating
# bitmaps for formulas in the HTML output, but not in the Makefile that is
# written to the output directory.
# The default file is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_CMD_NAME         = latex

# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
# index for LaTeX.
# The default file is: makeindex.
# This tag requires that the tag GENERATE_LATEX is set to YES.

MAKEINDEX_CMD_NAME     = makeindex

# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
# documents. This may be useful for small projects and may help to save some
# trees in general.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.

COMPACT_LATEX          = NO

# The PAPER_TYPE tag can be used to set the paper type that is used by the
# printer.
# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
# 14 inches) and executive (7.25 x 10.5 inches).
# The default value is: a4.
# This tag requires that the tag GENERATE_LATEX is set to YES.

PAPER_TYPE             = a4

# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
# that should be included in the LaTeX output. To get the times font for
# instance you can specify
# EXTRA_PACKAGES=times
# If left blank no extra packages will be included.
# This tag requires that the tag GENERATE_LATEX is set to YES.

EXTRA_PACKAGES         =

# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
# generated LaTeX document. The header should contain everything until the first
# chapter. If it is left blank doxygen will generate a standard header. See
# section "Doxygen usage" for information on how to let doxygen write the
# default header to a separate file.
#
# Note: Only use a user-defined header if you know what you are doing! The
# following commands have a special meaning inside the header: $title,
# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
# $projectbrief, $projectlogo. Doxygen will replace $title with the empty
# string, for the replacement values of the other commands the user is referred
# to HTML_HEADER.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_HEADER           =

# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
# generated LaTeX document. The footer should contain everything after the last
# chapter. If it is left blank doxygen will generate a standard footer. See
# LATEX_HEADER for more information on how to generate a default footer and what
# special commands can be used inside the footer.
#
# Note: Only use a user-defined footer if you know what you are doing!
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_FOOTER           =

# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# LaTeX style sheets that are included after the standard style sheets created
# by doxygen. Using this option one can overrule certain style aspects. Doxygen
# will copy the style sheet files to the output directory.
# Note: The order of the extra style sheet files is of importance (e.g. the last
# style sheet in the list overrules the setting of the previous ones in the
# list).
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_EXTRA_STYLESHEET =

# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the LATEX_OUTPUT output
# directory. Note that the files will be copied as-is; there are no commands or
# markers available.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_EXTRA_FILES      =

# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
# contain links (just like the HTML output) instead of page references. This
# makes the output suitable for online browsing using a PDF viewer.
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.

PDF_HYPERLINKS         = YES

# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
# the PDF file directly from the LaTeX files. Set this option to YES, to get a
# higher quality PDF documentation.
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.

USE_PDFLATEX           = YES

# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
# command to the generated LaTeX files. This will instruct LaTeX to keep running
# if errors occur, instead of asking the user for help. This option is also used
# when generating formulas in HTML.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_BATCHMODE        = NO

# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
# index chapters (such as File Index, Compound Index, etc.) in the output.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_HIDE_INDICES     = NO

# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
# code with syntax highlighting in the LaTeX output.
#
# Note that which sources are shown also depends on other settings such as
# SOURCE_BROWSER.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_SOURCE_CODE      = NO

# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
# bibliography, e.g. plainnat, or ieeetr. See
# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
# The default value is: plain.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_BIB_STYLE        = plain

#---------------------------------------------------------------------------
# Configuration options related to the RTF output
#---------------------------------------------------------------------------

# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
# RTF output is optimized for Word 97 and may not look too pretty with other RTF
# readers/editors.
# The default value is: NO.

GENERATE_RTF           = NO

# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: rtf.
# This tag requires that the tag GENERATE_RTF is set to YES.

RTF_OUTPUT             = rtf

# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
# documents. This may be useful for small projects and may help to save some
# trees in general.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.

COMPACT_RTF            = NO

# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
# contain hyperlink fields. The RTF file will contain links (just like the HTML
# output) instead of page references. This makes the output suitable for online
# browsing using Word or some other Word compatible readers that support those
# fields.
#
# Note: WordPad (write) and others do not support links.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.

RTF_HYPERLINKS         = NO

# Load stylesheet definitions from file. Syntax is similar to doxygen's config
# file, i.e. a series of assignments. You only have to provide replacements,
# missing definitions are set to their default value.
#
# See also section "Doxygen usage" for information on how to generate the
# default style sheet that doxygen normally uses.
# This tag requires that the tag GENERATE_RTF is set to YES.

RTF_STYLESHEET_FILE    =

# Set optional variables used in the generation of an RTF document. Syntax is
# similar to doxygen's config file. A template extensions file can be generated
# using doxygen -e rtf extensionFile.
# This tag requires that the tag GENERATE_RTF is set to YES.

RTF_EXTENSIONS_FILE    =

# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
# with syntax highlighting in the RTF output.
#
# Note that which sources are shown also depends on other settings such as
# SOURCE_BROWSER.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.

RTF_SOURCE_CODE        = NO

#---------------------------------------------------------------------------
# Configuration options related to the man page output
#---------------------------------------------------------------------------

# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
# classes and files.
# The default value is: NO.

GENERATE_MAN           = NO

# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it. A directory man3 will be created inside the directory specified by
# MAN_OUTPUT.
# The default directory is: man.
# This tag requires that the tag GENERATE_MAN is set to YES.

MAN_OUTPUT             = man

# The MAN_EXTENSION tag determines the extension that is added to the generated
# man pages. In case the manual section does not start with a number, the number
# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
# optional.
# The default value is: .3.
# This tag requires that the tag GENERATE_MAN is set to YES.

MAN_EXTENSION          = .3

# The MAN_SUBDIR tag determines the name of the directory created within
# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
# MAN_EXTENSION with the initial . removed.
# This tag requires that the tag GENERATE_MAN is set to YES.

MAN_SUBDIR             =

# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
# will generate one additional man file for each entity documented in the real
# man page(s). These additional files only source the real man page, but without
# them the man command would be unable to find the correct page.
# The default value is: NO.
# This tag requires that the tag GENERATE_MAN is set to YES.

MAN_LINKS              = NO

#---------------------------------------------------------------------------
# Configuration options related to the XML output
#---------------------------------------------------------------------------

# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
# captures the structure of the code including all documentation.
# The default value is: NO.

GENERATE_XML           = YES

# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: xml.
# This tag requires that the tag GENERATE_XML is set to YES.

XML_OUTPUT             = xml

# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
# listings (including syntax highlighting and cross-referencing information) to
# the XML output. Note that enabling this will significantly increase the size
# of the XML output.
# The default value is: YES.
# This tag requires that the tag GENERATE_XML is set to YES.

XML_PROGRAMLISTING     = NO

#---------------------------------------------------------------------------
# Configuration options related to the DOCBOOK output
#---------------------------------------------------------------------------

# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
# that can be used to generate PDF.
# The default value is: NO.

GENERATE_DOCBOOK       = NO

# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
# front of it.
# The default directory is: docbook.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.

DOCBOOK_OUTPUT         = docbook

# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
# program listings (including syntax highlighting and cross-referencing
# information) to the DOCBOOK output. Note that enabling this will significantly
# increase the size of the DOCBOOK output.
# The default value is: NO.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.

DOCBOOK_PROGRAMLISTING = NO

#---------------------------------------------------------------------------
# Configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------

# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
# AutoGen Definitions (see http://autogen.sf.net) file that captures the
# structure of the code including all documentation. Note that this feature is
# still experimental and incomplete at the moment.
# The default value is: NO.

GENERATE_AUTOGEN_DEF   = NO

#---------------------------------------------------------------------------
# Configuration options related to the Perl module output
#---------------------------------------------------------------------------

# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
# file that captures the structure of the code including all documentation.
#
# Note that this feature is still experimental and incomplete at the moment.
# The default value is: NO.

GENERATE_PERLMOD       = NO

# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
# output from the Perl module output.
# The default value is: NO.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.

PERLMOD_LATEX          = NO

# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
# formatted so it can be parsed by a human reader. This is useful if you want to
# understand what is going on. On the other hand, if this tag is set to NO, the
# size of the Perl module output will be much smaller and Perl will parse it
# just the same.
# The default value is: YES.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.

PERLMOD_PRETTY         = YES

# The names of the make variables in the generated doxyrules.make file are
# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
# so different doxyrules.make files included by the same Makefile don't
# overwrite each other's variables.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.

PERLMOD_MAKEVAR_PREFIX =

#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------

# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
# C-preprocessor directives found in the sources and include files.
# The default value is: YES.

ENABLE_PREPROCESSING   = YES

# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
# in the source code. If set to NO, only conditional compilation will be
# performed. Macro expansion can be done in a controlled way by setting
# EXPAND_ONLY_PREDEF to YES.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

MACRO_EXPANSION        = NO

# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
# the macro expansion is limited to the macros specified with the PREDEFINED and
# EXPAND_AS_DEFINED tags.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

EXPAND_ONLY_PREDEF     = NO

# If the SEARCH_INCLUDES tag is set to YES, the include files in the
# INCLUDE_PATH will be searched if a #include is found.
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

SEARCH_INCLUDES        = YES

# The INCLUDE_PATH tag can be used to specify one or more directories that
# contain include files that are not input files but should be processed by the
# preprocessor.
# This tag requires that the tag SEARCH_INCLUDES is set to YES.

INCLUDE_PATH           =

# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the
# directories. If left blank, the patterns specified with FILE_PATTERNS will be
# used.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

INCLUDE_FILE_PATTERNS  =

# The PREDEFINED tag can be used to specify one or more macro names that are
# defined before the preprocessor is started (similar to the -D option of e.g.
# gcc). The argument of the tag is a list of macros of the form: name or
# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
# is assumed. To prevent a macro definition from being undefined via #undef or
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

PREDEFINED             =

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
# macro definition that is found in the sources will be used. Use the PREDEFINED
# tag if you want to use a different macro definition that overrules the
# definition found in the source code.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

EXPAND_AS_DEFINED      =

# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all references to function-like macros that are alone on a line, have
# an all uppercase name, and do not end with a semicolon. Such function macros
# are typically used for boiler-plate code, and will confuse the parser if not
# removed.
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

SKIP_FUNCTION_MACROS   = YES

#---------------------------------------------------------------------------
# Configuration options related to external references
#---------------------------------------------------------------------------

# The TAGFILES tag can be used to specify one or more tag files. For each tag
# file the location of the external documentation should be added. The format of
# a tag file without this location is as follows:
# TAGFILES = file1 file2 ...
# Adding location for the tag files is done as follows:
# TAGFILES = file1=loc1 "file2 = loc2" ...
# where loc1 and loc2 can be relative or absolute paths or URLs. See the
# section "Linking to external documentation" for more information about the use
# of tag files.
# Note: Each tag file must have a unique name (where the name does NOT include
# the path). If a tag file is not located in the directory in which doxygen is
# run, you must also specify the path to the tagfile here.

TAGFILES               =

# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files.

GENERATE_TAGFILE       =

# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
# the class index. If set to NO, only the inherited external classes will be
# listed.
# The default value is: NO.

ALLEXTERNALS           = NO

# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
# in the modules index. If set to NO, only the current project's groups will be
# listed.
# The default value is: YES.

EXTERNAL_GROUPS        = YES

# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
# the related pages index. If set to NO, only the current project's pages will
# be listed.
# The default value is: YES.

EXTERNAL_PAGES         = YES

# The PERL_PATH should be the absolute path and name of the perl script
# interpreter (i.e. the result of 'which perl').
# The default file (with absolute path) is: /usr/bin/perl.

PERL_PATH              = /usr/bin/perl

#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------

# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
# NO turns the diagrams off. Note that this option also works with HAVE_DOT
# disabled, but it is recommended to install and use dot, since it yields more
# powerful graphs.
# The default value is: YES.

CLASS_DIAGRAMS         = YES

# You can define message sequence charts within doxygen comments using the \msc
# command. Doxygen will then run the mscgen tool (see:
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
# the mscgen tool resides. If left empty the tool is assumed to be found in the
# default search path.

MSCGEN_PATH            =

# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
# If left empty dia is assumed to be found in the default search path.

DIA_PATH               =

# If set to YES the inheritance and collaboration graphs will hide inheritance
# and usage relations if the target is undocumented or is not a class.
# The default value is: YES.

HIDE_UNDOC_RELATIONS   = YES

# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
# available from the path. This tool is part of Graphviz (see:
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
# Bell Labs. The other options in this section have no effect if this option is
# set to NO
# The default value is: NO.

HAVE_DOT               = NO

# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of
# processors available in the system. You can set it explicitly to a value
# larger than 0 to get control over the balance between CPU load and processing
# speed.
# Minimum value: 0, maximum value: 32, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_NUM_THREADS        = 0

# When you want a differently looking font in the dot files that doxygen
# generates you can specify the font name using DOT_FONTNAME. You need to make
# sure dot is able to find the font, which can be done by putting it in a
# standard location or by setting the DOTFONTPATH environment variable or by
# setting DOT_FONTPATH to the directory containing the font.
# The default value is: Helvetica.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_FONTNAME           = Helvetica

# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
# dot graphs.
# Minimum value: 4, maximum value: 24, default value: 10.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_FONTSIZE           = 10

# By default doxygen will tell dot to use the default font as specified with
# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
# the path where dot can find it using this tag.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_FONTPATH           =

# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
# each documented class showing the direct and indirect inheritance relations.
# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

CLASS_GRAPH            = YES

# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
# graph for each documented class showing the direct and indirect implementation
# dependencies (inheritance, containment, and class references variables) of the
# class with other documented classes.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

COLLABORATION_GRAPH    = YES

# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
# groups, showing the direct groups dependencies.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

GROUP_GRAPHS           = YES

# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
# collaboration diagrams in a style similar to the OMG's Unified Modeling
# Language.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

UML_LOOK               = NO

# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
# class node. If there are many fields or methods and many nodes the graph may
# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
# number of items for each type to make the size more manageable. Set this to 0
# for no limit. Note that the threshold may be exceeded by 50% before the limit
# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
# but if the number exceeds 15, the total amount of fields shown is limited to
# 10.
# Minimum value: 0, maximum value: 100, default value: 10.
# This tag requires that the tag HAVE_DOT is set to YES.

UML_LIMIT_NUM_FIELDS   = 10

# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
# collaboration graphs will show the relations between templates and their
# instances.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

TEMPLATE_RELATIONS     = NO

# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
# YES then doxygen will generate a graph for each documented file showing the
# direct and indirect include dependencies of the file with other documented
# files.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

INCLUDE_GRAPH          = YES

# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
# set to YES then doxygen will generate a graph for each documented file showing
# the direct and indirect include dependencies of the file with other documented
# files.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

INCLUDED_BY_GRAPH      = YES

# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
# dependency graph for every global function or class method.
#
# Note that enabling this option will significantly increase the time of a run.
# So in most cases it will be better to enable call graphs for selected
# functions only using the \callgraph command.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

CALL_GRAPH             = NO

# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
# dependency graph for every global function or class method.
#
# Note that enabling this option will significantly increase the time of a run.
# So in most cases it will be better to enable caller graphs for selected
# functions only using the \callergraph command.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

CALLER_GRAPH           = NO

# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
# hierarchy of all classes instead of a textual one.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

GRAPHICAL_HIERARCHY    = YES

# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
# dependencies a directory has on other directories in a graphical way. The
# dependency relations are determined by the #include relations between the
# files in the directories.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

DIRECTORY_GRAPH        = YES

# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
# generated by dot.
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
# to make the SVG files visible in IE 9+ (other browsers do not have this
# requirement).
# Possible values are: png, jpg, gif and svg.
# The default value is: png.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_IMAGE_FORMAT       = png

# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
# enable generation of interactive SVG images that allow zooming and panning.
#
# Note that this requires a modern browser other than Internet Explorer. Tested
# and working are Firefox, Chrome, Safari, and Opera.
# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
# the SVG files visible. Older versions of IE do not have SVG support.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

INTERACTIVE_SVG        = NO

# The DOT_PATH tag can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_PATH               =

# The DOTFILE_DIRS tag can be used to specify one or more directories that
# contain dot files that are included in the documentation (see the \dotfile
# command).
# This tag requires that the tag HAVE_DOT is set to YES.

DOTFILE_DIRS           =

# The MSCFILE_DIRS tag can be used to specify one or more directories that
# contain msc files that are included in the documentation (see the \mscfile
# command).

MSCFILE_DIRS           =

# The DIAFILE_DIRS tag can be used to specify one or more directories that
# contain dia files that are included in the documentation (see the \diafile
# command).

DIAFILE_DIRS           =

# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
# path where java can find the plantuml.jar file. If left blank, it is assumed
# PlantUML is not used or called during a preprocessing step. Doxygen will
# generate a warning when it encounters a \startuml command in this case and
# will not generate output for the diagram.

PLANTUML_JAR_PATH      =

# When using plantuml, the specified paths are searched for files specified by
# the !include statement in a plantuml block.

PLANTUML_INCLUDE_PATH  =

# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
# that will be shown in the graph. If the number of nodes in a graph becomes
# larger than this value, doxygen will truncate the graph, which is visualized
# by representing a node as a red box. Note that doxygen if the number of direct
# children of the root node in a graph is already larger than
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
# Minimum value: 0, maximum value: 10000, default value: 50.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_GRAPH_MAX_NODES    = 50

# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
# generated by dot. A depth value of 3 means that only nodes reachable from the
# root by following a path via at most 3 edges will be shown. Nodes that lay
# further from the root node will be omitted. Note that setting this option to 1
# or 2 may greatly reduce the computation time needed for large code bases. Also
# note that the size of a graph can be further restricted by
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
# Minimum value: 0, maximum value: 1000, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.

MAX_DOT_GRAPH_DEPTH    = 0

# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
# background. This is disabled by default, because dot on Windows does not seem
# to support this out of the box.
#
# Warning: Depending on the platform used, enabling this option may lead to
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
# read).
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_TRANSPARENT        = NO

# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
# makes dot run faster, but since only newer versions of dot (>1.8.10) support
# this, this feature is disabled by default.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_MULTI_TARGETS      = NO

# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
# explaining the meaning of the various boxes and arrows in the dot generated
# graphs.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

GENERATE_LEGEND        = YES

# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
# files that are used to generate the various graphs.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_CLEANUP            = YES


================================================
FILE: LICENSE.txt
================================================
Copyright (c) 2015-2016 Cryptonomex Inc. <contact@cryptonomex.com>
Copyright (c) 2015-2020 contributors, see CONTRIBUTORS.txt

The MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


================================================
FILE: README-docker.md
================================================
# Docker Container

This repository comes with built-in Dockerfile to support docker
containers. This README serves as documentation.

## Dockerfile Specifications

The `Dockerfile` performs the following steps:

1. Obtain base image (phusion/baseimage:0.10.1)
2. Install required dependencies using `apt-get`
3. Add bitshares-core source code into container
4. Update git submodules
5. Perform `cmake` with build type `Release`
6. Run `make` and `make_install` (this will install binaries into `/usr/local/bin`
7. Purge source code off the container
8. Add a local bitshares user and set `$HOME` to `/var/lib/bitshares`
9. Make `/var/lib/bitshares` and `/etc/bitshares` a docker *volume*
10. Expose ports `8090` and `1776`
11. Add default config from `docker/default_config.ini` and
    `docker/default_logging.ini`
12. Add an entry point script
13. Run the entry point script by default

The entry point simplifies the use of parameters for the `witness_node`
(which is run by default when spinning up the container).

### Supported Environmental Variables

* `$BITSHARESD_SEED_NODES`
* `$BITSHARESD_RPC_ENDPOINT`
* `$BITSHARESD_PLUGINS`
* `$BITSHARESD_REPLAY`
* `$BITSHARESD_RESYNC`
* `$BITSHARESD_P2P_ENDPOINT`
* `$BITSHARESD_WITNESS_ID`
* `$BITSHARESD_PRIVATE_KEY`
* `$BITSHARESD_TRACK_ACCOUNTS`
* `$BITSHARESD_PARTIAL_OPERATIONS`
* `$BITSHARESD_MAX_OPS_PER_ACCOUNT`
* `$BITSHARESD_ES_NODE_URL`
* `$BITSHARESD_TRUSTED_NODE`

### Default config

The default configuration is:

    p2p-endpoint = 0.0.0.0:1776
    rpc-endpoint = 0.0.0.0:8090
    bucket-size = [60,300,900,1800,3600,14400,86400]
    history-per-size = 1000
    max-ops-per-account = 100
    partial-operations = true

# Docker Compose

With docker compose, multiple nodes can be managed with a single
`docker-compose.yaml` file:

    version: '3'
    services:
     main:
      # Image to run
      image: bitshares/bitshares-core:latest
      # 
      volumes:
       - ./docker/conf/:/etc/bitshares/
      # Optional parameters
      environment:
       - BITSHARESD_ARGS=--help


    version: '3'
    services:
     fullnode:
      # Image to run
      image: bitshares/bitshares-core:latest
      environment:
      # Optional parameters
      environment:
       - BITSHARESD_ARGS=--help
      ports:
       - "0.0.0.0:8090:8090"
      volumes:
      - "bitshares-fullnode:/var/lib/bitshares"


# Docker Hub

This container is properly registered with docker hub under the name:

* [bitshares/bitshares-core](https://hub.docker.com/r/bitshares/bitshares-core/)

Going forward, every release tag as well as all pushes to `develop` and
`testnet` will be built into ready-to-run containers, there.

# Docker Compose

One can use docker compose to setup a trusted full node together with a
delayed node like this:

```
version: '3'
services:

 fullnode:
  image: bitshares/bitshares-core:latest
  ports:
   - "0.0.0.0:8090:8090"
  volumes:
  - "bitshares-fullnode:/var/lib/bitshares"

 delayed_node:
  image: bitshares/bitshares-core:latest
  environment:
   - 'BITSHARESD_PLUGINS=delayed_node witness'
   - 'BITSHARESD_TRUSTED_NODE=ws://fullnode:8090'
  ports:
   - "0.0.0.0:8091:8090"
  volumes:
  - "bitshares-delayed_node:/var/lib/bitshares"
  links: 
  - fullnode

volumes:
 bitshares-fullnode:
```


================================================
FILE: README.md
================================================
NewBitShares Core
==============



* [Getting Started](#getting-started)
* [Support](#support)
* [Using the API](#using-the-api)
* [Accessing restrictable node API's](#accessing-restrictable-node-apis)
* [FAQ](#faq)
* [License](#license)

New BitShares Core is the BitShares blockchain implementation and command-line interface.
The web browser based wallet is [BitShares UI](https://github.com/bitshares-cnvote/newbitshares-ui).

Visit [nbs.plus](https://nbs.plus/) to learn about NewBitShares and join the community .

Information for developers can be found in the [BitShares Developer Portal](https://dev.bitshares.works/). Users interested in how BitShares works can go to the [BitShares Documentation](https://how.bitshares.works/) site.


Getting Started
----------------
Build instructions and additional documentation are available in the
[Wiki](https://github.com/bitshares-cnvote/newbitshares-core/wiki).

### Build

We recommend building on Ubuntu 18.04 LTS (64-bit) 

**Build Dependencies:**

    sudo apt-get update
    sudo apt-get install autoconf cmake make automake libtool git libboost-all-dev libssl-dev g++ libcurl4-openssl-dev doxygen

**Build Script:**

    git clone https://github.com/bitshares-cnvote/newbitshares-core.git
    cd newbitshares-core
    git checkout master # may substitute "master" with current release tag
    git submodule update --init --recursive
    mkdir build
    cd build
    cmake -DCMAKE_BUILD_TYPE=Release ..
    make

**Upgrade Script:** (prepend to the Build Script above if you built a prior release):

    git remote set-url origin https://github.com/bitshares-cnvote/newbitshares-core.git
    git checkout master
    git remote set-head origin --auto
    git pull
    git submodule update --init --recursive # this command may fail
    git submodule sync --recursive
    git submodule update --init --recursive

**NOTE:**

* NewBitShares requires a 64-bit operating system to build, and will not build on a 32-bit OS. Tested operating systems:
  * Linux (heavily tested with Ubuntu 18.04 LTS and Ubuntu 16.04 LTS)
  * macOS (various versions)
  * Windows (various versions, Visual Studio and MinGW)
  * OpenBSD (various versions)

* NewBitShares requires [Boost](http://www.boost.org/) libraries to build, supports version `1.58` to `1.69`.
Newer versions may work, but have not been tested.
If your system came pre-installed with a version of Boost libraries that you do not wish to use, you may
manually build your preferred version and use it with NewBitShares by specifying it on the CMake command line.

  Example: `cmake -DBOOST_ROOT=/path/to/boost ..`

* NewBitShares requires [OpenSSL](https://www.openssl.org/) libraries to build, supports version `1.0.2` to `1.1.1`.
If your system came pre-installed with a version of OpenSSL libraries that you do not wish to use, you may
manually build your preferred version and use it with BitShares by specifying it on the CMake command line.

  Example: `cmake -DOPENSSL_ROOT_DIR=/path/to/openssl ..`


### Run the node software

**After Building**, the node software `witness_node` can be launched with:

    ./programs/witness_node/witness_node

The node will automatically create a `witness_node_data_dir` directory with some config files.
The blockchain data will be stored in the directory too.
It may take several hours to fully synchronize the blockchain.

You can exit the node using `Ctrl+C`. Please be aware that the node may need some time (usually a few minutes) to exit cleanly, please be patient.

**IMPORTANT:** By default the node will start in reduced memory mode by using some of the commands detailed in [Memory reduction for nodes](https://github.com/bitshares/bitshares-core/wiki/Memory-reduction-for-nodes).
In order to run a full node with all the account histories (which is usually not necessary) you need to remove `partial-operations` and `max-ops-per-account` from your config file. Please note that currently(2018-10-17) a full node will need more than 160GB of RAM to operate and required memory is growing fast. Consider the following table as **minimal requirements** before running a node:

| Default | Full | Minimal  | ElasticSearch
| --- | --- | --- | ---
| 150G HDD, 16G RAM | 640G SSD, 64G RAM * | 120G HDD, 4G RAM | 1TB SSD, 32G RAM

\* For this setup, allocate at least 500GB of SSD as swap.

To use the command-line wallet or other wallets / clients with the node, the node need to be started with RPC connection enabled, which can be done by starting the node with the `--rpc-endpoint` parameter, E.G.

    ./programs/witness_node/witness_node --rpc-endpoint=127.0.0.1:8090

or configure it in the config file by editing `witness_node_data_dir/config.ini` as follows:

    rpc-endpoint = 127.0.0.1:8090

You can run the program with `--help` parameter to see more info:

    ./programs/witness_node/witness_node --help


### Run the command-line wallet software

To start the command-line wallet, in a separate terminal you can run:

    ./programs/cli_wallet/cli_wallet

**IMPORTANT:** The cli_wallet or API interfaces to the witness node wouldn't be fully functional unless the witness node is fully synchronized with the blockchain. The cli_wallet command `info` will show result `head_block_age` which will tell you how far you are from the live current block of the blockchain.

To check your current block:

    new >>> info

To query the blockchain, E.G. get info about an account:

    new >>> get_account <account_name_or_id>

If you need to transact with your account but not only query, firstly set your initial password and unlock the wallet:

* For non-Windows operating systems, you can type the commands and press `[ENTER]`, then input the password and press `[ENTER]`, in this case the password won't show:

      new >>> set_password [ENTER]
      Enter password:
      locked >>> unlock [ENTER]
      Enter password:
      unlocked >>>

* For Windows, or you'd like to show the password, type the commands with the password:

      new >>> set_password <PASSWORD>
      locked >>> unlock <PASSWORD>
      unlocked >>>

To be able to transact with your account, import the corresponding private keys:

    unlocked >>> import_key <ACCOUNT_NAME> <WIF_KEY>

The private keys will be encrypted and stored in the wallet file, the file name is `wallet.json` by default.
The private keys are accessible when the wallet is unlocked.

    unlocked >>> dump_private_keys

Use `lock` command to make the private keys inaccessible. There is no auto-lock feature so far.

    unlocked >>> lock

To import your initial (genesis) balances, import the private keys corresponding to the balances:

    unlocked >>> import_balance <ACCOUNT_NAME> [<WIF_KEY> ...] true

Use `help` to see all available wallet commands.

    >>> help

Use `gethelp <COMMAND>` to see more info about individual commands. E.G.

    >>> gethelp get_order_book

The definition of all commands is available in the 
[wallet.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/wallet/include/graphene/wallet/wallet.hpp) souce code file.
Corresponding documentation can be found in the [Doxygen documentation](https://doxygen.bitshares.org/classgraphene_1_1wallet_1_1wallet__api.html).

You can run the program with `--help` parameter to see more info:

    ./programs/cli_wallet/cli_wallet --help

There is also some info in the [Wiki](https://github.com/bitshares/bitshares-core/wiki/CLI-Wallet-Cookbook).


Support
-------

Technical support is available in the [BitSharesTalk technical support subforum](https://bitsharestalk.org/index.php?board=45.0).

NewBitShares Core bugs can be reported directly to the [issue tracker](https://github.com/bitshares-cnovte/newbitshares-core/issues).

NewBitShares UI bugs should be reported to the [UI issue tracker](https://github.com/bitshares-cnvote/newbitshares-ui/issues).

Up to date online Doxygen documentation can be found at [Doxygen.BitShares.org](https://doxygen.bitshares.org/hierarchy.html).


Using the API
-------------

### Node API

The `witness_node` software provides several different API's, known as *node API*.

Each API has its own ID and a name.
When running `witness_node` with RPC connection enabled, initially two API's are available:
* API 0 has name *"database"*, it provides read-only access to the database,
* API 1 has name *"login"*, it is used to login and gain access to additional, restrictable API's.

Here is an example using `wscat` package from `npm` for websockets:

    $ npm install -g wscat
    $ wscat -c ws://127.0.0.1:8090
    > {"id":1, "method":"call", "params":[0,"get_accounts",[["1.2.0"]]]}
    < {"id":1,"result":[{"id":"1.2.0","annotations":[],"membership_expiration_date":"1969-12-31T23:59:59","registrar":"1.2.0","referrer":"1.2.0","lifetime_referrer":"1.2.0","network_fee_percentage":2000,"lifetime_referrer_fee_percentage":8000,"referrer_rewards_percentage":0,"name":"committee-account","owner":{"weight_threshold":1,"account_auths":[],"key_auths":[],"address_auths":[]},"active":{"weight_threshold":6,"account_auths":[["1.2.5",1],["1.2.6",1],["1.2.7",1],["1.2.8",1],["1.2.9",1],["1.2.10",1],["1.2.11",1],["1.2.12",1],["1.2.13",1],["1.2.14",1]],"key_auths":[],"address_auths":[]},"options":{"memo_key":"GPH1111111111111111111111111111111114T1Anm","voting_account":"1.2.0","num_witness":0,"num_committee":0,"votes":[],"extensions":[]},"statistics":"2.7.0","whitelisting_accounts":[],"blacklisting_accounts":[]}]}

We can do the same thing using an HTTP client such as `curl` for API's which do not require login or other session state:

    $ curl --data '{"jsonrpc": "2.0", "method": "call", "params": [0, "get_accounts", [["1.2.0"]]], "id": 1}' http://127.0.0.1:8090/
    {"id":1,"result":[{"id":"1.2.0","annotations":[],"membership_expiration_date":"1969-12-31T23:59:59","registrar":"1.2.0","referrer":"1.2.0","lifetime_referrer":"1.2.0","network_fee_percentage":2000,"lifetime_referrer_fee_percentage":8000,"referrer_rewards_percentage":0,"name":"committee-account","owner":{"weight_threshold":1,"account_auths":[],"key_auths":[],"address_auths":[]},"active":{"weight_threshold":6,"account_auths":[["1.2.5",1],["1.2.6",1],["1.2.7",1],["1.2.8",1],["1.2.9",1],["1.2.10",1],["1.2.11",1],["1.2.12",1],["1.2.13",1],["1.2.14",1]],"key_auths":[],"address_auths":[]},"options":{"memo_key":"GPH1111111111111111111111111111111114T1Anm","voting_account":"1.2.0","num_witness":0,"num_committee":0,"votes":[],"extensions":[]},"statistics":"2.7.0","whitelisting_accounts":[],"blacklisting_accounts":[]}]}

When using an HTTP client, the API ID can be replaced by the API name, E.G.

    $ curl --data '{"jsonrpc": "2.0", "method": "call", "params": ["database", "get_accounts", [["1.2.0"]]], "id": 1}' http://127.0.0.1:8090/

The definition of all node API's is available in the source code files including
[database_api.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/app/include/graphene/app/database_api.hpp)
and [api.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/app/include/graphene/app/api.hpp).
Corresponding documentation can be found in Doxygen:
* [database API](https://doxygen.bitshares.org/classgraphene_1_1app_1_1database__api.html)
* [other API's](https://doxygen.bitshares.org/namespacegraphene_1_1app.html)


### Wallet API

The `cli_wallet` program can also be configured to serve **all of its commands** as API's, known as *wallet API*.

Start `cli_wallet` with RPC connection enabled:

    $ ./programs/cli_wallet/cli_wallet --rpc-endpoint=127.0.0.8091

Access the wallet API using an HTTP client:

    $ curl --data '{"jsonrpc": "2.0", "method": "info", "params": [], "id": 1}' http://127.0.0.1:8091/rpc
    $ curl --data '{"jsonrpc": "2.0", "method": "get_account", "params": ["1.2.0"], "id": 1}' http://127.0.0.1:8091/rpc

Note: The syntax to access wallet API is a bit different than accessing node API.

**Important:**
* When RPC connection is enabled for `cli_wallet`, sensitive data E.G. private keys which is accessible via commands will be accessible via RPC too. It is recommended that only open network connection to localhost or trusted addresses E.G. configure a firewall.
* When using wallet API, sensitive data E.G. the wallet password and private keys is transmitted as plain text, thus may be vulnerable to network sniffing. It is recommended that only use wallet API with localhost, or in a clean network, and / or use `--rpc-tls-endpoint` parameter to only serve wallet API via secure connections.


Accessing restrictable node API's
---------------------------------

You can restrict node API's to particular users by specifying an `api-access` file in `config.ini`
or by using the `--api-access /full/path/to/api-access.json` startup node command.  Here is an example `api-access` file which allows
user `bytemaster` with password `supersecret` to access four different API's, while allowing any other user to access the three public API's
necessary to use the node:

    {
       "permission_map" :
       [
          [
             "bytemaster",
             {
                "password_hash_b64" : "9e9GF7ooXVb9k4BoSfNIPTelXeGOZ5DrgOYMj94elaY=",
                "password_salt_b64" : "INDdM6iCi/8=",
                "allowed_apis" : ["database_api", "network_broadcast_api", "history_api", "network_node_api"]
             }
          ],
          [
             "*",
             {
                "password_hash_b64" : "*",
                "password_salt_b64" : "*",
                "allowed_apis" : ["database_api", "network_broadcast_api", "history_api"]
             }
          ]
       ]
    }

Passwords are stored in `base64` as salted `sha256` hashes.  A simple Python script,
[`saltpass.py`](https://github.com/bitshares/bitshares-core/blob/master/programs/witness_node/saltpass.py)
is avaliable to obtain hash and salt values from a password.
A single asterisk `"*"` may be specified as username or password hash to accept any value.

With the above configuration, here is an example of how to call `add_node` from the `network_node` API:

    {"id":1, "method":"call", "params":[1,"login",["bytemaster", "supersecret"]]}
    {"id":2, "method":"call", "params":[1,"network_node",[]]}
    {"id":3, "method":"call", "params":[2,"add_node",["127.0.0.1:9090"]]}

Note, the call to `network_node` is necessary to obtain the correct API identifier for the network API.  It is not guaranteed that the network API identifier will always be `2`.

The restricted API's are accessible via HTTP too using *basic access authentication*. E.G.

    $ curl --data '{"jsonrpc": "2.0", "method": "call", "params": ["network_node", "add_node", ["127.0.0.1:9090"]], "id": 1}' http://bytemaster:supersecret@127.0.0.1:8090/

Our `doxygen` documentation contains the most up-to-date information
about API's for the [node](https://doxygen.bitshares.org/namespacegraphene_1_1app.html) and the
[wallet](https://doxygen.bitshares.org/classgraphene_1_1wallet_1_1wallet__api.html).


FAQ
---

- Is there a way to generate help with parameter names and method descriptions?

    Yes. Documentation of the code base, including APIs, can be generated using Doxygen. Simply run `doxygen` in this directory.

    If both Doxygen and perl are available in your build environment, the CLI wallet's `help` and `gethelp`
    commands will display help generated from the doxygen documentation.

    If your CLI wallet's `help` command displays descriptions without parameter names like
        `signed_transaction transfer(string, string, string, string, string, bool)`
    it means CMake was unable to find Doxygen or perl during configuration.  If found, the
    output should look like this:
        `signed_transaction transfer(string from, string to, string amount, string asset_symbol, string memo, bool broadcast)`

- Is there a way to allow external program to drive `cli_wallet` via websocket, JSONRPC, or HTTP?

    Yes. External programs may connect to the CLI wallet and make its calls over a websockets API. To do this, run the wallet in
    server mode, i.e. `cli_wallet -s "127.0.0.1:9999"` and then have the external program connect to it over the specified port
    (in this example, port 9999). Please check the ["Using the API"](#using-the-api) section for more info.

- Is there a way to access methods which require login over HTTP?

    Yes. Most of the methods can be accessed by specifying the API name instead of an API ID. If an API is protected by a username and a password, it can be accessed by using *basic access authentication*. Please check the ["Accessing restrictable node API's"](#accessing-restrictable-node-apis) section for more info.
    
    However, HTTP is not really designed for "server push" notifications, and we would have to figure out a way to queue notifications for a polling client. Websockets solves this problem. If you need to access the stateful methods, use Websockets.

- What is the meaning of `a.b.c` numbers?

    The first number specifies the *space*.  Space 1 is for protocol objects, 2 is for implementation objects.
    Protocol space objects can appear on the wire, for example in the binary form of transactions.
    Implementation space objects cannot appear on the wire and solely exist for implementation
    purposes, such as optimization or internal bookkeeping.

    The second number specifies the *type*.  The type of the object determines what fields it has.  For a
    complete list of type ID's, see `GRAPHENE_DEFINE_IDS(protocol, protocol_ids ...)` in
    [protocol/types.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/protocol/include/graphene/protocol/types.hpp)
    and `GRAPHENE_DEFINE_IDS(chain, implementation_ids ...)` in [chain/types.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/chain/include/graphene/chain/types.hpp).

    The third number specifies the *instance*.  The instance of the object is different for each individual
    object.

- The answer to the previous question was really confusing.  Can you make it clearer?

    All account ID's are of the form `1.2.x`.  If you were the 9735th account to be registered,
    your account's ID will be `1.2.9735`.  Account `0` is special (it's the "committee account,"
    which is controlled by the committee members and has a few abilities and restrictions other accounts
    do not).

    All asset ID's are of the form `1.3.x`.  If you were the 29th asset to be registered,
    your asset's ID will be `1.3.29`.  Asset `0` is special (it's BTS, which is considered the "core asset").

    The first and second number together identify the kind of thing you're talking about (`1.2` for accounts,
    `1.3` for assets).  The third number identifies the particular thing.

- How do I get the `network_add_nodes` command to work?  Why is it so complicated?

    You need to follow the instructions in the ["Accessing restrictable node API's"](#accessing-restrictable-node-apis) section to
    allow a username/password access to the `network_node` API.  Then you need
    to pass the username/password to the `cli_wallet` on the command line.

    It's set up this way so that the default configuration is secure even if the RPC port is
    publicly accessible.  It's fine if your `witness_node` allows the general public to query
    the database or broadcast transactions (in fact, this is how the hosted web UI works).  It's
    less fine if your `witness_node` allows the general public to control which p2p nodes it's
    connecting to.  Therefore the API to add p2p connections needs to be set up with proper access
    controls.
 
License
-------
NewBitShares Core is under the MIT license. See [LICENSE](https://github.com/bitshares-cnvote/newbitshares-core/blob/master/LICENSE.txt)
for more information.


================================================
FILE: docker/bitsharesentry.sh
================================================
#!/bin/bash
BITSHARESD="/usr/local/bin/witness_node"

# For blockchain download
VERSION=`cat /etc/bitshares/version`

## Supported Environmental Variables
#
#   * $BITSHARESD_SEED_NODES
#   * $BITSHARESD_RPC_ENDPOINT
#   * $BITSHARESD_PLUGINS
#   * $BITSHARESD_REPLAY
#   * $BITSHARESD_RESYNC
#   * $BITSHARESD_P2P_ENDPOINT
#   * $BITSHARESD_WITNESS_ID
#   * $BITSHARESD_PRIVATE_KEY
#   * $BITSHARESD_TRACK_ACCOUNTS
#   * $BITSHARESD_PARTIAL_OPERATIONS
#   * $BITSHARESD_MAX_OPS_PER_ACCOUNT
#   * $BITSHARESD_ES_NODE_URL
#   * $BITSHARESD_ES_START_AFTER_BLOCK
#   * $BITSHARESD_TRUSTED_NODE
#

ARGS=""
# Translate environmental variables
if [[ ! -z "$BITSHARESD_SEED_NODES" ]]; then
    for NODE in $BITSHARESD_SEED_NODES ; do
        ARGS+=" --seed-node=$NODE"
    done
fi
if [[ ! -z "$BITSHARESD_RPC_ENDPOINT" ]]; then
    ARGS+=" --rpc-endpoint=${BITSHARESD_RPC_ENDPOINT}"
fi

if [[ ! -z "$BITSHARESD_REPLAY" ]]; then
    ARGS+=" --replay-blockchain"
fi

if [[ ! -z "$BITSHARESD_RESYNC" ]]; then
    ARGS+=" --resync-blockchain"
fi

if [[ ! -z "$BITSHARESD_P2P_ENDPOINT" ]]; then
    ARGS+=" --p2p-endpoint=${BITSHARESD_P2P_ENDPOINT}"
fi

if [[ ! -z "$BITSHARESD_WITNESS_ID" ]]; then
    ARGS+=" --witness-id=$BITSHARESD_WITNESS_ID"
fi

if [[ ! -z "$BITSHARESD_PRIVATE_KEY" ]]; then
    ARGS+=" --private-key=$BITSHARESD_PRIVATE_KEY"
fi

if [[ ! -z "$BITSHARESD_TRACK_ACCOUNTS" ]]; then
    for ACCOUNT in $BITSHARESD_TRACK_ACCOUNTS ; do
        ARGS+=" --track-account=$ACCOUNT"
    done
fi

if [[ ! -z "$BITSHARESD_PARTIAL_OPERATIONS" ]]; then
    ARGS+=" --partial-operations=${BITSHARESD_PARTIAL_OPERATIONS}"
fi

if [[ ! -z "$BITSHARESD_MAX_OPS_PER_ACCOUNT" ]]; then
    ARGS+=" --max-ops-per-account=${BITSHARESD_MAX_OPS_PER_ACCOUNT}"
fi

if [[ ! -z "$BITSHARESD_ES_NODE_URL" ]]; then
    ARGS+=" --elasticsearch-node-url=${BITSHARESD_ES_NODE_URL}"
fi

if [[ ! -z "$BITSHARESD_ES_START_AFTER_BLOCK" ]]; then
    ARGS+=" --elasticsearch-start-es-after-block=${BITSHARESD_ES_START_AFTER_BLOCK}"
fi

if [[ ! -z "$BITSHARESD_TRUSTED_NODE" ]]; then
    ARGS+=" --trusted-node=${BITSHARESD_TRUSTED_NODE}"
fi

## Link the bitshares config file into home
## This link has been created in Dockerfile, already
ln -f -s /etc/bitshares/config.ini /var/lib/bitshares
ln -f -s /etc/bitshares/logging.ini /var/lib/bitshares

# Plugins need to be provided in a space-separated list, which
# makes it necessary to write it like this
if [[ ! -z "$BITSHARESD_PLUGINS" ]]; then
   exec "$BITSHARESD" --data-dir "${HOME}" ${ARGS} ${BITSHARESD_ARGS} --plugins "${BITSHARESD_PLUGINS}"
else
   exec "$BITSHARESD" --data-dir "${HOME}" ${ARGS} ${BITSHARESD_ARGS}
fi


================================================
FILE: docker/default_config.ini
================================================
# Endpoint for P2P node to listen on
p2p-endpoint = 0.0.0.0:1776

# P2P nodes to connect to on startup (may specify multiple times)
# seed-node = 

# JSON array of P2P nodes to connect to on startup
# seed-nodes = 

# Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
# checkpoint = 

# Endpoint for websocket RPC to listen on
rpc-endpoint = 0.0.0.0:8090

# Endpoint for TLS websocket RPC to listen on
# rpc-tls-endpoint = 

# The TLS certificate file for this server
# server-pem = 

# Password for this certificate
# server-pem-password = 

# File to read Genesis State from
# genesis-json = 

# Block signing key to use for init witnesses, overrides genesis file
# dbg-init-key = 

# JSON file specifying API permissions
# api-access = 

# Number of IO threads, default to 0 for auto-configuration
# io-threads =

# Whether allow API clients to subscribe to universal object creation and removal events
# enable-subscribe-to-all =

# Whether to enable tracking of votes of standby witnesses and committee members. Set it to true to provide accurate data to API clients, set to false for slightly better performance.
# enable-standby-votes-tracking =

# For history_api::get_account_history_operations to set max limit value
# api-limit-get-account-history-operations = 100

# For history_api::get_account_history to set max limit value
# api-limit-get-account-history = 100

# For orders_api::get_grouped_limit_orders to set max limit value
# api-limit-get-grouped-limit-orders = 101

# For history_api::get_relative_account_history to set max limit value
# api-limit-get-relative-account-history = 100

# For history_api::get_account_history_by_operations to set max limit value
# api-limit-get-account-history-by-operations = 100

# For asset_api::get_asset_holders to set max limit value
# api-limit-get-asset-holders = 100

# For database_api_impl::get_key_references to set max limit value
# api-limit-get-key-references = 100

# For database_api_impl::get_htlc_by_from and get_htlc_by_to to set max limit value
# api-limit-get-htlc-by = 100

# For database_api_impl::get_full_accounts to set max accounts to query at once
# api-limit-get-full-accounts = 50

# For database_api_impl::get_full_accounts to set max items to return in the lists
# api-limit-get-full-accounts-lists = 500

# For database_api_impl::get_call_orders and get_call_orders_by_account to set max limit value
# api-limit-get-call-orders = 300

# For database_api_impl::get_settle_orders and get_settle_orders_by_account to set max limit value
# api-limit-get-settle-orders = 300

# For database_api_impl::list_assets and get_assets_by_issuer to set max limit value
# api-limit-get-assets = 101

# For database_api_impl::get_limit_orders to set max limit value
# api-limit-get-limit-orders = 300

# For database_api_impl::get_limit_orders_by_account to set max limit value
# api-limit-get-limit-orders-by-account = 101

# For database_api_impl::get_order_book to set max limit value
# api-limit-get-order-book = 50

# For database_api_impl::lookup_accounts to set max limit value
# api-limit-lookup-accounts = 1000

# For database_api_impl::lookup_witness_accounts to set max limit value
# api-limit-lookup-witness-accounts = 1000

# For database_api_impl::lookup_committee_member_accounts to set max limit value
# api-limit-lookup-committee-member-accounts = 1000

# For database_api_impl::lookup_vote_ids to set max limit value
# api-limit-lookup-vote-ids = 1000

# For database_api_impl::get_account_limit_orders to set max limit value
# api-limit-get-account-limit-orders = 101

# For database_api_impl::get_collateral_bids to set max limit value
# api-limit-get-collateral-bids = 100

# For database_api_impl::get_top_markets to set max limit value
# api-limit-get-top-markets = 100

# For database_api_impl::get_trade_history to set max limit value
# api-limit-get-trade-history = 100

# For database_api_impl::get_trade_history_by_sequence to set max limit value
# api-limit-get-trade-history-by-sequence = 100

# For database_api_impl::get_withdraw_permissions_by_giver to set max limit value
# api-limit-get-withdraw-permissions-by-giver = 101

# For database_api_impl::get_withdraw_permissions_by_recipient to set max limit value
# api-limit-get-withdraw-permissions-by-recipient = 101

# Space-separated list of plugins to activate
plugins = witness account_history market_history grouped_orders api_helper_indexes custom_operations

# Do not exit if api_helper_indexes plugin is not enabled.
# ignore-api-helper-indexes-warning = true


# ==============================================================================
# witness plugin options
# ==============================================================================

# Enable block production, even if the chain is stale.
enable-stale-production = false

# Percent of witnesses (0-100) that must be participating in order to produce blocks
# required-participation = 33

# ID of witness controlled by this node (e.g. "1.6.5", quotes are required, may specify multiple times)
# witness-id = 

# Tuple of [PublicKey, WIF private key] (may specify multiple times)
# private-key = ["BTS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV","5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"]

# Path to a file containing tuples of [PublicKey, WIF private key]. The file has to contain exactly one tuple (i.e. private - public key pair) per line. This option may be specified multiple times, thus multiple files can be provided.
# private-key-file =


# ==============================================================================
# debug_witness plugin options
# ==============================================================================

# Tuple of [PublicKey, WIF private key] (may specify multiple times)
# debug-private-key = ["BTS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV","5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"]


# ==============================================================================
# account_history plugin options
# ==============================================================================

# Account ID to track history for (may specify multiple times)
# track-account = 

# Keep only those operations in memory that are related to account history tracking
partial-operations = true

# Maximum number of operations per account will be kept in memory
max-ops-per-account = 100


# ==============================================================================
# elasticsearch plugin options
# ==============================================================================

# Elastic Search database node url(http://localhost:9200/)
# elasticsearch-node-url =

# Number of bulk documents to index on replay(10000)
# elasticsearch-bulk-replay =

# Number of bulk documents to index on a syncronied chain(100)
# elasticsearch-bulk-sync =

# Use visitor to index additional data(slows down the replay(false))
# elasticsearch-visitor =

# Pass basic auth to elasticsearch database('')
# elasticsearch-basic-auth =

# Add a prefix to the index(bitshares-)
# elasticsearch-index-prefix =

# Save operation as object(false)
# elasticsearch-operation-object =

# Start doing ES job after block(0)
# elasticsearch-start-es-after-block =

# Save operation as string. Needed to serve history api calls(true)
# elasticsearch-operation-string =

# Mode of operation: only_save(0), only_query(1), all(2) - Default: 0
# elasticsearch-mode =


# ==============================================================================
# market_history plugin options
# ==============================================================================

# Track market history by grouping orders into buckets of equal size measured in seconds specified as a JSON array of numbers
# bucket-size = [15,60,300,3600,86400]
bucket-size = [60,300,900,1800,3600,14400,86400]
# for 1 min, 5 mins, 30 mins, 1h, 4 hs and 1 day. i think this should be the default.
# https://github.com/bitshares/bitshares-core/issues/465

# How far back in time to track history for each bucket size, measured in the number of buckets (default: 1000)
history-per-size = 1000

# Will only store this amount of matched orders for each market in order history for querying, or those meet the other option, which has more data (default: 1000)
max-order-his-records-per-market = 1000

# Will only store matched orders in last X seconds for each market in order history for querying, or those meet the other option, which has more data (default: 259200 (3 days))
max-order-his-seconds-per-market = 259200


# ==============================================================================
# delayed_node plugin options
# ==============================================================================

# RPC endpoint of a trusted validating node (required for delayed_node)
# trusted-node =


# ==============================================================================
# snapshot plugin options
# ==============================================================================

# Block number after which to do a snapshot
# snapshot-at-block =

# Block time (ISO format) after which to do a snapshot
# snapshot-at-time =

# Pathname of JSON file where to store the snapshot
# snapshot-to =


# ==============================================================================
# es_objects plugin options
# ==============================================================================

# Elasticsearch node url(http://localhost:9200/)
# es-objects-elasticsearch-url =

# Basic auth username:password('')
# es-objects-auth =

# Number of bulk documents to index on replay(10000)
# es-objects-bulk-replay =

# Number of bulk documents to index on a synchronized chain(100)
# es-objects-bulk-sync =

# Store proposal objects(true)
# es-objects-proposals =

# Store account objects(true)
# es-objects-accounts =

# Store asset objects(true)
# es-objects-assets =

# Store balances objects(true)
# es-objects-balances =

# Store limit order objects(true)
# es-objects-limit-orders =

# Store feed data(true)
# es-objects-asset-bitasset =

# Add a prefix to the index(objects-)
# es-objects-index-prefix =

# Keep only current state of the objects(true)
# es-objects-keep-only-current =

# Start doing ES job after block(0)
# es-objects-start-es-after-block =


# ==============================================================================
# grouped_orders plugin options
# ==============================================================================

# Group orders by percentage increase on price. Specify a JSON array of numbers here, each number is a group, number 1 means 0.01%.
# tracked-groups = [10,100]


# ==============================================================================
# logging options
# ==============================================================================
#
# Logging configuration is loaded from logging.ini by default.
# If logging.ini exists, logging configuration added in this file will be ignored.


================================================
FILE: docker/default_logging.ini
================================================
# declare an appender named "stderr" that writes messages to the console
[log.console_appender.stderr]
stream=std_error

# declare an appender named "default" that writes messages to default.log
[log.file_appender.default]
# filename can be absolute or relative to this config file
filename=logs/default/default.log
# Rotate log every ? minutes, if leave out default to 60
rotation_interval=60
# how long will logs be kept (in days), if leave out default to 1
rotation_limit=7

# declare an appender named "p2p" that writes messages to p2p.log
[log.file_appender.p2p]
# filename can be absolute or relative to this config file
filename=logs/p2p/p2p.log
# Rotate log every ? minutes, if leave out default to 60
rotation_interval=60
# how long will logs be kept (in days), if leave out default to 1
rotation_limit=7

# declare an appender named "rpc" that writes messages to rpc.log
[log.file_appender.rpc]
# filename can be absolute or relative to this config file
filename=logs/rpc/rpc.log
# Rotate log every ? minutes, if leave out default to 60
rotation_interval=60
# how long will logs be kept (in days), if leave out default to 1
rotation_limit=7

# route any messages logged to the default logger to the "stderr" appender and
# "default" appender we declared above, if they are info level or higher
[logger.default]
level=info
appenders=stderr,default

# route messages sent to the "p2p" logger to the "p2p" appender declared above
[logger.p2p]
level=warn
appenders=p2p

# route messages sent to the "rpc" logger to the "rpc" appender declared above
[logger.rpc]
level=error
appenders=rpc



================================================
FILE: libraries/CMakeLists.txt
================================================
add_subdirectory( fc )
add_subdirectory( db )
add_subdirectory( chain )
add_subdirectory( egenesis )
add_subdirectory( net )
add_subdirectory( utilities )
add_subdirectory( app )
add_subdirectory( plugins )
add_subdirectory( wallet )
add_subdirectory( protocol )


================================================
FILE: libraries/README.md
================================================
# BitShares Libraries

The libraries are the core of the project and defines everything where applications can build on top.

A **graphene** blockchain software will use the `app` library to define what the application will do, what services it will offer. The blockchain is defined by the `chain` library and include all the objects, types, operations, protocols that builds current consensus blockchain. The lowest level in memory database of Bitshares is developed at the `db` library. The `fc` is a helper module broadly used in the libraries code, `egenesis` will help with the genesis file, `plugins` will be loaded optionally to the application. Wallet software like the cli_wallet will benefit from the `wallet` library.

Code in libraries is the most important part of **bitshares-core** project and it is maintained by the Bitshares Core Team and contributors.
# Available Libraries

Folder | Name | Description | Status
---|---|---|---
[app](app) | Application | Bundles component libraries (chain, network, plugins) into a useful application. Also provides API access. | Active 
[chain](chain) | Blockchain | Blockchain implementation and business logic. Database structure in the form of objects and updates to the blockchain in the form of evaluators are implemented here. | Active 
[db](db) | Database | Defines the internal database graphene uses. | Active 
[egenesis](egenesis) | Genesis | Hardcodes the `genesis.json` file into the `witness_node` executable.| Active
[fc](fc) | Fast-compiling C++ library | https://github.com/bitshares/bitshares-fc | Active 
[net](net) | Network | The graphene p2p layer. | Active 
[plugins](plugins) | Plugins | Collection of singleton designed modules used for extending the bitshares-core.  | Active 
[protocol](protocol) | Protocol | Fundamental structure of the data that will be transmitted on the wire. Operations are defined and basic data integrity checks are done for each.  | Active 
[utilities](utilities) | Utilities | Common utility calls used in applications or other libraries. | Active 
[wallet](wallet) | Wallet | Wallet definition for the `cli_wallet` software. | Active


================================================
FILE: libraries/app/CMakeLists.txt
================================================
file(GLOB HEADERS "include/graphene/app/*.hpp")
file(GLOB EGENESIS_HEADERS "../egenesis/include/graphene/app/*.hpp")

add_library( graphene_app 
             api.cpp
             api_objects.cpp
             application.cpp
             util.cpp
             database_api.cpp
             plugin.cpp
             config_util.cpp
             ${HEADERS}
             ${EGENESIS_HEADERS}
           )

# need to link graphene_debug_witness because plugins aren't sufficiently isolated #246
target_link_libraries( graphene_app
                       graphene_market_history graphene_account_history graphene_elasticsearch graphene_grouped_orders
                       graphene_api_helper_indexes graphene_custom_operations
                       graphene_chain fc graphene_db graphene_net graphene_utilities graphene_debug_witness )
target_include_directories( graphene_app
                            PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include"
                            "${CMAKE_CURRENT_SOURCE_DIR}/../egenesis/include" )

if(MSVC)
  set_source_files_properties( application.cpp api.cpp database_api.cpp PROPERTIES COMPILE_FLAGS "/bigobj" )
endif(MSVC)

INSTALL( TARGETS
   graphene_app

   RUNTIME DESTINATION bin
   LIBRARY DESTINATION lib
   ARCHIVE DESTINATION lib
)
INSTALL( FILES ${HEADERS} DESTINATION "include/graphene/app" )


================================================
FILE: libraries/app/api.cpp
================================================
/*
 * Copyright (c) 2015 Cryptonomex, Inc., and contributors.
 *
 * The MIT License
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
#include <cctype>

#include <graphene/app/api.hpp>
#include <graphene/app/api_access.hpp>
#include <graphene/app/application.hpp>
#include <graphene/chain/database.hpp>
#include <graphene/chain/get_config.hpp>
#include <graphene/utilities/key_conversion.hpp>
#include <graphene/protocol/fee_schedule.hpp>
#include <graphene/chain/confidential_object.hpp>
#include <graphene/chain/market_object.hpp>
#include <graphene/chain/transaction_history_object.hpp>
#include <graphene/chain/withdraw_permission_object.hpp>
#include <graphene/chain/worker_object.hpp>

#include <fc/crypto/base64.hpp>
#include <fc/crypto/hex.hpp>
#include <fc/rpc/api_connection.hpp>
#include <fc/thread/future.hpp>

template class fc::api<graphene::app::block_api>;
template class fc::api<graphene::app::network_broadcast_api>;
template class fc::api<graphene::app::network_node_api>;
template class fc::api<graphene::app::history_api>;
template class fc::api<graphene::app::crypto_api>;
template class fc::api<graphene::app::asset_api>;
template class fc::api<graphene::app::orders_api>;
template class fc::api<graphene::app::custom_operations_api>;
template class fc::api<graphene::debug_witness::debug_api>;
template class fc::api<graphene::app::login_api>;


namespace graphene { namespace app {

    login_api::login_api(application& a)
    :_app(a)
    {
    }

    login_api::~login_api()
    {
    }

    bool login_api::login(const string& user, const string& password)
    {
       optional< api_access_info > acc = _app.get_api_access_info( user );
       if( !acc.valid() )
          return false;
       if( acc->password_hash_b64 != "*" )
       {
          std::string password_salt = fc::base64_decode( acc->password_salt_b64 );
          std::string acc_password_hash = fc::base64_decode( acc->password_hash_b64 );

          fc::sha256 hash_obj = fc::sha256::hash( password + password_salt );
          if( hash_obj.data_size() != acc_password_hash.length() )
             return false;
          if( memcmp( hash_obj.data(), acc_password_hash.c_str(), hash_obj.data_size() ) != 0 )
             return false;
       }

       for( const std::string& api_name : acc->allowed_apis )
          enable_api( api_name );
       return true;
    }

    void login_api::enable_api( const std::string& api_name )
    {
       if( api_name == "database_api" )
       {
          _database_api = std::make_shared< database_api >( std::ref( *_app.chain_database() ), &( _app.get_options() ) );
       }
       else if( api_name == "block_api" )
       {
          _block_api = std::make_shared< block_api >( std::ref( *_app.chain_database() ) );
       }
       else if( api_name == "network_broadcast_api" )
       {
          _network_broadcast_api = std::make_shared< network_broadcast_api >( std::ref( _app ) );
       }
       else if( api_name == "history_api" )
       {
          _history_api = std::make_shared< history_api >( _app );
       }
       else if( api_name == "network_node_api" )
       {
          _network_node_api = std::make_shared< network_node_api >( std::ref(_app) );
       }
       else if( api_name == "crypto_api" )
       {
          _crypto_api = std::make_shared< crypto_api >();
       }
       else if( api_name == "asset_api" )
       {
          _asset_api = std::make_shared< asset_api >( _app );
       }
       else if( api_name == "orders_api" )
       {
          _orders_api = std::make_shared< orders_api >( std::ref( _app ) );
       }
       else if( api_name == "custom_operations_api" )
       {
          if( _app.get_plugin( "custom_operations" ) )
             _custom_operations_api = std::make_shared< custom_operations_api >( std::ref( _app ) );
       }
       else if( api_name == "debug_api" )
       {
          // can only enable this API if the plugin was loaded
          if( _app.get_plugin( "debug_witness" ) )
             _debug_api = std::make_shared< graphene::debug_witness::debug_api >( std::ref(_app) );
       }
       return;
    }

    // block_api
    block_api::block_api(graphene::chain::database& db) : _db(db) { }
    block_api::~block_api() { }

    vector<optional<signed_block>> block_api::get_blocks(uint32_t block_num_from, uint32_t block_num_to)const
    {
       FC_ASSERT( block_num_to >= block_num_from );
       vector<optional<signed_block>> res;
       for(uint32_t block_num=block_num_from; block_num<=block_num_to; block_num++) {
          res.push_back(_db.fetch_block_by_number(block_num));
       }
       return res;
    }

    network_broadcast_api::network_broadcast_api(application& a):_app(a)
    {
       _applied_block_connection = _app.chain_database()->applied_block.connect([this](const signed_block& b){ on_applied_block(b); });
    }

    void network_broadcast_api::on_applied_block( const signed_block& b )
    {
       if( _callbacks.size() )
       {
          /// we need to ensure the database_api is not deleted for the life of the async operation
          auto capture_this = shared_from_this();
          for( uint32_t trx_num = 0; trx_num < b.transactions.size(); ++trx_num )
          {
             const auto& trx = b.transactions[trx_num];
             auto id = trx.id();
             auto itr = _callbacks.find(id);
             if( itr != _callbacks.end() )
             {
                auto block_num = b.block_num();
                auto& callback = _callbacks.find(id)->second;
                auto v = fc::variant( transaction_confirmation{ id, block_num, trx_num, trx }, GRAPHENE_MAX_NESTED_OBJECTS );
                fc::async( [capture_this,v,callback]() {
                   callback(v);
                } );
             }
          }
       }
    }

    void network_broadcast_api::broadcast_transaction(const precomputable_transaction& trx)
    {
       _app.chain_database()->precompute_parallel( trx ).wait();
       _app.chain_database()->push_transaction(trx);
       if( _app.p2p_node() != nullptr )
          _app.p2p_node()->broadcast_transaction(trx);
    }

    fc::variant network_broadcast_api::broadcast_transaction_synchronous(const precomputable_transaction& trx)
    {
       fc::promise<fc::variant>::ptr prom = fc::promise<fc::variant>::create();
       broadcast_transaction_with_callback( [prom]( const fc::variant& v ){
        prom->set_value(v);
       }, trx );

       return fc::future<fc::variant>(prom).wait();
    }

    void network_broadcast_api::broadcast_block( const signed_block& b )
    {
       _app.chain_database()->precompute_parallel( b ).wait();
       _app.chain_database()->push_block(b);
       if( _app.p2p_node() != nullptr )
          _app.p2p_node()->broadcast( net::block_message( b ));
    }

    void network_broadcast_api::broadcast_transaction_with_callback(confirmation_callback cb, const precomputable_transaction& trx)
    {
       _app.chain_database()->precompute_parallel( trx ).wait();
       _callbacks[trx.id()] = cb;
       _app.chain_database()->push_transaction(trx);
       if( _app.p2p_node() != nullptr )
          _app.p2p_node()->broadcast_transaction(trx);
    }

    network_node_api::network_node_api( application& a ) : _app( a )
    {
    }

    fc::variant_object network_node_api::get_info() const
    {
       fc::mutable_variant_object result = _app.p2p_node()->network_get_info();
       result["connection_count"] = _app.p2p_node()->get_connection_count();
       return result;
    }

    void network_node_api::add_node(const fc::ip::endpoint& ep)
    {
       _app.p2p_node()->add_node(ep);
    }

    std::vector<net::peer_status> network_node_api::get_connected_peers() const
    {
       return _app.p2p_node()->get_connected_peers();
    }

    std::vector<net::potential_peer_record> network_node_api::get_potential_peers() const
    {
       return _app.p2p_node()->get_potential_peers();
    }

    fc::variant_object network_node_api::get_advanced_node_parameters() const
    {
       return _app.p2p_node()->get_advanced_node_parameters();
    }

    void network_node_api::set_advanced_node_parameters(const fc::variant_object& params)
    {
       return _app.p2p_node()->set_advanced_node_parameters(params);
    }

    fc::api<network_broadcast_api> login_api::network_broadcast()const
    {
       FC_ASSERT(_network_broadcast_api);
       return *_network_broadcast_api;
    }

    fc::api<block_api> login_api::block()const
    {
       FC_ASSERT(_block_api);
       return *_block_api;
    }

    fc::api<network_node_api> login_api::network_node()const
    {
       FC_ASSERT(_network_node_api);
       return *_network_node_api;
    }

    fc::api<database_api> login_api::database()const
    {
       FC_ASSERT(_database_api);
       return *_database_api;
    }

    fc::api<history_api> login_api::history() const
    {
       FC_ASSERT(_history_api);
       return *_history_api;
    }

    fc::api<crypto_api> login_api::crypto() const
    {
       FC_ASSERT(_crypto_api);
       return *_crypto_api;
    }

    fc::api<asset_api> login_api::asset() const
    {
       FC_ASSERT(_asset_api);
       return *_asset_api;
    }

    fc::api<orders_api> login_api::orders() const
    {
       FC_ASSERT(_orders_api);
       return *_orders_api;
    }

    fc::api<graphene::debug_witness::debug_api> login_api::debug() const
    {
       FC_ASSERT(_debug_api);
       return *_debug_api;
    }

    fc::api<custom_operations_api> login_api::custom_operations() const
    {
       FC_ASSERT(_custom_operations_api);
       return *_custom_operations_api;
    }

    vector<order_history_object> history_api::get_fill_order_history( std::string asset_a, std::string asset_b, uint32_t limit  )const
    {
       FC_ASSERT(_app.chain_database());
       const auto& db = *_app.chain_database();
       asset_id_type a = database_api.get_asset_id_from_string( asset_a );
       asset_id_type b = database_api.get_asset_id_from_string( asset_b );
       if( a > b ) std::swap(a,b);
       const auto& history_idx = db.get_index_type<graphene::market_history::history_index>().indices().get<by_key>();
       history_key hkey;
       hkey.base = a;
       hkey.quote = b;
       hkey.sequence = std::numeric_limits<int64_t>::min();

       uint32_t count = 0;
       auto itr = history_idx.lower_bound( hkey );
       vector<order_history_object> result;
       while( itr != history_idx.end() && count < limit)
       {
          if( itr->key.base != a || itr->key.quote != b ) break;
          result.push_back( *itr );
          ++itr;
          ++count;
       }

       return result;
    }

    vector<operation_history_object> history_api::get_account_history( const std::string account_id_or_name,
                                                                       operation_history_id_type stop,
                                                                       unsigned limit,
                                                                       operation_history_id_type start ) const
    {
       FC_ASSERT( _app.chain_database() );
       const auto& db = *_app.chain_database();

       const auto configured_limit = _app.get_options().api_limit_get_account_history;
       FC_ASSERT( limit <= configured_limit,
                  "limit can not be greater than ${configured_limit}",
                  ("configured_limit", configured_limit) );

       vector<operation_history_object> result;
       account_id_type account;
       try {
          account = database_api.get_account_id_from_string(account_id_or_name);
          const account_transaction_history_object& node = account(db).statistics(db).most_recent_op(db);
          if(start == operation_history_id_type() || start.instance.value > node.operation_id.instance.value)
             start = node.operation_id;
       } catch(...) { return result; }

       if(_app.is_plugin_enabled("elasticsearch")) {
          auto es = _app.get_plugin<elasticsearch::elasticsearch_plugin>("elasticsearch");
          if(es.get()->get_running_mode() != elasticsearch::mode::only_save) {
             if(!_app.elasticsearch_thread)
                _app.elasticsearch_thread= std::make_shared<fc::thread>("elasticsearch");

             return _app.elasticsearch_thread->async([&es, &account, &stop, &limit, &start]() {
                return es->get_account_history(account, stop, limit, start);
             }, "thread invoke for method " BOOST_PP_STRINGIZE(method_name)).wait();
          }
       }

       const auto& hist_idx = db.get_index_type<account_transaction_history_index>();
       const auto& by_op_idx = hist_idx.indices().get<by_op>();
       auto index_start = by_op_idx.begin();
       auto itr = by_op_idx.lower_bound(boost::make_tuple(account, start));

       while(itr != index_start && itr->account == account && itr->operation_id.instance.value > stop.instance.value && result.size() < limit)
       {
          if(itr->operation_id.instance.value <= start.instance.value)
             result.push_back(itr->operation_id(db));
          --itr;
       }
       if(stop.instance.value == 0 && result.size() < limit && itr->account == account) {
         result.push_back(itr->operation_id(db));
       }

       return result;
    }

    vector<operation_history_object> history_api::get_account_history_operations( const std::string account_id_or_name,
                                                                       int operation_type,
                                                                       operation_history_id_type start,
                                                                       operation_history_id_type stop,
                                                                       unsigned limit ) const
    {
       FC_ASSERT( _app.chain_database() );
       const auto& db = *_app.chain_database();

       const auto configured_limit = _app.get_options().api_limit_get_account_history_operations;
       FC_ASSERT( limit <= configured_limit,
                  "limit can not be greater than ${configured_limit}",
                  ("configured_limit", configured_limit) );

       vector<operation_history_object> result;
       account_id_type account;
       try {
          account = database_api.get_account_id_from_string(account_id_or_name);
       } catch(...) { return result; }
       const auto& stats = account(db).statistics(db);
       if( stats.most_recent_op == account_transaction_history_id_type() ) return result;
       const account_transaction_history_object* node = &stats.most_recent_op(db);
       if( start == operation_history_id_type() )
          start = node->operation_id;

       while(node && node->operation_id.instance.value > stop.instance.value && result.size() < limit)
       {
          if( node->operation_id.instance.value <= start.instance.value ) {

             if(node->operation_id(db).op.which() == operation_type)
               result.push_back( node->operation_id(db) );
          }
          if( node->next == account_transaction_history_id_type() )
             node = nullptr;
          else node = &node->next(db);
       }
       if( stop.instance.value == 0 && result.size() < limit ) {
          auto head = db.find(account_transaction_history_id_type());
          if (head != nullptr && head->account == account && head->operation_id(db).op.which() == operation_type)
            result.push_back(head->operation_id(db));
       }
       return result;
    }


    vector<operation_history_object> history_api::get_relative_account_history( const std::string account_id_or_name,
                                                                                uint64_t stop,
                                                                                unsigned limit,
                                                                                uint64_t start ) const
    {
       FC_ASSERT( _app.chain_database() );
       const auto& db = *_app.chain_database();

       const auto configured_limit = _app.get_options().api_limit_get_relative_account_history;
       FC_ASSERT( limit <= configured_limit,
                  "limit can not be greater than ${configured_limit}",
                  ("configured_limit", configured_limit) );

       vector<operation_history_object> result;
       account_id_type account;
       try {
          account = database_api.get_account_id_from_string(account_id_or_name);
       } catch(...) { return result; }
       const auto& stats = account(db).statistics(db);
       if( start == 0 )
          start = stats.total_ops;
       else
          start = std::min( stats.total_ops, start );

       if( start >= stop && start > stats.removed_ops && limit > 0 )
       {
          const auto& hist_idx = db.get_index_type<account_transaction_history_index>();
          const auto& by_seq_idx = hist_idx.indices().get<by_seq>();

          auto itr = by_seq_idx.upper_bound( boost::make_tuple( account, start ) );
          auto itr_stop = by_seq_idx.lower_bound( boost::make_tuple( account, stop ) );

          do
          {
             --itr;
             result.push_back( itr->operation_id(db) );
          }
          while ( itr != itr_stop && result.size() < limit );
       }
       return result;
    }

    flat_set<uint32_t> history_api::get_market_history_buckets()const
    {
       auto hist = _app.get_plugin<market_history_plugin>( "market_history" );
       FC_ASSERT( hist );
       return hist->tracked_buckets();
    }

    history_operation_detail history_api::get_account_history_by_operations( const std::string account_id_or_name,
                                                                             flat_set<uint16_t> operation_types,
                                                                             uint32_t start, unsigned limit )const
    {
       const auto configured_limit = _app.get_options().api_limit_get_account_history_by_operations;
       FC_ASSERT( limit <= configured_limit,
                  "limit can not be greater than ${configured_limit}",
                  ("configured_limit", configured_limit) );

       history_operation_detail result;
       vector<operation_history_object> objs = get_relative_account_history( account_id_or_name, start, limit,
                                                                             limit + start - 1 );
       result.total_count = objs.size();

       if( operation_types.empty() )
          result.operation_history_objs = std::move(objs);
       else
       {
          for( const operation_history_object &o : objs )
          {
             if( operation_types.find(o.op.which()) != operation_types.end() ) {
                result.operation_history_objs.push_back(o);
             }
          }
       }

       return result;
    }

    vector<bucket_object> history_api::get_market_history( std::string asset_a, std::string asset_b,
                                                           uint32_t bucket_seconds,
                                                           fc::time_point_sec start, fc::time_point_sec end )const
    { try {
       FC_ASSERT(_app.chain_database());
       const auto& db = *_app.chain_database();
       asset_id_type a = database_api.get_asset_id_from_string( asset_a );
       asset_id_type b = database_api.get_asset_id_from_string( asset_b );
       vector<bucket_object> result;
       result.reserve(200);

       if( a > b ) std::swap(a,b);

       const auto& bidx = db.get_index_type<bucket_index>();
       const auto& by_key_idx = bidx.indices().get<by_key>();

       auto itr = by_key_idx.lower_bound( bucket_key( a, b, bucket_seconds, start ) );
       while( itr != by_key_idx.end() && itr->key.open <= end && result.size() < 200 )
       {
          if( !(itr->key.base == a && itr->key.quote == b && itr->key.seconds == bucket_seconds) )
          {
            return result;
          }
          result.push_back(*itr);
          ++itr;
       }
       return result;
    } FC_CAPTURE_AND_RETHROW( (asset_a)(asset_b)(bucket_seconds)(start)(end) ) }

    crypto_api::crypto_api(){};

    commitment_type crypto_api::blind( const blind_factor_t
Download .txt
gitextract_hkq0wvyr/

├── .gitattributes
├── .github/
│   └── ISSUE_TEMPLATE/
│       ├── bug_report.md
│       ├── build_error.md
│       └── feature_request.md
├── .gitignore
├── .gitmodules
├── .mailmap
├── .travis.yml
├── CMakeLists.txt
├── CONTRIBUTORS.txt
├── Dockerfile
├── Doxyfile
├── LICENSE.txt
├── README-docker.md
├── README.md
├── docker/
│   ├── bitsharesentry.sh
│   ├── default_config.ini
│   └── default_logging.ini
├── libraries/
│   ├── CMakeLists.txt
│   ├── README.md
│   ├── app/
│   │   ├── CMakeLists.txt
│   │   ├── api.cpp
│   │   ├── api_objects.cpp
│   │   ├── application.cpp
│   │   ├── application_impl.hxx
│   │   ├── config_util.cpp
│   │   ├── database_api.cpp
│   │   ├── database_api_impl.hxx
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── app/
│   │   │           ├── api.hpp
│   │   │           ├── api_access.hpp
│   │   │           ├── api_objects.hpp
│   │   │           ├── application.hpp
│   │   │           ├── config_util.hpp
│   │   │           ├── database_api.hpp
│   │   │           ├── plugin.hpp
│   │   │           └── util.hpp
│   │   ├── plugin.cpp
│   │   └── util.cpp
│   ├── chain/
│   │   ├── CMakeLists.txt
│   │   ├── account_evaluator.cpp
│   │   ├── account_object.cpp
│   │   ├── assert_evaluator.cpp
│   │   ├── asset_evaluator.cpp
│   │   ├── asset_object.cpp
│   │   ├── balance_evaluator.cpp
│   │   ├── block_database.cpp
│   │   ├── buyback.cpp
│   │   ├── committee_member_evaluator.cpp
│   │   ├── confidential_evaluator.cpp
│   │   ├── custom_authority_evaluator.cpp
│   │   ├── database.cpp
│   │   ├── db_balance.cpp
│   │   ├── db_block.cpp
│   │   ├── db_debug.cpp
│   │   ├── db_getter.cpp
│   │   ├── db_init.cpp
│   │   ├── db_maint.cpp
│   │   ├── db_management.cpp
│   │   ├── db_market.cpp
│   │   ├── db_notify.cpp
│   │   ├── db_update.cpp
│   │   ├── db_witness_schedule.cpp
│   │   ├── evaluator.cpp
│   │   ├── exceptions.cpp
│   │   ├── fba_object.cpp
│   │   ├── fork_database.cpp
│   │   ├── genesis_state.cpp
│   │   ├── get_config.cpp
│   │   ├── hardfork.d/
│   │   │   ├── 000-200-preamble.hf
│   │   │   ├── 385.hf
│   │   │   ├── 436.hf
│   │   │   ├── 445.hf
│   │   │   ├── 453.hf
│   │   │   ├── 480.hf
│   │   │   ├── 483.hf
│   │   │   ├── 533.hf
│   │   │   ├── 555.hf
│   │   │   ├── 563.hf
│   │   │   ├── 607.hf
│   │   │   ├── 613.hf
│   │   │   ├── 615.hf
│   │   │   ├── BSIP_40.hf
│   │   │   ├── BSIP_48_75.hf
│   │   │   ├── BSIP_77.hf
│   │   │   ├── BSIP_81.hf
│   │   │   ├── BSIP_85.hf
│   │   │   ├── BSIP_86.hf
│   │   │   ├── CORE_1270.hf
│   │   │   ├── CORE_1465.hf
│   │   │   ├── CORE_1479.hf
│   │   │   ├── CORE_1573.hf
│   │   │   ├── CORE_1669.hf
│   │   │   ├── CORE_1692.hf
│   │   │   ├── CORE_1774.hf
│   │   │   ├── CORE_1780.hf
│   │   │   ├── CORE_1800.hf
│   │   │   ├── CORE_184.hf
│   │   │   ├── CORE_199.hf
│   │   │   ├── CORE_2022_1.hf
│   │   │   ├── CORE_210.hf
│   │   │   ├── CORE_2103.hf
│   │   │   ├── CORE_2103F.hf
│   │   │   ├── CORE_214.hf
│   │   │   ├── CORE_216.hf
│   │   │   ├── CORE_338.hf
│   │   │   ├── CORE_342.hf
│   │   │   ├── CORE_343.hf
│   │   │   ├── CORE_429.hf
│   │   │   ├── CORE_453.hf
│   │   │   ├── CORE_460.hf
│   │   │   ├── CORE_518.hf
│   │   │   ├── CORE_583.hf
│   │   │   ├── CORE_584.hf
│   │   │   ├── CORE_604.hf
│   │   │   ├── CORE_606.hf
│   │   │   ├── CORE_625.hf
│   │   │   ├── CORE_834.hf
│   │   │   ├── CORE_868_890.hf
│   │   │   ├── CORE_922_931.hf
│   │   │   ├── CORE_935.hf
│   │   │   ├── CORE_BSIP64.hf
│   │   │   ├── CORE_BSIP74.hf
│   │   │   ├── CORE_BSIP87.hf
│   │   │   ├── CORE_BSIP_87_74_COLLATFEE.hf
│   │   │   ├── LIQUIDITY_POOL.hf
│   │   │   ├── core-143.hf
│   │   │   └── core-1468.hf
│   │   ├── htlc_evaluator.cpp
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── chain/
│   │   │           ├── account_evaluator.hpp
│   │   │           ├── account_object.hpp
│   │   │           ├── assert_evaluator.hpp
│   │   │           ├── asset_evaluator.hpp
│   │   │           ├── asset_object.hpp
│   │   │           ├── balance_evaluator.hpp
│   │   │           ├── balance_object.hpp
│   │   │           ├── block_database.hpp
│   │   │           ├── block_summary_object.hpp
│   │   │           ├── budget_record_object.hpp
│   │   │           ├── buyback.hpp
│   │   │           ├── buyback_object.hpp
│   │   │           ├── chain_property_object.hpp
│   │   │           ├── committee_member_evaluator.hpp
│   │   │           ├── committee_member_object.hpp
│   │   │           ├── confidential_evaluator.hpp
│   │   │           ├── confidential_object.hpp
│   │   │           ├── config.hpp
│   │   │           ├── custom_authority_evaluator.hpp
│   │   │           ├── custom_authority_object.hpp
│   │   │           ├── custom_evaluator.hpp
│   │   │           ├── database.hpp
│   │   │           ├── db_with.hpp
│   │   │           ├── evaluator.hpp
│   │   │           ├── exceptions.hpp
│   │   │           ├── fba_accumulator_id.hpp
│   │   │           ├── fba_object.hpp
│   │   │           ├── fork_database.hpp
│   │   │           ├── genesis_state.hpp
│   │   │           ├── get_config.hpp
│   │   │           ├── global_property_object.hpp
│   │   │           ├── hardfork_visitor.hpp
│   │   │           ├── htlc_evaluator.hpp
│   │   │           ├── htlc_object.hpp
│   │   │           ├── immutable_chain_parameters.hpp
│   │   │           ├── impacted.hpp
│   │   │           ├── internal_exceptions.hpp
│   │   │           ├── is_authorized_asset.hpp
│   │   │           ├── liquidity_pool_evaluator.hpp
│   │   │           ├── liquidity_pool_object.hpp
│   │   │           ├── market_evaluator.hpp
│   │   │           ├── market_object.hpp
│   │   │           ├── node_property_object.hpp
│   │   │           ├── operation_history_object.hpp
│   │   │           ├── proposal_evaluator.hpp
│   │   │           ├── proposal_object.hpp
│   │   │           ├── special_authority_evaluation.hpp
│   │   │           ├── special_authority_object.hpp
│   │   │           ├── ticket_evaluator.hpp
│   │   │           ├── ticket_object.hpp
│   │   │           ├── transaction_evaluation_state.hpp
│   │   │           ├── transaction_history_object.hpp
│   │   │           ├── transfer_evaluator.hpp
│   │   │           ├── types.hpp
│   │   │           ├── vesting_balance_evaluator.hpp
│   │   │           ├── vesting_balance_object.hpp
│   │   │           ├── vote_count.hpp
│   │   │           ├── withdraw_permission_evaluator.hpp
│   │   │           ├── withdraw_permission_object.hpp
│   │   │           ├── witness_evaluator.hpp
│   │   │           ├── witness_object.hpp
│   │   │           ├── witness_schedule_object.hpp
│   │   │           ├── worker_evaluator.hpp
│   │   │           └── worker_object.hpp
│   │   ├── is_authorized_asset.cpp
│   │   ├── liquidity_pool_evaluator.cpp
│   │   ├── market_evaluator.cpp
│   │   ├── market_object.cpp
│   │   ├── proposal_evaluator.cpp
│   │   ├── proposal_object.cpp
│   │   ├── small_objects.cpp
│   │   ├── special_authority_evaluation.cpp
│   │   ├── ticket_evaluator.cpp
│   │   ├── ticket_object.cpp
│   │   ├── transfer_evaluator.cpp
│   │   ├── vesting_balance_evaluator.cpp
│   │   ├── vesting_balance_object.cpp
│   │   ├── withdraw_permission_evaluator.cpp
│   │   ├── witness_evaluator.cpp
│   │   └── worker_evaluator.cpp
│   ├── db/
│   │   ├── CMakeLists.txt
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── db/
│   │   │           ├── generic_index.hpp
│   │   │           ├── index.hpp
│   │   │           ├── object.hpp
│   │   │           ├── object_database.hpp
│   │   │           ├── simple_index.hpp
│   │   │           └── undo_database.hpp
│   │   ├── index.cpp
│   │   ├── object_database.cpp
│   │   └── undo_database.cpp
│   ├── egenesis/
│   │   ├── CMakeLists.txt
│   │   ├── README-dev.md
│   │   ├── egenesis_brief.cpp.tmpl
│   │   ├── egenesis_full.cpp.tmpl
│   │   ├── egenesis_none.cpp
│   │   ├── genesis-dev.json
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── egenesis/
│   │   │           └── egenesis.hpp
│   │   ├── nbstest-genesis.json
│   │   ├── seed-nodes.txt
│   │   └── test.json
│   ├── net/
│   │   ├── CMakeLists.txt
│   │   ├── core_messages.cpp
│   │   ├── exceptions.cpp
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── net/
│   │   │           ├── config.hpp
│   │   │           ├── core_messages.hpp
│   │   │           ├── exceptions.hpp
│   │   │           ├── message.hpp
│   │   │           ├── message_oriented_connection.hpp
│   │   │           ├── node.hpp
│   │   │           ├── peer_connection.hpp
│   │   │           ├── peer_database.hpp
│   │   │           └── stcp_socket.hpp
│   │   ├── message.cpp
│   │   ├── message_oriented_connection.cpp
│   │   ├── node.cpp
│   │   ├── node_impl.hxx
│   │   ├── peer_connection.cpp
│   │   ├── peer_database.cpp
│   │   └── stcp_socket.cpp
│   ├── plugins/
│   │   ├── CMakeLists.txt
│   │   ├── README.md
│   │   ├── account_history/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── account_history_plugin.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── account_history/
│   │   │               └── account_history_plugin.hpp
│   │   ├── api_helper_indexes/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── api_helper_indexes.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── api_helper_indexes/
│   │   │               └── api_helper_indexes.hpp
│   │   ├── custom_operations/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── custom_evaluators.cpp
│   │   │   ├── custom_operations.cpp
│   │   │   ├── custom_operations_plugin.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── custom_operations/
│   │   │               ├── custom_evaluators.hpp
│   │   │               ├── custom_objects.hpp
│   │   │               ├── custom_operations.hpp
│   │   │               └── custom_operations_plugin.hpp
│   │   ├── debug_witness/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── debug_api.cpp
│   │   │   ├── debug_witness.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── debug_witness/
│   │   │               ├── debug_api.hpp
│   │   │               └── debug_witness.hpp
│   │   ├── delayed_node/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── delayed_node_plugin.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── delayed_node/
│   │   │               └── delayed_node_plugin.hpp
│   │   ├── elasticsearch/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── elasticsearch_plugin.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── elasticsearch/
│   │   │               └── elasticsearch_plugin.hpp
│   │   ├── es_objects/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── es_objects.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── es_objects/
│   │   │               └── es_objects.hpp
│   │   ├── grouped_orders/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── grouped_orders_plugin.cpp
│   │   │   └── include/
│   │   │       └── graphene/
│   │   │           └── grouped_orders/
│   │   │               └── grouped_orders_plugin.hpp
│   │   ├── make_new_plugin.sh
│   │   ├── market_history/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── include/
│   │   │   │   └── graphene/
│   │   │   │       └── market_history/
│   │   │   │           └── market_history_plugin.hpp
│   │   │   └── market_history_plugin.cpp
│   │   ├── snapshot/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── include/
│   │   │   │   └── graphene/
│   │   │   │       └── snapshot/
│   │   │   │           └── snapshot.hpp
│   │   │   └── snapshot.cpp
│   │   ├── template_plugin/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── include/
│   │   │   │   └── graphene/
│   │   │   │       └── template_plugin/
│   │   │   │           └── template_plugin.hpp
│   │   │   └── template_plugin.cpp
│   │   └── witness/
│   │       ├── CMakeLists.txt
│   │       ├── include/
│   │       │   └── graphene/
│   │       │       └── witness/
│   │       │           └── witness.hpp
│   │       └── witness.cpp
│   ├── protocol/
│   │   ├── CMakeLists.txt
│   │   ├── account.cpp
│   │   ├── address.cpp
│   │   ├── assert.cpp
│   │   ├── asset.cpp
│   │   ├── asset_ops.cpp
│   │   ├── authority.cpp
│   │   ├── block.cpp
│   │   ├── chain_parameters.cpp
│   │   ├── committee_member.cpp
│   │   ├── confidential.cpp
│   │   ├── custom.cpp
│   │   ├── custom_authorities/
│   │   │   ├── BOOST_LICENSE_1_0.txt
│   │   │   ├── create_predicate_fwd.hxx
│   │   │   ├── create_predicate_fwd_1.cpp
│   │   │   ├── create_predicate_fwd_2.cpp
│   │   │   ├── create_predicate_fwd_3.cpp
│   │   │   ├── list_1.cpp
│   │   │   ├── list_10.cpp
│   │   │   ├── list_11.cpp
│   │   │   ├── list_12.cpp
│   │   │   ├── list_2.cpp
│   │   │   ├── list_3.cpp
│   │   │   ├── list_4.cpp
│   │   │   ├── list_5.cpp
│   │   │   ├── list_6.cpp
│   │   │   ├── list_7.cpp
│   │   │   ├── list_8.cpp
│   │   │   ├── list_9.cpp
│   │   │   ├── restriction_predicate.cpp
│   │   │   ├── restriction_predicate.hxx
│   │   │   ├── safe_compare.hpp
│   │   │   └── sliced_lists.hxx
│   │   ├── custom_authority.cpp
│   │   ├── fee_schedule.cpp
│   │   ├── fee_schedule_calc.cpp
│   │   ├── htlc.cpp
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── protocol/
│   │   │           ├── README.md
│   │   │           ├── account.hpp
│   │   │           ├── address.hpp
│   │   │           ├── assert.hpp
│   │   │           ├── asset.hpp
│   │   │           ├── asset_ops.hpp
│   │   │           ├── authority.hpp
│   │   │           ├── balance.hpp
│   │   │           ├── base.hpp
│   │   │           ├── block.hpp
│   │   │           ├── buyback.hpp
│   │   │           ├── chain_parameters.hpp
│   │   │           ├── committee_member.hpp
│   │   │           ├── confidential.hpp
│   │   │           ├── config.hpp
│   │   │           ├── custom.hpp
│   │   │           ├── custom_authority.hpp
│   │   │           ├── exceptions.hpp
│   │   │           ├── ext.hpp
│   │   │           ├── fba.hpp
│   │   │           ├── fee_schedule.hpp
│   │   │           ├── htlc.hpp
│   │   │           ├── liquidity_pool.hpp
│   │   │           ├── market.hpp
│   │   │           ├── memo.hpp
│   │   │           ├── object_id.hpp
│   │   │           ├── operations.hpp
│   │   │           ├── proposal.hpp
│   │   │           ├── pts_address.hpp
│   │   │           ├── restriction.hpp
│   │   │           ├── restriction_predicate.hpp
│   │   │           ├── special_authority.hpp
│   │   │           ├── ticket.hpp
│   │   │           ├── transaction.hpp
│   │   │           ├── transfer.hpp
│   │   │           ├── types.hpp
│   │   │           ├── vesting.hpp
│   │   │           ├── vote.hpp
│   │   │           ├── withdraw_permission.hpp
│   │   │           ├── witness.hpp
│   │   │           └── worker.hpp
│   │   ├── liquidity_pool.cpp
│   │   ├── market.cpp
│   │   ├── memo.cpp
│   │   ├── operations.cpp
│   │   ├── proposal.cpp
│   │   ├── pts_address.cpp
│   │   ├── restriction.cpp
│   │   ├── small_ops.cpp
│   │   ├── special_authority.cpp
│   │   ├── ticket.cpp
│   │   ├── transaction.cpp
│   │   ├── transfer.cpp
│   │   ├── types.cpp
│   │   ├── vote.cpp
│   │   ├── withdraw_permission.cpp
│   │   ├── witness.cpp
│   │   └── worker.cpp
│   ├── utilities/
│   │   ├── CMakeLists.txt
│   │   ├── elasticsearch.cpp
│   │   ├── git_revision.cpp.in
│   │   ├── include/
│   │   │   └── graphene/
│   │   │       └── utilities/
│   │   │           ├── elasticsearch.hpp
│   │   │           ├── git_revision.hpp
│   │   │           ├── key_conversion.hpp
│   │   │           ├── padding_ostream.hpp
│   │   │           ├── string_escape.hpp
│   │   │           ├── tempdir.hpp
│   │   │           └── words.hpp
│   │   ├── key_conversion.cpp
│   │   ├── string_escape.cpp
│   │   ├── tempdir.cpp
│   │   └── words.cpp
│   └── wallet/
│       ├── CMakeLists.txt
│       ├── Doxyfile.in
│       ├── api_documentation_standin.cpp
│       ├── generate_api_documentation.pl
│       ├── include/
│       │   └── graphene/
│       │       └── wallet/
│       │           ├── api_documentation.hpp
│       │           ├── reflect_util.hpp
│       │           ├── wallet.hpp
│       │           └── wallet_structs.hpp
│       ├── operation_printer.cpp
│       ├── operation_printer.hpp
│       ├── reflect_util.cpp
│       ├── wallet.cpp
│       ├── wallet_account.cpp
│       ├── wallet_api_impl.cpp
│       ├── wallet_api_impl.hpp
│       ├── wallet_asset.cpp
│       ├── wallet_builder.cpp
│       ├── wallet_debug.cpp
│       ├── wallet_network.cpp
│       ├── wallet_results.cpp
│       ├── wallet_sign.cpp
│       ├── wallet_transfer.cpp
│       └── wallet_voting.cpp
├── programs/
│   ├── CMakeLists.txt
│   ├── README.md
│   ├── build_helpers/
│   │   ├── CMakeLists.txt
│   │   ├── build_and_test
│   │   ├── build_for_cache
│   │   ├── buildstep
│   │   ├── check_reflect.py
│   │   ├── make_with_sonar
│   │   ├── member_enumerator.cpp
│   │   ├── scan_with_sonar_step_1
│   │   ├── scan_with_sonar_step_2
│   │   ├── scan_with_sonar_step_3
│   │   └── set_sonar_branch
│   ├── cli_wallet/
│   │   ├── CMakeLists.txt
│   │   └── main.cpp
│   ├── genesis_util/
│   │   ├── CMakeLists.txt
│   │   ├── apply_patch.py
│   │   ├── canonical_format.py
│   │   ├── change_asset_symbol.py
│   │   ├── change_bitasset_owners.py
│   │   ├── change_key_prefix.py
│   │   ├── convert_address.cpp
│   │   ├── create_bloom_filter.py
│   │   ├── generate_account_patch.py
│   │   ├── generate_init_config.py
│   │   ├── generate_init_patch.py
│   │   ├── genesis_update.cpp
│   │   ├── get_dev_key.cpp
│   │   ├── prefix_accounts.py
│   │   ├── python_format.py
│   │   ├── remove.py
│   │   ├── sort_objects.py
│   │   ├── unprefix_asset_owners.py
│   │   ├── unprefix_names.py
│   │   └── upgrade_members.py
│   ├── js_operation_serializer/
│   │   ├── CMakeLists.txt
│   │   └── main.cpp
│   ├── network_mapper/
│   │   ├── CMakeLists.txt
│   │   └── network_mapper.cpp
│   ├── size_checker/
│   │   ├── CMakeLists.txt
│   │   └── main.cpp
│   └── witness_node/
│       ├── CMakeLists.txt
│       ├── main.cpp
│       └── saltpass.py
├── sonar-project.properties
└── tests/
    ├── CMakeLists.txt
    ├── app/
    │   └── main.cpp
    ├── benchmarks/
    │   ├── genesis_allocation.cpp
    │   └── main.cpp
    ├── cli/
    │   └── main.cpp
    ├── common/
    │   ├── database_fixture.cpp
    │   ├── database_fixture.hpp
    │   └── genesis_file_util.hpp
    ├── elasticsearch/
    │   └── main.cpp
    ├── generate_empty_blocks/
    │   ├── CMakeLists.txt
    │   └── main.cpp
    ├── intense/
    │   └── api_stress.py
    ├── performance/
    │   ├── README.md
    │   ├── market_fee_sharing_tests.cpp
    │   └── performance_tests.cpp
    └── tests/
        ├── api_limit_tests.cpp
        ├── app_util_tests.cpp
        ├── asset_api_tests.cpp
        ├── asset_tests.cpp
        ├── authority_tests.cpp
        ├── basic_tests.cpp
        ├── bitasset_tests.cpp
        ├── block_tests.cpp
        ├── bsip48_75_tests.cpp
        ├── bsip85_tests.cpp
        ├── bsip86_tests.cpp
        ├── call_order_tests.cpp
        ├── confidential_tests.cpp
        ├── custom_authority_tests.cpp
        ├── custom_operations.cpp
        ├── database_api_tests.cpp
        ├── database_tests.cpp
        ├── fee_tests.cpp
        ├── force_settle_fee_tests.cpp
        ├── grouped_orders_api_tests.cpp
        ├── history_api_tests.cpp
        ├── htlc_tests.cpp
        ├── main.cpp
        ├── margin_call_fee_tests.cpp
        ├── market_fee_sharing_tests.cpp
        ├── market_rounding_tests.cpp
        ├── market_tests.cpp
        ├── network_broadcast_api_tests.cpp
        ├── operation_tests.cpp
        ├── operation_tests2.cpp
        ├── pob_tests.cpp
        ├── serialization_tests.cpp
        ├── settle_tests.cpp
        ├── simple_maker_taker_fee_tests.cpp
        ├── smartcoin_tests.cpp
        ├── swan_tests.cpp
        ├── uia_tests.cpp
        ├── voting_tests.cpp
        └── wallet_tests.cpp
Download .txt
Showing preview only (344K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (3356 symbols across 374 files)

FILE: libraries/app/api.cpp
  class fc::api<graphene::app::block_api> (line 44) | class fc::api<graphene::app::block_api>
  class fc::api<graphene::app::network_broadcast_api> (line 45) | class fc::api<graphene::app::network_broadcast_api>
  class fc::api<graphene::app::network_node_api> (line 46) | class fc::api<graphene::app::network_node_api>
  class fc::api<graphene::app::history_api> (line 47) | class fc::api<graphene::app::history_api>
  class fc::api<graphene::app::crypto_api> (line 48) | class fc::api<graphene::app::crypto_api>
  class fc::api<graphene::app::asset_api> (line 49) | class fc::api<graphene::app::asset_api>
  class fc::api<graphene::app::orders_api> (line 50) | class fc::api<graphene::app::orders_api>
  class fc::api<graphene::app::custom_operations_api> (line 51) | class fc::api<graphene::app::custom_operations_api>
  class fc::api<graphene::debug_witness::debug_api> (line 52) | class fc::api<graphene::debug_witness::debug_api>
  class fc::api<graphene::app::login_api> (line 53) | class fc::api<graphene::app::login_api>
  type graphene (line 56) | namespace graphene { namespace app {
    type app (line 56) | namespace app {
      function history_operation_detail (line 484) | history_operation_detail history_api::get_account_history_by_operati...
      function commitment_type (line 544) | commitment_type crypto_api::blind( const blind_factor_type& blind, u...
      function blind_factor_type (line 549) | blind_factor_type crypto_api::blind_sum( const std::vector<blind_fac...
      function verify_range_result (line 559) | verify_range_result crypto_api::verify_range( const commitment_type&...
      function verify_range_proof_rewind_result (line 577) | verify_range_proof_rewind_result crypto_api::verify_range_proof_rewi...
      function range_proof_info (line 593) | range_proof_info crypto_api::range_get_info( const std::vector<char>...

FILE: libraries/app/api_objects.cpp
  type graphene (line 28) | namespace graphene { namespace app {
    type app (line 28) | namespace app {

FILE: libraries/app/application.cpp
  type graphene (line 61) | namespace graphene { namespace app {
    type app (line 61) | namespace app {
      type detail (line 77) | namespace detail {
        function create_example_genesis (line 79) | graphene::chain::genesis_state_type create_example_genesis() {
      function application_options (line 1182) | const application_options& application::get_options()
    type app (line 944) | namespace app {
      type detail (line 77) | namespace detail {
        function create_example_genesis (line 79) | graphene::chain::genesis_state_type create_example_genesis() {
      function application_options (line 1182) | const application_options& application::get_options()
  function chain_id_type (line 701) | chain_id_type application_impl::get_chain_id() const
  function item_hash_t (line 920) | item_hash_t application_impl::get_head_block_id() const
  type graphene (line 944) | namespace graphene { namespace app {
    type app (line 61) | namespace app {
      type detail (line 77) | namespace detail {
        function create_example_genesis (line 79) | graphene::chain::genesis_state_type create_example_genesis() {
      function application_options (line 1182) | const application_options& application::get_options()
    type app (line 944) | namespace app {
      type detail (line 77) | namespace detail {
        function create_example_genesis (line 79) | graphene::chain::genesis_state_type create_example_genesis() {
      function application_options (line 1182) | const application_options& application::get_options()

FILE: libraries/app/application_impl.hxx
  type graphene (line 12) | namespace graphene { namespace app { namespace detail {
    type app (line 12) | namespace app { namespace detail {
      type detail (line 12) | namespace detail {
        class application_impl (line 15) | class application_impl : public net::node_delegate
          method application_impl (line 31) | explicit application_impl(application* self)

FILE: libraries/app/config_util.cpp
  type graphene (line 46) | namespace graphene { namespace app { namespace detail {
    type app (line 46) | namespace app { namespace detail {
      type detail (line 46) | namespace detail {
        class deduplicator (line 48) | class deduplicator
          method deduplicator (line 51) | deduplicator() : modifier(nullptr) {}
          method deduplicator (line 53) | deduplicator(const boost::shared_ptr<bpo::option_description> (*...
          method next (line 56) | const boost::shared_ptr<bpo::option_description> next(const boos...
  function write_default_logging_config_to_stream (line 76) | static void write_default_logging_config_to_stream(std::ostream& out)
  function load_logging_config_from_ini_file (line 122) | static fc::optional<fc::logging_config> load_logging_config_from_ini_fil...

FILE: libraries/app/database_api.cpp
  class fc::api<graphene::app::database_api> (line 40) | class fc::api<graphene::app::database_api>
  function processed_transaction (line 244) | processed_transaction database_api::get_transaction( uint32_t block_num,...
  function processed_transaction (line 258) | processed_transaction database_api_impl::get_transaction(uint32_t block_...
  function chain_property_object (line 272) | chain_property_object database_api::get_chain_properties()const
  function chain_property_object (line 277) | chain_property_object database_api_impl::get_chain_properties()const
  function global_property_object (line 282) | global_property_object database_api::get_global_properties()const
  function global_property_object (line 287) | global_property_object database_api_impl::get_global_properties()const
  function chain_id_type (line 302) | chain_id_type database_api::get_chain_id()const
  function chain_id_type (line 307) | chain_id_type database_api_impl::get_chain_id()const
  function dynamic_global_property_object (line 312) | dynamic_global_property_object database_api::get_dynamic_global_properti...
  function dynamic_global_property_object (line 317) | dynamic_global_property_object database_api_impl::get_dynamic_global_pro...
  function account_id_type (line 429) | account_id_type database_api::get_account_id_from_string(const std::stri...
  function asset_id_type (line 865) | asset_id_type database_api::get_asset_id_from_string(const std::string& ...
  function market_ticker (line 1356) | market_ticker database_api::get_ticker( const string& base, const string...
  function market_ticker (line 1361) | market_ticker database_api_impl::get_ticker( const string& base, const s...
  function market_volume (line 1390) | market_volume database_api::get_24_volume( const string& base, const str...
  function market_volume (line 1395) | market_volume database_api_impl::get_24_volume( const string& base, cons...
  function order_book (line 1409) | order_book database_api::get_order_book( const string& base, const strin...
  function order_book (line 1414) | order_book database_api_impl::get_order_book( const string& base, const ...
  function processed_transaction (line 2431) | processed_transaction database_api::validate_transaction( const signed_t...
  function processed_transaction (line 2436) | processed_transaction database_api_impl::validate_transaction( const sig...
  type get_required_fees_helper (line 2451) | struct get_required_fees_helper
    method get_required_fees_helper (line 2453) | get_required_fees_helper(
    method set_op_fees (line 2463) | fc::variant set_op_fees( operation& op )
    method set_proposal_create_op_fees (line 2478) | fc::variant set_proposal_create_op_fees( operation& proposal_create_op )
  function account_object (line 2772) | const account_object* database_api_impl::get_account_from_string( const ...
  function asset_object (line 2792) | const asset_object* database_api_impl::get_asset_from_string( const std:...

FILE: libraries/app/database_api_impl.hxx
  type graphene (line 31) | namespace graphene { namespace app {
    type app (line 31) | namespace app {
      class database_api_impl (line 36) | class database_api_impl : public std::enable_shared_from_this<databa...
        method extended_asset_object (line 239) | extended_asset_object extend_asset( ASSET&& a )const
        method get_liquidity_pools_by_asset_x (line 272) | vector<liquidity_pool_object> get_liquidity_pools_by_asset_x(
        method get_whether_to_subscribe (line 310) | bool get_whether_to_subscribe( optional<bool> subscribe )const
        method get_subscription_key (line 328) | vector<char> get_subscription_key( const object_id_type& item )const
        method subscribe_to_item (line 334) | void subscribe_to_item( const T& item )const
        method is_subscribed_to_item (line 347) | bool is_subscribed_to_item( const T& item )const
        method get_order_market (line 361) | const std::pair<asset_id_type,asset_id_type> get_order_market( con...
        method get_order_market (line 367) | const std::pair<asset_id_type,asset_id_type> get_order_market( con...
        method enqueue_if_subscribed_to_market (line 377) | void enqueue_if_subscribed_to_market(const object* obj, market_que...

FILE: libraries/app/include/graphene/app/api.hpp
  type graphene (line 53) | namespace graphene { namespace app {
    type app (line 53) | namespace app {
      class application (line 64) | class application
      type verify_range_result (line 66) | struct verify_range_result
      type verify_range_proof_rewind_result (line 73) | struct verify_range_proof_rewind_result
      type account_asset_balance (line 83) | struct account_asset_balance
      type asset_holders (line 89) | struct asset_holders
      type history_operation_detail (line 95) | struct history_operation_detail {
      type limit_order_group (line 103) | struct limit_order_group
        method limit_order_group (line 105) | limit_order_group( const std::pair<limit_order_group_key,limit_ord...
        method limit_order_group (line 110) | limit_order_group() {}
      class history_api (line 122) | class history_api
        method history_api (line 125) | history_api(application& app)
      class block_api (line 231) | class block_api
      class network_broadcast_api (line 253) | class network_broadcast_api : public std::enable_shared_from_this<ne...
        type transaction_confirmation (line 258) | struct transaction_confirmation
      class network_node_api (line 316) | class network_node_api
      class crypto_api (line 362) | class crypto_api
      class asset_api (line 453) | class asset_api
      class orders_api (line 490) | class orders_api
        method orders_api (line 493) | orders_api(application& app)
      class custom_operations_api (line 528) | class custom_operations_api
        method custom_operations_api (line 531) | custom_operations_api(application& app):_app(app), database_api( *...
      class login_api (line 566) | class login_api
    type app (line 560) | namespace app {
      class application (line 64) | class application
      type verify_range_result (line 66) | struct verify_range_result
      type verify_range_proof_rewind_result (line 73) | struct verify_range_proof_rewind_result
      type account_asset_balance (line 83) | struct account_asset_balance
      type asset_holders (line 89) | struct asset_holders
      type history_operation_detail (line 95) | struct history_operation_detail {
      type limit_order_group (line 103) | struct limit_order_group
        method limit_order_group (line 105) | limit_order_group( const std::pair<limit_order_group_key,limit_ord...
        method limit_order_group (line 110) | limit_order_group() {}
      class history_api (line 122) | class history_api
        method history_api (line 125) | history_api(application& app)
      class block_api (line 231) | class block_api
      class network_broadcast_api (line 253) | class network_broadcast_api : public std::enable_shared_from_this<ne...
        type transaction_confirmation (line 258) | struct transaction_confirmation
      class network_node_api (line 316) | class network_node_api
      class crypto_api (line 362) | class crypto_api
      class asset_api (line 453) | class asset_api
      class orders_api (line 490) | class orders_api
        method orders_api (line 493) | orders_api(application& app)
      class custom_operations_api (line 528) | class custom_operations_api
        method custom_operations_api (line 531) | custom_operations_api(application& app):_app(app), database_api( *...
      class login_api (line 566) | class login_api
  class fc::api<graphene::app::block_api> (line 550) | class fc::api<graphene::app::block_api>
  class fc::api<graphene::app::network_broadcast_api> (line 551) | class fc::api<graphene::app::network_broadcast_api>
  class fc::api<graphene::app::network_node_api> (line 552) | class fc::api<graphene::app::network_node_api>
  class fc::api<graphene::app::history_api> (line 553) | class fc::api<graphene::app::history_api>
  class fc::api<graphene::app::crypto_api> (line 554) | class fc::api<graphene::app::crypto_api>
  class fc::api<graphene::app::asset_api> (line 555) | class fc::api<graphene::app::asset_api>
  class fc::api<graphene::app::orders_api> (line 556) | class fc::api<graphene::app::orders_api>
  class fc::api<graphene::debug_witness::debug_api> (line 557) | class fc::api<graphene::debug_witness::debug_api>
  class fc::api<graphene::app::custom_operations_api> (line 558) | class fc::api<graphene::app::custom_operations_api>
  type graphene (line 560) | namespace graphene { namespace app {
    type app (line 53) | namespace app {
      class application (line 64) | class application
      type verify_range_result (line 66) | struct verify_range_result
      type verify_range_proof_rewind_result (line 73) | struct verify_range_proof_rewind_result
      type account_asset_balance (line 83) | struct account_asset_balance
      type asset_holders (line 89) | struct asset_holders
      type history_operation_detail (line 95) | struct history_operation_detail {
      type limit_order_group (line 103) | struct limit_order_group
        method limit_order_group (line 105) | limit_order_group( const std::pair<limit_order_group_key,limit_ord...
        method limit_order_group (line 110) | limit_order_group() {}
      class history_api (line 122) | class history_api
        method history_api (line 125) | history_api(application& app)
      class block_api (line 231) | class block_api
      class network_broadcast_api (line 253) | class network_broadcast_api : public std::enable_shared_from_this<ne...
        type transaction_confirmation (line 258) | struct transaction_confirmation
      class network_node_api (line 316) | class network_node_api
      class crypto_api (line 362) | class crypto_api
      class asset_api (line 453) | class asset_api
      class orders_api (line 490) | class orders_api
        method orders_api (line 493) | orders_api(application& app)
      class custom_operations_api (line 528) | class custom_operations_api
        method custom_operations_api (line 531) | custom_operations_api(application& app):_app(app), database_api( *...
      class login_api (line 566) | class login_api
    type app (line 560) | namespace app {
      class application (line 64) | class application
      type verify_range_result (line 66) | struct verify_range_result
      type verify_range_proof_rewind_result (line 73) | struct verify_range_proof_rewind_result
      type account_asset_balance (line 83) | struct account_asset_balance
      type asset_holders (line 89) | struct asset_holders
      type history_operation_detail (line 95) | struct history_operation_detail {
      type limit_order_group (line 103) | struct limit_order_group
        method limit_order_group (line 105) | limit_order_group( const std::pair<limit_order_group_key,limit_ord...
        method limit_order_group (line 110) | limit_order_group() {}
      class history_api (line 122) | class history_api
        method history_api (line 125) | history_api(application& app)
      class block_api (line 231) | class block_api
      class network_broadcast_api (line 253) | class network_broadcast_api : public std::enable_shared_from_this<ne...
        type transaction_confirmation (line 258) | struct transaction_confirmation
      class network_node_api (line 316) | class network_node_api
      class crypto_api (line 362) | class crypto_api
      class asset_api (line 453) | class asset_api
      class orders_api (line 490) | class orders_api
        method orders_api (line 493) | orders_api(application& app)
      class custom_operations_api (line 528) | class custom_operations_api
        method custom_operations_api (line 531) | custom_operations_api(application& app):_app(app), database_api( *...
      class login_api (line 566) | class login_api
  class fc::api<graphene::app::login_api> (line 622) | class fc::api<graphene::app::login_api>

FILE: libraries/app/include/graphene/app/api_access.hpp
  type graphene (line 32) | namespace graphene { namespace app {
    type app (line 32) | namespace app {
      type api_access_info (line 34) | struct api_access_info
      type api_access (line 41) | struct api_access

FILE: libraries/app/include/graphene/app/api_objects.hpp
  type graphene (line 39) | namespace graphene { namespace app {
    type app (line 39) | namespace app {
      type more_data (line 43) | struct more_data
      type full_account (line 58) | struct full_account
      type order (line 81) | struct order
      type order_book (line 88) | struct order_book
      type market_ticker (line 96) | struct market_ticker
        method market_ticker (line 112) | market_ticker() {}
      type market_volume (line 123) | struct market_volume
      type market_trade (line 132) | struct market_trade
      type extended_asset_object (line 144) | struct extended_asset_object : asset_object
        method extended_asset_object (line 146) | extended_asset_object() {}
        method extended_asset_object (line 147) | explicit extended_asset_object( const asset_object& a ) : asset_ob...
        method extended_asset_object (line 148) | explicit extended_asset_object( asset_object&& a ) : asset_object(...

FILE: libraries/app/include/graphene/app/application.hpp
  type graphene (line 32) | namespace graphene { namespace app {
    type app (line 32) | namespace app {
      type detail (line 33) | namespace detail { class application_impl; }
        class application_impl (line 33) | class application_impl
      class abstract_plugin (line 36) | class abstract_plugin
      class application_options (line 38) | class application_options
      class application (line 77) | class application
        method register_plugin (line 93) | std::shared_ptr<PluginType> register_plugin(bool auto_load = false) {
        method get_plugin (line 122) | std::shared_ptr<PluginType> get_plugin( const string& name ) const

FILE: libraries/app/include/graphene/app/config_util.hpp
  type graphene (line 29) | namespace graphene { namespace app {
    type app (line 29) | namespace app {

FILE: libraries/app/include/graphene/app/database_api.hpp
  type graphene (line 53) | namespace graphene { namespace app {
    type app (line 53) | namespace app {
      class database_api_impl (line 61) | class database_api_impl
      class database_api (line 70) | class database_api
  class fc::api<graphene::app::database_api> (line 1026) | class fc::api<graphene::app::database_api>

FILE: libraries/app/include/graphene/app/plugin.hpp
  type graphene (line 31) | namespace graphene { namespace app {
    type app (line 31) | namespace app {
      class abstract_plugin (line 33) | class abstract_plugin
      class plugin (line 97) | class plugin : public abstract_plugin
        method application (line 115) | application& app()const { assert(_app); return *_app; }
      function T (line 126) | T dejsonify(const string& s, uint32_t max_depth)
      type impl (line 131) | namespace impl {
        function T (line 133) | T dejsonify( const string& s )

FILE: libraries/app/include/graphene/app/util.hpp
  type graphene (line 28) | namespace graphene {
    type protocol (line 29) | namespace protocol {
      type price (line 30) | struct price
    type chain (line 32) | namespace chain {
      class asset_object (line 33) | class asset_object
    type app (line 36) | namespace app {

FILE: libraries/app/plugin.cpp
  type graphene (line 28) | namespace graphene { namespace app {
    type app (line 28) | namespace app {

FILE: libraries/app/util.cpp
  type graphene (line 31) | namespace graphene { namespace app {
    type app (line 31) | namespace app {
      function to_capped_128 (line 35) | static fc::uint128_t to_capped_128( const uint256_t& t )

FILE: libraries/chain/account_evaluator.cpp
  type graphene (line 40) | namespace graphene { namespace chain {
    type chain (line 40) | namespace chain {
      function verify_authority_accounts (line 42) | void verify_authority_accounts( const database& db, const authority&...
      function verify_account_votes (line 58) | void verify_account_votes( const database& db, const account_options...
      function object_id_type (line 154) | object_id_type account_create_evaluator::do_apply( const account_cre...

FILE: libraries/chain/account_object.cpp
  type graphene (line 30) | namespace graphene { namespace chain {
    type chain (line 30) | namespace chain {
      function share_type (line 32) | share_type cut_fee(share_type a, uint16_t p)
      function account_balance_object (line 300) | const account_balance_object* balances_by_account_index::get_account...

FILE: libraries/chain/assert_evaluator.cpp
  type graphene (line 31) | namespace graphene { namespace chain {
    type chain (line 31) | namespace chain {
      type predicate_evaluator (line 33) | struct predicate_evaluator
        method predicate_evaluator (line 38) | predicate_evaluator( const database& d ):db(d){}

FILE: libraries/chain/asset_evaluator.cpp
  type detail (line 36) | namespace detail {
    function check_asset_options_hf_1774 (line 39) | void check_asset_options_hf_1774(const fc::time_point_sec& block_time,...
    function check_bitasset_options_hf_bsip74 (line 49) | void check_bitasset_options_hf_bsip74( const fc::time_point_sec& block...
    function check_asset_options_hf_bsip81 (line 58) | void check_asset_options_hf_bsip81(const fc::time_point_sec& block_tim...
    function check_asset_options_hf_bsip_48_75 (line 68) | void check_asset_options_hf_bsip_48_75(const fc::time_point_sec& block...
    function check_bitasset_options_hf_bsip_48_75 (line 80) | void check_bitasset_options_hf_bsip_48_75(const fc::time_point_sec& bl...
    function check_asset_update_extensions_hf_bsip_48_75 (line 95) | void check_asset_update_extensions_hf_bsip_48_75( const fc::time_point...
    function check_asset_publish_feed_extensions_hf_bsip77 (line 109) | void check_asset_publish_feed_extensions_hf_bsip77( const fc::time_poi...
    function check_bitasset_options_hf_bsip77 (line 121) | void check_bitasset_options_hf_bsip77(const fc::time_point_sec& block_...
    function check_bitasset_options_hf_bsip87 (line 130) | void check_bitasset_options_hf_bsip87(const fc::time_point_sec& block_...
    function check_asset_claim_fees_hardfork_87_74_collatfee (line 138) | void check_asset_claim_fees_hardfork_87_74_collatfee(const fc::time_po...
  function check_children_of_bitasset (line 600) | void check_children_of_bitasset(const database& d, const asset_update_bi...
  function update_bitasset_object_options (line 778) | static bool update_bitasset_object_options(
  function void_result (line 1087) | void_result asset_publish_feeds_evaluator::do_evaluate(const asset_publi...

FILE: libraries/chain/asset_object.cpp
  function share_type (line 33) | share_type asset_bitasset_data_object::max_force_settlement_volume(share...
  function price (line 143) | price price_feed_with_icr::calculate_initial_collateralization()const
  function string (line 205) | string asset_object::amount_to_string(share_type amount) const

FILE: libraries/chain/balance_evaluator.cpp
  type graphene (line 27) | namespace graphene { namespace chain {
    type chain (line 27) | namespace chain {
      function void_result (line 29) | void_result balance_claim_evaluator::do_evaluate(const balance_claim...
      function void_result (line 75) | void_result balance_claim_evaluator::do_apply(const balance_claim_op...

FILE: libraries/chain/block_database.cpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      type index_entry (line 31) | struct index_entry
        method index_entry (line 33) | index_entry() {
      function block_id_type (line 136) | block_id_type block_database::fetch_block_id( uint32_t block_num )const
    type chain (line 44) | namespace chain {
      type index_entry (line 31) | struct index_entry
        method index_entry (line 33) | index_entry() {
      function block_id_type (line 136) | block_id_type block_database::fetch_block_id( uint32_t block_num )const
  type graphene (line 44) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      type index_entry (line 31) | struct index_entry
        method index_entry (line 33) | index_entry() {
      function block_id_type (line 136) | block_id_type block_database::fetch_block_id( uint32_t block_num )const
    type chain (line 44) | namespace chain {
      type index_entry (line 31) | struct index_entry
        method index_entry (line 33) | index_entry() {
      function block_id_type (line 136) | block_id_type block_database::fetch_block_id( uint32_t block_num )const

FILE: libraries/chain/buyback.cpp
  type graphene (line 30) | namespace graphene { namespace chain {
    type chain (line 30) | namespace chain {
      function evaluate_buyback_account_options (line 32) | void evaluate_buyback_account_options( const database& db, const buy...

FILE: libraries/chain/committee_member_evaluator.cpp
  type graphene (line 33) | namespace graphene { namespace chain {
    type chain (line 33) | namespace chain {

FILE: libraries/chain/confidential_evaluator.cpp
  type graphene (line 32) | namespace graphene { namespace chain {
    type chain (line 32) | namespace chain {

FILE: libraries/chain/custom_authority_evaluator.cpp
  function void_result (line 86) | void_result custom_authority_update_evaluator::do_evaluate(const custom_...

FILE: libraries/chain/db_balance.cpp
  type graphene (line 33) | namespace graphene { namespace chain {
    type chain (line 33) | namespace chain {
      function asset (line 35) | asset database::get_balance(account_id_type owner, asset_id_type ass...
      function asset (line 44) | asset database::get_balance(const account_object& owner, const asset...
      function string (line 49) | string database::to_pretty_string( const asset& a )const
      type detail (line 85) | namespace detail {
        type vbo_mfs_key (line 90) | struct vbo_mfs_key
          method vbo_mfs_key (line 95) | vbo_mfs_key(const account_id_type& account, const asset_id_type&...
      function asset (line 114) | asset database::get_market_fee_vesting_balance(const account_id_type...

FILE: libraries/chain/db_block.cpp
  function signed_transaction (line 84) | const signed_transaction& database::get_recent_transaction(const transac...
  function processed_transaction (line 279) | processed_transaction database::_push_transaction( const precomputable_t...
  function processed_transaction (line 304) | processed_transaction database::validate_transaction( const signed_trans...
  class push_proposal_nesting_guard (line 310) | class push_proposal_nesting_guard {
    method push_proposal_nesting_guard (line 312) | push_proposal_nesting_guard( uint32_t& nesting_counter, const database...
  function processed_transaction (line 663) | processed_transaction database::apply_transaction(const signed_transacti...
  function witness_object (line 768) | const witness_object& database::validate_block_header( uint32_t skip, co...

FILE: libraries/chain/db_debug.cpp
  type graphene (line 35) | namespace graphene { namespace chain {
    type chain (line 35) | namespace chain {
      function debug_apply_update (line 117) | void debug_apply_update( database& db, const fc::variant_object& vo )

FILE: libraries/chain/db_getter.cpp
  type graphene (line 32) | namespace graphene { namespace chain {
    type chain (line 32) | namespace chain {
      function asset_object (line 34) | const asset_object& database::get_core_asset() const
      function asset_dynamic_data_object (line 39) | const asset_dynamic_data_object& database::get_core_dynamic_data() c...
      function global_property_object (line 44) | const global_property_object& database::get_global_properties()const
      function chain_property_object (line 49) | const chain_property_object& database::get_chain_properties()const
      function dynamic_global_property_object (line 54) | const dynamic_global_property_object& database::get_dynamic_global_p...
      function fee_schedule (line 59) | const fee_schedule&  database::current_fee_schedule()const
      function time_point_sec (line 64) | time_point_sec database::head_block_time()const
      function block_id_type (line 74) | block_id_type database::head_block_id()const
      function chain_id_type (line 84) | const chain_id_type& database::get_chain_id( )const
      function node_property_object (line 89) | const node_property_object& database::get_node_properties()const
      function node_property_object (line 94) | node_property_object& database::node_properties()
      function account_statistics_object (line 139) | const account_statistics_object& database::get_account_stats_by_owne...
      function witness_schedule_object (line 144) | const witness_schedule_object& database::get_witness_schedule_object...

FILE: libraries/chain/db_init.cpp
  type graphene (line 77) | namespace graphene { namespace chain {
    type chain (line 77) | namespace chain {
      type auth_inhibitor (line 261) | struct auth_inhibitor {
        method auth_inhibitor (line 262) | auth_inhibitor(database& db) : db(db), old_flags(db.node_propertie...

FILE: libraries/chain/db_maint.cpp
  type worker_pay_visitor (line 118) | struct worker_pay_visitor
    method worker_pay_visitor (line 125) | worker_pay_visitor(share_type pay, database& db)
  function visit_special_authorities (line 551) | void visit_special_authorities( const database& db, Visitor visit )
  function update_top_n_authorities (line 569) | void update_top_n_authorities( database& db )
  function split_fba_balance (line 608) | void split_fba_balance(
  function distribute_fba_balances (line 687) | void distribute_fba_balances( database& db )
  function create_buyback_orders (line 694) | void create_buyback_orders( database& db )
  function deprecate_annual_members (line 764) | void deprecate_annual_members( database& db )
  function update_call_orders_hf_343 (line 853) | void update_call_orders_hf_343( database& db )
  function update_call_orders_hf_1270 (line 879) | void update_call_orders_hf_1270( database& db )
  function match_call_orders (line 892) | void match_call_orders( database& db )
  function process_hf_1465 (line 952) | void process_hf_1465( database& db )
  function process_hf_2103 (line 977) | void process_hf_2103( database& db )
  function update_median_feeds (line 990) | void update_median_feeds(database& db)
  function process_hf_868_890 (line 1024) | void process_hf_868_890( database& db, bool skip_check_call_orders )
  function delete_expired_custom_authorities (line 1087) | void delete_expired_custom_authorities( database& db )
  type detail (line 1094) | namespace detail {
    type vote_recalc_times (line 1096) | struct vote_recalc_times
    type vote_recalc_options (line 1102) | struct vote_recalc_options
      method vote_recalc_options (line 1104) | vote_recalc_options( uint32_t f, uint32_t d, uint32_t s )
      method vote_recalc_times (line 1113) | vote_recalc_times get_vote_recalc_times( const time_point_sec now ) ...
      method get_recalced_voting_stake (line 1130) | uint64_t get_recalced_voting_stake( const uint64_t stake, const time...
    function vote_recalc_options (line 1150) | const vote_recalc_options vote_recalc_options::witness()
      method vote_recalc_options (line 1104) | vote_recalc_options( uint32_t f, uint32_t d, uint32_t s )
      method vote_recalc_times (line 1113) | vote_recalc_times get_vote_recalc_times( const time_point_sec now ) ...
      method get_recalced_voting_stake (line 1130) | uint64_t get_recalced_voting_stake( const uint64_t stake, const time...
    function vote_recalc_options (line 1160) | const vote_recalc_options vote_recalc_options::committee()
      method vote_recalc_options (line 1104) | vote_recalc_options( uint32_t f, uint32_t d, uint32_t s )
      method vote_recalc_times (line 1113) | vote_recalc_times get_vote_recalc_times( const time_point_sec now ) ...
      method get_recalced_voting_stake (line 1130) | uint64_t get_recalced_voting_stake( const uint64_t stake, const time...
    function vote_recalc_options (line 1170) | const vote_recalc_options vote_recalc_options::worker()
      method vote_recalc_options (line 1104) | vote_recalc_options( uint32_t f, uint32_t d, uint32_t s )
      method vote_recalc_times (line 1113) | vote_recalc_times get_vote_recalc_times( const time_point_sec now ) ...
      method get_recalced_voting_stake (line 1130) | uint64_t get_recalced_voting_stake( const uint64_t stake, const time...
    function vote_recalc_options (line 1180) | const vote_recalc_options vote_recalc_options::delegator()
      method vote_recalc_options (line 1104) | vote_recalc_options( uint32_t f, uint32_t d, uint32_t s )
      method vote_recalc_times (line 1113) | vote_recalc_times get_vote_recalc_times( const time_point_sec now ) ...
      method get_recalced_voting_stake (line 1130) | uint64_t get_recalced_voting_stake( const uint64_t stake, const time...
  type vote_tally_helper (line 1200) | struct vote_tally_helper {
    method vote_tally_helper (line 1214) | vote_tally_helper( database& db )
  type clear_canary (line 1364) | struct clear_canary {
    method clear_canary (line 1365) | clear_canary(vector<uint64_t>& target): target(target){}

FILE: libraries/chain/db_management.cpp
  type graphene (line 42) | namespace graphene { namespace chain {
    type chain (line 42) | namespace chain {

FILE: libraries/chain/db_market.cpp
  type graphene (line 35) | namespace graphene { namespace chain {
    type chain (line 35) | namespace chain {
      type detail (line 37) | namespace detail {
        function share_type (line 39) | share_type calculate_percent(const share_type& value, uint16_t per...
      function maybe_cull_small_order (line 334) | bool maybe_cull_small_order( database& db, const limit_order_object&...
      function asset (line 1358) | asset database::calculate_market_fee( const asset_object& trade_asse...
      function asset (line 1393) | asset database::pay_market_fees(const account_object* seller, const ...
      function asset (line 1503) | asset database::pay_force_settle_fees(const asset_object& collecting...

FILE: libraries/chain/db_notify.cpp
  type graphene (line 26) | namespace graphene { namespace chain { namespace detail {
    type chain (line 26) | namespace chain { namespace detail {
      type detail (line 26) | namespace detail {
        type get_impacted_account_visitor (line 29) | struct get_impacted_account_visitor
          method get_impacted_account_visitor (line 34) | get_impacted_account_visitor( flat_set<account_id_type>& impact,...
      function operation_get_impacted_accounts (line 342) | void operation_get_impacted_accounts( const operation& op, flat_set<...
      function transaction_get_impacted_accounts (line 350) | void transaction_get_impacted_accounts( const transaction& tx, flat_...
      function get_relevant_accounts (line 357) | void get_relevant_accounts( const object* obj, flat_set<account_id_t...

FILE: libraries/chain/db_update.cpp
  function generic_operation_result (line 613) | generic_operation_result database::process_tickets()

FILE: libraries/chain/db_witness_schedule.cpp
  type graphene (line 32) | namespace graphene { namespace chain {
    type chain (line 32) | namespace chain {
      function witness_id_type (line 36) | witness_id_type database::get_scheduled_witness( uint32_t slot_num )...

FILE: libraries/chain/evaluator.cpp
  function database (line 39) | database& generic_evaluator::db()const { return trx_state->db(); }
  function operation_result (line 41) | operation_result generic_evaluator::start_evaluate( transaction_evaluati...

FILE: libraries/chain/exceptions.cpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {

FILE: libraries/chain/fba_object.cpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {

FILE: libraries/chain/fork_database.cpp
  type graphene (line 27) | namespace graphene { namespace chain {
    type chain (line 27) | namespace chain {
      function item_ptr (line 124) | item_ptr fork_database::fetch_block(const block_id_type& id)const

FILE: libraries/chain/genesis_state.cpp
  type graphene (line 30) | namespace graphene { namespace chain {
    type chain (line 30) | namespace chain {
      function chain_id_type (line 32) | chain_id_type genesis_state_type::compute_chain_id() const

FILE: libraries/chain/get_config.cpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      function get_config (line 31) | fc::variant_object get_config()

FILE: libraries/chain/htlc_evaluator.cpp
  type graphene (line 30) | namespace graphene {
    type chain (line 31) | namespace chain {
      type detail (line 32) | namespace detail
        function check_htlc_create_hf_bsip64 (line 34) | void check_htlc_create_hf_bsip64(const fc::time_point_sec& block_t...
        function check_htlc_redeem_hf_bsip64 (line 57) | void check_htlc_redeem_hf_bsip64(const fc::time_point_sec& block_t...
      function get_committee_htlc_options (line 69) | optional<htlc_options> get_committee_htlc_options(graphene::chain::d...
      function void_result (line 74) | void_result htlc_create_evaluator::do_evaluate(const htlc_create_ope...
      function object_id_type (line 102) | object_id_type htlc_create_evaluator::do_apply(const htlc_create_ope...

FILE: libraries/chain/include/graphene/chain/account_evaluator.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class account_create_evaluator (line 30) | class account_create_evaluator : public evaluator<account_create_eva...
      class account_update_evaluator (line 39) | class account_update_evaluator : public evaluator<account_update_eva...
      class account_upgrade_evaluator (line 50) | class account_upgrade_evaluator : public evaluator<account_upgrade_e...
      class account_whitelist_evaluator (line 61) | class account_whitelist_evaluator : public evaluator<account_whiteli...

FILE: libraries/chain/include/graphene/chain/account_object.hpp
  type graphene (line 32) | namespace graphene { namespace chain {
    type chain (line 32) | namespace chain {
      class database (line 33) | class database
      class account_object (line 34) | class account_object
        method has_special_authority (line 279) | bool has_special_authority()const
        method vesting_balance_object (line 286) | const vesting_balance_object& cashback_balance(const DB& db)const
        method is_lifetime_member (line 293) | bool is_lifetime_member()const
        method is_basic_account (line 298) | bool is_basic_account(time_point_sec now)const
        method is_annual_member (line 304) | bool is_annual_member(time_point_sec now)const
        method is_member (line 309) | bool is_member(time_point_sec now)const
        method account_id_type (line 314) | account_id_type get_id()const { return id; }
      class vesting_balance_object (line 35) | class vesting_balance_object
      class account_statistics_object (line 46) | class account_statistics_object : public graphene::db::abstract_obje...
        method has_some_core_voting (line 98) | inline bool has_some_core_voting() const
        method has_pending_fees (line 125) | inline bool has_pending_fees() const { return pending_fees > 0 || ...
        method need_maintenance (line 128) | inline bool need_maintenance() const { return has_some_core_voting...
      class account_balance_object (line 146) | class account_balance_object : public abstract_object<account_balanc...
        method asset (line 157) | asset get_balance()const { return asset(balance, asset_type); }
      class account_object (line 170) | class account_object : public graphene::db::abstract_object<account_...
        method has_special_authority (line 279) | bool has_special_authority()const
        method vesting_balance_object (line 286) | const vesting_balance_object& cashback_balance(const DB& db)const
        method is_lifetime_member (line 293) | bool is_lifetime_member()const
        method is_basic_account (line 298) | bool is_basic_account(time_point_sec now)const
        method is_annual_member (line 304) | bool is_annual_member(time_point_sec now)const
        method is_member (line 309) | bool is_member(time_point_sec now)const
        method account_id_type (line 314) | account_id_type get_id()const { return id; }
      class account_member_index (line 321) | class account_member_index : public secondary_index
      class balances_by_account_index (line 352) | class balances_by_account_index : public secondary_index
      type by_asset_balance (line 372) | struct by_asset_balance
      type by_maintenance_flag (line 373) | struct by_maintenance_flag
      type by_name (line 404) | struct by_name
      type by_maintenance_seq (line 422) | struct by_maintenance_seq

FILE: libraries/chain/include/graphene/chain/assert_evaluator.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      class assert_evaluator (line 31) | class assert_evaluator : public evaluator<assert_evaluator>

FILE: libraries/chain/include/graphene/chain/asset_evaluator.hpp
  type graphene (line 32) | namespace graphene { namespace chain {
    type chain (line 32) | namespace chain {
      class asset_create_evaluator (line 34) | class asset_create_evaluator : public evaluator<asset_create_evaluator>
      class asset_issue_evaluator (line 50) | class asset_issue_evaluator : public evaluator<asset_issue_evaluator>
      class asset_reserve_evaluator (line 61) | class asset_reserve_evaluator : public evaluator<asset_reserve_evalu...
      class asset_update_evaluator (line 73) | class asset_update_evaluator : public evaluator<asset_update_evaluator>
      class asset_update_issuer_evaluator (line 85) | class asset_update_issuer_evaluator : public evaluator<asset_update_...
      class asset_update_bitasset_evaluator (line 96) | class asset_update_bitasset_evaluator : public evaluator<asset_updat...
      class asset_update_feed_producers_evaluator (line 108) | class asset_update_feed_producers_evaluator : public evaluator<asset...
      class asset_fund_fee_pool_evaluator (line 119) | class asset_fund_fee_pool_evaluator : public evaluator<asset_fund_fe...
      class asset_global_settle_evaluator (line 130) | class asset_global_settle_evaluator : public evaluator<asset_global_...
      class asset_settle_evaluator (line 140) | class asset_settle_evaluator : public evaluator<asset_settle_evaluator>
      class asset_publish_feeds_evaluator (line 151) | class asset_publish_feeds_evaluator : public evaluator<asset_publish...
      class asset_claim_fees_evaluator (line 163) | class asset_claim_fees_evaluator : public evaluator<asset_claim_fees...
      class asset_claim_pool_evaluator (line 175) | class asset_claim_pool_evaluator : public evaluator<asset_claim_pool...

FILE: libraries/chain/include/graphene/chain/asset_object.hpp
  type graphene (line 41) | namespace graphene { namespace chain {
    type chain (line 41) | namespace chain {
      class asset_bitasset_data_object (line 42) | class asset_bitasset_data_object
        method has_settlement (line 299) | bool has_settlement()const { return !settlement_price.is_null(); }
        method need_to_update_cer (line 321) | bool need_to_update_cer() const
        method time_point_sec (line 327) | time_point_sec feed_expiration_time()const
        method feed_is_expired_before_hardfork_615 (line 335) | bool feed_is_expired_before_hardfork_615(time_point_sec current_ti...
        method feed_is_expired (line 337) | bool feed_is_expired(time_point_sec current_time)const
      class database (line 43) | class database
      class asset_dynamic_data_object (line 58) | class asset_dynamic_data_object : public abstract_object<asset_dynam...
      class asset_object (line 79) | class asset_object : public graphene::db::abstract_object<asset_object>
        method is_market_issued (line 91) | bool is_market_issued()const { return bitasset_data_id.valid(); }
        method is_liquidity_pool_share_asset (line 93) | bool is_liquidity_pool_share_asset()const { return for_liquidity_p...
        method can_force_settle (line 95) | bool can_force_settle()const { return !(options.flags & disable_fo...
        method can_global_settle (line 97) | bool can_global_settle()const { return options.issuer_permissions ...
        method charges_market_fees (line 99) | bool charges_market_fees()const { return options.flags & charge_ma...
        method is_transfer_restricted (line 101) | bool is_transfer_restricted()const { return options.flags & transf...
        method can_override (line 102) | bool can_override()const { return options.flags & override_authori...
        method allow_confidential (line 103) | bool allow_confidential()const { return !(options.flags & asset_is...
        method can_update_max_supply (line 105) | bool can_update_max_supply()const { return !(options.flags & lock_...
        method can_create_new_supply (line 107) | bool can_create_new_supply()const { return !(options.flags & disab...
        method can_owner_update_mcr (line 109) | bool can_owner_update_mcr()const { return !(options.issuer_permiss...
        method can_owner_update_icr (line 111) | bool can_owner_update_icr()const { return !(options.issuer_permiss...
        method can_owner_update_mssr (line 113) | bool can_owner_update_mssr()const { return !(options.issuer_permis...
        method asset (line 116) | asset amount(share_type a)const { return asset(a, id); }
        method string (line 123) | string amount_to_string(const asset& amount)const
        method string (line 126) | string amount_to_pretty_string(share_type amount)const
        method string (line 129) | string amount_to_pretty_string(const asset &amount)const
        method asset_id_type (line 152) | asset_id_type get_id()const { return id; }
        method validate (line 154) | void validate()const
        method asset_bitasset_data_object (line 165) | const asset_bitasset_data_object& bitasset_data(const DB& db)const
        method asset_dynamic_data_object (line 174) | const asset_dynamic_data_object& dynamic_data(const DB& db)const
        method share_type (line 181) | share_type reserved( const DB& db )const
        method can_accumulate_fee (line 186) | bool can_accumulate_fee(const DB& db, const asset& fee) const {
        method accumulate_fee (line 200) | void accumulate_fee(DB& db, const asset& fee) const
      type price_feed_with_icr (line 228) | struct price_feed_with_icr : public price_feed
        method price_feed_with_icr (line 235) | price_feed_with_icr()
        method price_feed_with_icr (line 239) | price_feed_with_icr( const price_feed& pf, const optional<uint16_t...
      class asset_bitasset_data_object (line 254) | class asset_bitasset_data_object : public abstract_object<asset_bita...
        method has_settlement (line 299) | bool has_settlement()const { return !settlement_price.is_null(); }
        method need_to_update_cer (line 321) | bool need_to_update_cer() const
        method time_point_sec (line 327) | time_point_sec feed_expiration_time()const
        method feed_is_expired_before_hardfork_615 (line 335) | bool feed_is_expired_before_hardfork_615(time_point_sec current_ti...
        method feed_is_expired (line 337) | bool feed_is_expired(time_point_sec current_time)const
      type bitasset_short_backing_asset_extractor (line 355) | struct bitasset_short_backing_asset_extractor
        method result_type (line 358) | result_type operator() (const asset_bitasset_data_object& obj) const
      type by_short_backing_asset (line 364) | struct by_short_backing_asset
      type by_feed_expiration (line 365) | struct by_feed_expiration
      type by_cer_update (line 366) | struct by_cer_update
      type by_symbol (line 386) | struct by_symbol
      type by_type (line 387) | struct by_type
      type by_issuer (line 388) | struct by_issuer

FILE: libraries/chain/include/graphene/chain/balance_evaluator.hpp
  type graphene (line 32) | namespace graphene { namespace chain {
    type chain (line 32) | namespace chain {
      class balance_claim_evaluator (line 34) | class balance_claim_evaluator : public evaluator<balance_claim_evalu...

FILE: libraries/chain/include/graphene/chain/balance_object.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class balance_object (line 30) | class balance_object : public abstract_object<balance_object>
        method is_vesting_balance (line 36) | bool is_vesting_balance()const
        method asset (line 38) | asset available(fc::time_point_sec now)const
        method asset_id_type (line 48) | asset_id_type asset_type()const { return balance.asset_id; }
      type by_owner (line 51) | struct by_owner

FILE: libraries/chain/include/graphene/chain/block_database.hpp
  type graphene (line 30) | namespace graphene { namespace chain {
    type chain (line 30) | namespace chain {
      type index_entry (line 31) | struct index_entry
      class block_database (line 34) | class block_database

FILE: libraries/chain/include/graphene/chain/block_summary_object.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class block_summary_object (line 40) | class block_summary_object : public abstract_object<block_summary_ob...

FILE: libraries/chain/include/graphene/chain/budget_record_object.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      type budget_record (line 30) | struct budget_record
      class budget_record_object (line 56) | class budget_record_object : public graphene::db::abstract_object<bu...

FILE: libraries/chain/include/graphene/chain/buyback.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class database (line 30) | class database

FILE: libraries/chain/include/graphene/chain/buyback_object.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      class buyback_object (line 43) | class buyback_object : public graphene::db::abstract_object< buyback...
      type by_asset (line 52) | struct by_asset

FILE: libraries/chain/include/graphene/chain/chain_property_object.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class chain_property_object (line 33) | class chain_property_object : public abstract_object<chain_property_...

FILE: libraries/chain/include/graphene/chain/committee_member_evaluator.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class committee_member_create_evaluator (line 30) | class committee_member_create_evaluator : public evaluator<committee...
      class committee_member_update_evaluator (line 39) | class committee_member_update_evaluator : public evaluator<committee...
      class committee_member_update_global_parameters_evaluator (line 48) | class committee_member_update_global_parameters_evaluator : public e...

FILE: libraries/chain/include/graphene/chain/committee_member_object.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      class committee_member_object (line 43) | class committee_member_object : public abstract_object<committee_mem...
      type by_account (line 55) | struct by_account
      type by_vote_id (line 56) | struct by_vote_id

FILE: libraries/chain/include/graphene/chain/confidential_evaluator.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class transfer_to_blind_evaluator (line 30) | class transfer_to_blind_evaluator : public evaluator<transfer_to_bli...
      class transfer_from_blind_evaluator (line 41) | class transfer_from_blind_evaluator : public evaluator<transfer_from...
      class blind_transfer_evaluator (line 52) | class blind_transfer_evaluator : public evaluator<blind_transfer_eva...

FILE: libraries/chain/include/graphene/chain/confidential_object.hpp
  type graphene (line 33) | namespace graphene { namespace chain {
    type chain (line 33) | namespace chain {
      class blinded_balance_object (line 41) | class blinded_balance_object : public graphene::db::abstract_object<...
      type by_commitment (line 52) | struct by_commitment

FILE: libraries/chain/include/graphene/chain/custom_authority_evaluator.hpp
  type graphene (line 30) | namespace graphene { namespace chain {
    type chain (line 30) | namespace chain {
      class custom_authority_object (line 31) | class custom_authority_object
      class custom_authority_create_evaluator (line 33) | class custom_authority_create_evaluator : public evaluator<custom_au...
      class custom_authority_update_evaluator (line 41) | class custom_authority_update_evaluator : public evaluator<custom_au...
      class custom_authority_delete_evaluator (line 50) | class custom_authority_delete_evaluator : public evaluator<custom_au...

FILE: libraries/chain/include/graphene/chain/custom_authority_object.hpp
  type graphene (line 32) | namespace graphene { namespace chain {
    type chain (line 32) | namespace chain {
      class custom_authority_object (line 39) | class custom_authority_object : public abstract_object<custom_author...
        method is_valid (line 58) | bool is_valid(time_point_sec now) const { return enabled && now >=...
        method get_restrictions (line 61) | vector<restriction> get_restrictions() const {
        method restriction_predicate_function (line 68) | restriction_predicate_function get_predicate() const {
        method update_predicate_cache (line 75) | void update_predicate_cache() const {
        method clear_predicate_cache (line 79) | void clear_predicate_cache() { predicate_cache.reset(); }
      type by_account_custom (line 82) | struct by_account_custom
      type by_expiration (line 83) | struct by_expiration

FILE: libraries/chain/include/graphene/chain/custom_evaluator.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      class custom_evaluator (line 31) | class custom_evaluator : public evaluator<custom_evaluator>
        method void_result (line 36) | void_result do_evaluate( const custom_operation& o ){ return void_...
        method void_result (line 37) | void_result do_apply( const custom_operation& o ){ return void_res...

FILE: libraries/chain/include/graphene/chain/database.hpp
  type graphene (line 46) | namespace graphene { namespace protocol { struct predicate_result; } }
    type protocol (line 46) | namespace protocol { struct predicate_result; }
      type predicate_result (line 46) | struct predicate_result
    type chain (line 48) | namespace chain {
      class op_evaluator (line 51) | class op_evaluator
      class transaction_evaluation_state (line 52) | class transaction_evaluation_state
      class proposal_object (line 53) | class proposal_object
      class operation_history_object (line 54) | class operation_history_object
      class chain_property_object (line 55) | class chain_property_object
      class witness_schedule_object (line 56) | class witness_schedule_object
      class witness_object (line 57) | class witness_object
      class force_settlement_object (line 58) | class force_settlement_object
      class limit_order_object (line 59) | class limit_order_object
      class collateral_bid_object (line 60) | class collateral_bid_object
      class call_order_object (line 61) | class call_order_object
      type budget_record (line 63) | struct budget_record
      type vesting_balance_type (line 64) | enum class vesting_balance_type
      class database (line 70) | class database : public db::object_database
        type validation_steps (line 78) | enum validation_steps
        method get_checkpoints (line 148) | const flat_map<uint32_t,block_id_type> get_checkpoints()const { re...
        method register_evaluator (line 305) | void register_evaluator()
        method match (line 430) | int match( const limit_order_object& taker, const call_order_objec...
        method fill_call_order (line 473) | bool fill_call_order( const call_order_object& order, const asset&...
        method enable_standby_votes_tracking (line 519) | inline void enable_standby_votes_tracking(bool enable)  { _track_s...
        method pop_undo (line 546) | void pop_undo() { object_database::pop_undo(); }
      type detail (line 689) | namespace detail
        type seq (line 692) | struct seq { }
        type gen_seq (line 695) | struct gen_seq : gen_seq<N - 1, N - 1, Is...> { }
        function for_each (line 701) | void for_each(T&& t, const account_object& a, seq<Is...>)
  type graphene (line 48) | namespace graphene { namespace chain {
    type protocol (line 46) | namespace protocol { struct predicate_result; }
      type predicate_result (line 46) | struct predicate_result
    type chain (line 48) | namespace chain {
      class op_evaluator (line 51) | class op_evaluator
      class transaction_evaluation_state (line 52) | class transaction_evaluation_state
      class proposal_object (line 53) | class proposal_object
      class operation_history_object (line 54) | class operation_history_object
      class chain_property_object (line 55) | class chain_property_object
      class witness_schedule_object (line 56) | class witness_schedule_object
      class witness_object (line 57) | class witness_object
      class force_settlement_object (line 58) | class force_settlement_object
      class limit_order_object (line 59) | class limit_order_object
      class collateral_bid_object (line 60) | class collateral_bid_object
      class call_order_object (line 61) | class call_order_object
      type budget_record (line 63) | struct budget_record
      type vesting_balance_type (line 64) | enum class vesting_balance_type
      class database (line 70) | class database : public db::object_database
        type validation_steps (line 78) | enum validation_steps
        method get_checkpoints (line 148) | const flat_map<uint32_t,block_id_type> get_checkpoints()const { re...
        method register_evaluator (line 305) | void register_evaluator()
        method match (line 430) | int match( const limit_order_object& taker, const call_order_objec...
        method fill_call_order (line 473) | bool fill_call_order( const call_order_object& order, const asset&...
        method enable_standby_votes_tracking (line 519) | inline void enable_standby_votes_tracking(bool enable)  { _track_s...
        method pop_undo (line 546) | void pop_undo() { object_database::pop_undo(); }
      type detail (line 689) | namespace detail
        type seq (line 692) | struct seq { }
        type gen_seq (line 695) | struct gen_seq : gen_seq<N - 1, N - 1, Is...> { }
        function for_each (line 701) | void for_each(T&& t, const account_object& a, seq<Is...>)
  type gen_seq<0, Is...> (line 698) | struct gen_seq<0, Is...> : seq<Is...> { }

FILE: libraries/chain/include/graphene/chain/db_with.hpp
  type graphene (line 39) | namespace graphene { namespace chain { namespace detail {
    type chain (line 39) | namespace chain { namespace detail {
      type detail (line 39) | namespace detail {
        type skip_flags_restorer (line 47) | struct skip_flags_restorer
          method skip_flags_restorer (line 49) | skip_flags_restorer( node_property_object& npo, uint32_t old_ski...
        type pending_transactions_restorer (line 69) | struct pending_transactions_restorer
          method pending_transactions_restorer (line 71) | pending_transactions_restorer( database& db, std::vector<process...
        function with_skip_flags (line 113) | void with_skip_flags(
        function without_pending_transactions (line 132) | void without_pending_transactions(

FILE: libraries/chain/include/graphene/chain/evaluator.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      class database (line 31) | class database
      class generic_evaluator (line 32) | class generic_evaluator
      class transaction_evaluation_state (line 33) | class transaction_evaluation_state
      class account_object (line 34) | class account_object
      class account_statistics_object (line 35) | class account_statistics_object
      class asset_object (line 36) | class asset_object
      class asset_dynamic_data_object (line 37) | class asset_dynamic_data_object
      class generic_evaluator (line 39) | class generic_evaluator
      class op_evaluator (line 123) | class op_evaluator
      class op_evaluator_impl (line 131) | class op_evaluator_impl : public op_evaluator
        method operation_result (line 134) | virtual operation_result evaluate(transaction_evaluation_state& ev...
      class evaluator (line 142) | class evaluator : public generic_evaluator
        method get_type (line 145) | virtual int get_type()const override { return operation::tag<typen...
        method operation_result (line 147) | virtual operation_result evaluate(const operation& o) final override
        method operation_result (line 165) | virtual operation_result apply(const operation& o) final override

FILE: libraries/chain/include/graphene/chain/exceptions.hpp
  type graphene (line 107) | namespace graphene { namespace chain {
    type chain (line 107) | namespace chain {

FILE: libraries/chain/include/graphene/chain/fba_accumulator_id.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      type graphene_fba_accumulator_id_enum (line 33) | enum graphene_fba_accumulator_id_enum

FILE: libraries/chain/include/graphene/chain/fba_object.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      class database (line 31) | class database
      class fba_accumulator_object (line 37) | class fba_accumulator_object : public graphene::db::abstract_object<...

FILE: libraries/chain/include/graphene/chain/fork_database.hpp
  type graphene (line 36) | namespace graphene { namespace chain {
    type chain (line 36) | namespace chain {
      type fork_item (line 40) | struct fork_item
        method fork_item (line 42) | fork_item( signed_block d )
        method block_id_type (line 45) | block_id_type previous_id()const { return data.previous; }
      class fork_database (line 70) | class fork_database
        method head (line 91) | shared_ptr<fork_item>            head()const { return _head; }
        type block_id (line 101) | struct block_id
        type block_num (line 102) | struct block_num

FILE: libraries/chain/include/graphene/chain/genesis_state.hpp
  type graphene (line 36) | namespace graphene { namespace chain {
    type chain (line 36) | namespace chain {
      type genesis_state_type (line 40) | struct genesis_state_type {
        type initial_account_type (line 41) | struct initial_account_type {
          method initial_account_type (line 42) | initial_account_type(const string& name = string(),
        type initial_asset_type (line 56) | struct initial_asset_type {
          type initial_collateral_position (line 57) | struct initial_collateral_position {
        type initial_balance_type (line 75) | struct initial_balance_type {
        type initial_vesting_balance_type (line 80) | struct initial_vesting_balance_type {
        type initial_witness_type (line 88) | struct initial_witness_type {
        type initial_committee_member_type (line 93) | struct initial_committee_member_type {
        type initial_worker_type (line 97) | struct initial_worker_type {

FILE: libraries/chain/include/graphene/chain/get_config.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {

FILE: libraries/chain/include/graphene/chain/global_property_object.hpp
  type graphene (line 30) | namespace graphene { namespace chain {
    type chain (line 30) | namespace chain {
      class global_property_object (line 40) | class global_property_object : public graphene::db::abstract_object<...
      class dynamic_global_property_object (line 64) | class dynamic_global_property_object : public abstract_object<dynami...
        type dynamic_flag_bits (line 109) | enum dynamic_flag_bits

FILE: libraries/chain/include/graphene/chain/hardfork_visitor.hpp
  type graphene (line 35) | namespace graphene { namespace chain {
    type chain (line 35) | namespace chain {
      type TL (line 37) | namespace TL { using namespace fc::typelist; }
      type hardfork_visitor (line 46) | struct hardfork_visitor {
        method hardfork_visitor (line 59) | hardfork_visitor(fc::time_point_sec now) : now(now) {}
        method visit (line 64) | std::enable_if_t<operation::tag<Op>::value < operation::tag<first_...
        method visit (line 67) | std::enable_if_t<TL::contains<BSIP_40_ops, Op>(), bool>
        method visit (line 70) | std::enable_if_t<TL::contains<hf2103_ops, Op>(), bool>
        method visit (line 73) | std::enable_if_t<TL::contains<liquidity_pool_ops, Op>(), bool>
        method visit (line 86) | bool visit(operation::tag_type tag) {
        method visit (line 90) | bool visit(const operation& op) {

FILE: libraries/chain/include/graphene/chain/htlc_evaluator.hpp
  type graphene (line 28) | namespace graphene {
    type chain (line 29) | namespace chain {
      class htlc_create_evaluator (line 31) | class htlc_create_evaluator : public evaluator<htlc_create_evaluator>
      class htlc_redeem_evaluator (line 40) | class htlc_redeem_evaluator : public evaluator<htlc_redeem_evaluator>
      class htlc_extend_evaluator (line 50) | class htlc_extend_evaluator : public evaluator<htlc_extend_evaluator>

FILE: libraries/chain/include/graphene/chain/htlc_object.hpp
  type graphene (line 31) | namespace graphene { namespace chain {
    type chain (line 31) | namespace chain {
      class htlc_object (line 40) | class htlc_object : public graphene::db::abstract_object<htlc_object> {
        type transfer_info (line 46) | struct transfer_info {
        type condition_info (line 52) | struct condition_info {
          type hash_lock_info (line 53) | struct hash_lock_info {
          type time_lock_info (line 57) | struct time_lock_info {
        type timelock_extractor (line 67) | struct timelock_extractor {
          method result_type (line 69) | const result_type& operator()(const htlc_object& o)const { retur...
        type from_extractor (line 75) | struct from_extractor {
          method result_type (line 77) | const result_type& operator()(const htlc_object& o)const { retur...
        type to_extractor (line 83) | struct to_extractor {
          method result_type (line 85) | const result_type& operator()(const htlc_object& o)const { retur...
      type by_from_id (line 89) | struct by_from_id
      type by_expiration (line 90) | struct by_expiration
      type by_to_id (line 91) | struct by_to_id

FILE: libraries/chain/include/graphene/chain/immutable_chain_parameters.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      type immutable_chain_parameters (line 31) | struct immutable_chain_parameters

FILE: libraries/chain/include/graphene/chain/impacted.hpp
  type graphene (line 31) | namespace graphene { namespace chain {
    type chain (line 31) | namespace chain {

FILE: libraries/chain/include/graphene/chain/internal_exceptions.hpp
  type graphene (line 43) | namespace graphene { namespace chain {
    type chain (line 43) | namespace chain {

FILE: libraries/chain/include/graphene/chain/is_authorized_asset.hpp
  type graphene (line 26) | namespace graphene { namespace chain {
    type chain (line 26) | namespace chain {
      class account_object (line 28) | class account_object
      class asset_object (line 29) | class asset_object
      class database (line 30) | class database
      type detail (line 32) | namespace detail {
      function is_authorized_asset (line 43) | inline bool is_authorized_asset(const database& d, const account_obj...

FILE: libraries/chain/include/graphene/chain/liquidity_pool_evaluator.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      class asset_object (line 31) | class asset_object
      class asset_dynamic_data_object (line 32) | class asset_dynamic_data_object
      class liquidity_pool_object (line 33) | class liquidity_pool_object
      class liquidity_pool_create_evaluator (line 35) | class liquidity_pool_create_evaluator : public evaluator<liquidity_p...
      class liquidity_pool_delete_evaluator (line 46) | class liquidity_pool_delete_evaluator : public evaluator<liquidity_p...
      class liquidity_pool_deposit_evaluator (line 58) | class liquidity_pool_deposit_evaluator : public evaluator<liquidity_...
      class liquidity_pool_withdraw_evaluator (line 73) | class liquidity_pool_withdraw_evaluator : public evaluator<liquidity...
      class liquidity_pool_exchange_evaluator (line 87) | class liquidity_pool_exchange_evaluator : public evaluator<liquidity...

FILE: libraries/chain/include/graphene/chain/liquidity_pool_object.hpp
  type graphene (line 34) | namespace graphene { namespace chain {
    type chain (line 34) | namespace chain {
      class liquidity_pool_object (line 44) | class liquidity_pool_object : public abstract_object<liquidity_pool_...
        method update_virtual_value (line 59) | void update_virtual_value()
      type by_share_asset (line 65) | struct by_share_asset
      type by_asset_a (line 66) | struct by_asset_a
      type by_asset_b (line 67) | struct by_asset_b
      type by_asset_ab (line 68) | struct by_asset_ab

FILE: libraries/chain/include/graphene/chain/market_evaluator.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class account_object (line 30) | class account_object
      class asset_object (line 31) | class asset_object
      class asset_bitasset_data_object (line 32) | class asset_bitasset_data_object
      class call_order_object (line 33) | class call_order_object
      class limit_order_object (line 34) | class limit_order_object
      class collateral_bid_object (line 35) | class collateral_bid_object
      class limit_order_create_evaluator (line 37) | class limit_order_create_evaluator : public evaluator<limit_order_cr...
      class limit_order_cancel_evaluator (line 62) | class limit_order_cancel_evaluator : public evaluator<limit_order_ca...
      class call_order_update_evaluator (line 73) | class call_order_update_evaluator : public evaluator<call_order_upda...
      class bid_collateral_evaluator (line 89) | class bid_collateral_evaluator : public evaluator<bid_collateral_eva...

FILE: libraries/chain/include/graphene/chain/market_object.hpp
  type graphene (line 32) | namespace graphene { namespace chain {
    type chain (line 32) | namespace chain {
      class limit_order_object (line 44) | class limit_order_object : public abstract_object<limit_order_object>
        method get_market (line 57) | pair<asset_id_type,asset_id_type> get_market()const
        method asset (line 64) | asset amount_for_sale()const   { return asset( for_sale, sell_pric...
        method asset (line 65) | asset amount_to_receive()const { return amount_for_sale() * sell_p...
        method asset_id_type (line 66) | asset_id_type sell_asset_id()const    { return sell_price.base.ass...
        method asset_id_type (line 67) | asset_id_type receive_asset_id()const { return sell_price.quote.as...
      type by_price (line 70) | struct by_price
      type by_expiration (line 71) | struct by_expiration
      type by_account (line 72) | struct by_account
      type by_account_price (line 73) | struct by_account_price
      class call_order_object (line 119) | class call_order_object : public abstract_object<call_order_object>
        method asset (line 125) | asset get_collateral()const { return asset( collateral, call_price...
        method asset (line 126) | asset get_debt()const { return asset( debt, debt_type() ); }
        method asset (line 127) | asset amount_to_receive()const { return get_debt(); }
        method asset_id_type (line 128) | asset_id_type debt_type()const { return call_price.quote.asset_id; }
        method asset_id_type (line 129) | asset_id_type collateral_type()const { return call_price.base.asse...
        method price (line 130) | price collateralization()const { return get_collateral() / get_deb...
        method get_market (line 139) | pair<asset_id_type,asset_id_type> get_market()const
      class force_settlement_object (line 168) | class force_settlement_object : public abstract_object<force_settlem...
        method asset_id_type (line 178) | asset_id_type settlement_asset_id()const
      class collateral_bid_object (line 189) | class collateral_bid_object : public abstract_object<collateral_bid_...
        method asset (line 195) | asset get_additional_collateral()const { return inv_swan_price.bas...
        method asset (line 196) | asset get_debt_covered()const { return inv_swan_price.quote; }
        method asset_id_type (line 197) | asset_id_type debt_type()const { return inv_swan_price.quote.asset...
      type by_collateral (line 203) | struct by_collateral
      type by_account (line 204) | struct by_account
      type by_price (line 205) | struct by_price
      type by_expiration (line 233) | struct by_expiration

FILE: libraries/chain/include/graphene/chain/node_property_object.hpp
  type graphene (line 27) | namespace graphene { namespace chain {
    type chain (line 27) | namespace chain {
      class node_property_object (line 39) | class node_property_object
        method node_property_object (line 42) | node_property_object(){}

FILE: libraries/chain/include/graphene/chain/operation_history_object.hpp
  type graphene (line 31) | namespace graphene { namespace chain {
    type chain (line 31) | namespace chain {
      class operation_history_object (line 48) | class operation_history_object : public abstract_object<operation_hi...
        method operation_history_object (line 54) | operation_history_object( const operation& o ):op(o){}
        method operation_history_object (line 55) | operation_history_object(){}
      class account_transaction_history_object (line 90) | class account_transaction_history_object :  public abstract_object<a...
      type by_seq (line 110) | struct by_seq
      type by_op (line 111) | struct by_op
      type by_opid (line 112) | struct by_opid

FILE: libraries/chain/include/graphene/chain/proposal_evaluator.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      class hardfork_visitor_1479 (line 31) | class hardfork_visitor_1479
      class proposal_create_evaluator (line 50) | class proposal_create_evaluator : public evaluator<proposal_create_e...
      class proposal_update_evaluator (line 65) | class proposal_update_evaluator : public evaluator<proposal_update_e...
      class proposal_delete_evaluator (line 79) | class proposal_delete_evaluator : public evaluator<proposal_delete_e...

FILE: libraries/chain/include/graphene/chain/proposal_object.hpp
  type graphene (line 32) | namespace graphene { namespace chain {
    type chain (line 32) | namespace chain {
      class database (line 33) | class database
      class proposal_object (line 40) | class proposal_object : public abstract_object<proposal_object>
      class required_approval_index (line 71) | class required_approval_index : public secondary_index
      type by_expiration (line 89) | struct by_expiration{}

FILE: libraries/chain/include/graphene/chain/special_authority_evaluation.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class database (line 30) | class database

FILE: libraries/chain/include/graphene/chain/special_authority_object.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class special_authority_object (line 42) | class special_authority_object : public graphene::db::abstract_objec...
      type by_account (line 51) | struct by_account

FILE: libraries/chain/include/graphene/chain/ticket_evaluator.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      class ticket_object (line 31) | class ticket_object
      class ticket_create_evaluator (line 33) | class ticket_create_evaluator : public evaluator<ticket_create_evalu...
      class ticket_update_evaluator (line 42) | class ticket_update_evaluator : public evaluator<ticket_update_evalu...

FILE: libraries/chain/include/graphene/chain/ticket_object.hpp
  type graphene (line 34) | namespace graphene { namespace chain {
    type chain (line 34) | namespace chain {
      type ticket_status (line 41) | enum ticket_status
      class ticket_object (line 55) | class ticket_object : public abstract_object<ticket_object>
        method seconds_to_downgrade (line 78) | static uint32_t seconds_to_downgrade( ticket_type i ) {
        method value_multiplier (line 82) | static uint8_t value_multiplier( ticket_type i ) {
      type by_next_update (line 110) | struct by_next_update
      type by_account_type (line 111) | struct by_account_type

FILE: libraries/chain/include/graphene/chain/transaction_evaluation_state.hpp
  type graphene (line 27) | namespace graphene {
    type protocol (line 28) | namespace protocol { class signed_transaction; }
      class signed_transaction (line 28) | class signed_transaction
    type chain (line 29) | namespace chain {
      class database (line 30) | class database
      class transaction_evaluation_state (line 37) | class transaction_evaluation_state
        method transaction_evaluation_state (line 40) | transaction_evaluation_state( database* db = nullptr )
        method database (line 44) | database& db()const { assert( _db ); return *_db; }

FILE: libraries/chain/include/graphene/chain/transaction_history_object.hpp
  type graphene (line 35) | namespace graphene { namespace chain {
    type chain (line 35) | namespace chain {
      class transaction_history_object (line 44) | class transaction_history_object : public abstract_object<transactio...
        method time_point_sec (line 53) | time_point_sec get_expiration()const { return trx.expiration; }
      type by_expiration (line 56) | struct by_expiration
      type by_trx_id (line 57) | struct by_trx_id

FILE: libraries/chain/include/graphene/chain/transfer_evaluator.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      class transfer_evaluator (line 31) | class transfer_evaluator : public evaluator<transfer_evaluator>
      class override_transfer_evaluator (line 40) | class override_transfer_evaluator : public evaluator<override_transf...

FILE: libraries/chain/include/graphene/chain/types.hpp
  type graphene (line 28) | namespace graphene { namespace chain { using namespace protocol; } }
    type chain (line 28) | namespace chain { using namespace protocol; }

FILE: libraries/chain/include/graphene/chain/vesting_balance_evaluator.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class vesting_balance_create_evaluator (line 30) | class vesting_balance_create_evaluator
      class vesting_balance_withdraw_evaluator (line 31) | class vesting_balance_withdraw_evaluator
      class vesting_balance_create_evaluator (line 33) | class vesting_balance_create_evaluator : public evaluator<vesting_ba...
      class vesting_balance_withdraw_evaluator (line 42) | class vesting_balance_withdraw_evaluator : public evaluator<vesting_...

FILE: libraries/chain/include/graphene/chain/vesting_balance_object.hpp
  type graphene (line 36) | namespace graphene { namespace chain {
    type chain (line 36) | namespace chain {
      type vesting_policy_context (line 40) | struct vesting_policy_context
        method vesting_policy_context (line 42) | vesting_policy_context(
      type linear_vesting_policy (line 61) | struct linear_vesting_policy
        method is_deposit_vested_allowed (line 74) | bool is_deposit_vested_allowed(const vesting_policy_context&)const...
        method on_deposit_vested (line 77) | void on_deposit_vested(const vesting_policy_context&)
      type cdd_vesting_policy (line 89) | struct cdd_vesting_policy
      type instant_vesting_policy (line 126) | struct instant_vesting_policy
        method is_deposit_vested_allowed (line 130) | bool is_deposit_vested_allowed(const vesting_policy_context&)const...
      type vesting_balance_type (line 143) | enum class vesting_balance_type {   unspecified,
      class vesting_balance_object (line 151) | class vesting_balance_object : public abstract_object<vesting_balanc...
        method vesting_balance_object (line 167) | vesting_balance_object() {}
      type by_account (line 196) | struct by_account
      type by_vesting_type (line 198) | struct by_vesting_type
      type detail (line 200) | namespace detail {
        function vbo_mfs_hash (line 206) | inline uint64_t vbo_mfs_hash(const account_id_type& account_id, co...
        type vesting_balance_object_hash (line 218) | struct vesting_balance_object_hash
        type vesting_balance_object_equal (line 237) | struct vesting_balance_object_equal

FILE: libraries/chain/include/graphene/chain/vote_count.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      type vote_counter (line 34) | struct vote_counter
        method add (line 37) | void add( Component who, uint64_t votes )
        method finish (line 55) | void finish( authority& out_auth )
        method is_empty (line 66) | bool is_empty()const

FILE: libraries/chain/include/graphene/chain/withdraw_permission_evaluator.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class withdraw_permission_create_evaluator (line 30) | class withdraw_permission_create_evaluator : public evaluator<withdr...
      class withdraw_permission_claim_evaluator (line 39) | class withdraw_permission_claim_evaluator : public evaluator<withdra...
      class withdraw_permission_update_evaluator (line 48) | class withdraw_permission_update_evaluator : public evaluator<withdr...
      class withdraw_permission_delete_evaluator (line 57) | class withdraw_permission_delete_evaluator : public evaluator<withdr...

FILE: libraries/chain/include/graphene/chain/withdraw_permission_object.hpp
  type graphene (line 31) | namespace graphene { namespace chain {
    type chain (line 31) | namespace chain {
      class withdraw_permission_object (line 44) | class withdraw_permission_object : public graphene::db::abstract_obj...
        method asset (line 75) | asset              available_this_period( fc::time_point_sec curre...
      type by_from (line 86) | struct by_from
      type by_authorized (line 87) | struct by_authorized
      type by_expiration (line 88) | struct by_expiration

FILE: libraries/chain/include/graphene/chain/witness_evaluator.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class witness_create_evaluator (line 30) | class witness_create_evaluator : public evaluator<witness_create_eva...
      class witness_update_evaluator (line 39) | class witness_update_evaluator : public evaluator<witness_update_eva...

FILE: libraries/chain/include/graphene/chain/witness_object.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      class witness_object (line 32) | class witness_object : public abstract_object<witness_object>
        method witness_object (line 48) | witness_object() : vote_id(vote_id_type::witness) {}
      type by_account (line 51) | struct by_account
      type by_vote_id (line 52) | struct by_vote_id
      type by_last_block (line 53) | struct by_last_block

FILE: libraries/chain/include/graphene/chain/witness_schedule_object.hpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      class witness_schedule_object (line 30) | class witness_schedule_object : public graphene::db::abstract_object...

FILE: libraries/chain/include/graphene/chain/worker_evaluator.hpp
  type graphene (line 27) | namespace graphene { namespace chain {
    type chain (line 27) | namespace chain {
      class worker_create_evaluator (line 29) | class worker_create_evaluator : public evaluator<worker_create_evalu...

FILE: libraries/chain/include/graphene/chain/worker_object.hpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      class database (line 30) | class database
      type refund_worker_type (line 61) | struct refund_worker_type
      type vesting_balance_worker_type (line 74) | struct vesting_balance_worker_type
      type burn_worker_type (line 87) | struct burn_worker_type
      class worker_object (line 107) | class worker_object : public abstract_object<worker_object>
        method is_active (line 136) | bool is_active(fc::time_point_sec now)const {
        method share_type (line 140) | share_type approving_stake()const {
      type by_account (line 145) | struct by_account
      type by_vote_for (line 146) | struct by_vote_for
      type by_vote_against (line 147) | struct by_vote_against
      type by_end_date (line 148) | struct by_end_date

FILE: libraries/chain/is_authorized_asset.cpp
  type graphene (line 31) | namespace graphene { namespace chain {
    type chain (line 31) | namespace chain {
      type detail (line 33) | namespace detail {
        function _is_authorized_asset (line 35) | bool _is_authorized_asset(

FILE: libraries/chain/liquidity_pool_evaluator.cpp
  type graphene (line 36) | namespace graphene { namespace chain {
    type chain (line 36) | namespace chain {

FILE: libraries/chain/market_evaluator.cpp
  type graphene (line 37) | namespace graphene { namespace chain {
    type chain (line 37) | namespace chain {

FILE: libraries/chain/proposal_evaluator.cpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      type detail (line 31) | namespace detail {
      type proposal_operation_hardfork_visitor (line 55) | struct proposal_operation_hardfork_visitor
        method proposal_operation_hardfork_visitor (line 62) | proposal_operation_hardfork_visitor( const database& _db, const fc...
      type hardfork_visitor_214 (line 231) | struct hardfork_visitor_214 // non-recursive proposal visitor

FILE: libraries/chain/proposal_object.cpp
  type graphene (line 32) | namespace graphene { namespace chain {
    type chain (line 32) | namespace chain {

FILE: libraries/chain/special_authority_evaluation.cpp
  type graphene (line 28) | namespace graphene { namespace chain {
    type chain (line 28) | namespace chain {
      type special_authority_evaluate_visitor (line 30) | struct special_authority_evaluate_visitor
        method special_authority_evaluate_visitor (line 34) | special_authority_evaluate_visitor( const database& d ) : db(d) {}
      function evaluate_special_authority (line 46) | void evaluate_special_authority( const database& db, const special_a...

FILE: libraries/chain/ticket_evaluator.cpp
  type graphene (line 34) | namespace graphene { namespace chain {
    type chain (line 34) | namespace chain {

FILE: libraries/chain/transfer_evaluator.cpp
  type graphene (line 30) | namespace graphene { namespace chain {
    type chain (line 30) | namespace chain {

FILE: libraries/chain/vesting_balance_evaluator.cpp
  type graphene (line 31) | namespace graphene { namespace chain {
    type chain (line 31) | namespace chain {
      type init_policy_visitor (line 49) | struct init_policy_visitor
        method init_policy_visitor (line 53) | init_policy_visitor( vesting_policy& po,

FILE: libraries/chain/vesting_balance_object.cpp
  type graphene (line 29) | namespace graphene { namespace chain {
    type chain (line 29) | namespace chain {
      function sum_below_max_shares (line 31) | inline bool sum_below_max_shares(const asset& a, const asset& b)
      function asset (line 39) | asset linear_vesting_policy::get_allowed_withdraw( const vesting_pol...
      function asset (line 114) | asset cdd_vesting_policy::get_allowed_withdraw(const vesting_policy_...
      function asset (line 163) | asset instant_vesting_policy::get_allowed_withdraw( const vesting_po...
      function asset (line 267) | asset vesting_balance_object::get_allowed_withdraw(const time_point_...

FILE: libraries/chain/withdraw_permission_evaluator.cpp
  type graphene (line 32) | namespace graphene { namespace chain {
    type chain (line 32) | namespace chain {

FILE: libraries/chain/witness_evaluator.cpp
  type graphene (line 31) | namespace graphene { namespace chain {
    type chain (line 31) | namespace chain {

FILE: libraries/chain/worker_evaluator.cpp
  type graphene (line 33) | namespace graphene { namespace chain {
    type chain (line 33) | namespace chain {
      type worker_init_visitor (line 46) | struct worker_init_visitor
        method worker_init_visitor (line 53) | worker_init_visitor( worker_object& w, database& d ):worker(w),db(...
        method result_type (line 55) | result_type operator()( const vesting_balance_worker_initializer& ...
        method result_type (line 73) | result_type operator()( const T& )const

FILE: libraries/db/include/graphene/db/generic_index.hpp
  type graphene (line 31) | namespace graphene { namespace db {
    type db (line 31) | namespace db {
      type by_id (line 36) | struct by_id
      class generic_index (line 43) | class generic_index : public index
        method object (line 49) | virtual const object& insert( object&& obj )override
        method object (line 57) | virtual const object&  create(const std::function<void(object&)>& ...
        method modify (line 68) | virtual void modify( const object& obj, const std::function<void(o...
        method remove (line 91) | virtual void remove( const object& obj )override
        method object (line 96) | virtual const object* find( object_id_type id )const override
        method index_type (line 113) | const index_type& indices()const { return _indices; }
      type sparse_index (line 125) | struct sparse_index : public generic_index<T, boost::multi_index_con...

FILE: libraries/db/include/graphene/db/index.hpp
  type graphene (line 35) | namespace graphene { namespace db {
    type db (line 35) | namespace db {
      class object_database (line 36) | class object_database
      class index_observer (line 43) | class index_observer
        method on_add (line 48) | virtual void on_add( const object& obj ){}
        method on_remove (line 50) | virtual void on_remove( const object& obj ){}
        method on_modify (line 52) | virtual void on_modify( const object& obj ){}
      class index (line 71) | class index
        method object (line 111) | const object&              get( object_id_type id )const
        method modify (line 128) | void modify( const Object& obj, const Lambda& l ) {
      class secondary_index (line 139) | class secondary_index
      class base_primary_index (line 152) | class base_primary_index
        method base_primary_index (line 155) | base_primary_index( object_database& db ):_db(db){}
        method T (line 170) | T* add_secondary_index(Args... args)
        method T (line 177) | const T& get_secondary_index()const
      class direct_index (line 205) | class direct_index : public secondary_index
        method direct_index (line 217) | direct_index() {
        method object_inserted (line 223) | virtual void object_inserted( const object& obj )
        method object_removed (line 255) | virtual void object_removed( const object& obj )
        method about_to_modify (line 264) | virtual void about_to_modify( const object& before )
        method object_modified (line 269) | virtual void object_modified( const object& after  )
        method Object (line 276) | const Object* find( const object_id& id )const
        method Object (line 285) | const Object& get( const object_id& id )const
        method Object (line 292) | const Object* find( const object_id_type& id )const
      class primary_index (line 309) | class primary_index  : public DerivedIndex, public base_primary_index
        method primary_index (line 314) | primary_index( object_database& db )
        method object_space_id (line 321) | virtual uint8_t object_space_id()const override
        method object_type_id (line 324) | virtual uint8_t object_type_id()const override
        method object_id_type (line 327) | virtual object_id_type get_next_id()const override              { ...
        method use_next_id (line 328) | virtual void           use_next_id()override                    { ...
        method set_next_id (line 329) | virtual void           set_next_id( object_id_type id )override { ...
        method object (line 332) | virtual const object*  find( object_id_type id )const override
        method get_object_version (line 339) | fc::sha256 get_object_version()const
        method open (line 345) | virtual void open( const path& db )override
        method save (line 364) | virtual void save( const path& db ) override
        method object (line 379) | virtual const object&  load( const std::vector<char>& data )override
        method object (line 388) | virtual const object&  create(const std::function<void(object&)>& ...
        method object (line 397) | virtual const object& insert( object&& obj ) override
        method remove (line 406) | virtual void  remove( const object& obj ) override
        method modify (line 414) | virtual void modify( const object& obj, const std::function<void(o...
        method add_observer (line 425) | virtual void add_observer( const shared_ptr<index_observer>& o ) o...
        method object_from_variant (line 430) | virtual void object_from_variant( const fc::variant& var, object& ...
        method object_default (line 439) | virtual void object_default( object& obj )const override

FILE: libraries/db/include/graphene/db/object.hpp
  type graphene (line 32) | namespace graphene { namespace db {
    type db (line 32) | namespace db {
      class object (line 62) | class object
        method object (line 65) | object(){}
      class abstract_object (line 90) | class abstract_object : public object
        method clone (line 93) | virtual unique_ptr<object> clone()const
        method move_from (line 98) | virtual void    move_from( object& obj )
        method variant (line 102) | virtual variant to_variant()const { return variant( static_cast<co...
        method pack (line 103) | virtual vector<char> pack()const  { return fc::raw::pack( static_c...
      class annotated_object (line 113) | class annotated_object : public abstract_object<DerivedClass>
        method object_id_type (line 117) | object_id_type          get_annotation( uint8_t annotation_id_spac...
        method set_annotation (line 123) | void                    set_annotation( object_id_type id )
  type boost (line 139) | namespace boost { namespace multiprecision { namespace detail {
    type multiprecision (line 139) | namespace multiprecision { namespace detail {
      type detail (line 139) | namespace detail {
        type is_restricted_conversion<graphene::db::object,To> (line 141) | struct is_restricted_conversion<graphene::db::object,To> : public ...

FILE: libraries/db/include/graphene/db/object_database.hpp
  type graphene (line 33) | namespace graphene { namespace db {
    type db (line 33) | namespace db {
      class object_database (line 39) | class object_database
        method reset_indexes (line 45) | void reset_indexes() { _index.clear(); _index.resize(255); }
        method T (line 57) | const T& create( F&& constructor )
        method IndexType (line 70) | const IndexType& get_index_type()const {
        method index (line 75) | const index&  get_index()const { return get_index(T::space_id,T::t...
        method index (line 77) | const index&  get_index(object_id_type id)const { return get_index...
        method object (line 87) | const object& insert( object&& obj ) { return get_mutable_index(ob...
        method remove (line 88) | void          remove( const object& obj ) { get_mutable_index(obj....
        method modify (line 90) | void modify( const T& obj, const Lambda& m ) {
        method T (line 97) | static const T& cast( const object& obj )
        method T (line 103) | static T& cast( object& obj )
        method T (line 110) | const T& get( object_id_type id )const
        method T (line 117) | const T* find( object_id_type id )const
        method find (line 125) | auto find( object_id<SpaceID,TypeID> id )const -> const object_dow...
        method get (line 130) | auto get( object_id<SpaceID,TypeID> id )const -> const object_down...
        method IndexType (line 135) | IndexType* add_index()
        method SecondaryIndexType (line 147) | SecondaryIndexType* add_secondary_index( Args... args )
        method get_data_dir (line 154) | fc::path get_data_dir()const { return _data_dir; }
        method IndexType (line 160) | IndexType&    get_mutable_index_type() {
        method index (line 165) | index& get_mutable_index()                   { return get_mutable_...
        method index (line 166) | index& get_mutable_index(object_id_type id)  { return get_mutable_...

FILE: libraries/db/include/graphene/db/simple_index.hpp
  type graphene (line 27) | namespace graphene { namespace db {
    type db (line 27) | namespace db {
      class simple_index (line 38) | class simple_index : public index
        method object (line 43) | virtual const object&  create( const std::function<void(object&)>&...
        method modify (line 56) | virtual void modify( const object& obj, const std::function<void(o...
        method object (line 62) | virtual const object& insert( object&& obj )override
        method remove (line 72) | virtual void remove( const object& obj ) override
        method object (line 81) | virtual const object* find( object_id_type id )const override
        method inspect_all_objects (line 91) | virtual void inspect_all_objects(std::function<void (const object&...

FILE: libraries/db/include/graphene/db/undo_database.hpp
  type graphene (line 29) | namespace graphene { namespace db {
    type db (line 29) | namespace db {
      class object_database (line 33) | class object_database
      type undo_state (line 35) | struct undo_state
      class undo_database (line 49) | class undo_database
        method undo_database (line 52) | undo_database( object_database& db ):_db(db){}
        class session (line 54) | class session
          method session (line 57) | session( session&& mv )
          method commit (line 63) | void commit() { _apply_undo = false; _db.commit();  }
          method undo (line 64) | void undo()   { if( _apply_undo ) _db.undo(); _apply_undo = fals...
          method merge (line 65) | void merge()  { if( _apply_undo ) _db.merge(); _apply_undo = fal...
          method session (line 78) | session(undo_database& db, bool disable_on_exit = false): _db(db...
        method enabled (line 86) | bool    enabled()const { return !_disabled; }
        method size (line 119) | std::size_t size()const { return _stack.size(); }
        method set_max_size (line 120) | void set_max_size(size_t new_max_size) { _max_size = new_max_size; }
        method max_size (line 121) | size_t max_size()const { return _max_size; }
        method active_sessions (line 122) | uint32_t active_sessions()const { return _active_sessions; }

FILE: libraries/db/index.cpp
  type graphene (line 28) | namespace graphene { namespace db {
    type db (line 28) | namespace db {

FILE: libraries/db/object_database.cpp
  type graphene (line 30) | namespace graphene { namespace db {
    type db (line 30) | namespace db {
      function object (line 45) | const object* object_database::find_object( object_id_type id )const
      function object (line 49) | const object& object_database::get_object( object_id_type id )const
      function index (line 54) | const index& object_database::get_index(uint8_t space_id, uint8_t ty...
      function index (line 62) | index& object_database::get_mutable_index(uint8_t space_id, uint8_t ...

FILE: libraries/db/undo_database.cpp
  type graphene (line 28) | namespace graphene { namespace db {
    type db (line 28) | namespace db {
      function undo_state (line 301) | const undo_state& undo_database::head()const

FILE: libraries/egenesis/egenesis_none.cpp
  type graphene (line 29) | namespace graphene { namespace egenesis {
    type egenesis (line 29) | namespace egenesis {
      function chain_id_type (line 33) | chain_id_type get_egenesis_chain_id()
      function compute_egenesis_json (line 38) | void compute_egenesis_json( std::string& result )
      function get_egenesis_json_hash (line 43) | fc::sha256 get_egenesis_json_hash()

FILE: libraries/egenesis/include/graphene/egenesis/egenesis.hpp
  type graphene (line 33) | namespace graphene { namespace egenesis {
    type egenesis (line 33) | namespace egenesis {

FILE: libraries/net/core_messages.cpp
  type graphene (line 28) | namespace graphene { namespace net {
    type net (line 28) | namespace net {

FILE: libraries/net/exceptions.cpp
  type graphene (line 26) | namespace graphene { namespace net {
    type net (line 26) | namespace net {

FILE: libraries/net/include/graphene/net/core_messages.hpp
  type graphene (line 41) | namespace graphene { namespace net {
    type net (line 41) | namespace net {
      type item_id (line 49) | struct item_id
        method item_id (line 54) | item_id() {}
        method item_id (line 55) | item_id(uint32_t type, const item_hash_t& hash) :
      type core_message_type_enum (line 66) | enum core_message_type_enum
      type trx_message (line 93) | struct trx_message
        method trx_message (line 98) | trx_message() {}
        method trx_message (line 99) | trx_message(graphene::protocol::signed_transaction transaction) :
      type block_message (line 104) | struct block_message
        method block_message (line 108) | block_message(){}
        method block_message (line 109) | block_message(const signed_block& blk )
      type item_ids_inventory_message (line 117) | struct item_ids_inventory_message
        method item_ids_inventory_message (line 124) | item_ids_inventory_message() {}
        method item_ids_inventory_message (line 125) | item_ids_inventory_message(uint32_t item_type, const std::vector<i...
      type blockchain_item_ids_inventory_message (line 131) | struct blockchain_item_ids_inventory_message
        method blockchain_item_ids_inventory_message (line 139) | blockchain_item_ids_inventory_message() {}
        method blockchain_item_ids_inventory_message (line 140) | blockchain_item_ids_inventory_message(uint32_t total_remaining_ite...
      type fetch_blockchain_item_ids_message (line 149) | struct fetch_blockchain_item_ids_message
        method fetch_blockchain_item_ids_message (line 156) | fetch_blockchain_item_ids_message() {}
        method fetch_blockchain_item_ids_message (line 157) | fetch_blockchain_item_ids_message(uint32_t item_type, const std::v...
      type fetch_items_message (line 163) | struct fetch_items_message
        method fetch_items_message (line 170) | fetch_items_message() {}
        method fetch_items_message (line 171) | fetch_items_message(uint32_t item_type, const std::vector<item_has...
      type item_not_available_message (line 177) | struct item_not_available_message
        method item_not_available_message (line 183) | item_not_available_message() {}
        method item_not_available_message (line 184) | item_not_available_message(const item_id& requested_item) :
      type hello_message (line 189) | struct hello_message
        method hello_message (line 203) | hello_message() {}
        method hello_message (line 204) | hello_message(const std::string& user_agent,
      type connection_accepted_message (line 225) | struct connection_accepted_message
        method connection_accepted_message (line 229) | connection_accepted_message() {}
      type rejection_reason_code (line 232) | enum class rejection_reason_code { unspecified,
      type connection_rejected_message (line 241) | struct connection_rejected_message
        method connection_rejected_message (line 251) | connection_rejected_message() {}
        method connection_rejected_message (line 252) | connection_rejected_message(const std::string& user_agent, uint32_...
      type address_request_message (line 263) | struct address_request_message
        method address_request_message (line 267) | address_request_message() {}
      type peer_connection_direction (line 270) | enum class peer_connection_direction { unknown, inbound, outbound }
      type firewalled_state (line 271) | enum class firewalled_state { unknown, firewalled, not_firewalled }
      type address_info (line 273) | struct address_info
        method address_info (line 282) | address_info() {}
        method address_info (line 283) | address_info(const fc::ip::endpoint& remote_endpoint,
      type address_message (line 298) | struct address_message
      type closing_connection_message (line 305) | struct closing_connection_message
        method closing_connection_message (line 313) | closing_connection_message() : closing_due_to_error(false) {}
        method closing_connection_message (line 314) | closing_connection_message(const std::string& reason_for_closing,
      type current_time_request_message (line 323) | struct current_time_request_message
        method current_time_request_message (line 328) | current_time_request_message(){}
        method current_time_request_message (line 329) | current_time_request_message(const fc::time_point request_sent_tim...
      type current_time_reply_message (line 334) | struct current_time_reply_message
        method current_time_reply_message (line 341) | current_time_reply_message(){}
        method current_time_reply_message (line 342) | current_time_reply_message(const fc::time_point request_sent_time,
      type check_firewall_message (line 351) | struct check_firewall_message
      type firewall_check_result (line 358) | enum class firewall_check_result
      type check_firewall_reply_message (line 365) | struct check_firewall_reply_message
      type get_current_connections_request_message (line 373) | struct get_current_connections_request_message
      type current_connection_data (line 378) | struct current_connection_data
      type get_current_connections_reply_message (line 390) | struct get_current_connections_reply_message
  type std (line 493) | namespace std
    type hash<graphene::net::item_id> (line 496) | struct hash<graphene::net::item_id>

FILE: libraries/net/include/graphene/net/exceptions.hpp
  type graphene (line 27) | namespace graphene { namespace net {
    type net (line 27) | namespace net {

FILE: libraries/net/include/graphene/net/message.hpp
  type graphene (line 35) | namespace graphene { namespace net {
    type net (line 35) | namespace net {
      type message_header (line 43) | struct message_header
        method message_header (line 47) | message_header()
      type message (line 60) | struct message : public message_header
        method message (line 64) | message(){}
        method message (line 66) | message( message&& m )
        method message (line 69) | message( const message& m )
        method message (line 76) | message( const T& m )
        method id (line 83) | fc::uint160_t id()const
        method T (line 93) | T as()const

FILE: libraries/net/include/graphene/net/message_oriented_connection.hpp
  type graphene (line 28) | namespace graphene { namespace net {
    type net (line 28) | namespace net {
      type detail (line 30) | namespace detail { class message_oriented_connection_impl; }
        class message_oriented_connection_impl (line 30) | class message_oriented_connection_impl
      class message_oriented_connection (line 32) | class message_oriented_connection
      class message_oriented_connection_delegate (line 35) | class message_oriented_connection_delegate
      class message_oriented_connection (line 43) | class message_oriented_connection

FILE: libraries/net/include/graphene/net/node.hpp
  type graphene (line 34) | namespace graphene { namespace net {
    type net (line 34) | namespace net {
      type detail (line 39) | namespace detail
        class node_impl (line 41) | class node_impl
        type node_impl_deleter (line 42) | struct node_impl_deleter
      type message_propagation_data (line 50) | struct message_propagation_data
      class node_delegate (line 61) | class node_delegate
      type peer_status (line 174) | struct peer_status
      class node (line 192) | class node : public std::enable_shared_from_this<node>
        method broadcast_transaction (line 283) | virtual void  broadcast_transaction( const signed_transaction& trx )
      class simulated_network (line 322) | class simulated_network : public node
        method simulated_network (line 326) | simulated_network(const std::string& user_agent) : node(user_agent...
        method listen_to_p2p_network (line 327) | void      listen_to_p2p_network() override {}
        method connect_to_p2p_network (line 328) | void      connect_to_p2p_network() override {}
        method connect_to_endpoint (line 329) | void      connect_to_endpoint(const fc::ip::endpoint& ep) override {}
        method get_actual_listening_endpoint (line 331) | fc::ip::endpoint get_actual_listening_endpoint() const override { ...
        method sync_from (line 333) | void      sync_from(const item_id& current_head_block, const std::...
        method get_connection_count (line 337) | virtual uint32_t get_connection_count() const override { return 8; }
        type node_info (line 339) | struct node_info

FILE: libraries/net/include/graphene/net/peer_connection.hpp
  type graphene (line 44) | namespace graphene { namespace net
    type net (line 44) | namespace net
      type firewall_check_state_data (line 46) | struct firewall_check_state_data
      class peer_connection (line 61) | class peer_connection
        type our_connection_state (line 78) | enum class our_connection_state
        type their_connection_state (line 85) | enum class their_connection_state
        type connection_negotiation_status (line 92) | enum class connection_negotiation_status
        type queued_message (line 114) | struct queued_message
          method queued_message (line 120) | queued_message(fc::time_point enqueue_time = fc::time_point::now...
        type real_queued_message (line 135) | struct real_queued_message : queued_message
          method real_queued_message (line 140) | real_queued_message(message message_to_send,
        type virtual_queued_message (line 154) | struct virtual_queued_message : queued_message
          method virtual_queued_message (line 158) | virtual_queued_message(item_id item_to_send) :
        method get_connection_time (line 188) | fc::time_point get_connection_time()const { return _message_connec...
        method get_connection_terminated_time (line 189) | fc::time_point get_connection_terminated_time()const { return conn...
        type timestamped_item_id (line 236) | struct timestamped_item_id
          method timestamped_item_id (line 240) | timestamped_item_id(const item_id& item, const fc::time_point_se...
        type timestamp_index (line 245) | struct timestamp_index{}
      class peer_connection_delegate (line 62) | class peer_connection_delegate
      class peer_connection (line 72) | class peer_connection
        type our_connection_state (line 78) | enum class our_connection_state
        type their_connection_state (line 85) | enum class their_connection_state
        type connection_negotiation_status (line 92) | enum class connection_negotiation_status
        type queued_message (line 114) | struct queued_message
          method queued_message (line 120) | queued_message(fc::time_point enqueue_time = fc::time_point::now...
        type real_queued_message (line 135) | struct real_queued_message : queued_message
          method real_queued_message (line 140) | real_queued_message(message message_to_send,
        type virtual_queued_message (line 154) | struct virtual_queued_message : queued_message
          method virtual_queued_message (line 158) | virtual_queued_message(item_id item_to_send) :
        method get_connection_time (line 188) | fc::time_point get_connection_time()const { return _message_connec...
        method get_connection_terminated_time (line 189) | fc::time_point get_connection_terminated_time()const { return conn...
        type timestamped_item_id (line 236) | struct timestamped_item_id
          method timestamped_item_id (line 240) | timestamped_item_id(const item_id& item, const fc::time_point_se...
        type timestamp_index (line 245) | struct timestamp_index{}
      class peer_connection (line 74) | class peer_connection : public message_oriented_connection_delegate,
        type our_connection_state (line 78) | enum class our_connection_state
        type their_connection_state (line 85) | enum class their_connection_state
        type connection_negotiation_status (line 92) | enum class connection_negotiation_status
        type queued_message (line 114) | struct queued_message
          method queued_message (line 120) | queued_message(fc::time_point enqueue_time = fc::time_point::now...
        type real_queued_message (line 135) | struct real_queued_message : queued_message
          method real_queued_message (line 140) | real_queued_message(message message_to_send,
        type virtual_queued_message (line 154) | struct virtual_queued_message : queued_message
          method virtual_queued_message (line 158) | virtual_queued_message(item_id item_to_send) :
        method get_connection_time (line 188) | fc::time_point get_connection_time()const { return _message_connec...
        method get_connection_terminated_time (line 189) | fc::time_point get_connection_terminated_time()const { return conn...
        type timestamped_item_id (line 236) | struct timestamped_item_id
          method timestamped_item_id (line 240) | timestamped_item_id(const item_id& item, const fc::time_point_se...
        type timestamp_index (line 245) | struct timestamp_index{}

FILE: libraries/net/include/graphene/net/peer_database.hpp
  type graphene (line 36) | namespace graphene { namespace net {
    type net (line 36) | namespace net {
      type potential_peer_last_connection_disposition (line 38) | enum potential_peer_last_connection_disposition
      type potential_peer_record (line 47) | struct potential_peer_record
        method potential_peer_record (line 57) | potential_peer_record() :
        method potential_peer_record (line 61) | potential_peer_record(fc::ip::endpoint endpoint,
      type detail (line 72) | namespace detail
        class peer_database_impl (line 74) | class peer_database_impl
        class peer_database_iterator_impl (line 76) | class peer_database_iterator_impl
        class peer_database_iterator (line 77) | class peer_database_iterator : public boost::iterator_facade<peer_...
      class peer_database (line 96) | class peer_database

FILE: libraries/net/include/graphene/net/stcp_socket.hpp
  type graphene (line 29) | namespace graphene { namespace net {
    type net (line 29) | namespace net {
      class stcp_socket (line 35) | class stcp_socket : public virtual fc::iostream
        method get (line 57) | void             get( char& c ) { read( &c, 1 ); }
        method get_shared_secret (line 58) | fc::sha512       get_shared_secret() const { return _shared_secret; }

FILE: libraries/net/message_oriented_connection.cpp
  type graphene (line 48) | namespace graphene { namespace net {
    type net (line 48) | namespace net {
      type detail (line 49) | namespace detail
        class message_oriented_connection_impl (line 51) | class message_oriented_connection_impl
          method get_connection_time (line 93) | fc::time_point get_connection_time() const { return _connected_t...
        class no_parallel_execution_guard (line 147) | class no_parallel_execution_guard final
          method no_parallel_execution_guard (line 151) | explicit no_parallel_execution_guard(std::atomic_bool* flag) : _...
        type scope_logger (line 259) | struct scope_logger {
          method scope_logger (line 261) | scope_logger(const fc::optional<fc::ip::endpoint>& endpoint) : e...

FILE: libraries/net/node.cpp
  type graphene (line 128) | namespace graphene { namespace net {
    type net (line 128) | namespace net {
      type detail (line 130) | namespace detail
        class blockchain_tied_message_cache (line 133) | class blockchain_tied_message_cache
          type message_hash_index (line 138) | struct message_hash_index{}
          type message_contents_hash_index (line 139) | struct message_contents_hash_index{}
          type block_clock_index (line 140) | struct block_clock_index{}
          type message_info (line 141) | struct message_info
            method message_info (line 151) | message_info( const message_hash_type& message_hash,
          method blockchain_tied_message_cache (line 178) | blockchain_tied_message_cache() :
          method size (line 186) | size_t size() const { return _message_cache.size(); }
        function message (line 209) | message blockchain_tied_message_cache::get_message( const message_...
        function message_propagation_data (line 218) | message_propagation_data blockchain_tied_message_cache::get_messag...
        type node_configuration (line 234) | struct node_configuration
          method node_configuration (line 236) | node_configuration() : accept_incoming_connections(true), wait_i...
        type requested_item_count_index (line 655) | struct requested_item_count_index {}
        type peer_and_items_to_fetch (line 656) | struct peer_and_items_to_fetch
          method peer_and_items_to_fetch (line 660) | peer_and_items_to_fetch(const peer_connection_ptr& peer) : peer(...
          method number_of_items (line 662) | size_t number_of_items() const { return item_ids.size(); }
        function peer_connection_ptr (line 1217) | peer_connection_ptr node_impl::get_peer_by_node_id(const node_id_t...
      type detail (line 259) | namespace detail {
        class blockchain_tied_message_cache (line 133) | class blockchain_tied_message_cache
          type message_hash_index (line 138) | struct message_hash_index{}
          type message_contents_hash_index (line 139) | struct message_contents_hash_index{}
          type block_clock_index (line 140) | struct block_clock_index{}
          type message_info (line 141) | struct message_info
            method message_info (line 151) | message_info( const message_hash_type& message_hash,
          method blockchain_tied_message_cache (line 178) | blockchain_tied_message_cache() :
          method size (line 186) | size_t size() const { return _message_cache.size(); }
        function message (line 209) | message blockchain_tied_message_cache::get_message( const message_...
        function message_propagation_data (line 218) | message_propagation_data blockchain_tied_message_cache::get_messag...
        type node_configuration (line 234) | struct node_configuration
          method node_configuration (line 236) | node_configuration() : accept_incoming_connections(true), wait_i...
        type requested_item_count_index (line 655) | struct requested_item_count_index {}
        type peer_and_items_to_fetch (line 656) | struct peer_and_items_to_fetch
          method peer_and_items_to_fetch (line 660) | peer_and_items_to_fetch(const peer_connection_ptr& peer) : peer(...
          method number_of_items (line 662) | size_t number_of_items() const { return item_ids.size(); }
        function peer_connection_ptr (line 1217) | peer_connection_ptr node_impl::get_peer_by_node_id(const node_id_t...
    type net (line 259) | namespace net { namespace detail {
      type detail (line 130) | namespace detail
        class blockchain_tied_message_cache (line 133) | class blockchain_tied_message_cache
          type message_hash_index (line 138) | struct message_hash_index{}
          type message_contents_hash_index (line 139) | struct message_contents_hash_index{}
          type block_clock_index (line 140) | struct block_clock_index{}
          type message_info (line 141) | struct message_info
            method message_info (line 151) | message_info( const message_hash_type& message_hash,
          method blockchain_tied_message_cache (line 178) | blockchain_tied_message_cache() :
          method size (line 186) | size_t size() const { return _message_cache.size(); }
        function message (line 209) | message blockchain_tied_message_cache::get_message( const message_...
        function message_propagation_data (line 218) | message_propagation_data blockchain_tied_message_cache::get_messag...
        type node_configuration (line 234) | struct node_configuration
          method node_configuration (line 236) | node_configuration() : accept_incoming_connections(true), wait_i...
        type requested_item_count_index (line 655) | struct requested_item_count_index {}
        type peer_and_items_to_fetch (line 656) | struct peer_and_items_to_fetch
          method peer_and_items_to_fetch (line 660) | peer_and_items_to_fetch(const peer_connection_ptr& peer) : peer(...
          method number_of_items (line 662) | size_t number_of_items() const { return item_ids.size(); }
        function peer_connection_ptr (line 1217) | peer_connection_ptr node_impl::get_peer_by_node_id(const node_id_t...
      type detail (line 259) | namespace detail {
        class blockchain_tied_message_cache (line 133) | class blockchain_tied_message_cache
          type message_hash_index (line 138) | struct message_hash_index{}
          type message_contents_hash_index (line 139) | struct message_contents_hash_index{}
          type block_clock_index (line 140) | struct block_clock_index{}
          type message_info (line 141) | struct message_info
            method message_info (line 151) | message_info( const message_hash_type& message_hash,
          method blockchain_tied_message_cache (line 178) | blockchain_tied_message_cache() :
          method size (line 186) | size_t size() const { return _message_cache.size(); }
        function message (line 209) | message blockchain_tied_message_cache::get_message( const message_...
        function message_propagation_data (line 218) | message_propagation_data blockchain_tied_message_cache::get_messag...
        type node_configuration (line 234) | struct node_configuration
          method node_configuration (line 236) | node_configuration() : accept_incoming_connections(true), wait_i...
        type requested_item_count_index (line 655) | struct requested_item_count_index {}
        type peer_and_items_to_fetch (line 656) | struct peer_and_items_to_fetch
          method peer_and_items_to_fetch (line 660) | peer_and_items_to_fetch(const peer_connection_ptr& peer) : peer(...
          method number_of_items (line 662) | size_t number_of_items() const { return item_ids.size(); }
        function peer_connection_ptr (line 1217) | peer_connection_ptr node_impl::get_peer_by_node_id(const node_id_t...
    function message (line 2274) | message node_impl::get_message_for_item(const item_id& item)
    function peer_connection_ptr (line 4317) | peer_connection_ptr node_impl::get_connection_to_endpoint( const fc::i...
    function message_propagation_data (line 4662) | message_propagation_data node_impl::get_transaction_propagation_data( ...
    function message_propagation_data (line 4668) | message_propagation_data node_impl::get_block_propagation_data( const ...
    function node_id_t (line 4674) | node_id_t node_impl::get_node_id() const
  type graphene (line 259) | namespace graphene { namespace net { namespace detail {
    type net (line 128) | namespace net {
      type detail (line 130) | namespace detail
        class blockchain_tied_message_cache (line 133) | class blockchain_tied_message_cache
          type message_hash_index (line 138) | struct message_hash_index{}
          type message_contents_hash_index (line 139) | struct message_contents_hash_index{}
          type block_clock_index (line 140) | struct block_clock_index{}
          type message_info (line 141) | struct message_info
            method message_info (line 151) | message_info( const message_hash_type& message_hash,
          method blockchain_tied_message_cache (line 178) | blockchain_tied_message_cache() :
          method size (line 186) | size_t size() const { return _message_cache.size(); }
        function message (line 209) | message blockchain_tied_message_cache::get_message( const message_...
        function message_propagation_data (line 218) | message_propagation_data blockchain_tied_message_cache::get_messag...
        type node_configuration (line 234) | struct node_configuration
          method node_configuration (line 236) | node_configuration() : accept_incoming_connections(true), wait_i...
        type requested_item_count_index (line 655) | struct requested_item_count_index {}
        type peer_and_items_to_fetch (line 656) | struct peer_and_items_to_fetch
          method peer_and_items_to_fetch (line 660) | peer_and_items_to_fetch(const peer_connection_ptr& peer) : peer(...
          method number_of_items (line 662) | size_t number_of_items() const { return item_ids.size(); }
        function peer_connection_ptr (line 1217) | peer_connection_ptr node_impl::get_peer_by_node_id(const node_id_t...
      type detail (line 259) | namespace detail {
        class blockchain_tied_message_cache (line 133) | class blockchain_tied_message_cache
          type message_hash_index (line 138) | struct message_hash_index{}
          type message_contents_hash_index (line 139) | struct message_contents_hash_index{}
          type block_clock_index (line 140) | struct block_clock_index{}
          type message_info (line 141) | struct message_info
            method message_info (line 151) | message_info( const message_hash_type& message_hash,
          method blockchain_tied_message_cache (line 178) | blockchain_tied_message_cache() :
          method size (line 186) | size_t size() const { return _message_cache.size(); }
        function message (line 209) | message blockchain_tied_message_cache::get_message( const message_...
        function message_propagation_data (line 218) | message_propagation_data blockchain_tied_message_cache::get_messag...
        type node_configuration (line 234) | struct node_configuration
          method node_configuration (line 236) | node_configuration() : accept_incoming_connections(true), wait_i...
        type requested_item_count_index (line 655) | struct requested_item_count_index {}
        type peer_and_items_to_fetch (line 656) | struct peer_and_items_to_fetch
          method peer_and_items_to_fetch (line 660) | peer_and_items_to_fetch(const peer_connection_ptr& peer) : peer(...
          method number_of_items (line 662) | size_t number_of_items() const { return item_ids.size(); }
        function peer_connection_ptr (line 1217) | peer_connection_ptr node_impl::get_peer_by_node_id(const node_id_t...
    type net (line 259) | namespace net { namespace detail {
      type detail (line 130) | namespace detail
        class blockchain_tied_message_cache (line 133) | class blockchain_tied_message_cache
          type message_hash_index (line 138) | struct message_hash_index{}
          type message_contents_hash_index (line 139) | struct message_contents_hash_index{}
          type block_clock_index (line 140) | struct block_clock_index{}
          type message_info (line 141) | struct message_info
            method message_info (line 151) | message_info( const message_hash_type& message_hash,
          method blockchain_tied_message_cache (line 178) | blockchain_tied_message_cache() :
          method size (line 186) | size_t size() const { return _message_cache.size(); }
        function message (line 209) | message blockchain_tied_message_cache::get_message( const message_...
        function message_propagation_data (line 218) | message_propagation_data blockchain_tied_message_cache::get_messag...
        type node_configuration (line 234) | struct node_configuration
          method node_configuration (line 236) | node_configuration() : accept_incoming_connections(true), wait_i...
        type requested_item_count_index (line 655) | struct requested_item_count_index {}
        type peer_and_items_to_fetch (line 656) | struct peer_and_items_to_fetch
          method peer_and_items_to_fetch (line 660) | peer_and_items_to_fetch(const peer_connection_ptr& peer) : peer(...
          method number_of_items (line 662) | size_t number_of_items() const { return item_ids.size(); }
        function peer_connection_ptr (line 1217) | peer_connection_ptr node_impl::get_peer_by_node_id(const node_id_t...
      type detail (line 259) | namespace detail {
        class blockchain_tied_message_cache (line 133) | class blockchain_tied_message_cache
          type message_hash_index (line 138) | struct message_hash_index{}
          type message_contents_hash_index (line 139) | struct message_contents_hash_index{}
          type block_clock_index (line 140) | struct block_clock_index{}
          type message_info (line 141) | struct message_info
            method message_info (line 151) | message_info( const message_hash_type& message_hash,
          method blockchain_tied_message_cache (line 178) | blockchain_tied_message_cache() :
          method size (line 186) | size_t size() const { return _message_cache.size(); }
        function message (line 209) | message blockchain_tied_message_cache::get_message( const message_...
        function message_propagation_data (line 218) | message_propagation_data blockchain_tied_message_cache::get_messag...
        type node_configuration (line 234) | struct node_configuration
          method node_configuration (line 236) | node_configuration() : accept_incoming_connections(true), wait_i...
        type requested_item_count_index (line 655) | struct requested_item_count_index {}
        type peer_and_items_to_fetch (line 656) | struct peer_and_items_to_fetch
          method peer_and_items_to_fetch (line 660) | peer_and_items_to_fetch(const peer_connection_ptr& peer) : peer(...
          method number_of_items (line 662) | size_t number_of_items() const { return item_ids.size(); }
        function peer_connection_ptr (line 1217) | peer_connection_ptr node_impl::get_peer_by_node_id(const node_id_t...
    function message (line 2274) | message node_impl::get_message_for_item(const item_id& item)
    function peer_connection_ptr (line 4317) | peer_connection_ptr node_impl::get_connection_to_endpoint( const fc::i...
    function message_propagation_data (line 4662) | message_propagation_data node_impl::get_transaction_propagation_data( ...
    function message_propagation_data (line 4668) | message_propagation_data node_impl::get_block_propagation_data( const ...
    function node_id_t (line 4674) | node_id_t node_impl::get_node_id() const
  function message_propagation_data (line 4886) | message_propagation_data node::get_transaction_propagation_data( const g...
  function message_propagation_data (line 4891) | message_propagation_data node::get_block_propagation_data( const graphen...
  function node_id_t (line 4896) | node_id_t node::get_node_id() const
  type simulated_network::node_info (line 4942) | struct simulated_network::node_info
    method node_info (line 4947) | node_info(node_delegate* delegate) : delegate(delegate) {}
  type detail (line 4999) | namespace detail
    function message (line 5128) | message statistics_gathering_node_delegate_wrapper::get_item( const it...
    function chain_id_type (line 5133) | chain_id_type statistics_gathering_node_delegate_wrapper::get_chain_id...
    function item_hash_t (line 5165) | item_hash_t statistics_gathering_node_delegate_wrapper::get_head_block...

FILE: libraries/net/node_impl.hxx
  type graphene (line 12) | namespace graphene { namespace net { namespace detail {
    type net (line 12) | namespace net { namespace detail {
      type detail (line 12) | namespace detail {
        type prioritized_item_id (line 16) | struct prioritized_item_id
          method prioritized_item_id (line 22) | prioritized_item_id(const item_id& item, unsigned sequence_numbe...
        class statistics_gathering_node_delegate_wrapper (line 37) | class statistics_gathering_node_delegate_wrapper : public node_del...
          class call_statistics_collector (line 74) | class call_statistics_collector
            class actual_execution_measurement_helper (line 85) | class actual_execution_measurement_helper
              method actual_execution_measurement_helper (line 89) | actual_execution_measurement_helper(std::shared_ptr<call_sta...
            method call_statistics_collector (line 99) | call_statistics_collector(const char* method_name,
            method starting_execution (line 131) | void starting_execution()
            method execution_completed (line 135) | void execution_completed()
        class node_impl (line 166) | class node_impl : public peer_connection_delegate
          type item_id_index (line 223) | struct item_id_index{}

FILE: libraries/net/peer_connection.cpp
  type graphene (line 45) | namespace graphene { namespace net
    type net (line 45) | namespace net
      function message (line 47) | message peer_connection::real_queued_message::get_message(peer_conne...
      function message (line 64) | message peer_connection::virtual_queued_message::get_message(peer_co...
      function peer_connection_ptr (line 100) | peer_connection_ptr peer_connection::make_shared(peer_connection_del...
      type scope_logger (line 120) | struct scope_logger {
        method scope_logger (line 122) | scope_logger(const fc::optional<fc::ip::endpoint>& endpoint) : end...
        method scope_logger (line 193) | scope_logger() { dlog("entering peer_connection::accept_connection...
      type scope_logger (line 192) | struct scope_logger {
        method scope_logger (line 122) | scope_logger(const fc::optional<fc::ip::endpoint>& endpoint) : end...
        method scope_logger (line 193) | scope_logger() { dlog("entering peer_connection::accept_connection...
      function BOOST_SCOPE_EXIT (line 272) | BOOST_SCOPE_EXIT(this_) {
      type counter (line 289) | struct counter {
        method counter (line 291) | counter(unsigned& var) : _send_message_queue_tasks_counter(var) { ...

FILE: libraries/net/peer_database.cpp
  type graphene (line 39) | namespace graphene { namespace net {
    type net (line 39) | namespace net {
      type detail (line 40) | namespace detail
        class peer_database_impl (line 44) | class peer_database_impl
          type last_seen_time_index (line 47) | struct last_seen_time_index {}
          type endpoint_index (line 48) | struct endpoint_index {}
        class peer_database_iterator_impl (line 79) | class peer_database_iterator_impl
          method peer_database_iterator_impl (line 84) | explicit peer_database_iterator_impl(const last_seen_time_index_...
        function potential_peer_record (line 158) | potential_peer_record peer_database_impl::lookup_or_create_entry_f...
        function potential_peer_record (line 212) | const potential_peer_record& peer_database_iterator::dereference()...
      function potential_peer_record (line 252) | potential_peer_record peer_database::lookup_or_create_entry_for_endp...

FILE: libraries/net/stcp_socket.cpp
  type check_buffer_in_use (line 96) | struct check_buffer_in_use {
    method check_buffer_in_use (line 98) | check_buffer_in_use(bool& buffer_in_use) : _buffer_in_use(buffer_in_us...
    method check_buffer_in_use (line 139) | check_buffer_in_use(bool& buffer_in_use) : _buffer_in_use(buffer_in_us...
  type check_buffer_in_use (line 137) | struct check_buffer_in_use {
    method check_buffer_in_use (line 98) | check_buffer_in_use(bool& buffer_in_use) : _buffer_in_use(buffer_in_us...
    method check_buffer_in_use (line 139) | check_buffer_in_use(bool& buffer_in_use) : _buffer_in_use(buffer_in_us...

FILE: libraries/plugins/account_history/account_history_plugin.cpp
  type graphene (line 40) | namespace graphene { namespace account_history {
    type account_history (line 40) | namespace account_history {
      type detail (line 42) | namespace detail
        class account_history_plugin_impl (line 46) | class account_history_plugin_impl
          method account_history_plugin_impl (line 49) | account_history_plugin_impl(account_history_plugin& _plugin)

FILE: libraries/plugins/account_history/include/graphene/account_history/account_history_plugin.hpp
  type graphene (line 33) | namespace graphene { namespace account_history {
    type account_history (line 33) | namespace account_history {
      type account_history_object_type (line 53) | enum account_history_object_type
      type detail (line 59) | namespace detail
        class account_history_plugin_impl (line 61) | class account_history_plugin_impl
      class account_history_plugin (line 64) | class account_history_plugin : public graphene::app::plugin

FILE: libraries/plugins/api_helper_indexes/api_helper_indexes.cpp
  type graphene (line 29) | namespace graphene { namespace api_helper_indexes {
    type api_helper_indexes (line 29) | namespace api_helper_indexes {
      function share_type (line 81) | share_type amount_in_collateral_index::get_amount_in_collateral( con...
      function share_type (line 88) | share_type amount_in_collateral_index::get_backing_collateral( const...
      type detail (line 95) | namespace detail
        class api_helper_indexes_impl (line 98) | class api_helper_indexes_impl
          method api_helper_indexes_impl (line 101) | api_helper_indexes_impl(api_helper_indexes& _plugin)

FILE: libraries/plugins/api_helper_indexes/include/graphene/api_helper_indexes/api_helper_indexes.hpp
  type graphene (line 29) | namespace graphene { namespace api_helper_indexes {
    type api_helper_indexes (line 29) | namespace api_helper_indexes {
      class amount_in_collateral_index (line 36) | class amount_in_collateral_index : public secondary_index
      type detail (line 52) | namespace detail
        class api_helper_indexes_impl (line 54) | class api_helper_indexes_impl
      class api_helper_indexes (line 57) | class api_helper_indexes : public graphene::app::plugin

FILE: libraries/plugins/custom_operations/custom_evaluators.cpp
  type graphene (line 30) | namespace graphene { namespace custom_operations {
    type custom_operations (line 30) | namespace custom_operations {

FILE: libraries/plugins/custom_operations/custom_operations.cpp
  type graphene (line 26) | namespace graphene { namespace custom_operations {
    type custom_operations (line 26) | namespace custom_operations {

FILE: libraries/plugins/custom_operations/custom_operations_plugin.cpp
  type graphene (line 31) | namespace graphene { namespace custom_operations {
    type custom_operations (line 31) | namespace custom_operations {
      type detail (line 33) | namespace detail
        class custom_operations_plugin_impl (line 35) | class custom_operations_plugin_impl
          method custom_operations_plugin_impl (line 38) | custom_operations_plugin_impl(custom_operations_plugin& _plugin)
        type custom_op_visitor (line 58) | struct custom_op_visitor
          method custom_op_visitor (line 64) | custom_op_visitor(database& db, account_id_type fee_payer) { _db...

FILE: libraries/plugins/custom_operations/include/graphene/custom_operations/custom_evaluators.hpp
  type graphene (line 28) | namespace graphene { namespace custom_operations {
    type custom_operations (line 28) | namespace custom_operations {
      class custom_generic_evaluator (line 30) | class custom_generic_evaluator

FILE: libraries/plugins/custom_operations/include/graphene/custom_operations/custom_objects.hpp
  type graphene (line 29) | namespace graphene { namespace custom_operations {
    type custom_operations (line 29) | namespace custom_operations {
      type types (line 39) | enum types {
      type account_storage_object (line 43) | struct account_storage_object : public abstract_object<account_stora...
      type by_account_catalog_key (line 54) | struct by_account_catalog_key

FILE: libraries/plugins/custom_operations/include/graphene/custom_operations/custom_operations.hpp
  type graphene (line 30) | namespace graphene { namespace custom_operations {
    type custom_operations (line 30) | namespace custom_operations {
      type account_storage_map (line 35) | struct account_storage_map : chain::base_operation

FILE: libraries/plugins/custom_operations/include/graphene/custom_operations/custom_operations_plugin.hpp
  type graphene (line 33) | namespace graphene { namespace custom_operations {
    type custom_operations (line 33) | namespace custom_operations {
      type detail (line 36) | namespace detail
        class custom_operations_plugin_impl (line 38) | class custom_operations_plugin_impl
      class custom_operations_plugin (line 41) | class custom_operations_plugin : public graphene::app::plugin

FILE: libraries/plugins/debug_witness/debug_api.cpp
  type graphene (line 17) | namespace graphene { namespace debug_witness {
    type debug_witness (line 17) | namespace debug_witness {
      type detail (line 19) | namespace detail {
        class debug_api_impl (line 21) | class debug_api_impl

FILE: libraries/plugins/debug_witness/include/graphene/debug_witness/debug_api.hpp
  type graphene (line 32) | namespace graphene { namespace app {
    type app (line 32) | namespace app {
      class application (line 33) | class application
    type debug_witness (line 36) | namespace debug_witness {
      type detail (line 38) | namespace detail {
        class debug_api_impl (line 39) | class debug_api_impl
      class debug_api (line 42) | class debug_api
  type graphene (line 36) | namespace graphene { namespace debug_witness {
    type app (line 32) | namespace app {
      class application (line 33) | class application
    type debug_witness (line 36) | namespace debug_witness {
      type detail (line 38) | namespace detail {
        class debug_api_impl (line 39) | class debug_api_impl
      class debug_api (line 42) | class debug_api

FILE: libraries/plugins/debug_witness/include/graphene/debug_witness/debug_witness.hpp
  type graphene (line 33) | namespace graphene { namespace debug_witness_plugin {
    type debug_witness_plugin (line 33) | namespace debug_witness_plugin {
      class debug_witness_plugin (line 35) | class debug_witness_plugin : public graphene::app::plugin {

FILE: libraries/plugins/delayed_node/delayed_node_plugin.cpp
  type graphene (line 34) | namespace graphene { namespace delayed_node {
    type delayed_node (line 34) | namespace delayed_node {
      type detail (line 37) | namespace detail {
        type delayed_node_plugin_impl (line 38) | struct delayed_node_plugin_impl {

FILE: libraries/plugins/delayed_node/include/graphene/delayed_node/delayed_node_plugin.hpp
  type graphene (line 28) | namespace graphene { namespace delayed_node {
    type delayed_node (line 28) | namespace delayed_node {
      type detail (line 29) | namespace detail { struct delayed_node_plugin_impl; }
        type delayed_node_plugin_impl (line 29) | struct delayed_node_plugin_impl
      class delayed_node_plugin (line 31) | class delayed_node_plugin : public graphene::app::plugin
        method plugin_name (line 38) | std::string plugin_name()const override { return "delayed_node"; }

FILE: libraries/plugins/elasticsearch/elasticsearch_plugin.cpp
  type graphene (line 31) | namespace graphene { namespace elasticsearch {
    type elasticsearch (line 31) | namespace elasticsearch {
      type detail (line 33) | namespace detail
        class elasticsearch_plugin_impl (line 36) | class elasticsearch_plugin_impl
          method elasticsearch_plugin_impl (line 39) | elasticsearch_plugin_impl(elasticsearch_plugin& _plugin)
        function account_statistics_object (line 311) | const account_statistics_object& elasticsearch_plugin_impl::getSta...
        function account_transaction_history_object (line 319) | const account_transaction_history_object& elasticsearch_plugin_imp...
      function operation_history_object (line 523) | operation_history_object elasticsearch_plugin::get_operation_by_id(o...
      function operation_history_object (line 601) | operation_history_object elasticsearch_plugin::fromEStoOperation(var...
      function mode (line 637) | mode elasticsearch_plugin::get_running_mode()

FILE: libraries/plugins/elasticsearch/include/graphene/elasticsearch/elasticsearch_plugin.hpp
  type graphene (line 31) | namespace graphene { namespace elasticsearch {
    type elasticsearch (line 31) | namespace elasticsearch {
      type detail (line 48) | namespace detail
        class elasticsearch_plugin_impl (line 50) | class elasticsearch_plugin_impl
      type mode (line 53) | enum mode { only_save = 0 , only_query = 1, all = 2 }
      class elasticsearch_plugin (line 55) | class elasticsearch_plugin : public graphene::app::plugin
      type operation_visitor (line 83) | struct operation_visitor
      type operation_history_struct (line 138) | struct operation_history_struct {
      type block_struct (line 147) | struct block_struct {
      type fee_struct (line 153) | struct fee_struct {
      type transfer_struct (line 160) | struct transfer_struct {
      type fill_struct (line 169) | struct fill_struct {
      type visitor_struct (line 185) | struct visitor_struct {
      type bulk_struct (line 191) | struct bulk_struct {
      type adaptor_struct (line 200) | struct adaptor_struct {
        method variant (line 201) | variant adapt(const variant_object& op)
        method adapt (line 293) | void adapt(fc::variants& v)

FILE: libraries/plugins/es_objects/es_objects.cpp
  type graphene (line 36) | namespace graphene { namespace es_objects {
    type es_objects (line 36) | namespace es_objects {
      type detail (line 38) | namespace detail
        class es_objects_plugin_impl (line 41) | class es_objects_plugin_impl
          method es_objects_plugin_impl (line 44) | es_objects_plugin_impl(es_objects_plugin& _plugin)

FILE: libraries/plugins/es_objects/include/graphene/es_objects/es_objects.hpp
  type graphene (line 29) | namespace graphene { namespace es_objects {
    type es_objects (line 29) | namespace es_objects {
      type detail (line 33) | namespace detail
        class es_objects_plugin_impl (line 35) | class es_objects_plugin_impl
      class es_objects_plugin (line 38) | class es_objects_plugin : public graphene::app::plugin
      type adaptor_struct (line 56) | struct adaptor_struct {
        method adapt (line 57) | fc::mutable_variant_object adapt(const variant_object &obj) {
        method adapt (line 101) | void adapt(fc::variants &v) {

FILE: libraries/plugins/grouped_orders/grouped_orders_plugin.cpp
  type graphene (line 29) | namespace graphene { namespace grouped_orders {
    type grouped_orders (line 29) | namespace grouped_orders {
      type detail (line 31) | namespace detail
        class grouped_orders_plugin_impl (line 34) | class grouped_orders_plugin_impl
          method grouped_orders_plugin_impl (line 37) | grouped_orders_plugin_impl(grouped_orders_plugin& _plugin)
        class limit_order_group_index (line 53) | class limit_order_group_index : public secondary_index
          method limit_order_group_index (line 56) | limit_order_group_index( const flat_set<uint16_t>& groups ) : _t...

FILE: libraries/plugins/grouped_orders/include/graphene/grouped_orders/grouped_orders_plugin.hpp
  type graphene (line 29) | namespace graphene { namespace grouped_orders {
    type grouped_orders (line 29) | namespace grouped_orders {
      type limit_order_group_key (line 32) | struct limit_order_group_key
        method limit_order_group_key (line 34) | limit_order_group_key( const uint16_t g, const price& p ) : group(...
        method limit_order_group_key (line 35) | limit_order_group_key() {}
      type limit_order_group_data (line 51) | struct limit_order_group_data
        method limit_order_group_data (line 53) | limit_order_group_data( const price& p, const share_type s ) : max...
        method limit_order_group_data (line 54) | limit_order_group_data() {}
      type detail (line 60) | namespace detail
        class grouped_orders_plugin_impl (line 62) | class grouped_orders_plugin_impl
      class grouped_orders_plugin (line 69) | class grouped_orders_plugin : public graphene::app::plugin

FILE: libraries/plugins/market_history/include/graphene/market_history/market_history_plugin.hpp
  type graphene (line 34) | namespace graphene { namespace market_history {
    type market_history (line 34) | namespace market_history {
      type market_history_object_type (line 51) | enum market_history_object_type
      type bucket_key (line 59) | struct bucket_key
        method bucket_key (line 61) | bucket_key( asset_id_type a, asset_id_type b, uint32_t s, fc::time...
        method bucket_key (line 63) | bucket_key(){}
      type bucket_object (line 80) | struct bucket_object : public abstract_object<bucket_object>
        method price (line 85) | price high()const { return asset( high_base, key.base ) / asset( h...
        method price (line 86) | price low()const { return asset( low_base, key.base ) / asset( low...
      type history_key (line 101) | struct history_key {
      type order_history_object (line 113) | struct order_history_object : public abstract_object<order_history_o...
      type order_history_object_key_base_extractor (line 122) | struct order_history_object_key_base_extractor
        method result_type (line 125) | result_type operator()(const order_history_object& o)const { retur...
      type order_history_object_key_quote_extractor (line 127) | struct order_history_object_key_quote_extractor
        method result_type (line 130) | result_type operator()(const order_history_object& o)const { retur...
      type order_history_object_key_sequence_extractor (line 132) | struct order_history_object_key_sequence_extractor
        method result_type (line 135) | result_type operator()(const order_history_object& o)const { retur...
      type market_ticker_object (line 138) | struct market_ticker_object : public abstract_object<market_ticker_o...
      type market_ticker_meta_object (line 153) | struct market_ticker_meta_object : public abstract_object<market_tic...
      type by_key (line 162) | struct by_key
      type by_market_time (line 171) | struct by_market_time
      type by_market (line 196) | struct by_market
      type by_volume (line 197) | struct by_volume
      type detail (line 220) | namespace detail
        class market_history_plugin_impl (line 222) | class market_history_plugin_impl
      class market_history_plugin (line 230) | class market_history_plugin : public graphene::app::plugin

FILE: libraries/plugins/market_history/market_history_plugin.cpp
  type graphene (line 38) | namespace graphene { namespace market_history {
    type market_history (line 38) | namespace market_history {
      type detail (line 40) | namespace detail
        class market_history_plugin_impl (line 43) | class market_history_plugin_impl
          method market_history_plugin_impl (line 46) | market_history_plugin_impl(market_history_plugin& _plugin)
        type operation_process_fill_order (line 68) | struct operation_process_fill_order
          method operation_process_fill_order (line 74) | operation_process_fill_order( market_history_plugin& mhp, fc::ti...

FILE: libraries/plugins/snapshot/include/graphene/snapshot/snapshot.hpp
  type graphene (line 31) | namespace graphene { namespace snapshot_plugin {
    type snapshot_plugin (line 31) | namespace snapshot_plugin {
      class snapshot_plugin (line 33) | class snapshot_plugin : public graphene::app::plugin {

FILE: libraries/plugins/snapshot/snapshot.cpp
  function create_snapshot (line 87) | static void create_snapshot( const graphene::chain::database& db, const ...

FILE: libraries/plugins/template_plugin/include/graphene/template_plugin/template_plugin.hpp
  type graphene (line 29) | namespace graphene { namespace template_plugin {
    type template_plugin (line 29) | namespace template_plugin {
      type detail (line 47) | namespace detail
        class template_plugin_impl (line 49) | class template_plugin_impl
      class template_plugin (line 52) | class template_plugin : public graphene::app::plugin

FILE: libraries/plugins/template_plugin/template_plugin.cpp
  type graphene (line 27) | namespace graphene { namespace template_plugin {
    type template_plugin (line 27) | namespace template_plugin {
      type detail (line 29) | namespace detail
        class template_plugin_impl (line 32) | class template_plugin_impl
          method template_plugin_impl (line 35) | template_plugin_impl(template_plugin& _plugin)

FILE: libraries/plugins/witness/include/graphene/witness/witness.hpp
  type graphene (line 31) | namespace graphene { namespace witness_plugin {
    type witness_plugin (line 31) | namespace witness_plugin {
      type block_production_condition (line 33) | namespace block_production_condition
        type block_production_condition_enum (line 35) | enum block_production_condition_enum
      class witness_plugin (line 49) | class witness_plugin : public graphene::app::plugin {
        method set_block_production (line 60) | void set_block_production(bool allow) { _production_enabled = allo...

FILE: libraries/plugins/witness/witness.cpp
  function new_chain_banner (line 44) | void new_chain_banner( const graphene::chain::database& db )

FILE: libraries/protocol/account.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function is_cheap_name (line 129) | bool is_cheap_name( const string& n )
      function share_type (line 167) | share_type account_create_operation::calculate_fee( const fee_parame...
      function share_type (line 212) | share_type account_update_operation::calculate_fee( const fee_parame...
      function share_type (line 257) | share_type account_upgrade_operation::calculate_fee(const fee_parame...

FILE: libraries/protocol/address.cpp
  type graphene (line 31) | namespace graphene { namespace protocol {
    type protocol (line 31) | namespace protocol {
  type fc (line 102) | namespace fc
    function to_variant (line 104) | void to_variant( const graphene::protocol::address& var,  variant& vo,...
    function from_variant (line 108) | void from_variant( const variant& var,  graphene::protocol::address& v...

FILE: libraries/protocol/assert.cpp
  type graphene (line 30) | namespace graphene { namespace protocol {
    type protocol (line 30) | namespace protocol {
      type predicate_validator (line 42) | struct predicate_validator
      function share_type (line 64) | share_type  assert_operation::calculate_fee(const fee_parameters_typ...

FILE: libraries/protocol/asset.cpp
  type protocol (line 31) | namespace protocol {
    function asset (line 59) | asset operator * ( const asset& a, const price& b )
    function asset (line 78) | asset asset::multiply_and_round_up( const price& b )const
    function price (line 104) | price price::max( asset_id_type base, asset_id_type quote ) { return a...
    function price (line 105) | price price::min( asset_id_type base, asset_id_type quote ) { return a...
    function price (line 269) | price price_feed::max_short_squeeze_price_before_hf_1270()const
    function price (line 287) | price price_feed::max_short_squeeze_price()const
    function price (line 295) | price price_feed::margin_call_order_price(const fc::optional<uint16_t>...
    function ratio_type (line 307) | ratio_type price_feed::margin_call_pays_ratio(const fc::optional<uint1...
    function price (line 321) | price price_feed::maintenance_collateralization()const
    type p10 (line 331) | struct p10
    type p10<0> (line 337) | struct p10<0>

FILE: libraries/protocol/asset_ops.cpp
  type graphene (line 30) | namespace graphene { namespace protocol {
    type protocol (line 30) | namespace protocol {
      function is_valid_symbol (line 38) | bool is_valid_symbol( const string& symbol )
      function share_type (line 77) | share_type asset_issue_operation::calculate_fee(const fee_parameters...
      function share_type (line 82) | share_type asset_create_operation::calculate_fee( const asset_create...
      function share_type (line 156) | share_type asset_update_operation::calculate_fee(const asset_update_...

FILE: libraries/protocol/authority.cpp
  type graphene (line 29) | namespace graphene { namespace protocol {
    type protocol (line 29) | namespace protocol {
      function add_authority_accounts (line 31) | void add_authority_accounts(

FILE: libraries/protocol/block.cpp
  type graphene (line 30) | namespace graphene { namespace protocol {
    type protocol (line 30) | namespace protocol {
      function digest_type (line 31) | digest_type block_header::digest()const
      function block_id_type (line 41) | const block_id_type& signed_block_header::id()const
      function checksum_type (line 70) | const checksum_type& signed_block::calculate_merkle_root()const

FILE: libraries/protocol/chain_parameters.cpp
  type graphene (line 6) | namespace graphene { namespace protocol {
    type protocol (line 6) | namespace protocol {
      function chain_parameters (line 19) | chain_parameters& chain_parameters::operator=(const chain_parameters...
      function chain_parameters (line 71) | chain_parameters& chain_parameters::operator=(chain_parameters&& other)

FILE: libraries/protocol/committee_member.cpp
  type graphene (line 29) | namespace graphene { namespace protocol {
    type protocol (line 29) | namespace protocol {

FILE: libraries/protocol/confidential.cpp
  type protocol (line 30) | namespace protocol {
    function share_type (line 64) | share_type transfer_to_blind_operation::calculate_fee( const fee_param...
    function account_id_type (line 97) | account_id_type blind_transfer_operation::fee_payer()const
    function share_type (line 137) | share_type blind_transfer_operation::calculate_fee( const fee_paramete...

FILE: libraries/protocol/custom.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function share_type (line 34) | share_type custom_operation::calculate_fee(const fee_parameters_type...

FILE: libraries/protocol/custom_authorities/create_predicate_fwd_1.cpp
  type graphene (line 40) | namespace graphene { namespace protocol {
    type protocol (line 40) | namespace protocol {

FILE: libraries/protocol/custom_authorities/create_predicate_fwd_2.cpp
  type graphene (line 39) | namespace graphene { namespace protocol {
    type protocol (line 39) | namespace protocol {

FILE: libraries/protocol/custom_authorities/create_predicate_fwd_3.cpp
  type graphene (line 39) | namespace graphene { namespace protocol {
    type protocol (line 39) | namespace protocol {

FILE: libraries/protocol/custom_authorities/list_1.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function result_type (line 31) | result_type get_restriction_predicate_list_1(size_t idx, vector<rest...

FILE: libraries/protocol/custom_authorities/list_10.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function result_type (line 31) | result_type get_restriction_predicate_list_10(size_t idx, vector<res...

FILE: libraries/protocol/custom_authorities/list_11.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function result_type (line 31) | result_type get_restriction_predicate_list_11(size_t idx, vector<res...

FILE: libraries/protocol/custom_authorities/list_12.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function result_type (line 31) | result_type get_restriction_predicate_list_12(size_t idx, vector<res...

FILE: libraries/protocol/custom_authorities/list_2.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function result_type (line 32) | result_type get_restriction_predicate_list_2(size_t idx, vector<rest...

FILE: libraries/protocol/custom_authorities/list_3.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function result_type (line 32) | result_type get_restriction_predicate_list_3(size_t idx, vector<rest...

FILE: libraries/protocol/custom_authorities/list_4.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function result_type (line 32) | result_type get_restriction_predicate_list_4(size_t idx, vector<rest...

FILE: libraries/protocol/custom_authorities/list_5.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function result_type (line 32) | result_type get_restriction_predicate_list_5(size_t idx, vector<rest...

FILE: libraries/protocol/custom_authorities/list_6.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function result_type (line 32) | result_type get_restriction_predicate_list_6(size_t idx, vector<rest...

FILE: libraries/protocol/custom_authorities/list_7.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function result_type (line 32) | result_type get_restriction_predicate_list_7(size_t idx, vector<rest...

FILE: libraries/protocol/custom_authorities/list_8.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function result_type (line 32) | result_type get_restriction_predicate_list_8(size_t idx, vector<rest...

FILE: libraries/protocol/custom_authorities/list_9.cpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      function result_type (line 32) | result_type get_restriction_predicate_list_9(size_t idx, vector<rest...

FILE: libraries/protocol/custom_authorities/restriction_predicate.cpp
  type graphene (line 30) | namespace graphene { namespace protocol {
    type protocol (line 30) | namespace protocol {
      function restriction_predicate_function (line 32) | restriction_predicate_function get_restriction_predicate(vector<rest...
      function predicate_result (line 81) | predicate_result& predicate_result::reverse_path() {

FILE: libraries/protocol/custom_authorities/restriction_predicate.hxx
  type graphene (line 31) | namespace graphene { namespace protocol {
    type protocol (line 31) | namespace protocol {
      type is_flat_set_impl (line 46) | struct is_flat_set_impl : std::false_type {}
      type is_flat_set_impl<flat_set<T>> (line 47) | struct is_flat_set_impl<flat_set<T>> : std::true_type {}
      type is_container_impl (line 62) | struct is_container_impl : std::false_type {}
      function to_num (line 76) | inline auto to_num(const fc::time_point_sec& t) { return t.sec_since...
      type make_flat_set (line 130) | struct make_flat_set { template<typename T> struct transform { using...
        type transform (line 130) | struct transform { using type = flat_set<T>; }
      type predicate_invalid (line 145) | struct predicate_invalid {
        method predicate_invalid (line 147) | predicate_invalid() { FC_THROW_EXCEPTION(fc::assert_exception, "In...
      type predicate_eq (line 151) | struct predicate_eq : predicate_invalid<A, B> {}
      type predicate_eq<Field, Argument, std::enable_if_t<std::is_same<Field, Argument>::value>> (line 153) | struct predicate_eq<Field, Argument, std::enable_if_t<std::is_same<F...
      type predicate_eq<Field, Argument, std::enable_if_t<is_integral<Field> && is_integral<Argument> &&
                                                      !std::is_same<Field, Argument>::value>> (line 159) | struct predicate_eq<Field, Argument, std::enable_if_t<is_integral<Fi...
      type predicate_eq<Field, Argument, std::enable_if_t<is_container<Field> && is_integral<Argument>>> (line 166) | struct predicate_eq<Field, Argument, std::enable_if_t<is_container<F...
      type predicate_eq<fc::optional<Field>, Argument, std::enable_if_t<comparable_types<Field, Argument>>> (line 172) | struct predicate_eq<fc::optional<Field>, Argument, std::enable_if_t<...
      type predicate_eq<fc::optional<Field>, void_t, void> (line 182) | struct predicate_eq<fc::optional<Field>, void_t, void> {
      type predicate_ne (line 188) | struct predicate_ne : predicate_eq<Field, Argument> {
      type predicate_compare (line 194) | struct predicate_compare : predicate_invalid<A, B> {}
      type predicate_compare<Field, Argument, std::enable_if_t<std::is_same<Field, Argument>::value>> (line 196) | struct predicate_compare<Field, Argument, std::enable_if_t<std::is_s...
      type predicate_compare<Field, Argument, std::enable_if_t<is_integral<Field> && is_integral<Argument> &&
                                                           !std::is_same<Field, Argument>::value>> (line 204) | struct predicate_compare<Field, Argument, std::enable_if_t<is_integr...
      type predicate_compare<fc::optional<Field>, Argument, void> (line 215) | struct predicate_compare<fc::optional<Field>, Argument, void> : pred...
      type predicate_lt (line 224) | struct predicate_lt : predicate_compare<Field, Argument> {
      type predicate_le (line 228) | struct predicate_le : predicate_compare<Field, Argument> {
      type predicate_gt (line 232) | struct predicate_gt : predicate_compare<Field, Argument> {
      type predicate_ge (line 236) | struct predicate_ge : predicate_compare<Field, Argument> {
      type predicate_in (line 242) | struct predicate_in : predicate_invalid<F, C> {}
      type predicate_in<Field, flat_set<Element>, std::enable_if_t<comparable_types<Field, Element> && !is_safe<Field>>> (line 244) | struct predicate_in<Field, flat_set<Element>, std::enable_if_t<compa...
      type predicate_in<fc::safe<Field>, flat_set<Element>, std::enable_if_t<comparable_types<Field, Element>>> (line 250) | struct predicate_in<fc::safe<Field>, flat_set<Element>, std::enable_...
      type predicate_in<fc::optional<Field>, flat_set<Element>, std::enable_if_t<comparable_types<Field, Element>>> (line 256) | struct predicate_in<fc::optional<Field>, flat_set<Element>, std::ena...
      type predicate_in<Container, flat_set<Element>,
                    std::enable_if_t<is_container<Container> &&
                                     comparable_types<typename Container::value_type, Element>>> (line 265) | struct predicate_in<Container, flat_set<Element>,
      type predicate_not_in (line 282) | struct predicate_not_in : predicate_in<Field, Container> {
      type predicate_not_in<Container, flat_set<Element>,
                        std::enable_if_t<is_container<Container> &&
                                         comparable_types<typename Container::value_type, Element>>> (line 288) | struct predicate_not_in<Container, flat_set<Element>,
      type predicate_has_all (line 308) | struct predicate_has_all : predicate_invalid<C1, C2> {}
      type predicate_has_all<flat_set<FieldElement>, flat_set<ArgumentElement>,
                         std::enable_if_t<comparable_types<FieldElement, ArgumentElement>>> (line 310) | struct predicate_has_all<flat_set<FieldElement>, flat_set<ArgumentEl...
      type predicate_has_all<FieldContainer, flat_set<ArgumentElement>,
                         std::enable_if_t<is_container<FieldContainer> && !is_flat_set<FieldContainer> &&
                                          comparable_types<typename FieldContainer::value_type, ArgumentElement>>> (line 320) | struct predicate_has_all<FieldContainer, flat_set<ArgumentElement>,
      type predicate_has_all<fc::optional<OptionalType>, Argument, void> (line 332) | struct predicate_has_all<fc::optional<OptionalType>, Argument, void>...
      type predicate_has_none (line 341) | struct predicate_has_none : predicate_invalid<C1, C2> {}
      type predicate_has_none<flat_set<FieldElement>, flat_set<ArgumentElement>,
                          std::enable_if_t<comparable_types<FieldElement, ArgumentElement>>> (line 343) | struct predicate_has_none<flat_set<FieldElement>, flat_set<ArgumentE...
      type predicate_has_none<FieldContainer, flat_set<ArgumentElement>,
                          std::enable_if_t<is_container<FieldContainer> && !is_flat_set<FieldContainer> &&
                                           comparable_types<typename FieldContainer::value_type, ArgumentElement>>> (line 355) | struct predicate_has_none<FieldContainer, flat_set<ArgumentElement>,
      type predicate_has_none<fc::optional<OptionalType>, Argument, void> (line 365) | struct predicate_has_none<fc::optional<OptionalType>, Argument, void...
      type attribute_assertion (line 378) | struct attribute_assertion {
        method create (line 379) | static object_restriction_predicate<Field> create(vector<restricti...
      type attribute_assertion<fc::optional<Field>> (line 384) | struct attribute_assertion<fc::optional<Field>> {
        method create (line 385) | static object_restriction_predicate<fc::optional<Field>> create(ve...
      type attribute_assertion<extension<Extension>> (line 393) | struct attribute_assertion<extension<Extension>> {
        method create (line 394) | static object_restriction_predicate<extension<Extension>> create(v...
      type variant_assertion (line 402) | struct variant_assertion {
        method create (line 403) | static object_restriction_predicate<Variant> create(restriction::v...
      function embed_argument (line 447) | object_restriction_predicate<F> embed_argument(P p, A a, short) {
      function embed_argument (line 454) | object_restriction_predicate<F> embed_argument(P, A, long) {
      function make_predicate (line 460) | object_restriction_predicate<Field> make_predicate(ArgVariant arg) {
      function create_predicate_function (line 469) | object_restriction_predicate<Field> create_predicate_function(restri...
  type is_container_impl<T, make_void<typename T::value_type, decltype(declval<T>().size())>> (line 64) | struct is_container_impl<T, make_void<typename T::value_type, decltype(d...
  type variant_assertion<static_variant<Types...>> (line 409) | struct variant_assertion<static_variant<Types...>> {
    method make_predicate (line 413) | static auto make_predicate(vector<restriction>&& rs) {
    method create (line 420) | static object_restriction_predicate<Variant> create(restriction::varia...
  type variant_assertion<fc::optional<static_variant<Types...>>> (line 429) | struct variant_assertion<fc::optional<static_variant<Types...>>> {
    method create (line 432) | static object_restriction_predicate<Optional> create(restriction::vari...

FILE: libraries/protocol/custom_authorities/safe_compare.hpp
  type boost (line 18) | namespace boost {
    type safe_numerics (line 19) | namespace safe_numerics {
      type safe_compare (line 20) | namespace safe_compare {
        type safe_compare_detail (line 24) | namespace safe_compare_detail {
          type less_than (line 34) | struct less_than {
            method invoke (line 36) | constexpr static bool invoke(const T & t, const U & u){
          type less_than<false, true> (line 43) | struct less_than<false, true> {
            method invoke (line 45) | constexpr static bool invoke(const T & t, const U & u){
          type less_than<true, false> (line 59) | struct less_than<true, false> {
            method invoke (line 61) | constexpr static bool invoke(const T & t, const U & u){
          type equal (line 114) | struct equal {
            method invoke (line 116) | constexpr static bool invoke(const T & t, const U & u){
          type equal<false, true> (line 123) | struct equal<false, true> {
            method invoke (line 125) | constexpr static bool invoke(const T & t, const U & u){
          type equal<true, false> (line 139) | struct equal<true, false> {
            method invoke (line 141) | constexpr static bool invoke(const T & t, const U & u){
        function less_than (line 76) | typename std::enable_if<
        function less_than (line 88) | typename std::enable_if<
        function greater_than (line 97) | constexpr bool greater_than(const T & lhs, const U & rhs) {
        function less_than_equal (line 102) | constexpr bool less_than_equal(const T & lhs, const U & rhs) {
        function greater_than_equal (line 107) | constexpr bool greater_than_equal(const T & lhs, const U & rhs) {
        type safe_compare_detail (line 111) | namespace safe_compare_detail {
          type less_than (line 34) | struct less_than {
            method invoke (line 36) | constexpr static bool invoke(const T & t, const U & u){
          type less_than<false, true> (line 43) | struct less_than<false, true> {
            method invoke (line 45) | constexpr static bool invoke(const T & t, const U & u){
          type less_than<true, false> (line 59) | struct less_than<true, false> {
            method invoke (line 61) | constexpr static bool invoke(const T & t, const U & u){
          type equal (line 114) | struct equal {
            method invoke (line 116) | constexpr static bool invoke(const T & t, const U & u){
          type equal<false, true> (line 123) | struct equal<false, true> {
            method invoke (line 125) | constexpr static bool invoke(const T & t, const U & u){
          type equal<true, false> (line 139) | struct equal<true, false> {
            method invoke (line 141) | constexpr static bool invoke(const T & t, const U & u){
        function equal (line 156) | typename std::enable_if<
        function equal (line 168) | typename std::enable_if<
        function not_equal (line 177) | constexpr bool not_equal(const T & lhs, const U & rhs) {

FILE: libraries/protocol/custom_authorities/sliced_lists.hxx
  type graphene (line 29) | namespace graphene { namespace protocol {
    type protocol (line 29) | namespace protocol {

FILE: libraries/protocol/custom_authority.cpp
  type graphene (line 30) | namespace graphene { namespace protocol {
    type protocol (line 30) | namespace protocol {
      function share_type (line 32) | share_type custom_authority_create_operation::calculate_fee(const fe...
      function share_type (line 61) | share_type custom_authority_update_operation::calculate_fee(const fe...

FILE: libraries/protocol/fee_schedule.cpp
  type graphene (line 31) | namespace graphene { namespace protocol {
    type protocol (line 31) | namespace protocol {
      function fee_schedule (line 37) | fee_schedule fee_schedule::get_default()
      type set_fee_visitor (line 48) | struct set_fee_visitor
        method set_fee_visitor (line 53) | set_fee_visitor( asset f ):_fee(f){}
      type zero_fee_visitor (line 62) | struct zero_fee_visitor
        method result_type (line 67) | result_type operator()(  ParamType& op )const
      function asset (line 81) | asset fee_schedule::set_fee( operation& op, const price& core_exchan...

FILE: libraries/protocol/fee_schedule_calc.cpp
  type graphene (line 32) | namespace graphene { namespace protocol {
    type protocol (line 32) | namespace protocol {
      type calc_fee_visitor (line 34) | struct calc_fee_visitor
        method calc_fee_visitor (line 40) | calc_fee_visitor( const fee_schedule& p, const operation& op ):par...
        method result_type (line 43) | result_type operator()( const OpType& op )const
      function asset (line 79) | asset fee_schedule::calculate_fee( const operation& op )const
      function asset (line 93) | asset fee_schedule::calculate_fee( const operation& op, const price&...

FILE: libraries/protocol/htlc.cpp
  type graphene (line 30) | namespace graphene { namespace protocol {
    type protocol (line 30) | namespace protocol {
      function share_type (line 37) | share_type htlc_create_operation::calculate_fee( const fee_parameter...
      function share_type (line 53) | share_type htlc_redeem_operation::calculate_fee( const fee_parameter...
      function share_type (line 65) | share_type htlc_extend_operation::calculate_fee( const fee_parameter...

FILE: libraries/protocol/include/graphene/protocol/account.hpp
  type graphene (line 33) | namespace graphene { namespace protocol {
    type protocol (line 33) | namespace protocol {
      type account_options (line 39) | struct account_options
        method is_voting (line 62) | inline bool is_voting() const
        method num_committee_voted (line 67) | uint16_t num_committee_voted() const
      type account_create_operation (line 81) | struct account_create_operation : public base_operation
        type ext (line 83) | struct ext
        type fee_parameters_type (line 91) | struct fee_parameters_type
        method account_id_type (line 115) | account_id_type fee_payer()const { return registrar; }
        method get_required_active_authorities (line 119) | void get_required_active_authorities( flat_set<account_id_type>& a...
      type account_update_operation (line 135) | struct account_update_operation : public base_operation
        type ext (line 137) | struct ext
        type fee_parameters_type (line 144) | struct fee_parameters_type
        method account_id_type (line 163) | account_id_type fee_payer()const { return account; }
        method is_owner_update (line 167) | bool is_owner_update()const
        method get_required_owner_authorities (line 170) | void get_required_owner_authorities( flat_set<account_id_type>& a ...
        method get_required_active_authorities (line 173) | void get_required_active_authorities( flat_set<account_id_type>& a...
      type account_whitelist_operation (line 196) | struct account_whitelist_operation : public base_operation
        type fee_parameters_type (line 198) | struct fee_parameters_type { share_type fee = 300000; }
        type account_listing (line 199) | enum account_listing {
        method account_id_type (line 217) | account_id_type fee_payer()const { return authorizing_account; }
        method validate (line 218) | void validate()const { FC_ASSERT( fee.amount >= 0 ); FC_ASSERT(new...
      type account_upgrade_operation (line 234) | struct account_upgrade_operation : public base_operation
        type fee_parameters_type (line 236) | struct fee_parameters_type {
        method account_id_type (line 248) | account_id_type fee_payer()const { return account_to_upgrade; }
      type account_transfer_operation (line 266) | struct account_transfer_operation : public base_operation
        type fee_parameters_type (line 268) | struct fee_parameters_type { uint64_t fee = 500 * GRAPHENE_BLOCKCH...
        method account_id_type (line 275) | account_id_type fee_payer()const { return account_id; }

FILE: libraries/protocol/include/graphene/protocol/address.hpp
  type graphene (line 31) | namespace graphene { namespace protocol {
    type protocol (line 31) | namespace protocol {
      type pts_address (line 32) | struct pts_address
      class address (line 44) | class address
        method address (line 47) | address(){}
  type fc (line 66) | namespace fc

FILE: libraries/protocol/include/graphene/protocol/assert.hpp
  type graphene (line 29) | namespace graphene { namespace protocol {
    type protocol (line 29) | namespace protocol {
      type account_name_eq_lit_predicate (line 34) | struct account_name_eq_lit_predicate
      type asset_symbol_eq_lit_predicate (line 49) | struct asset_symbol_eq_lit_predicate
      type block_id_predicate (line 69) | struct block_id_predicate
        method validate (line 72) | bool validate()const{ return true; }
      type assert_operation (line 93) | struct assert_operation : public base_operation
        type fee_parameters_type (line 95) | struct fee_parameters_type { uint64_t fee = GRAPHENE_BLOCKCHAIN_PR...
        method account_id_type (line 103) | account_id_type fee_payer()const { return fee_paying_account; }

FILE: libraries/protocol/include/graphene/protocol/asset.hpp
  type graphene (line 27) | namespace graphene { namespace protocol {
    type protocol (line 27) | namespace protocol {
      type price (line 31) | struct price
        method price (line 116) | explicit price(const asset& _base = asset(), const asset& _quote =...
        method price (line 128) | static price unit_price(asset_id_type a = asset_id_type()) { retur...
        method price (line 130) | price max()const { return price::max( base.asset_id, quote.asset_i...
        method price (line 131) | price min()const { return price::min( base.asset_id, quote.asset_i...
        method to_real (line 133) | double to_real()const { return double(base.amount.value)/double(qu...
      type asset (line 33) | struct asset
        method asset (line 35) | asset( share_type a = 0, asset_id_type id = asset_id_type() )
        method asset (line 41) | asset& operator += ( const asset& o )
        method asset (line 47) | asset& operator -= ( const asset& o )
        method asset (line 53) | asset operator -()const { return asset( -amount, asset_id ); }
        method asset (line 82) | asset operator - ( const asset& a, const asset& b )
        method asset (line 87) | asset operator + ( const asset& a, const asset& b )
        method share_type (line 93) | static share_type scaled_precision( uint8_t precision )
      type price (line 114) | struct price
        method price (line 116) | explicit price(const asset& _base = asset(), const asset& _quote =...
        method price (line 128) | static price unit_price(asset_id_type a = asset_id_type()) { retur...
        method price (line 130) | price max()const { return price::max( base.asset_id, quote.asset_i...
        method price (line 131) | price min()const { return price::min( base.asset_id, quote.asset_i...
        method to_real (line 133) | double to_real()const { return double(base.amount.value)/double(qu...
      function price (line 140) | inline price operator~( const price& p ) { return price{p.quote,p.ba...
        method price (line 116) | explicit price(const asset& _base = asset(), const asset& _quote =...
        method price (line 128) | static price unit_price(asset_id_type a = asset_id_type()) { retur...
        method price (line 130) | price max()const { return price::max( base.asset_id, quote.asset_i...
        method price (line 131) | price min()const { return price::min( base.asset_id, quote.asset_i...
        method to_real (line 133) | double to_real()const { return double(base.amount.value)/double(qu...
      function price (line 155) | inline price& operator *=  ( price& p, const ratio_type& r )
        method price (line 116) | explicit price(const asset& _base = asset(), const asset& _quote =...
        method price (line 128) | static price unit_price(asset_id_type a = asset_id_type()) { retur...
        method price (line 130) | price max()const { return price::max( base.asset_id, quote.asset_i...
        method price (line 131) | price min()const { return price::min( base.asset_id, quote.asset_i...
        method to_real (line 133) | double to_real()const { return double(base.amount.value)/double(qu...
      function price (line 157) | inline price& operator /=  ( price& p, const ratio_type& r )
        method price (line 116) | explicit price(const asset& _base = asset(), const asset& _quote =...
        method price (line 128) | static price unit_price(asset_id_type a = asset_id_type()) { retur...
        method price (line 130) | price max()const { return price::max( base.asset_id, quote.asset_i...
        method price (line 131) | price min()const { return price::min( base.asset_id, quote.asset_i...
        method to_real (line 133) | double to_real()const { return double(base.amount.value)/double(qu...
      type price_feed (line 164) | struct price_feed
        method margin_call_params_equal (line 291) | bool margin_call_params_equal( const price_feed& b ) const

FILE: libraries/protocol/include/graphene/protocol/asset_ops.hpp
  type graphene (line 29) | namespace graphene { namespace protocol {
    type protocol (line 29) | namespace protocol {
      type additional_asset_options (line 31) | struct additional_asset_options
      type asset_options (line 47) | struct asset_options {
      type bitasset_options (line 109) | struct bitasset_options {
        type ext (line 111) | struct ext
      type asset_create_operation (line 154) | struct asset_create_operation : public base_operation
        type fee_parameters_type (line 156) | struct fee_parameters_type {
        method account_id_type (line 184) | account_id_type fee_payer()const { return issuer; }
      type asset_global_settle_operation (line 199) | struct asset_global_settle_operation : public base_operation
        type fee_parameters_type (line 201) | struct fee_parameters_type { uint64_t fee = 500 * GRAPHENE_BLOCKCH...
        method account_id_type (line 209) | account_id_type fee_payer()const { return issuer; }
      type asset_settle_operation (line 226) | struct asset_settle_operation : public base_operation
        type fee_parameters_type (line 228) | struct fee_parameters_type {
        method account_id_type (line 245) | account_id_type fee_payer()const { return account; }
      type asset_settle_cancel_operation (line 252) | struct asset_settle_cancel_operation : public base_operation
        type fee_parameters_type (line 254) | struct fee_parameters_type { }
        method account_id_type (line 264) | account_id_type fee_payer()const { return account; }
        method validate (line 269) | void validate() const { FC_ASSERT( !"Virtual operation"); }
        method share_type (line 271) | share_type calculate_fee(const fee_parameters_type& params)const
      type asset_fund_fee_pool_operation (line 278) | struct asset_fund_fee_pool_operation : public base_operation
        type fee_parameters_type (line 280) | struct fee_parameters_type { uint64_t fee =  GRAPHENE_BLOCKCHAIN_P...
        method account_id_type (line 288) | account_id_type fee_payer()const { return from_account; }
      type asset_update_operation (line 307) | struct asset_update_operation : public base_operation
        type ext (line 309) | struct ext
        type fee_parameters_type (line 319) | struct fee_parameters_type {
        method asset_update_operation (line 324) | asset_update_operation(){}
        method account_id_type (line 335) | account_id_type fee_payer()const { return issuer; }
      type asset_update_bitasset_operation (line 353) | struct asset_update_bitasset_operation : public base_operation
        type fee_parameters_type (line 355) | struct fee_parameters_type { uint64_t fee = 500 * GRAPHENE_BLOCKCH...
        method account_id_type (line 364) | account_id_type fee_payer()const { return issuer; }
      type asset_update_feed_producers_operation (line 384) | struct asset_update_feed_producers_operation : public base_operation
        type fee_parameters_type (line 386) | struct fee_parameters_type { uint64_t fee = 500 * GRAPHENE_BLOCKCH...
        method account_id_type (line 395) | account_id_type fee_payer()const { return issuer; }
      type asset_publish_feed_operation (line 415) | struct asset_publish_feed_operation : public base_operation
        type ext (line 417) | struct ext
        type fee_parameters_type (line 423) | struct fee_parameters_type { uint64_t fee = GRAPHENE_BLOCKCHAIN_PR...
        method account_id_type (line 431) | account_id_type fee_payer()const { return publisher; }
      type asset_issue_operation (line 438) | struct asset_issue_operation : public base_operation
        type fee_parameters_type (line 440) | struct fee_parameters_type {
        method account_id_type (line 455) | account_id_type fee_payer()const { return issuer; }
      type asset_reserve_operation (line 466) | struct asset_reserve_operation : public base_operation
        type fee_parameters_type (line 468) | struct fee_parameters_type { uint64_t fee = 20 * GRAPHENE_BLOCKCHA...
        method account_id_type (line 475) | account_id_type fee_payer()const { return payer; }
      type asset_claim_fees_operation (line 482) | struct asset_claim_fees_operation : public base_operation
        type fee_parameters_type (line 484) | struct fee_parameters_type {
        type additional_options_type (line 488) | struct additional_options_type
        method account_id_type (line 504) | account_id_type fee_payer()const { return issuer; }
      type asset_update_issuer_operation (line 518) | struct asset_update_issuer_operation : public base_operation
        type fee_parameters_type (line 520) | struct fee_parameters_type {
        method account_id_type (line 530) | account_id_type fee_payer()const { return issuer; }
        method get_required_owner_authorities (line 533) | void get_required_owner_authorities( flat_set<account_id_type>& a ...
        method get_required_active_authorities (line 536) | void get_required_active_authorities( flat_set<account_id_type>& a...
      type asset_claim_pool_operation (line 554) | struct asset_claim_pool_operation : public base_operation
        type fee_parameters_type (line 556) | struct fee_parameters_type {
        method account_id_type (line 566) | account_id_type fee_payer()const { return issuer; }

FILE: libraries/protocol/include/graphene/protocol/authority.hpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      type authority (line 34) | struct authority
        method authority (line 36) | authority(){}
        method authority (line 38) | authority(uint32_t threshhold, Args... auths)
        type classification (line 44) | enum classification
        method add_authority (line 52) | void add_authority( const public_key_type& k, weight_type w )
        method add_authority (line 56) | void add_authority( const address& k, weight_type w )
        method add_authority (line 60) | void add_authority( account_id_type k, weight_type w )
        method is_impossible (line 64) | bool is_impossible()const
        method add_authorities (line 74) | void add_authorities(AuthType k, weight_type w)
        method add_authorities (line 79) | void add_authorities(AuthType k, weight_type w, Args... auths)
        method get_keys (line 85) | vector<public_key_type> get_keys() const
        method get_addresses (line 93) | vector<address> get_addresses() const
        method num_auths (line 111) | uint32_t num_auths()const { return account_auths.size() + key_auth...
        method clear (line 112) | void     clear() { account_auths.clear(); key_auths.clear(); addre...
        method authority (line 114) | static authority null_authority()

FILE: libraries/protocol/include/graphene/protocol/balance.hpp
  type graphene (line 29) | namespace graphene { namespace protocol {
    type protocol (line 29) | namespace protocol {
      type balance_claim_operation (line 38) | struct balance_claim_operation : public base_operation
        type fee_parameters_type (line 40) | struct fee_parameters_type {}
        method account_id_type (line 48) | account_id_type fee_payer()const { return deposit_to_account; }
        method share_type (line 49) | share_type      calculate_fee(const fee_parameters_type& )const { ...
        method get_required_authorities (line 51) | void            get_required_authorities( vector<authority>& a )const

FILE: libraries/protocol/include/graphene/protocol/base.hpp
  type graphene (line 31) | namespace graphene { namespace protocol {
    type protocol (line 31) | namespace protocol {
      type asset (line 32) | struct asset
      type authority (line 33) | struct authority
      type void_result (line 86) | struct void_result{}
      type generic_operation_result (line 88) | struct generic_operation_result
      type generic_exchange_operation_result (line 95) | struct generic_exchange_operation_result
      type base_operation (line 110) | struct base_operation
        method share_type (line 113) | share_type calculate_fee(const T& params)const
        method get_required_authorities (line 117) | void get_required_authorities( vector<authority>& )const{}
        method get_required_active_authorities (line 118) | void get_required_active_authorities( flat_set<account_id_type>& )...
        method get_required_owner_authorities (line 119) | void get_required_owner_authorities( flat_set<account_id_type>& )c...
        method validate (line 120) | void validate()const{}

FILE: libraries/protocol/include/graphene/protocol/block.hpp
  type graphene (line 27) | namespace graphene { namespace protocol {
    type protocol (line 27) | namespace protocol {
      class block_header (line 29) | class block_header
        method block_num (line 34) | uint32_t                      block_num()const { return num_from_i...
      class signed_block_header (line 45) | class signed_block_header : public block_header
      class signed_block (line 59) | class signed_block : public signed_block_header

FILE: libraries/protocol/include/graphene/protocol/buyback.hpp
  type graphene (line 28) | namespace graphene { namespace protocol {
    type protocol (line 28) | namespace protocol {
      type buyback_account_options (line 30) | struct buyback_account_options

FILE: libraries/protocol/include/graphene/protocol/chain_parameters.hpp
  type graphene (line 29) | namespace graphene { namespace protocol {
    type protocol (line 29) | namespace protocol {
      type fee_schedule (line 30) | struct fee_schedule
      type htlc_options (line 32) | struct htlc_options
      type custom_authority_options_type (line 38) | struct custom_authority_options_type
      type chain_parameters (line 46) | struct chain_parameters
        method fee_schedule (line 50) | const fee_schedule& get_current_fees() const { FC_ASSERT(current_f...
        method fee_schedule (line 51) | fee_schedule& get_mutable_fees() { FC_ASSERT(current_fees); return...
        type ext (line 82) | struct ext

FILE: libraries/protocol/include/graphene/protocol/committee_member.hpp
  type graphene (line 29) | namespace graphene { namespace protocol {
    type protocol (line 29) | namespace protocol {
      type committee_member_create_operation (line 38) | struct committee_member_create_operation : public base_operation
        type fee_parameters_type (line 40) | struct fee_parameters_type { uint64_t fee = 5000 * GRAPHENE_BLOCKC...
        method account_id_type (line 47) | account_id_type fee_payer()const { return committee_member_account; }
      type committee_member_update_operation (line 58) | struct committee_member_update_operation : public base_operation
        type fee_parameters_type (line 60) | struct fee_parameters_type { uint64_t fee = 20 * GRAPHENE_BLOCKCHA...
        method account_id_type (line 69) | account_id_type fee_payer()const { return committee_member_account; }
      type committee_member_update_global_parameters_operation (line 84) | struct committee_member_update_global_parameters_operation : public ...
        type fee_parameters_type (line 86) | struct fee_parameters_type { uint64_t fee = GRAPHENE_BLOCKCHAIN_PR...
        method account_id_type (line 91) | account_id_type fee_payer()const { return account_id_type(); }

FILE: libraries/protocol/include/graphene/protocol/confidential.hpp
  type graphene (line 30) | namespace graphene { namespace protocol {
    type protocol (line 30) | namespace protocol {
      type blind_memo (line 70) | struct blind_memo
      type blind_input (line 85) | struct blind_input
      type stealth_confirmation (line 102) | struct stealth_confirmation
        type memo_data (line 104) | struct memo_data
        method stealth_confirmation (line 121) | stealth_confirmation(){}
      type blind_output (line 135) | struct blind_output
      type transfer_to_blind_operation (line 150) | struct transfer_to_blind_operation : public base_operation
        type fee_parameters_type (line 152) | struct fee_parameters_type {
        method account_id_type (line 164) | account_id_type fee_payer()const { return from; }
      type transfer_from_blind_operation (line 173) | struct transfer_from_blind_operation : public base_operation
        type fee_parameters_type (line 175) | struct fee_parameters_type {
        method account_id_type (line 185) | account_id_type fee_payer()const { return GRAPHENE_TEMP_ACCOUNT; }
        method get_required_authorities (line 188) | void            get_required_authorities( vector<authority>& a )const
      type blind_transfer_operation (line 238) | struct blind_transfer_operation : public base_operation
        type fee_parameters_type (line 240) | struct fee_parameters_type {
        method get_required_authorities (line 254) | void            get_required_authorities( vector<authority>& a )const

FILE: libraries/protocol/include/graphene/protocol/custom.hpp
Condensed preview — 524 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (6,694K chars).
[
  {
    "path": ".gitattributes",
    "chars": 105,
    "preview": "# Set the default behavior of genesis.json, in case core.autocrlf is set incorrectly\ngenesis.json eol=lf\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report.md",
    "chars": 2332,
    "preview": "---\nname: Bug Report\nabout: Create a detailed report about a deficiency in the BitShares Core implementation.\n\n---\n\n**In"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/build_error.md",
    "chars": 1511,
    "preview": "---\nname: Build Error\nabout: Create a detailed report about an error encountered during the BitShares Core build process"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature_request.md",
    "chars": 2077,
    "preview": "---\nname: Feature Request\nabout: Suggest an idea for the BitShares Core Team to evaluate and prioritize for development."
  },
  {
    "path": ".gitignore",
    "chars": 596,
    "preview": "*.a\n*.sw*\n\n*.cmake\nCMakeCache.txt\nCMakeFiles\nMakefile\ncompile_commands.json\nmoc_*\n*.moc\n\ngenesis.json\nhardfork.hpp\n\nbuil"
  },
  {
    "path": ".gitmodules",
    "chars": 243,
    "preview": "[submodule \"docs\"]\n    path = docs\n    url = https://github.com/bitshares/bitshares-core.wiki.git\n    ignore = dirty\n[su"
  },
  {
    "path": ".mailmap",
    "chars": 2510,
    "preview": "Alfredo Garcia <oxarbitrage@gmail.com> <oxarbitrage@gmail.com>\nAlfredo Garcia <oxarbitrage@gmail.com> <root@NC-PH-1346-0"
  },
  {
    "path": ".travis.yml",
    "chars": 1848,
    "preview": "language: c++\n\ncache:\n  ccache: true\n  directories:\n  - sonar_cache\n\ngit:\n  depth: 1\n\ndist: xenial\n\nsudo: true\n\ninstall:"
  },
  {
    "path": "CMakeLists.txt",
    "chars": 12769,
    "preview": "# Defines BitShares library target.\ncmake_minimum_required( VERSION 3.2 FATAL_ERROR )\nproject( BitShares LANGUAGES CXX C"
  },
  {
    "path": "CONTRIBUTORS.txt",
    "chars": 3126,
    "preview": "Contributors to this repository, in descending order by number of commits. Update with\n  head -5 CONTRIBUTORS.txt >contr"
  },
  {
    "path": "Dockerfile",
    "chars": 2281,
    "preview": "FROM phusion/baseimage:0.11\nMAINTAINER The bitshares decentralized organisation\n\nENV LANG=en_US.UTF-8\nRUN \\\n    apt-get "
  },
  {
    "path": "Doxyfile",
    "chars": 103359,
    "preview": "# Doxyfile 1.8.9.1\n\n# This file describes the settings to be used by the documentation system\n# doxygen (www.doxygen.org"
  },
  {
    "path": "LICENSE.txt",
    "chars": 1167,
    "preview": "Copyright (c) 2015-2016 Cryptonomex Inc. <contact@cryptonomex.com>\nCopyright (c) 2015-2020 contributors, see CONTRIBUTOR"
  },
  {
    "path": "README-docker.md",
    "chars": 3274,
    "preview": "# Docker Container\n\nThis repository comes with built-in Dockerfile to support docker\ncontainers. This README serves as d"
  },
  {
    "path": "README.md",
    "chars": 19803,
    "preview": "NewBitShares Core\n==============\n\n\n\n* [Getting Started](#getting-started)\n* [Support](#support)\n* [Using the API](#using"
  },
  {
    "path": "docker/bitsharesentry.sh",
    "chars": 2648,
    "preview": "#!/bin/bash\nBITSHARESD=\"/usr/local/bin/witness_node\"\n\n# For blockchain download\nVERSION=`cat /etc/bitshares/version`\n\n##"
  },
  {
    "path": "docker/default_config.ini",
    "chars": 10995,
    "preview": "# Endpoint for P2P node to listen on\np2p-endpoint = 0.0.0.0:1776\n\n# P2P nodes to connect to on startup (may specify mult"
  },
  {
    "path": "docker/default_logging.ini",
    "chars": 1595,
    "preview": "# declare an appender named \"stderr\" that writes messages to the console\n[log.console_appender.stderr]\nstream=std_error\n"
  },
  {
    "path": "libraries/CMakeLists.txt",
    "chars": 263,
    "preview": "add_subdirectory( fc )\nadd_subdirectory( db )\nadd_subdirectory( chain )\nadd_subdirectory( egenesis )\nadd_subdirectory( n"
  },
  {
    "path": "libraries/README.md",
    "chars": 2142,
    "preview": "# BitShares Libraries\n\nThe libraries are the core of the project and defines everything where applications can build on "
  },
  {
    "path": "libraries/app/CMakeLists.txt",
    "chars": 1337,
    "preview": "file(GLOB HEADERS \"include/graphene/app/*.hpp\")\nfile(GLOB EGENESIS_HEADERS \"../egenesis/include/graphene/app/*.hpp\")\n\nad"
  },
  {
    "path": "libraries/app/api.cpp",
    "chars": 29728,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/app/api_objects.cpp",
    "chars": 3855,
    "preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/app/application.cpp",
    "chars": 53431,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/app/application_impl.hxx",
    "chars": 10056,
    "preview": "#pragma once\n\n#include <fc/network/http/websocket.hpp>\n#include <fc/thread/parallel.hpp>\n\n#include <graphene/app/applica"
  },
  {
    "path": "libraries/app/config_util.cpp",
    "chars": 15505,
    "preview": "/*\n * Copyright (c) 2018 Lubos Ilcik, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free o"
  },
  {
    "path": "libraries/app/database_api.cpp",
    "chars": 120342,
    "preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/app/database_api_impl.hxx",
    "chars": 23039,
    "preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/app/include/graphene/app/api.hpp",
    "chars": 28821,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/app/include/graphene/app/api_access.hpp",
    "chars": 1731,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/app/include/graphene/app/api_objects.hpp",
    "chars": 7252,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/app/include/graphene/app/application.hpp",
    "chars": 6754,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/app/include/graphene/app/config_util.hpp",
    "chars": 1498,
    "preview": "/*\n * Copyright (c) 2018 Lubos Ilcik, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free o"
  },
  {
    "path": "libraries/app/include/graphene/app/database_api.hpp",
    "chars": 51594,
    "preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/app/include/graphene/app/plugin.hpp",
    "chars": 5793,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/app/include/graphene/app/util.hpp",
    "chars": 2020,
    "preview": "/*\n * Copyright (c) 2018 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
  },
  {
    "path": "libraries/app/plugin.cpp",
    "chars": 2018,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/app/util.cpp",
    "chars": 6171,
    "preview": "/*\n * Copyright (c) 2018 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
  },
  {
    "path": "libraries/chain/CMakeLists.txt",
    "chars": 4024,
    "preview": "\nset_source_files_properties( \"${CMAKE_CURRENT_BINARY_DIR}/include/graphene/chain/hardfork.hpp\" PROPERTIES GENERATED TRU"
  },
  {
    "path": "libraries/chain/account_evaluator.cpp",
    "chars": 16831,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/account_object.cpp",
    "chars": 14452,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/assert_evaluator.cpp",
    "chars": 2725,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/asset_evaluator.cpp",
    "chars": 56924,
    "preview": "/*\n * Copyright (c) 2015-2018 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby gran"
  },
  {
    "path": "libraries/chain/asset_object.cpp",
    "chars": 9579,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/balance_evaluator.cpp",
    "chars": 3634,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/block_database.cpp",
    "chars": 9412,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/buyback.cpp",
    "chars": 2125,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/committee_member_evaluator.cpp",
    "chars": 3763,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/confidential_evaluator.cpp",
    "chars": 6785,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/custom_authority_evaluator.cpp",
    "chars": 9034,
    "preview": "/*\n * Copyright (c) 2019 Contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of charge, to any "
  },
  {
    "path": "libraries/chain/database.cpp",
    "chars": 1447,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/db_balance.cpp",
    "chars": 9051,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/db_block.cpp",
    "chars": 34753,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/db_debug.cpp",
    "chars": 8160,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/db_getter.cpp",
    "chars": 4954,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/db_init.cpp",
    "chars": 33488,
    "preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/db_maint.cpp",
    "chars": 59757,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/db_management.cpp",
    "chars": 9440,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/db_market.cpp",
    "chars": 73186,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/db_notify.cpp",
    "chars": 21753,
    "preview": "#include <fc/container/flat.hpp>\n\n#include <graphene/protocol/authority.hpp>\n#include <graphene/protocol/operations.hpp>"
  },
  {
    "path": "libraries/chain/db_update.cpp",
    "chars": 31095,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/db_witness_schedule.cpp",
    "chars": 5311,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/evaluator.cpp",
    "chars": 6130,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/exceptions.cpp",
    "chars": 10288,
    "preview": "/*\n * Copyright (c) 2019 BitShares Blockchain Foundation, and contributors.\n *\n * The MIT License\n *\n * Permission is he"
  },
  {
    "path": "libraries/chain/fba_object.cpp",
    "chars": 4616,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/fork_database.cpp",
    "chars": 6484,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/genesis_state.cpp",
    "chars": 4180,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/get_config.cpp",
    "chars": 7074,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/hardfork.d/000-200-preamble.hf",
    "chars": 359,
    "preview": "/*****************************************\n *                                       *\n * This file is automatically gene"
  },
  {
    "path": "libraries/chain/hardfork.d/385.hf",
    "chars": 156,
    "preview": "// #385 October 23 enforce PARENT.CHILD and allow short names\n#ifndef HARDFORK_385_TIME\n#define HARDFORK_385_TIME (fc::t"
  },
  {
    "path": "libraries/chain/hardfork.d/436.hf",
    "chars": 168,
    "preview": "// #436 Prevent margin call from being triggered unless feed < call price\n#ifndef HARDFORK_436_TIME\n#define HARDFORK_436"
  },
  {
    "path": "libraries/chain/hardfork.d/445.hf",
    "chars": 137,
    "preview": "// #445 Refund create order fees on cancel\n#ifndef HARDFORK_445_TIME\n#define HARDFORK_445_TIME (fc::time_point_sec( 1450"
  },
  {
    "path": "libraries/chain/hardfork.d/453.hf",
    "chars": 157,
    "preview": "// #453 Hardfork to retroactively correct referral percentages\n#ifndef HARDFORK_453_TIME\n#define HARDFORK_453_TIME (fc::"
  },
  {
    "path": "libraries/chain/hardfork.d/480.hf",
    "chars": 143,
    "preview": "// #480 Fix non-BTS MIA core_exchange_rate check\n#ifndef HARDFORK_480_TIME\n#define HARDFORK_480_TIME (fc::time_point_sec"
  },
  {
    "path": "libraries/chain/hardfork.d/483.hf",
    "chars": 137,
    "preview": "// #483 Operation history numbering change\n#ifndef HARDFORK_483_TIME\n#define HARDFORK_483_TIME (fc::time_point_sec( 1450"
  },
  {
    "path": "libraries/chain/hardfork.d/533.hf",
    "chars": 139,
    "preview": "// #533 Improve vote counting implementation\n#ifndef HARDFORK_533_TIME\n#define HARDFORK_533_TIME (fc::time_point_sec( 14"
  },
  {
    "path": "libraries/chain/hardfork.d/555.hf",
    "chars": 119,
    "preview": "// #555 Buyback accounts\n#ifndef HARDFORK_555_TIME\n#define HARDFORK_555_TIME (fc::time_point_sec( 1456250400 ))\n#endif\n"
  },
  {
    "path": "libraries/chain/hardfork.d/563.hf",
    "chars": 122,
    "preview": "// #563 Stealth fee routing\n#ifndef HARDFORK_563_TIME\n#define HARDFORK_563_TIME (fc::time_point_sec( 1456250400 ))\n#endi"
  },
  {
    "path": "libraries/chain/hardfork.d/607.hf",
    "chars": 137,
    "preview": "// #607 Disable negative voting on workers\n#ifndef HARDFORK_607_TIME\n#define HARDFORK_607_TIME (fc::time_point_sec( 1458"
  },
  {
    "path": "libraries/chain/hardfork.d/613.hf",
    "chars": 130,
    "preview": "// #613 Deprecate annual membership\n#ifndef HARDFORK_613_TIME\n#define HARDFORK_613_TIME (fc::time_point_sec( 1458752400 "
  },
  {
    "path": "libraries/chain/hardfork.d/615.hf",
    "chars": 185,
    "preview": "// #615 Fix price feed expiration check, so websocket server will never spam too much data\n#ifndef HARDFORK_615_TIME\n#de"
  },
  {
    "path": "libraries/chain/hardfork.d/BSIP_40.hf",
    "chars": 305,
    "preview": "// BSIP 40 (Custom Active Authorities) hardfork check\n#ifndef HARDFORK_BSIP_40_TIME\n// Jan 1 2030, midnight; this is a d"
  },
  {
    "path": "libraries/chain/hardfork.d/BSIP_48_75.hf",
    "chars": 402,
    "preview": "// hardfork check for\n// - BSIP 48 : new issuer permissions \"lock_max_supply\" and \"disable_new_supply\", precision update"
  },
  {
    "path": "libraries/chain/hardfork.d/BSIP_77.hf",
    "chars": 271,
    "preview": "// BSIP 77 (\"Initial Collateral Ratio\" (ICR)) hardfork check\n#ifndef HARDFORK_BSIP_77_TIME\n#define HARDFORK_BSIP_77_TIME"
  },
  {
    "path": "libraries/chain/hardfork.d/BSIP_81.hf",
    "chars": 201,
    "preview": "// BSIP 81 (Simple Maker-Taker Market Fees) hardfork check\n#ifndef HARDFORK_BSIP_81_TIME\n#define HARDFORK_BSIP_81_TIME ("
  },
  {
    "path": "libraries/chain/hardfork.d/BSIP_85.hf",
    "chars": 272,
    "preview": "// BSIP 85 (Maker order creation fee discount) hardfork check\n#ifndef HARDFORK_BSIP_85_TIME\n#define HARDFORK_BSIP_85_TIM"
  },
  {
    "path": "libraries/chain/hardfork.d/BSIP_86.hf",
    "chars": 271,
    "preview": "// BSIP 86 (Share market fees to the network) hardfork check\n#ifndef HARDFORK_BSIP_86_TIME\n#define HARDFORK_BSIP_86_TIME"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_1270.hf",
    "chars": 205,
    "preview": "// bitshares-core issue #1270 Call price is inconsistent when MCR changed\n#ifndef HARDFORK_CORE_1270_TIME\n#define HARDFO"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_1465.hf",
    "chars": 214,
    "preview": "// bitshares-core issue #1465 check max_supply before processing call_order_update\n#ifndef HARDFORK_CORE_1465_TIME\n#defi"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_1479.hf",
    "chars": 202,
    "preview": "// bitshares-core issue #1479 nodes crashing on self-approving proposal\n#ifndef HARDFORK_CORE_1479_TIME\n#define HARDFORK"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_1573.hf",
    "chars": 184,
    "preview": "// bitshares-core issue #1573 check transaction size\n#ifndef HARDFORK_CORE_1573_TIME\n#define HARDFORK_CORE_1573_TIME (fc"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_1669.hf",
    "chars": 221,
    "preview": "// bitshares-core issue #1669 Stop using call_price when globally settling\n#ifndef HARDFORK_CORE_1669_TIME\n#define HARDF"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_1692.hf",
    "chars": 211,
    "preview": "// bitshares-core issue #1692 validation check of bid_collateral\n#ifndef HARDFORK_CORE_1692_TIME\n#define HARDFORK_CORE_1"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_1774.hf",
    "chars": 189,
    "preview": "// #1774 Too restrictive check in market fee sharing\n#ifndef HARDFORK_1774_TIME\n#define HARDFORK_1774_TIME (fc::time_poi"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_1780.hf",
    "chars": 212,
    "preview": "// Market fees of settle orders aren't shared to referral program\n#ifndef HARDFORK_CORE_1780_TIME\n#define HARDFORK_CORE_"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_1800.hf",
    "chars": 214,
    "preview": "// bitshares-core issue #1800 Fix \"Temp-account market fee sharing\"\n#ifndef HARDFORK_CORE_1800_TIME\n#define HARDFORK_COR"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_184.hf",
    "chars": 213,
    "preview": "// bitshares-core issue #184 Fix \"Potential something-for-nothing fill bug\"\n#ifndef HARDFORK_CORE_184_TIME\n#define HARDF"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_199.hf",
    "chars": 221,
    "preview": "// bitshares-core #199 Require owner key for change of asset-issuer (new operation)\n#ifndef HARDFORK_CORE_199_TIME\n#defi"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_2022_1.hf",
    "chars": 467,
    "preview": "// add black_account_list\n#ifndef HARDFORK_CORE_2022_1_TIME\n#define HARDFORK_CORE_2022_1_TIME (fc::time_point_sec( 16449"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_210.hf",
    "chars": 358,
    "preview": "// #210 Check authorities on custom_operation\n#ifndef HARDFORK_CORE_210_TIME\n#define HARDFORK_CORE_210_TIME (fc::time_po"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_2103.hf",
    "chars": 322,
    "preview": "// bitshares-core issue #2103 250M BTS supply\n#ifndef HARDFORK_CORE_2103_TIME\n#define HARDFORK_CORE_2103_TIME (fc::time_"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_2103F.hf",
    "chars": 243,
    "preview": "// bitshares-core FIX 4.0 VOTING\n#ifndef HARDFORK_CORE_2103F_TIME\n#define HARDFORK_CORE_2103F_TIME (fc::time_point_sec( "
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_214.hf",
    "chars": 210,
    "preview": "// bitshares-core #214 Proposal cannot contain proposal_update_operation\n#ifndef HARDFORK_CORE_214_TIME\n#define HARDFORK"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_216.hf",
    "chars": 175,
    "preview": "// bitshares-core #216 Process to reset a Smartcoin after a Black Swan\n#ifndef HARDFORK_CORE_216_TIME\n#define HARDFORK_C"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_338.hf",
    "chars": 229,
    "preview": "// bitshares-core issue #338 Fix \"margin call order fills at price of matching limit_order\"\n#ifndef HARDFORK_CORE_338_TI"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_342.hf",
    "chars": 214,
    "preview": "// bitshares-core issue #342\n// Mitigate rounding issue when matching orders\n#ifndef HARDFORK_CORE_342_TIME\n#define HARD"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_343.hf",
    "chars": 275,
    "preview": "// bitshares-core issue #343\n// Fix \"Inconsistent sorting of call orders between matching against a limit order and a fo"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_429.hf",
    "chars": 163,
    "preview": "// bitshares-core #429 rounding issue when creating assets\n#ifndef HARDFORK_CORE_429_TIME\n#define HARDFORK_CORE_429_TIME"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_453.hf",
    "chars": 223,
    "preview": "// bitshares-core issue #453 Fix \"Multiple limit order and call order matching issue\"\n#ifndef HARDFORK_CORE_453_TIME\n#de"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_460.hf",
    "chars": 230,
    "preview": "// bitshares-core issue #460 Prediction Market price feed should not cause black swan\n#ifndef HARDFORK_CORE_460_TIME\n#de"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_518.hf",
    "chars": 208,
    "preview": "// bitshares-core issue #518 Clean up bitasset_data during maintenance\n#ifndef HARDFORK_CORE_518_TIME\n#define HARDFORK_C"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_583.hf",
    "chars": 228,
    "preview": "// bitshares-core issue #583 Always allow updating a call order to higher collateral ratio\n#ifndef HARDFORK_CORE_583_TIM"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_584.hf",
    "chars": 296,
    "preview": "// bitshares-core issue #584 Owner keys of non-immediately required accounts can not authorize a transaction\n// https://"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_604.hf",
    "chars": 261,
    "preview": "// bitshares-core issue #604\n// Implement BSIP 26: refund order creation fee in original paid asset when order is cancel"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_606.hf",
    "chars": 244,
    "preview": "// bitshares-core issue #606 Fix \"Undercollateralized short positions should be called regardless of asks\"\n#ifndef HARDF"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_625.hf",
    "chars": 240,
    "preview": "// bitshares-core issue #625 Fix \"Potential erratic order matching issue involving margin call orders\"\n#ifndef HARDFORK_"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_834.hf",
    "chars": 216,
    "preview": "// bitshares-core issue #834 \"BSIP38: add target CR option to short positions\"\n#ifndef HARDFORK_CORE_834_TIME\n#define HA"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_868_890.hf",
    "chars": 321,
    "preview": "// bitshares-core issue #868 Clear price feed data after updated a bitAsset's backing asset ID\n// bitshares-core issue #"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_922_931.hf",
    "chars": 341,
    "preview": "// bitshares-core issue #922 Missing checks when updating an asset's bitasset_data\n// bitshares-core issue #931 Changing"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_935.hf",
    "chars": 228,
    "preview": "// bitshares-core issue #935 Call check_call_orders not only when settlement_price changed\n#ifndef HARDFORK_CORE_935_TIM"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_BSIP64.hf",
    "chars": 190,
    "preview": "// bitshares BSIP 64 HTLC modifications\n#ifndef HARDFORK_CORE_BSIP64_TIME\n#define HARDFORK_CORE_BSIP64_TIME (fc::time_po"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_BSIP74.hf",
    "chars": 196,
    "preview": "// bitshares-core BSIP 74 add margin call fee\n#ifndef HARDFORK_CORE_BSIP74_TIME\n#define HARDFORK_CORE_BSIP74_TIME (fc::t"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_BSIP87.hf",
    "chars": 214,
    "preview": "// bitshares-core BSIP 87: add force-settlement fee percentage:\n#ifndef HARDFORK_CORE_BSIP87_TIME\n#define HARDFORK_CORE_"
  },
  {
    "path": "libraries/chain/hardfork.d/CORE_BSIP_87_74_COLLATFEE.hf",
    "chars": 513,
    "preview": "// This hardfork enables the extension to asset_claim_fees_operation to claim collateral-denominated fees.\n// These fees"
  },
  {
    "path": "libraries/chain/hardfork.d/LIQUIDITY_POOL.hf",
    "chars": 243,
    "preview": "// Liquidity pool\n#ifndef HARDFORK_LIQUIDITY_POOL_TIME\n#define HARDFORK_LIQUIDITY_POOL_TIME (fc::time_point_sec( 1650024"
  },
  {
    "path": "libraries/chain/hardfork.d/core-143.hf",
    "chars": 144,
    "preview": "// #143 Require voted entities to exist\n#ifndef HARDFORK_CORE_143_TIME\n#define HARDFORK_CORE_143_TIME (fc::time_point_se"
  },
  {
    "path": "libraries/chain/hardfork.d/core-1468.hf",
    "chars": 154,
    "preview": "// HTLC implementation\n#ifndef HARDFORK_CORE_1468_TIME\n#define HARDFORK_CORE_1468_TIME (fc::time_point_sec( 1556028120 )"
  },
  {
    "path": "libraries/chain/htlc_evaluator.cpp",
    "chars": 8935,
    "preview": "/*\n * Copyright (c) 2018 jmjatlanta and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
  },
  {
    "path": "libraries/chain/include/graphene/chain/account_evaluator.hpp",
    "chars": 2510,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/account_object.hpp",
    "chars": 20168,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/assert_evaluator.hpp",
    "chars": 1626,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/asset_evaluator.hpp",
    "chars": 6744,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/asset_object.hpp",
    "chars": 21755,
    "preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/balance_evaluator.hpp",
    "chars": 1939,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/balance_object.hpp",
    "chars": 2841,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/block_database.hpp",
    "chars": 2378,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/block_summary_object.hpp",
    "chars": 2191,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/budget_record_object.hpp",
    "chars": 2598,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/buyback.hpp",
    "chars": 1398,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/buyback_object.hpp",
    "chars": 2702,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/chain_property_object.hpp",
    "chars": 1871,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/committee_member_evaluator.hpp",
    "chars": 2471,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/committee_member_object.hpp",
    "chars": 3154,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/confidential_evaluator.hpp",
    "chars": 2335,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/confidential_object.hpp",
    "chars": 2646,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/config.hpp",
    "chars": 1539,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/custom_authority_evaluator.hpp",
    "chars": 2285,
    "preview": "/*\n * Copyright (c) 2019 Contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of charge, to any "
  },
  {
    "path": "libraries/chain/include/graphene/chain/custom_authority_object.hpp",
    "chars": 4790,
    "preview": "/*\n * Copyright (c) 2019 Contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of charge, to any "
  },
  {
    "path": "libraries/chain/include/graphene/chain/custom_evaluator.hpp",
    "chars": 1654,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/database.hpp",
    "chars": 33938,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/db_with.hpp",
    "chars": 4487,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/evaluator.hpp",
    "chars": 7020,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/exceptions.hpp",
    "chars": 12697,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/fba_accumulator_id.hpp",
    "chars": 1543,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/fba_object.hpp",
    "chars": 2034,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/fork_database.hpp",
    "chars": 4929,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/genesis_state.hpp",
    "chars": 6315,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/get_config.hpp",
    "chars": 1308,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/global_property_object.hpp",
    "chars": 5348,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/hardfork_visitor.hpp",
    "chars": 3981,
    "preview": "#pragma once\n/*\n * Copyright (c) 2019 Contributors\n *\n * The MIT License\n *\n * Permission is hereby granted, free of cha"
  },
  {
    "path": "libraries/chain/include/graphene/chain/htlc_evaluator.hpp",
    "chars": 2360,
    "preview": "/*\n * Copyright (c) 2018 jmjatlanta and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
  },
  {
    "path": "libraries/chain/include/graphene/chain/htlc_object.hpp",
    "chars": 4542,
    "preview": "/*\n * Copyright (c) 2018 jmjatlanta and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
  },
  {
    "path": "libraries/chain/include/graphene/chain/immutable_chain_parameters.hpp",
    "chars": 1738,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/impacted.hpp",
    "chars": 1920,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/internal_exceptions.hpp",
    "chars": 2395,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/is_authorized_asset.hpp",
    "chars": 1901,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/liquidity_pool_evaluator.hpp",
    "chars": 4147,
    "preview": "/*\n * Copyright (c) 2020 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
  },
  {
    "path": "libraries/chain/include/graphene/chain/liquidity_pool_object.hpp",
    "chars": 4287,
    "preview": "/*\n * Copyright (c) 2020 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
  },
  {
    "path": "libraries/chain/include/graphene/chain/market_evaluator.hpp",
    "chars": 4131,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/market_object.hpp",
    "chars": 12523,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/node_property_object.hpp",
    "chars": 2011,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/operation_history_object.hpp",
    "chars": 6664,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/proposal_evaluator.hpp",
    "chars": 3172,
    "preview": "/*\n * Copyright (c) 2015-2018 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby gran"
  },
  {
    "path": "libraries/chain/include/graphene/chain/proposal_object.hpp",
    "chars": 4305,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/special_authority_evaluation.hpp",
    "chars": 1422,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/special_authority_object.hpp",
    "chars": 2890,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/ticket_evaluator.hpp",
    "chars": 2004,
    "preview": "/*\n * Copyright (c) 2020 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
  },
  {
    "path": "libraries/chain/include/graphene/chain/ticket_object.hpp",
    "chars": 5546,
    "preview": "/*\n * Copyright (c) 2020 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
  },
  {
    "path": "libraries/chain/include/graphene/chain/transaction_evaluation_state.hpp",
    "chars": 2209,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/transaction_history_object.hpp",
    "chars": 3332,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/transfer_evaluator.hpp",
    "chars": 1954,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/types.hpp",
    "chars": 2043,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/vesting_balance_evaluator.hpp",
    "chars": 2039,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/vesting_balance_object.hpp",
    "chars": 12102,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/vote_count.hpp",
    "chars": 2607,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/withdraw_permission_evaluator.hpp",
    "chars": 2433,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/withdraw_permission_object.hpp",
    "chars": 6029,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/witness_evaluator.hpp",
    "chars": 1934,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/witness_object.hpp",
    "chars": 2836,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/witness_schedule_object.hpp",
    "chars": 1818,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/worker_evaluator.hpp",
    "chars": 1563,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/include/graphene/chain/worker_object.hpp",
    "chars": 6839,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/is_authorized_asset.cpp",
    "chars": 2550,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/liquidity_pool_evaluator.cpp",
    "chars": 16940,
    "preview": "/*\n * Copyright (c) 2020 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
  },
  {
    "path": "libraries/chain/market_evaluator.cpp",
    "chars": 20926,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  },
  {
    "path": "libraries/chain/market_object.cpp",
    "chars": 14556,
    "preview": "/*\n * Copyright (c) 2018 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
  },
  {
    "path": "libraries/chain/proposal_evaluator.cpp",
    "chars": 22485,
    "preview": "/*\n * Copyright (c) 2015-2018 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby gran"
  },
  {
    "path": "libraries/chain/proposal_object.cpp",
    "chars": 5935,
    "preview": "/*\n * Copyright (c) 2015-2018 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby gran"
  },
  {
    "path": "libraries/chain/small_objects.cpp",
    "chars": 10574,
    "preview": "/*\n * Copyright (c) 2019 BitShares Blockchain Foundation, and contributors.\n *\n * The MIT License\n *\n * Permission is he"
  },
  {
    "path": "libraries/chain/special_authority_evaluation.cpp",
    "chars": 1836,
    "preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
  }
]

// ... and 324 more files (download for full content)

About this extraction

This page contains the full source code of the bitshares-cnvote/newbitshares-core GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 524 files (6.1 MB), approximately 1.6M tokens, and a symbol index with 3356 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!