Documentation ¶
Overview ¶
Copyright (c) 2020 The JaxNetwork developers Use of this source code is governed by an ISC license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IChainCtx ¶
type IChainCtx interface { wire.HeaderConstructor Name() string Params() *chaincfg.Params GenesisBlock() *wire.MsgBlock EmptyBlock() wire.MsgBlock NewNode(blockHeader wire.BlockHeader, parent blocknode.IBlockNode) blocknode.IBlockNode }
var BeaconChain IChainCtx
Click to show internal directories.
Click to hide internal directories.