VersionInfo is the type for the GetNodeInfoResponse message.

from message cosmos.base.tendermint.v1beta1.VersionInfo

Hierarchy

Constructors

Properties

appName: string = ""

from field: string app_name = 2;

from field: repeated cosmos.base.tendermint.v1beta1.Module build_deps = 7;

buildTags: string = ""

from field: string build_tags = 5;

cosmosSdkVersion: string = ""

Since: cosmos-sdk 0.43

from field: string cosmos_sdk_version = 8;

gitCommit: string = ""

from field: string git_commit = 4;

goVersion: string = ""

from field: string go_version = 6;

name: string = ""

from field: string name = 1;

version: string = ""

from field: string version = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.tendermint.v1beta1.VersionInfo" = "cosmos.base.tendermint.v1beta1.VersionInfo"

Methods