bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class RequestInitChain

    from message tendermint.abci.RequestInitChain

    Hierarchy

    Index

    Constructors

    Properties

    appStateBytes: Uint8Array<ArrayBuffer> = ...

    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"

    Methods