from message tendermint.abci.RequestInitChain

Hierarchy

Constructors

Properties

appStateBytes: Uint8Array = ...

from field: bytes app_state_bytes = 5;

chainId: string = ""

from field: string chain_id = 2;

consensusParams?: ConsensusParams

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

initialHeight: bigint = protoInt64.zero

from field: int64 initial_height = 6;

time?: Timestamp

from field: google.protobuf.Timestamp time = 1;

validators: ValidatorUpdate[] = []

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

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

Methods