evmos.proto.autogen.py.tendermint.version

Classes

App(protocol, software)

App includes the protocol and software version for the application.

Consensus(block, app)

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.

class evmos.proto.autogen.py.tendermint.version.App(protocol: int = <object object>, software: str = <object object>)[source]

Bases: Message

App includes the protocol and software version for the application. This information is included in ResponseInfo. The App.Protocol can be updated in ResponseEndBlock.

protocol: int = <object object>
software: str = <object object>
class evmos.proto.autogen.py.tendermint.version.Consensus(block: int = <object object>, app: int = <object object>)[source]

Bases: Message

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.

app: int = <object object>
block: int = <object object>