package
Version:
v0.0.38
Opens a new window with list of versions in this module.
Published: May 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
WriteState write the state to a JSON file.
type State struct {
LastProcessedHeight int64 `json:"last_processed_height"`
BlocksMissingTxs []int64 `json:"blocks_missing_txs"`
}
ReadState reads the state from a JSON file.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.