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 GenesisBeaconHeight() int32 NewNode(blockHeader wire.BlockHeader, parent blocknodes.IBlockNode, serialID int64) blocknodes.IBlockNode }
var BeaconChain IChainCtx = NewBeaconChain(&chaincfg.MainNetParams)
Click to show internal directories.
Click to hide internal directories.