For the complete documentation index, see llms.txt. This page is also available as Markdown.

Block API

Block

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 number

  • block_num_to: The highest block number

A list of signed blocks from block_num_from to block_num_to

Last updated