Versions in this module Expand all Collapse all v0 v0.1.0 Jan 18, 2023 Changes in this version + func HistoryBackwards(url string, dsn string, stats bool) error + func HistoryForward(url string, dsn string, stats bool) error + type Blockchain struct + func Open(name string) (b *Blockchain, err error) + func (b *Blockchain) Begin() error + func (b *Blockchain) Commit() error + func (b *Blockchain) InsertHeader(h *types.Header, signers *redt.SignerData, numtxs uint64) error + func (b *Blockchain) MaxBlockNumber() (int64, error) + func (b *Blockchain) MinBlockNumber() (int64, error) + func (b *Blockchain) SignerDataForBlockNumberCached(number int64) (*types.Header, *redt.SignerData, error) + func (b *Blockchain) TimestampForNumber(number int64) (int64, error)