Show / Hide Table of Contents

Namespace Libplanet.Blocks

Classes

Block<T>

InvalidBlockDifficultyException

InvalidBlockException

InvalidBlockHashException

InvalidBlockIndexException

InvalidBlockNonceException

InvalidBlockPreviousHashException

InvalidBlockTimestampException

InvalidGenesisBlockException

The exception that is thrown when the genesis block the IStore contains mismatches to the genesis block the BlockChain<T> constructor (i.e., network) expects or the first block of Libplanet.Blockchain.BlockLocator which the IStore doesn't contain, because the block which IStore doesn't means the genesis block in other network.

Structs

BlockDigest

Class that store uses to save blocks. This contains: BlockHeader, and list of TxIds.

BlockHeader

Block header containing information about Block<T>s except transactions.

Back to top Copyright © 2019–2020 Planetarium