package
0.19.0-rc4
Repository: https://github.com/eeonevision/tendermint.git
Documentation: pkg.go.dev

# Functions

DecodeMessage decodes BlockchainMessage.
LoadBlockStoreStateJSON returns the BlockStoreStateJSON as loaded from disk.
NewBlockchainReactor returns new reactor instance.
No description provided by the author
NewBlockStore returns a new BlockStore with the given DB, initialized to the last height that was committed to the DB.
No description provided by the author

# Constants

BlockchainChannel is a channel for blocks and status updates (`BlockStore` height).

# Structs

BlockchainReactor handles long-term catchup syncing.
No description provided by the author
No description provided by the author
BlockStore is a simple low level store for blocks.
No description provided by the author

# Interfaces

BlockchainMessage is a generic message for this reactor.