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

# Constants

ABCISemVer is the semantic version of the ABCI library.
No description provided by the author
TMCoreSemVer is the current version of Tendermint Core.

# Variables

BlockProtocol versions all block data structures and processing.
GitCommit is the current HEAD set using ldflags.
P2PProtocol versions all p2p behaviour and msgs.
Version is the built softwares version.

# Structs

App includes the protocol and software version for the application.
Consensus captures the consensus rules for processing a block in the blockchain, including all blockchain data structures and the rules of the application's state transition machine.

# Type aliases

Protocol is used for implementation agnostic versioning.