proto/tendermint/version/export library

Classes

App
App includes the protocol and software version for the application. This information is included in ResponseInfo. The App.Protocol can be updated in ResponseEndBlock.
Consensus
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.

Constants

App$json → const Map<String, Object>
Consensus$json → const Map<String, Object>

Properties

appDescriptor Uint8List
Descriptor for App. Decode as a google.protobuf.DescriptorProto.
final
consensusDescriptor Uint8List
Descriptor for Consensus. Decode as a google.protobuf.DescriptorProto.
final