Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBeaconChain ¶
Types ¶
type IChainCtx ¶
type IChainCtx interface { wire.HeaderConstructor Name() string Params() *chaincfg.Params GenesisBlock() *wire.MsgBlock EmptyBlock() wire.MsgBlock // NewNode... todo: think about how to refactor this NewNode(blockHeader wire.BlockHeader, parent blocknodes.IBlockNode) blocknodes.IBlockNode }
var BeaconChain IChainCtx = NewBeaconChain(&chaincfg.MainNetParams)
Click to show internal directories.
Click to hide internal directories.