from message tendermint.abci.ResponseInfo

Hierarchy

Constructors

Properties

appVersion: bigint = protoInt64.zero

from field: uint64 app_version = 3;

data: string = ""

from field: string data = 1;

lastBlockAppHash: Uint8Array = ...

from field: bytes last_block_app_hash = 5;

lastBlockHeight: bigint = protoInt64.zero

from field: int64 last_block_height = 4;

version: string = ""

from field: string version = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.abci.ResponseInfo" = "tendermint.abci.ResponseInfo"

Methods