package
Version:
v0.0.0-...-91eafdd
Opens a new window with list of versions in this module.
Published: Dec 14, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Path string `json:"path"`
CacheLimit int `json:"cache"`
}
create new state instance
type StateData struct {
ChainId *uint64 `json:"chainId"`
}
type StateFile struct {
ChainId *uint64 `json:"chainId"`
Timestamp int64 `json:"updated"`
Cache []common.Block `json:"cache"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.