| __init__(self, protocol='http', host='127.0.0.1', port=0, idx=0, restricted_rpc=False) | framework.daemon.Daemon | |
| add_aux_pow(self, blocktemplate_blob, aux_pow, client="") | framework.daemon.Daemon | |
| banned(self, address='') | framework.daemon.Daemon | |
| calc_pow(self, major_version, height, block_blob, seed_hash='') | framework.daemon.Daemon | |
| flush_cache(self, bad_txs=False) | framework.daemon.Daemon | |
| flush_txpool(self, txids=[]) | framework.daemon.Daemon | |
| generateblocks(self, address, blocks=1, prev_block="", starting_nonce=0) | framework.daemon.Daemon | |
| get_alt_blocks_hashes(self, client="") | framework.daemon.Daemon | |
| get_alternate_chains(self, client="") | framework.daemon.Daemon | |
| get_bans(self) | framework.daemon.Daemon | |
| get_block | framework.daemon.Daemon | static |
| get_block_count(self) | framework.daemon.Daemon | |
| get_block_hash(self, height) | framework.daemon.Daemon | |
| get_block_header_by_hash | framework.daemon.Daemon | static |
| get_block_header_by_height | framework.daemon.Daemon | static |
| get_block_headers_range | framework.daemon.Daemon | static |
| get_block_template | framework.daemon.Daemon | static |
| get_coinbase_tx_sum(self, height, count, client="") | framework.daemon.Daemon | |
| get_connections(self, client="") | framework.daemon.Daemon | |
| get_fee_estimate(self, grace_blocks=0) | framework.daemon.Daemon | |
| get_height(self, client="") | framework.daemon.Daemon | |
| get_info(self, client="") | framework.daemon.Daemon | |
| get_last_block_header | framework.daemon.Daemon | static |
| get_limit(self) | framework.daemon.Daemon | |
| get_miner_data(self) | framework.daemon.Daemon | |
| get_net_stats(self) | framework.daemon.Daemon | |
| get_output_distribution(self, amounts=[], from_height=0, to_height=0, cumulative=False, binary=False, compress=False, client="") | framework.daemon.Daemon | |
| get_output_histogram(self, amounts=[], min_count=0, max_count=0, unlocked=False, recent_cutoff=0, client="") | framework.daemon.Daemon | |
| get_outs(self, outputs=[], get_txid=False, client="") | framework.daemon.Daemon | |
| get_peer_list(self) | framework.daemon.Daemon | |
| get_public_nodes(self, gray=False, white=True) | framework.daemon.Daemon | |
| get_transaction_pool(self, client="") | framework.daemon.Daemon | |
| get_transaction_pool_hashes(self, client="") | framework.daemon.Daemon | |
| get_transaction_pool_stats(self, client="") | framework.daemon.Daemon | |
| get_transactions(self, txs_hashes=[], decode_as_json=False, prune=False, split=False, client="") | framework.daemon.Daemon | |
| get_txpool_backlog(self, client="") | framework.daemon.Daemon | |
| get_version(self) | framework.daemon.Daemon | |
| getblock(self, hash='', height=0, fill_pow_hash=False, client="") | framework.daemon.Daemon | |
| getblockcount | framework.daemon.Daemon | static |
| getblockheaderbyhash(self, hash="", hashes=[], client="") | framework.daemon.Daemon | |
| getblockheaderbyheight(self, height, client="") | framework.daemon.Daemon | |
| getblockheadersrange(self, start_height, end_height, fill_pow_hash=False, client="") | framework.daemon.Daemon | |
| getblocktemplate(self, address, prev_block="", client="") | framework.daemon.Daemon | |
| getheight | framework.daemon.Daemon | static |
| getinfo | framework.daemon.Daemon | static |
| getlastblockheader(self, client="") | framework.daemon.Daemon | |
| gettransactions | framework.daemon.Daemon | static |
| hard_fork_info(self, client="") | framework.daemon.Daemon | |
| host | framework.daemon.Daemon | |
| in_peers(self, in_peers) | framework.daemon.Daemon | |
| is_key_image_spent(self, key_images=[], client="") | framework.daemon.Daemon | |
| mining_status(self) | framework.daemon.Daemon | |
| on_get_block_hash | framework.daemon.Daemon | static |
| on_getblockhash | framework.daemon.Daemon | static |
| out_peers(self, out_peers) | framework.daemon.Daemon | |
| pop_blocks(self, nblocks=1) | framework.daemon.Daemon | |
| port | framework.daemon.Daemon | |
| prune_blockchain(self, check=False) | framework.daemon.Daemon | |
| relay_tx(self, txids=[], client="") | framework.daemon.Daemon | |
| rpc | framework.daemon.Daemon | |
| rpc_access_account(self, client, delta_balance=0) | framework.daemon.Daemon | |
| rpc_access_data(self) | framework.daemon.Daemon | |
| rpc_access_info(self, client) | framework.daemon.Daemon | |
| rpc_access_pay(self, client, paying_for, payment) | framework.daemon.Daemon | |
| rpc_access_submit_nonce(self, client, nonce, cookie) | framework.daemon.Daemon | |
| rpc_access_tracking(self, clear=False) | framework.daemon.Daemon | |
| save_bc(self) | framework.daemon.Daemon | |
| send_raw_transaction(self, tx_as_hex, do_not_relay=False, do_sanity_checks=True, client="") | framework.daemon.Daemon | |
| sendrawtransaction | framework.daemon.Daemon | static |
| set_bans(self, bans=[]) | framework.daemon.Daemon | |
| set_bootstrap_daemon(self, address, username='', password='') | framework.daemon.Daemon | |
| set_limit(self, limit_down, limit_up) | framework.daemon.Daemon | |
| set_log_categories(self, categories='') | framework.daemon.Daemon | |
| set_log_hash_rate(self, visible) | framework.daemon.Daemon | |
| set_log_level(self, level) | framework.daemon.Daemon | |
| start_mining(self, miner_address, threads_count=0, do_background_mining=False, ignore_battery=False) | framework.daemon.Daemon | |
| stop_daemon(self) | framework.daemon.Daemon | |
| stop_mining(self) | framework.daemon.Daemon | |
| submit_block | framework.daemon.Daemon | static |
| submitblock(self, block) | framework.daemon.Daemon | |
| sync_info(self, client="") | framework.daemon.Daemon | |
| sync_txpool(self) | framework.daemon.Daemon | |
| update(self, command, path=None) | framework.daemon.Daemon | |