database

package
v0.0.0-...-921adc7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

type Database interface {
	// SaveBlock saves the block to DB.
	SaveBlock(hash string, data []byte) error
	// SaveBlockchain saves the blockchain to DB.
	SaveBlockchain(data []byte) error
	// GetBlockchain gets checkpoint from DB.
	GetBlockchain() ([]byte, error)
	// GetBlock gets block from DB.
	GetBlock(hash string) ([]byte, error)
	// Close closes the Explorer Server.
	Close() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL