Documentation
¶
Index ¶
- Variables
- type WavesDB
- func (w *WavesDB) DelRaw(key []byte) error
- func (w *WavesDB) Get(block crypto.Signature) (*proto.Block, error)
- func (w *WavesDB) GetBlocksAtHeight(height uint64) ([]crypto.Signature, error)
- func (w *WavesDB) GetRaw(key []byte) ([]byte, error)
- func (w *WavesDB) Has(block crypto.Signature) (bool, error)
- func (w *WavesDB) Put(block *proto.Block) error
- func (w *WavesDB) PutRaw(key, value []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBlockOrphaned = errors.New("block orphaned")
Functions ¶
This section is empty.
Types ¶
type WavesDB ¶
type WavesDB struct {
// contains filtered or unexported fields
}
func (*WavesDB) GetBlocksAtHeight ¶
Click to show internal directories.
Click to hide internal directories.