Data contains the set of transactions included in the block

from message tendermint.types.Data

Hierarchy

Constructors

Properties

txs: Uint8Array[] = []

Txs that will be applied by state @ block.Height+1. NOTE: not all txs here are valid. We're just agreeing on the order first. This means that block.AppHash does not include these txs.

from field: repeated bytes txs = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.types.Data" = "tendermint.types.Data"

Methods