Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ChainID = ids.ID{} ErrUnknownBlockType = errors.New("unknown block type") )
Functions ¶
This section is empty.
Types ¶
type Reader ¶ added in v1.1.0
type Reader struct {
// contains filtered or unexported fields
}
func NewReader ¶ added in v1.1.0
func NewReader(conns *services.Connections) *Reader
func (*Reader) ListBlocks ¶ added in v1.1.0
type Writer ¶ added in v1.1.0
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) ConsumeConsensus ¶ added in v1.1.2
func (w *Writer) ConsumeConsensus(c services.Consumable) error
Click to show internal directories.
Click to hide internal directories.