Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockGetter ¶
type BlockGetter struct {
// contains filtered or unexported fields
}
func NewBlockGetter ¶
func NewBlockGetter( mergedBlocksStore dstore.Store, forkedBlocksStore dstore.Store, hub *hub.ForkableHub, ) *BlockGetter
type BlockMetaGetter ¶ added in v1.1.1
type BlockMetaGetter struct {
// contains filtered or unexported fields
}
func NewBlockMetaGetter ¶ added in v1.1.1
func NewBlockMetaGetter( blockMetaStore *blockmeta.Store, forkedBlocksStore dstore.Store, hub *hub.ForkableHub, ) *BlockMetaGetter
Click to show internal directories.
Click to hide internal directories.