26 namespace graphene {
namespace wallet {
namespace detail {
50 (*_remote_debug)->debug_push_blocks( src_filename, count );
51 (*_remote_debug)->debug_stream_json_objects_flush();
57 (*_remote_debug)->debug_generate_blocks( debug_wif_key, count );
58 (*_remote_debug)->debug_stream_json_objects_flush();
64 (*_remote_debug)->debug_stream_json_objects( filename );
65 (*_remote_debug)->debug_stream_json_objects_flush();
71 (*_remote_debug)->debug_update_object( update );
72 (*_remote_debug)->debug_stream_json_objects_flush();
85 std::cerr <<
"\nCouldn't get debug node API. You probably are not configured\n" 86 "to access the debug API on the node you are connecting to.\n" 88 "To fix this problem:\n" 89 "- Please ensure you are running debug_node, not witness_node.\n" 90 "- Please follow the instructions in README.md to set up an apiaccess file.\n" void dbg_generate_blocks(const std::string &debug_wif_key, uint32_t count)
An order-perserving dictionary of variant's.
The asset_options struct contains options available on all assets in the network. ...
Used to generate a useful error report when an exception is thrown.At each level in the stack where t...
The price struct stores asset prices in the BitShares system.
uint16_t issuer_permissions
The flags which the issuer has permission to update. See asset_issuer_permission_flags.
fc::api< login_api > _remote_api
accounts must be whitelisted in order to hold or transact this asset
signed_transaction create_asset(string issuer, string symbol, uint8_t precision, asset_options common, fc::optional< bitasset_options > bitasset_opts, bool broadcast=false)
allow the bitasset owner to force a global settlement, permission only
uint16_t flags
The currently active flags on this permission. See asset_issuer_permission_flags. ...
optional< fc::api< graphene::debug_witness::debug_api > > _remote_debug
void dbg_make_mia(string creator, string symbol)
void dbg_push_blocks(const std::string &src_filename, uint32_t count)
account_object get_account(account_id_type id) const
void dbg_update_object(const fc::variant_object &update)
The bitasset_options struct contains configurable options available only to BitAssets.
void dbg_stream_json_objects(const std::string &filename)
void dbg_make_uia(string creator, string symbol)