Block API
Block API
get_blocks
Get signed blocks.
vector<optional<signed_block>> graphene::app::block_api::get_blocks(
uint32_t block_num_from,
uint32_t block_num_to)const
block_num_from
: The lowest block numberblock_num_to
: The highest block number
Last updated
Was this helpful?