Documentation ¶
Index ¶
- Variables
- type Writer
- func (w *Writer) Bootstrap(ctx context.Context, conns *utils.Connections, persist db.Persist) error
- func (w *Writer) Consume(ctx context.Context, conns *utils.Connections, i services.Consumable, ...) error
- func (w *Writer) ConsumeConsensus(ctx context.Context, conns *utils.Connections, c services.Consumable, ...) error
- func (*Writer) Name() string
- func (w *Writer) ParseJSON(txBytes []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrIncorrectGenesisChainTxType = errors.New("incorrect genesis chain tx type")
)
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) Consume ¶
func (w *Writer) Consume(ctx context.Context, conns *utils.Connections, i services.Consumable, persist db.Persist) error
func (*Writer) ConsumeConsensus ¶
func (w *Writer) ConsumeConsensus(ctx context.Context, conns *utils.Connections, c services.Consumable, persist db.Persist) error
Click to show internal directories.
Click to hide internal directories.