Electroneum
cryptonote::tx_memory_pool Member List

This is the complete list of members for cryptonote::tx_memory_pool, including all inherited members.

add_tx(transaction &tx, const crypto::hash &id, const cryptonote::blobdata &blob, size_t tx_weight, tx_verification_context &tvc, bool kept_by_block, bool relayed, bool do_not_relay, uint8_t version)cryptonote::tx_memory_pool
add_tx(transaction &tx, tx_verification_context &tvc, bool kept_by_block, bool relayed, bool do_not_relay, uint8_t version)cryptonote::tx_memory_pool
check_for_key_images(const std::vector< crypto::key_image > &key_images, std::vector< bool > spent) constcryptonote::tx_memory_pool
cookie() constcryptonote::tx_memory_poolinline
deinit()cryptonote::tx_memory_pool
fill_block_template(block &bl, size_t median_weight, uint64_t already_generated_coins, size_t &total_weight, uint64_t &fee, uint64_t &expected_reward, uint8_t version)cryptonote::tx_memory_pool
get_pool_for_rpc(std::vector< cryptonote::rpc::tx_in_pool > &tx_infos, cryptonote::rpc::key_images_with_tx_hashes &key_image_infos) constcryptonote::tx_memory_pool
get_relayable_transactions(std::vector< std::pair< crypto::hash, cryptonote::blobdata >> &txs) constcryptonote::tx_memory_pool
get_transaction(const crypto::hash &h, cryptonote::blobdata &txblob) constcryptonote::tx_memory_pool
get_transaction_backlog(std::vector< tx_backlog_entry > &backlog, bool include_unrelayed_txes=true) constcryptonote::tx_memory_pool
get_transaction_hashes(std::vector< crypto::hash > &txs, bool include_unrelayed_txes=true) constcryptonote::tx_memory_pool
get_transaction_stats(struct txpool_stats &stats, bool include_unrelayed_txes=true) constcryptonote::tx_memory_pool
get_transactions(std::vector< transaction > &txs, bool include_unrelayed_txes=true) constcryptonote::tx_memory_pool
get_transactions_and_spent_keys_info(std::vector< tx_info > &tx_infos, std::vector< spent_key_image_info > &key_image_infos, bool include_sensitive_data=true) constcryptonote::tx_memory_pool
get_transactions_count(bool include_unrelayed_txes=true) constcryptonote::tx_memory_pool
get_txpool_weight() constcryptonote::tx_memory_pool
have_tx(const crypto::hash &id) constcryptonote::tx_memory_pool
init(size_t max_txpool_weight=0)cryptonote::tx_memory_pool
lock() constcryptonote::tx_memory_pool
on_blockchain_dec(uint64_t new_block_height, const crypto::hash &top_block_id)cryptonote::tx_memory_pool
on_blockchain_inc(uint64_t new_block_height, const crypto::hash &top_block_id)cryptonote::tx_memory_pool
on_idle()cryptonote::tx_memory_pool
print_pool(bool short_format) constcryptonote::tx_memory_pool
set_relayed(const std::vector< std::pair< crypto::hash, cryptonote::blobdata >> &txs)cryptonote::tx_memory_pool
set_txpool_max_weight(size_t bytes)cryptonote::tx_memory_pool
take_tx(const crypto::hash &id, transaction &tx, cryptonote::blobdata &txblob, size_t &tx_weight, uint64_t &fee, bool &relayed, bool &do_not_relay, bool &double_spend_seen, bool &nonexistent_utxo_seen)cryptonote::tx_memory_pool
tx_memory_pool(Blockchain &bchs)cryptonote::tx_memory_pool
unlock() constcryptonote::tx_memory_pool
utxo_spent_in_pool(const txin_to_key_public &in) constcryptonote::tx_memory_pool
validate(uint8_t version)cryptonote::tx_memory_pool