# Functions
GetBlockDataFromBlockChain is retrieving block data from blockchain.
GetDataFromFirstBlock returns data of first block.
InsertBlockWOForks is inserting blocks.
InsertIntoBlockchain inserts a block into the blockchain.
MarshallBlock is marshalling block.
NewLimits initializes Limits structure.
ProcessBlockWherePrevFromBlockchainTable is processing block with in table previous block.
No description provided by the author
UpdBlockInfo updates info_block table.
# Variables
ErrLimitSkip returns when tx should be skipped during generating block.
ErrLimitStop returns when the generation of the block should be stopped.
ErrLimitTime returns when the time limit exceeded.
# Interfaces
Limiter describes interface functions for limits.