Documentation ¶
Index ¶
Constants ¶
View Source
const ( FilesHashMaxMemUsage = 256 * opt.MiB FilesHashPieceSize = 64 * opt.MiB )
View Source
const ( BlocksSection = "brs" EpochsSection = "ers" EvmSection = "evm" )
Variables ¶
View Source
var ( FileHeader = hexutils.HexToBytes("641b00ac") FileVersion = hexutils.HexToBytes("00020001") )
Functions ¶
This section is empty.
Types ¶
type RawEvmItems ¶
type RawEvmItems struct {
// contains filtered or unexported fields
}
func (RawEvmItems) ForEach ¶
func (s RawEvmItems) ForEach(fn func(key, value []byte) bool)
type Store ¶
Store is a node persistent storage working over a physical zip archive.
func OpenGenesisStore ¶
func OpenGenesisStore(rawReader ReadAtSeekerCloser) (*Store, genesis.Hashes, error)
func (*Store) RawEvmItems ¶
Click to show internal directories.
Click to hide internal directories.