Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
DB is a bbolt key/value database.
type Tx ¶
type Tx struct {
// contains filtered or unexported fields
}
Tx implements headers.DBTxInterface.
func (*Tx) HeaderByHeight ¶
func (tx *Tx) HeaderByHeight(height int) (*wire.BlockHeader, error)
HeaderByHeight implements headers.DBTxInterface.
Click to show internal directories.
Click to hide internal directories.