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

Method handle_transaction

libraries/net/node.cpp:5348–5351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5346 }
5347
5348 void statistics_gathering_node_delegate_wrapper::handle_transaction( const graphene::net::trx_message& transaction_message )
5349 {
5350 INVOKE_AND_COLLECT_STATISTICS(handle_transaction, transaction_message);
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,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected