Block is tendermint type Block, with the Header proposer address field converted to bech32 string.

from message cosmos.base.tendermint.v1beta1.Block

Hierarchy

Constructors

Properties

data?: Data

from field: tendermint.types.Data data = 2;

evidence?: EvidenceList

from field: tendermint.types.EvidenceList evidence = 3;

from field: cosmos.base.tendermint.v1beta1.Header header = 1;

lastCommit?: Commit

from field: tendermint.types.Commit last_commit = 4;

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

Methods