from message tendermint.abci.ResponseDeliverTx

Hierarchy

Constructors

Properties

code: number = 0

from field: uint32 code = 1;

codespace: string = ""

from field: string codespace = 8;

data: Uint8Array = ...

from field: bytes data = 2;

events: proto.tendermint.abci.Event[] = []

nondeterministic

from field: repeated tendermint.abci.Event events = 7;

gasUsed: bigint = protoInt64.zero

from field: int64 gas_used = 6 [json_name = "gas_used"];

gasWanted: bigint = protoInt64.zero

from field: int64 gas_wanted = 5 [json_name = "gas_wanted"];

info: string = ""

nondeterministic

from field: string info = 4;

log: string = ""

nondeterministic

from field: string log = 3;

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

Methods