package
0.0.0-20180815172529-5ecede5950f4
Repository: https://github.com/genesiscommunity/go-genesis.git
Documentation: pkg.go.dev

# 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.

# Structs

Block is storing block data.
Limits is used for saving current limit information.

# Interfaces

Limiter describes interface functions for limits.