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

    Class QueryParamsResponse

    QueryParamsResponse defines the response type for querying x/consensus parameters.

    from message cosmos.consensus.v1.QueryParamsResponse

    Hierarchy

    Index

    Constructors

    Properties

    params are the tendermint consensus params stored in the consensus module. Please note that params.version is not populated in this response, it is tracked separately in the x/upgrade module.

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

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.consensus.v1.QueryParamsResponse"

    Methods