Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store is a node persistent storage working over physical key-value database.
func (*Store) GetMissedVersion ¶
GetMissedVersion returns stored non-supported network upgrade.
func (*Store) GetNetworkVersion ¶
GetNetworkVersion returns stored network version.
func (*Store) SetMissedVersion ¶
SetMissedVersion stores non-supported network upgrade.
func (*Store) SetNetworkVersion ¶
SetNetworkVersion stores network version.
type VerWarcher ¶
func New ¶
func New(store *Store) *VerWarcher
func (*VerWarcher) OnNewLog ¶
func (w *VerWarcher) OnNewLog(l *types.Log)
func (*VerWarcher) Pause ¶
func (w *VerWarcher) Pause() error
func (*VerWarcher) Start ¶
func (w *VerWarcher) Start()
func (*VerWarcher) Stop ¶
func (w *VerWarcher) Stop()
Click to show internal directories.
Click to hide internal directories.