BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::debug_witness::detail::debug_api_impl Class Reference

Public Member Functions

 debug_api_impl (graphene::app::application &_app)
 
void debug_push_blocks (const std::string &src_filename, uint32_t count)
 
void debug_generate_blocks (const std::string &debug_key, uint32_t count)
 
void debug_update_object (const fc::variant_object &update)
 
void debug_stream_json_objects (const std::string &filename)
 
void debug_stream_json_objects_flush ()
 
std::shared_ptr< graphene::debug_witness_plugin::debug_witness_pluginget_plugin ()
 

Public Attributes

graphene::app::applicationapp
 

Detailed Description

Definition at line 21 of file debug_api.cpp.

Constructor & Destructor Documentation

◆ debug_api_impl()

graphene::debug_witness::detail::debug_api_impl::debug_api_impl ( graphene::app::application _app)
explicit

Definition at line 36 of file debug_api.cpp.

Member Function Documentation

◆ debug_generate_blocks()

void graphene::debug_witness::detail::debug_api_impl::debug_generate_blocks ( const std::string &  debug_key,
uint32_t  count 
)

Definition at line 77 of file debug_api.cpp.

◆ debug_push_blocks()

void graphene::debug_witness::detail::debug_api_impl::debug_push_blocks ( const std::string &  src_filename,
uint32_t  count 
)

Definition at line 42 of file debug_api.cpp.

◆ debug_stream_json_objects()

void graphene::debug_witness::detail::debug_api_impl::debug_stream_json_objects ( const std::string &  filename)

Definition at line 114 of file debug_api.cpp.

◆ debug_stream_json_objects_flush()

void graphene::debug_witness::detail::debug_api_impl::debug_stream_json_objects_flush ( )

Definition at line 119 of file debug_api.cpp.

◆ debug_update_object()

void graphene::debug_witness::detail::debug_api_impl::debug_update_object ( const fc::variant_object update)

Definition at line 103 of file debug_api.cpp.

◆ get_plugin()

std::shared_ptr< graphene::debug_witness_plugin::debug_witness_plugin > graphene::debug_witness::detail::debug_api_impl::get_plugin ( )

Definition at line 109 of file debug_api.cpp.

Member Data Documentation

◆ app

graphene::app::application& graphene::debug_witness::detail::debug_api_impl::app

Definition at line 33 of file debug_api.cpp.


The documentation for this class was generated from the following file: