package
0.31.5
Repository: https://github.com/rnssolution/prism.git
Documentation: pkg.go.dev

# Functions

LoadBlockStoreStateJSON returns the BlockStoreStateJSON as loaded from disk.
NewBlockchainReactor returns new reactor instance.
NewBlockPool returns a new BlockPool with the height equal to start.
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.