BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Go to the documentation of this file.
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"
signed_transaction create_asset(string issuer, string symbol, uint8_t precision, asset_options common, fc::optional< bitasset_options > bitasset_opts, bool broadcast=false)
An order-perserving dictionary of variant's.
Used to generate a useful error report when an exception is thrown.
The price struct stores asset prices in the BitShares system.
void dbg_stream_json_objects(const std::string &filename)
The asset_options struct contains options available on all assets in the network.
@ white_list
accounts must be whitelisted in order to hold or transact this asset
fc::api< login_api > _remote_api
The bitasset_options struct contains configurable options available only to BitAssets.
account_object get_account(account_id_type id) const
optional< fc::api< graphene::debug_witness::debug_api > > _remote_debug
void dbg_generate_blocks(const std::string &debug_wif_key, uint32_t count)
@ disable_force_settle
disable force settling
void dbg_make_uia(string creator, string symbol)
void dbg_make_mia(string creator, string symbol)
uint16_t issuer_permissions
The flags which the issuer has permission to update. See asset_issuer_permission_flags.
void dbg_push_blocks(const std::string &src_filename, uint32_t count)
@ global_settle
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.
void dbg_update_object(const fc::variant_object &update)