// package: provenance.ibcratelimit.v1
// file: provenance/ibcratelimit/v1/tx.proto

/* tslint:disable */
/* eslint-disable */

import * as jspb from "google-protobuf";
import * as gogoproto_gogo_pb from "../../../gogoproto/gogo_pb";
import * as cosmos_proto_cosmos_pb from "../../../cosmos_proto/cosmos_pb";
import * as cosmos_msg_v1_msg_pb from "../../../cosmos/msg/v1/msg_pb";
import * as provenance_ibcratelimit_v1_params_pb from "../../../provenance/ibcratelimit/v1/params_pb";

export class MsgGovUpdateParamsRequest extends jspb.Message { 
    getAuthority(): string;
    setAuthority(value: string): MsgGovUpdateParamsRequest;

    hasParams(): boolean;
    clearParams(): void;
    getParams(): provenance_ibcratelimit_v1_params_pb.Params | undefined;
    setParams(value?: provenance_ibcratelimit_v1_params_pb.Params): MsgGovUpdateParamsRequest;

    serializeBinary(): Uint8Array;
    toObject(includeInstance?: boolean): MsgGovUpdateParamsRequest.AsObject;
    static toObject(includeInstance: boolean, msg: MsgGovUpdateParamsRequest): MsgGovUpdateParamsRequest.AsObject;
    static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
    static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
    static serializeBinaryToWriter(message: MsgGovUpdateParamsRequest, writer: jspb.BinaryWriter): void;
    static deserializeBinary(bytes: Uint8Array): MsgGovUpdateParamsRequest;
    static deserializeBinaryFromReader(message: MsgGovUpdateParamsRequest, reader: jspb.BinaryReader): MsgGovUpdateParamsRequest;
}

export namespace MsgGovUpdateParamsRequest {
    export type AsObject = {
        authority: string,
        params?: provenance_ibcratelimit_v1_params_pb.Params.AsObject,
    }
}

export class MsgGovUpdateParamsResponse extends jspb.Message { 

    serializeBinary(): Uint8Array;
    toObject(includeInstance?: boolean): MsgGovUpdateParamsResponse.AsObject;
    static toObject(includeInstance: boolean, msg: MsgGovUpdateParamsResponse): MsgGovUpdateParamsResponse.AsObject;
    static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
    static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
    static serializeBinaryToWriter(message: MsgGovUpdateParamsResponse, writer: jspb.BinaryWriter): void;
    static deserializeBinary(bytes: Uint8Array): MsgGovUpdateParamsResponse;
    static deserializeBinaryFromReader(message: MsgGovUpdateParamsResponse, reader: jspb.BinaryReader): MsgGovUpdateParamsResponse;
}

export namespace MsgGovUpdateParamsResponse {
    export type AsObject = {
    }
}
