block hash for block to be fetched getBlockByHash returns a given block by a given block hash
in YYYYDDMM format getBlockDataByDate gets block data by data for a given block
getBlockDataForBlocksToday fetches blockdata of all blocks mined
is the last number of blocks to query getBlockDataLastNBlocks fetch block data by last n blocks of data
getBlockDataLastNHours get blockdata for blocks mine in the last n {hours}
height of the block to fetch getBlockByHeight fetches a block at given Height
| blockHash getBlockTransactions fetches block transactions
getBlockUTXO fetch utxo in a block at a certain height
YYYYMMDD getBlocksByDate fetches blocks by date in the format YYYYMMDD
time in hours to fetch blocks since then getBlocksByLastNHours fetches blocks mined from last n hours
Array
getBlocksToday fetches blocks mined "today"
number of blocks to fetch eg. last 10 blocks etc. getBlockHeight returns block at a given blockcount/blockheight
Generated using TypeDoc