Documentation ¶
Overview ¶
Package blockdb provides read/write access to an on-disk block database blockdb uses Bolt as its underlying database, but this is subject to change.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnknownBlock = errors.New("unknown block")
)
View Source
var NilDB nildb
NilDB is a db whose methods are no-ops. Calls to Block will return the zero value of types.Block. Calls to Height will return 0.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.