powered by
Retrieve a series of blocks.
get_blocks(start = NULL, stop = NULL, count = NULL)
Initial block number.
Final block number.
Number of blocks.
Data frame of blocks.
# NOT RUN { get_blocks("0x4720FF", "0x472108") get_blocks("0x4720FF", count = 5) get_blocks("0x49a8ea", count = 5) # Two blocks containing uncles. # }
Run the code above in your browser using DataLab