// package: cosmos.sanction.v1beta1
// file: cosmos/sanction/v1beta1/events.proto

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

import * as jspb from "google-protobuf";
import * as cosmos_proto_cosmos_pb from "../../../cosmos_proto/cosmos_pb";

export class EventAddressSanctioned extends jspb.Message { 
    getAddress(): string;
    setAddress(value: string): EventAddressSanctioned;

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

export namespace EventAddressSanctioned {
    export type AsObject = {
        address: string,
    }
}

export class EventAddressUnsanctioned extends jspb.Message { 
    getAddress(): string;
    setAddress(value: string): EventAddressUnsanctioned;

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

export namespace EventAddressUnsanctioned {
    export type AsObject = {
        address: string,
    }
}

export class EventTempAddressSanctioned extends jspb.Message { 
    getAddress(): string;
    setAddress(value: string): EventTempAddressSanctioned;

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

export namespace EventTempAddressSanctioned {
    export type AsObject = {
        address: string,
    }
}

export class EventTempAddressUnsanctioned extends jspb.Message { 
    getAddress(): string;
    setAddress(value: string): EventTempAddressUnsanctioned;

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

export namespace EventTempAddressUnsanctioned {
    export type AsObject = {
        address: string,
    }
}

export class EventParamsUpdated extends jspb.Message { 

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

export namespace EventParamsUpdated {
    export type AsObject = {
    }
}
