Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PoB ¶
type PoB struct {
// contains filtered or unexported fields
}
PoB is a struct that handles the consensus logic.
func New ¶ added in v1.1.0
func New(baseVariable global.BaseVariable, blockCache blockcache.BlockCache, txPool txpool.TxPool, p2pService p2p.Service) *PoB
New init a new PoB.
func (*PoB) RecoverBlock ¶ added in v1.1.0
RecoverBlock recover block from block cache wal
Click to show internal directories.
Click to hide internal directories.