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

from message tendermint.version.App

Hierarchy

  • Message<App>
    • App

Constructors

Properties

protocol: bigint = protoInt64.zero

from field: uint64 protocol = 1;

software: string = ""

from field: string software = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.version.App" = "tendermint.version.App"

Methods