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

Method block_api

libraries/app/api.cpp:120–120  ·  view source on GitHub ↗

block_api

Source from the content-addressed store, hash-verified

118
119 // block_api
120 block_api::block_api(const graphene::chain::database& db) : _db(db) { /* Nothing to do */ }
121
122 vector<optional<signed_block>> block_api::get_blocks(uint32_t block_num_from, uint32_t block_num_to)const
123 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected