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

    MsgUpdateParams is the Msg/UpdateParams request type.

    from message cosmos.consensus.v1.MsgUpdateParams

    Hierarchy

    Index

    Constructors

    Properties

    authority: string = ""

    authority is the address that controls the module (defaults to x/gov unless overwritten).

    from field: string authority = 1;

    block?: BlockParams

    params defines the x/consensus parameters to update. VersionsParams is not included in this Msg because it is tracked separarately in x/upgrade.

    NOTE: All parameters must be supplied.

    from field: tendermint.types.BlockParams block = 2;

    evidence?: EvidenceParams

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

    validator?: ValidatorParams

    from field: tendermint.types.ValidatorParams validator = 4;

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

    Methods