from message tendermint.abci.ResponseInitChain

Hierarchy

Constructors

Properties

appHash: Uint8Array = ...

from field: bytes app_hash = 3;

consensusParams?: ConsensusParams

from field: tendermint.types.ConsensusParams consensus_params = 1;

validators: ValidatorUpdate[] = []

from field: repeated tendermint.abci.ValidatorUpdate validators = 2;

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

Methods