Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadBlocksCacheNil = errors.New("badBlocksCache nil")
ErrBadBlocksCacheNil defines the error for using a nil cache for bad blocks
View Source
var ErrHeaderUnitNil = errors.New("header unit nil")
ErrHeaderUnitNil defines the error for using a nil storage unit for block headers
View Source
var ErrNilAppStatusHandler = errors.New("nil AppStatusHandler")
ErrNilAppStatusHandler defines the error for setting a nil AppStatusHandler
View Source
var ErrWrongTypeInSet = errors.New("wrong type in setter")
ErrWrongTypeInSet defines the error for trying to set the wrong type
Functions ¶
func NewBlockChain ¶
func NewBlockChain() *blockChain
NewBlockChain returns an initialized blockchain
func NewMetaChain ¶
func NewMetaChain() *metaChain
NewMetaChain will initialize a new metachain instance
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.