Retrieves information about one or more blocks. The blocks parameter
can be a single block height/hash, a range (e.g., "100-200"),
or -%d to list the most recent blocks.
Arguments
- conn
A connection object created by
mc_connect.- blocks
Specification of which blocks to list. Can be:
a single block height (integer) or hash (string),
a range string like
"100-200",a negative integer
-nto list thenmost recent blocks.
- verbose
Logical. If
TRUE, returns detailed block information. Default isFALSE.
See also
mc_get_block for a single block.
Other blockchain information:
mc_get_block(),
mc_get_block_hash(),
mc_get_blockchain_info(),
mc_get_chain_totals(),
mc_get_last_block_info(),
mc_list_miners()