Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StreamMergedBlocksPreprocThreads = 25
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 StreamFactory ¶
type StreamFactory struct {
// contains filtered or unexported fields
}
func NewStreamFactory ¶
func NewStreamFactory( mergedBlocksStore dstore.Store, forkedBlocksStore dstore.Store, hub *hub.ForkableHub, transformRegistry *transform.Registry, ) *StreamFactory
Click to show internal directories.
Click to hide internal directories.