MCPcopy Create free account
hub / github.com/bitshares/bitshares-core / get_block_ids

Method get_block_ids

libraries/net/node.cpp:5353–5358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5351 }
5352
5353 std::vector<item_hash_t> statistics_gathering_node_delegate_wrapper::get_block_ids(const std::vector<item_hash_t>& blockchain_synopsis,
5354 uint32_t& remaining_item_count,
5355 uint32_t limit /* = 2000 */)
5356 {
5357 INVOKE_AND_COLLECT_STATISTICS(get_block_ids, blockchain_synopsis, remaining_item_count, limit);
5358 }
5359
5360 message statistics_gathering_node_delegate_wrapper::get_item( const item_id& id )
5361 {

Calls

no outgoing calls

Tested by

no test coverage detected