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

    Class MsgUpdateParams

    MsgUpdateParams is the Msg/UpdateParams request type.

    Since: cosmos-sdk 0.47

    from message cosmos.gov.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;

    params?: cosmos.gov.v1.Params

    params defines the x/gov parameters to update.

    NOTE: All parameters must be supplied.

    from field: cosmos.gov.v1.Params params = 2;

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

    Methods